WordPress/wp-includes/js/dist/block-library.min.js
hellofromTonya 67abdca2cc Editor: Update @wordpress packages for 6.2 Beta 5.
Updates the `@wordpress` packages to include the following changes:

- Add border radius to off canvas navigation menu items
- Remove border from quick inserter child elements
- Show variant patterns even if there are no patterns for the Query Loop block
- Order initial block items in Navigation with PrivateInserter
- Update: Add descriptions to all panels in the Site Editor's dark side
- Fix typo in template parts description
- Fix: Browse mode descriptions margin
- Fix: Show creation popover on empty page links in the navigation sidebar
- Make sure the directly inserted block in the Nav block is a Page link
- Fix browser history when synchronising state with urls
- Navigation Sidebar: Change the logic about which navigation gets selected for the sidebar
- Fixes extra UI in navigation block inspector
- Renames parent selection boolean param and improves docs
- Widget Importer: Fix Widget Group block imports
- Don't add Post Content layout styles to title in the post editor
- Site editor: Add hover animation to site editor canvas
- Prevent the saving button from showing when renaming templates
- Navigation Block: Fix big spinner
- Navigation: Don't save the level of the link in an attribute
- Focus 1st parent block on block remove, if no previous block is available
- Navigation: Performance: improve params in `block_core_navigation_get_most_recently_published_navigation()`
- Navigation Block inspector: fix link UI popover opening on links that have a url
- Fix for `WP_Theme_JSON_Resolver::get_merged_data()`
- Site Editor: Add page details when viewing a specific page.
- Fix site editor sidebar scrollbars
- Fix: Custom link UI does appears outside canvas on the sidebar navigation
- Fix: Make navigation page list load its items on navigation sidebar

References:
* [d14fea64bd Gutenberg's commit for publishing the packages]
* [dbe47a5e8f Gutenberg's commit for `blocks/navigation-link.php` and `blocks/navigation-submenu.php`]
* [ea74a306e5 Gutenberg's commit for `blocks/navigation.php`]

Follow-up to [55441], [55440].

Props ntsekouras, mamaduka, gziolo, costdev, hellofromTonya.
See #57471. 
Built from https://develop.svn.wordpress.org/trunk@55475


git-svn-id: http://core.svn.wordpress.org/trunk@55008 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-03-07 15:31:49 +00:00

14 lines
767 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)}()},5619:function(e){"use strict";e.exports=function e(t,n){if(t===n)return!0;if(t&&n&&"object"==typeof t&&"object"==typeof n){if(t.constructor!==n.constructor)return!1;var o,r,a;if(Array.isArray(t)){if((o=t.length)!=n.length)return!1;for(r=o;0!=r--;)if(!e(t[r],n[r]))return!1;return!0}if(t instanceof Map&&n instanceof Map){if(t.size!==n.size)return!1;for(r of t.entries())if(!n.has(r[0]))return!1;for(r of t.entries())if(!e(r[1],n.get(r[0])))return!1;return!0}if(t instanceof Set&&n instanceof Set){if(t.size!==n.size)return!1;for(r of t.entries())if(!n.has(r[0]))return!1;return!0}if(ArrayBuffer.isView(t)&&ArrayBuffer.isView(n)){if((o=t.length)!=n.length)return!1;for(r=o;0!=r--;)if(t[r]!==n[r])return!1;return!0}if(t.constructor===RegExp)return t.source===n.source&&t.flags===n.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===n.valueOf();if(t.toString!==Object.prototype.toString)return t.toString()===n.toString();if((o=(a=Object.keys(t)).length)!==Object.keys(n).length)return!1;for(r=o;0!=r--;)if(!Object.prototype.hasOwnProperty.call(n,a[r]))return!1;for(r=o;0!=r--;){var l=a[r];if(!e(t[l],n[l]))return!1}return!0}return t!=t&&n!=n}},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","ß":"ss","Ţ":"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,"");function a(e){return t[e]}var l=function(e){return e.replace(o,a)};e.exports=l,e.exports.has=function(e){return!!e.match(r)},e.exports.remove=l}},t={};function n(o){var r=t[o];if(void 0!==r)return r.exports;var a=t[o]={exports:{}};return e[o](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 CE},__experimentalRegisterExperimentalCoreBlocks:function(){return BE},registerCoreBlocks:function(){return SE}});var e={};n.r(e),n.d(e,{init:function(){return tt},metadata:function(){return Je},name:function(){return Xe},settings:function(){return et}});var t={};n.r(t),n.d(t,{init:function(){return yt},metadata:function(){return bt},name:function(){return _t},settings:function(){return ft}});var r={};n.r(r),n.d(r,{init:function(){return Qt},metadata:function(){return jt},name:function(){return Wt},settings:function(){return Zt}});var a={};n.r(a),n.d(a,{init:function(){return _n},metadata:function(){return hn},name:function(){return vn},settings:function(){return bn}});var l={};n.r(l),n.d(l,{init:function(){return Mn},metadata:function(){return Pn},name:function(){return In},settings:function(){return zn}});var i={};n.r(i),n.d(i,{init:function(){return Dn},metadata:function(){return An},name:function(){return Vn},settings:function(){return Fn}});var s={};n.r(s),n.d(s,{init:function(){return Wn},metadata:function(){return Un},name:function(){return qn},settings:function(){return jn}});var c={};n.r(c),n.d(c,{init:function(){return oo},metadata:function(){return eo},name:function(){return to},settings:function(){return no}});var u={};n.r(u),n.d(u,{init:function(){return mo},metadata:function(){return so},name:function(){return co},settings:function(){return uo}});var m={};n.r(m),n.d(m,{init:function(){return yo},metadata:function(){return bo},name:function(){return _o},settings:function(){return fo}});var d={};n.r(d),n.d(d,{init:function(){return Do},metadata:function(){return Ao},name:function(){return Vo},settings:function(){return Fo}});var p={};n.r(p),n.d(p,{init:function(){return Jo},metadata:function(){return Qo},name:function(){return Ko},settings:function(){return Yo}});var g={};n.r(g),n.d(g,{init:function(){return nr},metadata:function(){return Xo},name:function(){return er},settings:function(){return tr}});var h={};n.r(h),n.d(h,{init:function(){return cr},metadata:function(){return lr},name:function(){return ir},settings:function(){return sr}});var v={};n.r(v),n.d(v,{init:function(){return gr},metadata:function(){return mr},name:function(){return dr},settings:function(){return pr}});var b={};n.r(b),n.d(b,{init:function(){return xr},metadata:function(){return fr},name:function(){return yr},settings:function(){return kr}});var _={};n.r(_),n.d(_,{init:function(){return Br},metadata:function(){return Er},name:function(){return Cr},settings:function(){return Sr}});var f={};n.r(f),n.d(f,{init:function(){return Mr},metadata:function(){return Pr},name:function(){return Ir},settings:function(){return zr}});var y={};n.r(y),n.d(y,{init:function(){return qr},metadata:function(){return Gr},name:function(){return Or},settings:function(){return Ur}});var k={};n.r(k),n.d(k,{init:function(){return Yr},metadata:function(){return Zr},name:function(){return Qr},settings:function(){return Kr}});var x={};n.r(x),n.d(x,{init:function(){return aa},metadata:function(){return na},name:function(){return oa},settings:function(){return ra}});var w={};n.r(w),n.d(w,{init:function(){return ma},metadata:function(){return sa},name:function(){return ca},settings:function(){return ua}});var E={};n.r(E),n.d(E,{init:function(){return ba},metadata:function(){return ga},name:function(){return ha},settings:function(){return va}});var C={};n.r(C),n.d(C,{init:function(){return Na},metadata:function(){return Sa},name:function(){return Ba},settings:function(){return Ta}});var S={};n.r(S),n.d(S,{init:function(){return di},metadata:function(){return ci},name:function(){return ui},settings:function(){return mi}});var B={};n.r(B),n.d(B,{init:function(){return ts},metadata:function(){return Ji},name:function(){return Xi},settings:function(){return es}});var T={};n.r(T),n.d(T,{init:function(){return fs},metadata:function(){return vs},name:function(){return bs},settings:function(){return _s}});var N={};n.r(N),n.d(N,{init:function(){return Ic},metadata:function(){return Tc},name:function(){return Nc},settings:function(){return Pc}});var P={};n.r(P),n.d(P,{init:function(){return Zc},metadata:function(){return qc},name:function(){return jc},settings:function(){return Wc}});var I={};n.r(I),n.d(I,{init:function(){return yu},metadata:function(){return bu},name:function(){return _u},settings:function(){return fu}});var z={};n.r(z),n.d(z,{init:function(){return Su},metadata:function(){return wu},name:function(){return Eu},settings:function(){return Cu}});var M={};n.r(M),n.d(M,{init:function(){return Mu},metadata:function(){return Pu},name:function(){return Iu},settings:function(){return zu}});var R={};n.r(R),n.d(R,{init:function(){return Xu},metadata:function(){return Ku},name:function(){return Yu},settings:function(){return Ju}});var L={};n.r(L),n.d(L,{init:function(){return rm},metadata:function(){return tm},name:function(){return nm},settings:function(){return om}});var H={};n.r(H),n.d(H,{init:function(){return hm},metadata:function(){return dm},name:function(){return pm},settings:function(){return gm}});var A={};n.r(A),n.d(A,{init:function(){return Fm},metadata:function(){return Hm},name:function(){return Am},settings:function(){return Vm}});var V={};n.r(V),n.d(V,{init:function(){return ld},metadata:function(){return od},name:function(){return rd},settings:function(){return ad}});var F={};n.r(F),n.d(F,{init:function(){return md},metadata:function(){return sd},name:function(){return cd},settings:function(){return ud}});var D={};n.r(D),n.d(D,{init:function(){return jd},metadata:function(){return Od},name:function(){return Ud},settings:function(){return qd}});var $={};n.r($),n.d($,{init:function(){return Xd},metadata:function(){return Kd},name:function(){return Yd},settings:function(){return Jd}});var G={};n.r(G),n.d(G,{init:function(){return lp},metadata:function(){return op},name:function(){return rp},settings:function(){return ap}});var O={};n.r(O),n.d(O,{init:function(){return kg},metadata:function(){return _g},name:function(){return fg},settings:function(){return yg}});var U={};n.r(U),n.d(U,{init:function(){return $g},metadata:function(){return Vg},name:function(){return Fg},settings:function(){return Dg}});var q={};n.r(q),n.d(q,{init:function(){return Jg},metadata:function(){return Qg},name:function(){return Kg},settings:function(){return Yg}});var j={};n.r(j),n.d(j,{init:function(){return rh},metadata:function(){return th},name:function(){return nh},settings:function(){return oh}});var W={};n.r(W),n.d(W,{init:function(){return ch},metadata:function(){return lh},name:function(){return ih},settings:function(){return sh}});var Z={};n.r(Z),n.d(Z,{init:function(){return fh},metadata:function(){return vh},name:function(){return bh},settings:function(){return _h}});var Q={};n.r(Q),n.d(Q,{init:function(){return Eh},metadata:function(){return kh},name:function(){return xh},settings:function(){return wh}});var K={};n.r(K),n.d(K,{init:function(){return Uh},metadata:function(){return $h},name:function(){return Gh},settings:function(){return Oh}});var Y={};n.r(Y),n.d(Y,{init:function(){return Yh},metadata:function(){return Zh},name:function(){return Qh},settings:function(){return Kh}});var J={};n.r(J),n.d(J,{init:function(){return ov},metadata:function(){return ev},name:function(){return tv},settings:function(){return nv}});var X={};n.r(X),n.d(X,{init:function(){return sv},metadata:function(){return av},name:function(){return lv},settings:function(){return iv}});var ee={};n.r(ee),n.d(ee,{init:function(){return hv},metadata:function(){return dv},name:function(){return pv},settings:function(){return gv}});var te={};n.r(te),n.d(te,{init:function(){return yv},metadata:function(){return bv},name:function(){return _v},settings:function(){return fv}});var ne={};n.r(ne),n.d(ne,{init:function(){return Cv},metadata:function(){return xv},name:function(){return wv},settings:function(){return Ev}});var oe={};n.r(oe),n.d(oe,{init:function(){return Pv},metadata:function(){return Bv},name:function(){return Tv},settings:function(){return Nv}});var re={};n.r(re),n.d(re,{init:function(){return Dv},metadata:function(){return Av},name:function(){return Vv},settings:function(){return Fv}});var ae={};n.r(ae),n.d(ae,{init:function(){return Wv},metadata:function(){return Uv},name:function(){return qv},settings:function(){return jv}});var le={};n.r(le),n.d(le,{init:function(){return Xv},metadata:function(){return Kv},name:function(){return Yv},settings:function(){return Jv}});var ie={};n.r(ie),n.d(ie,{init:function(){return ub},metadata:function(){return ib},name:function(){return sb},settings:function(){return cb}});var se={};n.r(se),n.d(se,{init:function(){return _b},metadata:function(){return hb},name:function(){return vb},settings:function(){return bb}});var ce={};n.r(ce),n.d(ce,{init:function(){return Cb},metadata:function(){return xb},name:function(){return wb},settings:function(){return Eb}});var ue={};n.r(ue),n.d(ue,{init:function(){return Mb},metadata:function(){return Pb},name:function(){return Ib},settings:function(){return zb}});var me={};n.r(me),n.d(me,{init:function(){return Fb},metadata:function(){return Hb},name:function(){return Ab},settings:function(){return Vb}});var de={};n.r(de),n.d(de,{init:function(){return jb},metadata:function(){return Ob},name:function(){return Ub},settings:function(){return qb}});var pe={};n.r(pe),n.d(pe,{init:function(){return d_},metadata:function(){return c_},name:function(){return u_},settings:function(){return m_}});var ge={};n.r(ge),n.d(ge,{init:function(){return pf},metadata:function(){return uf},name:function(){return mf},settings:function(){return df}});var he={};n.r(he),n.d(he,{init:function(){return _f},metadata:function(){return hf},name:function(){return vf},settings:function(){return bf}});var ve={};n.r(ve),n.d(ve,{init:function(){return Sf},metadata:function(){return wf},name:function(){return Ef},settings:function(){return Cf}});var be={};n.r(be),n.d(be,{init:function(){return If},metadata:function(){return Tf},name:function(){return Nf},settings:function(){return Pf}});var _e={};n.r(_e),n.d(_e,{init:function(){return Hf},metadata:function(){return Mf},name:function(){return Rf},settings:function(){return Lf}});var fe={};n.r(fe),n.d(fe,{init:function(){return $f},metadata:function(){return Vf},name:function(){return Ff},settings:function(){return Df}});var ye={};n.r(ye),n.d(ye,{init:function(){return Kf},metadata:function(){return Wf},name:function(){return Zf},settings:function(){return Qf}});var ke={};n.r(ke),n.d(ke,{init:function(){return my},metadata:function(){return sy},name:function(){return cy},settings:function(){return uy}});var xe={};n.r(xe),n.d(xe,{init:function(){return _y},metadata:function(){return hy},name:function(){return vy},settings:function(){return by}});var we={};n.r(we),n.d(we,{init:function(){return xy},metadata:function(){return fy},name:function(){return yy},settings:function(){return ky}});var Ee={};n.r(Ee),n.d(Ee,{init:function(){return By},metadata:function(){return Ey},name:function(){return Cy},settings:function(){return Sy}});var Ce={};n.r(Ce),n.d(Ce,{init:function(){return Fy},metadata:function(){return Hy},name:function(){return Ay},settings:function(){return Vy}});var Se={};n.r(Se),n.d(Se,{init:function(){return Wy},metadata:function(){return Uy},name:function(){return qy},settings:function(){return jy}});var Be={};n.r(Be),n.d(Be,{init:function(){return ek},metadata:function(){return Yy},name:function(){return Jy},settings:function(){return Xy}});var Te={};n.r(Te),n.d(Te,{init:function(){return ck},metadata:function(){return lk},name:function(){return ik},settings:function(){return sk}});var Ne={};n.r(Ne),n.d(Ne,{init:function(){return vk},metadata:function(){return pk},name:function(){return gk},settings:function(){return hk}});var Pe={};n.r(Pe),n.d(Pe,{init:function(){return Sk},metadata:function(){return wk},name:function(){return Ek},settings:function(){return Ck}});var Ie={};n.r(Ie),n.d(Ie,{init:function(){return Ak},metadata:function(){return Rk},name:function(){return Lk},settings:function(){return Hk}});var ze={};n.r(ze),n.d(ze,{init:function(){return Wk},metadata:function(){return Uk},name:function(){return qk},settings:function(){return jk}});var Me={};n.r(Me),n.d(Me,{init:function(){return rx},metadata:function(){return tx},name:function(){return nx},settings:function(){return ox}});var Re={};n.r(Re),n.d(Re,{init:function(){return Dx},metadata:function(){return Ax},name:function(){return Vx},settings:function(){return Fx}});var Le={};n.r(Le),n.d(Le,{init:function(){return Kx},metadata:function(){return Wx},name:function(){return Zx},settings:function(){return Qx}});var He={};n.r(He),n.d(He,{init:function(){return nw},metadata:function(){return Xx},name:function(){return ew},settings:function(){return tw}});var Ae={};n.r(Ae),n.d(Ae,{init:function(){return Iw},metadata:function(){return Tw},name:function(){return Nw},settings:function(){return Pw}});var Ve={};n.r(Ve),n.d(Ve,{init:function(){return Hw},metadata:function(){return Mw},name:function(){return Rw},settings:function(){return Lw}});var Fe={};n.r(Fe),n.d(Fe,{init:function(){return Gw},metadata:function(){return Fw},name:function(){return Dw},settings:function(){return $w}});var De={};n.r(De),n.d(De,{init:function(){return Jw},metadata:function(){return Qw},name:function(){return Kw},settings:function(){return Yw}});var $e={};n.r($e),n.d($e,{init:function(){return xE},metadata:function(){return fE},name:function(){return yE},settings:function(){return kE}});var Ge=window.wp.blocks,Oe=window.wp.element,Ue=window.wp.primitives;var qe=(0,Oe.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,Oe.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 je(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,Ze=window.wp.i18n,Qe=window.wp.blockEditor,Ke=window.wp.serverSideRender,Ye=n.n(Ke);const Je={$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:Xe}=Je,et={icon:qe,example:{},edit:function(e){let{attributes:t,setAttributes:n}=e;const{showLabel:o,showPostCounts:r,displayAsDropdown:a,type:l}=t;return(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Settings")},(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Display as dropdown"),checked:a,onChange:()=>n({displayAsDropdown:!a})}),a&&(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Show label"),checked:o,onChange:()=>n({showLabel:!o})}),(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Show post counts"),checked:r,onChange:()=>n({showPostCounts:!r})}),(0,Oe.createElement)(We.SelectControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Group by:"),options:[{label:(0,Ze.__)("Year"),value:"yearly"},{label:(0,Ze.__)("Month"),value:"monthly"},{label:(0,Ze.__)("Week"),value:"weekly"},{label:(0,Ze.__)("Day"),value:"daily"}],value:l,onChange:e=>n({type:e})}))),(0,Oe.createElement)("div",(0,Qe.useBlockProps)(),(0,Oe.createElement)(We.Disabled,null,(0,Oe.createElement)(Ye(),{block:"core/archives",skipBlockSupportAttributes:!0,attributes:t}))))}},tt=()=>je({name:Xe,metadata:Je,settings:et});var nt=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 ot(){return ot=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},ot.apply(this,arguments)}var rt=n(4403),at=n.n(rt),lt=window.wp.url,it=window.wp.coreData,st=window.wp.data;function ct(e){const t=e?e[0]:24,n=e?e[e.length-1]:96;return{minSize:t,maxSize:Math.floor(2.5*n)}}function ut(){const{avatarURL:e}=(0,st.useSelect)((e=>{const{getSettings:t}=e(Qe.store),{__experimentalDiscussionSettings:n}=t();return n}));return e}const mt={who:"authors",per_page:-1,_fields:"id,name",context:"view"};var dt=function(e){let{value:t,onChange:n}=e;const[o,r]=(0,Oe.useState)(),a=(0,st.useSelect)((e=>{const{getUsers:t}=e(it.store);return t(mt)}),[]);if(!a)return null;const l=a.map((e=>({label:e.name,value:e.id})));return(0,Oe.createElement)(We.ComboboxControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("User"),help:(0,Ze.__)("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 pt=e=>{let{setAttributes:t,avatar:n,attributes:o,selectUser:r}=e;return(0,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Settings")},(0,Oe.createElement)(We.RangeControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("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,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Link to user profile"),onChange:()=>t({isLink:!o.isLink}),checked:o.isLink}),o.isLink&&(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Open in new tab"),onChange:e=>t({linkTarget:e?"_blank":"_self"}),checked:"_blank"===o.linkTarget}),r&&(0,Oe.createElement)(dt,{value:null==o?void 0:o.userId,onChange:e=>{t({userId:e})}})))},gt=e=>{let{setAttributes:t,attributes:n,avatar:o,blockProps:r,isSelected:a}=e;const l=(0,Qe.__experimentalUseBorderProps)(n),i=(0,lt.addQueryArgs)((0,lt.removeQueryArgs)(null==o?void 0:o.src,["s"]),{s:2*(null==n?void 0:n.size)});return(0,Oe.createElement)("div",r,(0,Oe.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,Ze.isRTL)(),bottom:!0,left:(0,Ze.isRTL)()},minWidth:o.minSize,maxWidth:o.maxSize},(0,Oe.createElement)("img",ot({src:i,alt:o.alt},l,{className:at()("avatar","avatar-"+n.size,"photo","wp-block-avatar__image",l.className),style:{...l.style}}))))},ht=e=>{let{attributes:t,context:n,setAttributes:o,isSelected:r}=e;const{commentId:a}=n,l=(0,Qe.useBlockProps)(),i=function(e){let{commentId:t}=e;const[n]=(0,it.useEntityProp)("root","comment","author_avatar_urls",t),[o]=(0,it.useEntityProp)("root","comment","author_name",t),r=n?Object.values(n):null,a=n?Object.keys(n):null,{minSize:l,maxSize:i}=ct(a),s=ut();return{src:r?r[r.length-1]:s,minSize:l,maxSize:i,alt:o?(0,Ze.sprintf)((0,Ze.__)("%s Avatar"),o):(0,Ze.__)("Default Avatar")}}({commentId:a});return(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(pt,{avatar:i,setAttributes:o,attributes:t,selectUser:!1}),t.isLink?(0,Oe.createElement)("a",{href:"#avatar-pseudo-link",className:"wp-block-avatar__link",onClick:e=>e.preventDefault()},(0,Oe.createElement)(gt,{attributes:t,avatar:i,blockProps:l,isSelected:r,setAttributes:o})):(0,Oe.createElement)(gt,{attributes:t,avatar:i,blockProps:l,isSelected:r,setAttributes:o}))},vt=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,st.useSelect)((e=>{var r;const{getEditedEntityRecord:a,getUser:l}=e(it.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}=ct(l),c=ut();return{src:a?a[a.length-1]:c,minSize:i,maxSize:s,alt:r?(0,Ze.sprintf)((0,Ze.__)("%s Avatar"),null==r?void 0:r.name):(0,Ze.__)("Default Avatar")}}({userId:null==t?void 0:t.userId,postId:a,postType:l}),s=(0,Qe.useBlockProps)();return(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(pt,{selectUser:!0,attributes:t,avatar:i,setAttributes:o}),(0,Oe.createElement)("div",null,t.isLink?(0,Oe.createElement)("a",{href:"#avatar-pseudo-link",className:"wp-block-avatar__link",onClick:e=>e.preventDefault()},(0,Oe.createElement)(gt,{attributes:t,avatar:i,blockProps:s,isSelected:r,setAttributes:o})):(0,Oe.createElement)(gt,{attributes:t,avatar:i,blockProps:s,isSelected:r,setAttributes:o})))};const bt={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/avatar",title:"Avatar",category:"theme",description:"Add a users 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:_t}=bt,ft={icon:nt,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,Oe.createElement)(ht,e):(0,Oe.createElement)(vt,e)}},yt=()=>je({name:_t,metadata:bt,settings:ft});var kt=(0,Oe.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,Oe.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"})),xt=[{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,Oe.createElement)("figure",null,(0,Oe.createElement)("audio",{controls:"controls",src:l,autoPlay:n,loop:r,preload:a}),!Qe.RichText.isEmpty(o)&&(0,Oe.createElement)(Qe.RichText.Content,{tagName:"figcaption",value:o}))}}],wt=window.wp.blob;var Et=(0,Oe.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,Oe.createElement)(Ue.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M6 5.5h12a.5.5 0 0 1 .5.5v12a.5.5 0 0 1-.5.5H6a.5.5 0 0 1-.5-.5V6a.5.5 0 0 1 .5-.5ZM4 6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6Zm4 10h2v-1.5H8V16Zm5 0h-2v-1.5h2V16Zm1 0h2v-1.5h-2V16Z"})),Ct=window.wp.notices,St=window.wp.compose;const Bt=[{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"}],Tt="wp-embed";var Nt=window.lodash,Pt=n(3827),It=n.n(Pt),zt=n(9756),Mt=n.n(zt);const{name:Rt}={$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",__experimentalRole:"content"},caption:{type:"string",source:"html",selector:"figcaption",__experimentalRole:"content"},type:{type:"string",__experimentalRole:"content"},providerNameSlug:{type:"string",__experimentalRole:"content"},allowResponsive:{type:"boolean",default:!0},responsive:{type:"boolean",default:!1,__experimentalRole:"content"},previewable:{type:"boolean",default:!0,__experimentalRole:"content"}},supports:{align:!0},editorStyle:"wp-block-embed-editor",style:"wp-block-embed"},Lt=e=>{var t;return null===(t=(0,Ge.getBlockVariations)(Rt))||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)}))},Ht=e=>e&&e.includes('class="wp-embedded-content"'),At=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)(Rt))return;const c=Lt(a),u="wordpress"===l||i===Tt,m=!u&&c&&(c.attributes.providerNameSlug!==l||!l);if(m)return(0,Ge.createBlock)(Rt,{url:a,...s,...c.attributes});const d=null===(t=(0,Ge.getBlockVariations)(Rt))||void 0===t?void 0:t.find((e=>{let{name:t}=e;return"wordpress"===t}));return d&&o&&Ht(o.html)&&!u?(0,Ge.createBlock)(Rt,{url:a,...d.attributes,...n}):void 0},Vt=e=>{if(!e)return e;const t=Bt.reduce(((e,t)=>{let{className:n}=t;return e[n]=!1,e}),{"wp-has-aspect-ratio":!1});return It()(e,t)};function Ft(e,t){let n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];if(!n)return Vt(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<Bt.length;n++){const o=Bt[n];if(e>=o.ratio){return e-o.ratio>.1?Vt(t):It()(Vt(t),o.className,"wp-has-aspect-ratio")}}}return t}const Dt=Mt()((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,Nt.kebabCase)((s||t).toLowerCase());return Ht(i)&&(l=Tt),(i||"photo"===l)&&(a.type=l,a.providerNameSlug=c),a.className=Ft(i,n,o&&r),a})),$t=function(e,t,n,o){let r=arguments.length>4&&void 0!==arguments[4]&&arguments[4];const{allowResponsive:a,className:l}=e;return{...e,...Dt(t,n,r?void 0:l,o,a)}},Gt=["audio"];var Ot=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=(0,St.usePrevious)(c),[g,h]=(0,Oe.useState)(!!c),v=!i&&(0,wt.isBlobURL)(d),b=(0,st.useSelect)((e=>{const{getSettings:t}=e(Qe.store);return t().mediaUpload}),[]);(0,Oe.useEffect)((()=>{if(!i&&(0,wt.isBlobURL)(d)){const e=(0,wt.getBlobByURL)(d);e&&b({filesList:[e],onFileChange:e=>{let[t]=e;return w(t)},onError:e=>x(e),allowedTypes:Gt})}}),[]),(0,Oe.useEffect)((()=>{c&&!p&&h(!0)}),[c,p]);const _=(0,Oe.useCallback)((e=>{e&&!c&&e.focus()}),[c]);function f(e){return t=>{o({[e]:t})}}function y(e){if(e!==d){const t=At({attributes:{url:e}});if(void 0!==t&&r)return void r(t);o({src:e,id:void 0})}}(0,Oe.useEffect)((()=>{a||c||h(!1)}),[a,c]);const{createErrorNotice:k}=(0,st.useDispatch)(Ct.store);function x(e){k(e,{type:"snackbar"})}function w(e){e&&e.url?o({src:e.url,id:e.id,caption:e.caption}):o({src:void 0,id:void 0,caption:void 0})}const E=at()(n,{"is-transient":v}),C=(0,Qe.useBlockProps)({className:E});return d?(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.BlockControls,{group:"block"},(0,Oe.createElement)(We.ToolbarButton,{onClick:()=>{h(!g),g&&c&&o({caption:void 0})},icon:Et,isPressed:g,label:g?(0,Ze.__)("Remove caption"):(0,Ze.__)("Add caption")})),(0,Oe.createElement)(Qe.BlockControls,{group:"other"},(0,Oe.createElement)(Qe.MediaReplaceFlow,{mediaId:i,mediaURL:d,allowedTypes:Gt,accept:"audio/*",onSelect:w,onSelectURL:y,onError:x})),(0,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Settings")},(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Autoplay"),onChange:f("autoplay"),checked:s,help:function(e){return e?(0,Ze.__)("Autoplay may cause usability issues for some users."):null}}),(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Loop"),onChange:f("loop"),checked:u}),(0,Oe.createElement)(We.SelectControl,{__nextHasNoMarginBottom:!0,label:(0,Ze._x)("Preload","noun; Audio block parameter"),value:m||"",onChange:e=>o({preload:e||void 0}),options:[{value:"",label:(0,Ze.__)("Browser default")},{value:"auto",label:(0,Ze.__)("Auto")},{value:"metadata",label:(0,Ze.__)("Metadata")},{value:"none",label:(0,Ze._x)("None","Preload value")}]}))),(0,Oe.createElement)("figure",C,(0,Oe.createElement)(We.Disabled,{isDisabled:!a},(0,Oe.createElement)("audio",{controls:"controls",src:d})),v&&(0,Oe.createElement)(We.Spinner,null),g&&(!Qe.RichText.isEmpty(c)||a)&&(0,Oe.createElement)(Qe.RichText,{identifier:"caption",tagName:"figcaption",className:(0,Qe.__experimentalGetElementClassName)("caption"),ref:_,"aria-label":(0,Ze.__)("Audio caption text"),placeholder:(0,Ze.__)("Add caption"),value:c,onChange:e=>o({caption:e}),inlineToolbar:!0,__unstableOnSplitAtEnd:()=>l((0,Ge.createBlock)((0,Ge.getDefaultBlockName)()))}))):(0,Oe.createElement)("div",C,(0,Oe.createElement)(Qe.MediaPlaceholder,{icon:(0,Oe.createElement)(Qe.BlockIcon,{icon:kt}),onSelect:w,onSelectURL:y,accept:"audio/*",allowedTypes:Gt,value:t,onError:x}))};const Ut={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,wt.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 qt=Ut;const jt={$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:Wt}=jt,Zt={icon:kt,example:{attributes:{src:"https://upload.wikimedia.org/wikipedia/commons/d/dd/Armstrong_Small_Step.ogg"},viewportWidth:350},transforms:qt,deprecated:xt,edit:Ot,save:function(e){let{attributes:t}=e;const{autoplay:n,caption:o,loop:r,preload:a,src:l}=t;return l&&(0,Oe.createElement)("figure",Qe.useBlockProps.save(),(0,Oe.createElement)("audio",{controls:"controls",src:l,autoPlay:n,loop:r,preload:a}),!Qe.RichText.isEmpty(o)&&(0,Oe.createElement)(Qe.RichText.Content,{tagName:"figcaption",value:o,className:(0,Qe.__experimentalGetElementClassName)("caption")}))}},Qt=()=>je({name:Wt,metadata:jt,settings:Zt});var Kt=(0,Oe.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,Oe.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"}));const Yt=e=>{if(null===e||"object"!=typeof e||Array.isArray(e))return e;const t=Object.fromEntries(Object.entries((0,Nt.mapValues)(e,Yt)).filter((e=>{let[,t]=e;return Boolean(t)})));return(0,Nt.isEmpty)(t)?void 0:t};var Jt=Yt;function Xt(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:Jt({...e.style,typography:r}),fontFamily:o.split("|").pop()}}const en=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};const tn=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}},nn=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 tn(o)},on={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"}},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,__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,Qe.__experimentalGetBorderClassesAndStyles)(o),g=(0,Qe.__experimentalGetColorClassesAndStyles)(o),h=(0,Qe.__experimentalGetSpacingClassesAndStyles)(o),v=at()("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},_=at()(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,Oe.createElement)("div",Qe.useBlockProps.save({className:_}),(0,Oe.createElement)(Qe.RichText.Content,{tagName:"a",className:v,href:m,title:u,style:b,value:c,target:l,rel:i}))}},an={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,Qe.__experimentalGetBorderClassesAndStyles)(o),g=(0,Qe.__experimentalGetColorClassesAndStyles)(o),h=(0,Qe.__experimentalGetSpacingClassesAndStyles)(o),v=at()("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},_=at()(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,Oe.createElement)("div",Qe.useBlockProps.save({className:_}),(0,Oe.createElement)(Qe.RichText.Content,{tagName:"a",className:v,href:m,title:u,style:b,value:c,target:l,rel:i}))},migrate:Xt,isEligible(e){var t;let{style:n}=e;return null==n||null===(t=n.typography)||void 0===t?void 0:t.fontFamily}},ln=[rn,an,{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:{...on,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,Qe.__experimentalGetColorClassesAndStyles)(r),v=at()("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},_=at()(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,Oe.createElement)("div",Qe.useBlockProps.save({className:_}),(0,Oe.createElement)(Qe.RichText.Content,{tagName:"a",className:v,href:d,title:m,style:b,value:u,target:i,rel:s}))},migrate:(0,St.compose)(Xt,en)},{supports:{anchor:!0,align:!0,alignWide:!1,color:{__experimentalSkipSerialization:!0},reusable:!1,__experimentalSelector:".wp-block-button__link"},attributes:{...on,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,Qe.__experimentalGetColorClassesAndStyles)(t),m=at()("wp-block-button__link",u.className,{"no-border-radius":0===o}),d={borderRadius:o?o+"px":void 0,...u.style},p=at()(n,{[`has-custom-width wp-block-button__width-${c}`]:c});return(0,Oe.createElement)("div",Qe.useBlockProps.save({className:p}),(0,Oe.createElement)(Qe.RichText.Content,{tagName:"a",className:m,href:s,title:i,style:d,value:l,target:r,rel:a}))},migrate:(0,St.compose)(Xt,en)},{supports:{anchor:!0,align:!0,alignWide:!1,color:{__experimentalSkipSerialization:!0},reusable:!1,__experimentalSelector:".wp-block-button__link"},attributes:{...on,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,Qe.__experimentalGetColorClassesAndStyles)(t),m=at()("wp-block-button__link",u.className,{"no-border-radius":0===o}),d={borderRadius:o?o+"px":void 0,...u.style},p=at()(n,{[`has-custom-width wp-block-button__width-${c}`]:c});return(0,Oe.createElement)("div",Qe.useBlockProps.save({className:p}),(0,Oe.createElement)(Qe.RichText.Content,{tagName:"a",className:m,href:s,title:i,style:d,value:l,target:r,rel:a}))},migrate:(0,St.compose)(Xt,en)},{supports:{align:!0,alignWide:!1,color:{gradients:!0}},attributes:{...on,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=at()("wp-block-button__link",{"no-border-radius":0===n}),c={borderRadius:n?n+"px":void 0};return(0,Oe.createElement)(Qe.RichText.Content,{tagName:"a",className:s,href:i,title:l,style:c,value:a,target:o,rel:r})},migrate:en},{supports:{align:!0,alignWide:!1},attributes:{...on,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||e.align),migrate:(0,St.compose)(en,tn,(function(e){if(!e.align)return e;const{align:t,...n}=e;return{...n,className:at()(n.className,`align${e.align}`)}})),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,Qe.getColorClassName)("color",m),h=!l&&(0,Qe.getColorClassName)("background-color",n),v=(0,Qe.__experimentalGetGradientClass)(s),b=at()("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,Oe.createElement)("div",null,(0,Oe.createElement)(Qe.RichText.Content,{tagName:"a",className:b,href:p,title:d,style:_,value:u,target:i,rel:c}))}},{attributes:{...on,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()),en(tn({...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,Qe.getColorClassName)("color",s),d=(0,Qe.getColorClassName)("background-color",n),p=at()("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,Oe.createElement)("div",null,(0,Oe.createElement)(Qe.RichText.Content,{tagName:"a",className:p,href:u,title:c,style:g,value:i,target:a,rel:l}))}},{attributes:{...on,align:{type:"string",default:"none"},backgroundColor:{type:"string"},textColor:{type:"string"},customBackgroundColor:{type:"string"},customTextColor:{type:"string"}},migrate:nn,save(e){let{attributes:t}=e;const{url:n,text:o,title:r,backgroundColor:a,textColor:l,customBackgroundColor:i,customTextColor:s}=t,c=(0,Qe.getColorClassName)("color",l),u=(0,Qe.getColorClassName)("background-color",a),m=at()("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,Oe.createElement)("div",null,(0,Oe.createElement)(Qe.RichText.Content,{tagName:"a",className:m,href:n,title:r,style:d,value:o}))}},{attributes:{...on,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,Oe.createElement)("div",{className:`align${a}`},(0,Oe.createElement)(Qe.RichText.Content,{tagName:"a",className:"wp-block-button__link",href:n,title:r,style:s,value:o}))},migrate:nn},{attributes:{...on,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,Oe.createElement)("div",{className:`align${a}`,style:{backgroundColor:l}},(0,Oe.createElement)(Qe.RichText.Content,{tagName:"a",href:n,title:r,style:{color:i},value:o}))},migrate:nn}];var sn=ln,cn=window.wp.keycodes;var un=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 mn=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 dn="noreferrer noopener";function pn(e){let{selectedWidth:t,setAttributes:n}=e;return(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Width settings")},(0,Oe.createElement)(We.ButtonGroup,{"aria-label":(0,Ze.__)("Button width")},[25,50,75,100].map((e=>(0,Oe.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 gn=function(e){var t;const{attributes:n,setAttributes:o,className:r,isSelected:a,onReplace:l,mergeBlocks:i}=e,{textAlign:s,linkTarget:c,placeholder:u,rel:m,style:d,text:p,url:g,width:h}=n,[v,b]=(0,Oe.useState)(null),_=(0,Qe.__experimentalUseBorderProps)(n),f=(0,Qe.__experimentalUseColorProps)(n),y=(0,Qe.__experimentalGetSpacingClassesAndStyles)(n),k=(0,Oe.useRef)(),x=(0,Oe.useRef)(),w=(0,Qe.useBlockProps)({ref:(0,St.useMergeRefs)([b,k]),onKeyDown:function(e){if(cn.isKeyboardEvent.primary(e,"k"))T(e);else if(cn.isKeyboardEvent.primaryShift(e,"k")){var t;N(),null===(t=x.current)||void 0===t||t.focus()}}}),[E,C]=(0,Oe.useState)(!1),S=!!g,B="_blank"===c;function T(e){e.preventDefault(),C(!0)}function N(){o({url:void 0,linkTarget:void 0,rel:void 0}),C(!1)}return(0,Oe.useEffect)((()=>{a||C(!1)}),[a]),(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)("div",ot({},w,{className:at()(w.className,{[`has-custom-width wp-block-button__width-${h}`]:h,"has-custom-font-size":w.style.fontSize})}),(0,Oe.createElement)(Qe.RichText,{ref:x,"aria-label":(0,Ze.__)("Button text"),placeholder:u||(0,Ze.__)("Add text…"),value:p,onChange:e=>{o({text:e.replace(/<\/?a[^>]*>/g,"")})},withoutInteractiveFormatting:!0,className:at()(r,"wp-block-button__link",f.className,_.className,{[`has-text-align-${s}`]:s,"no-border-radius":0===(null==d||null===(t=d.border)||void 0===t?void 0:t.radius)},(0,Qe.__experimentalGetElementClassName)("button")),style:{..._.style,...f.style,...y.style},onSplit:e=>(0,Ge.createBlock)("core/button",{...n,text:e}),onReplace:l,onMerge:i,identifier:"text"})),(0,Oe.createElement)(Qe.BlockControls,{group:"block"},(0,Oe.createElement)(Qe.AlignmentControl,{value:s,onChange:e=>{o({textAlign:e})}}),!S&&(0,Oe.createElement)(We.ToolbarButton,{name:"link",icon:un,title:(0,Ze.__)("Link"),shortcut:cn.displayShortcut.primary("k"),onClick:T}),S&&(0,Oe.createElement)(We.ToolbarButton,{name:"link",icon:mn,title:(0,Ze.__)("Unlink"),shortcut:cn.displayShortcut.primaryShift("k"),onClick:N,isActive:!0})),a&&(E||S)&&(0,Oe.createElement)(We.Popover,{placement:"bottom",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,Oe.createElement)(Qe.__experimentalLinkControl,{className:"wp-block-navigation-link__inline-link-input",value:{url:g,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=m;t&&!m?n=dn:t||m!==dn||(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,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(pn,{selectedWidth:h,setAttributes:o})),(0,Oe.createElement)(Qe.InspectorControls,{group:"advanced"},(0,Oe.createElement)(We.TextControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Link rel"),value:m||"",onChange:e=>o({rel:e})})))};const hn={$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:{textAlign:{type:"string"},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:!1,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,shadow:!0,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:vn}=hn,bn={icon:Kt,example:{attributes:{className:"is-style-fill",text:(0,Ze.__)("Call to Action")}},edit:gn,save:function(e){var t,n;let{attributes:o,className:r}=e;const{textAlign:a,fontSize:l,linkTarget:i,rel:s,style:c,text:u,title:m,url:d,width:p}=o;if(!u)return null;const g=(0,Qe.__experimentalGetBorderClassesAndStyles)(o),h=(0,Qe.__experimentalGetColorClassesAndStyles)(o),v=(0,Qe.__experimentalGetSpacingClassesAndStyles)(o),b=at()("wp-block-button__link",h.className,g.className,{[`has-text-align-${a}`]:a,"no-border-radius":0===(null==c||null===(t=c.border)||void 0===t?void 0:t.radius)},(0,Qe.__experimentalGetElementClassName)("button")),_={...g.style,...h.style,...v.style},f=at()(r,{[`has-custom-width wp-block-button__width-${p}`]:p,"has-custom-font-size":l||(null==c||null===(n=c.typography)||void 0===n?void 0:n.fontSize)});return(0,Oe.createElement)("div",Qe.useBlockProps.save({className:f}),(0,Oe.createElement)(Qe.RichText.Content,{tagName:"a",className:b,href:d,title:m,style:_,value:u,target:i,rel:s}))},deprecated:sn,merge:(e,t)=>{let{text:n=""}=t;return{...e,text:(e.text||"")+n}}},_n=()=>je({name:vn,metadata:hn,settings:bn});var fn=(0,Oe.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,Oe.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},kn=[{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,Oe.createElement)("div",Qe.useBlockProps.save({className:at()({[`is-content-justification-${t}`]:t,"is-vertical":"vertical"===n})}),(0,Oe.createElement)(Qe.InnerBlocks.Content,null))}},{supports:{align:["center","left","right"],anchor:!0},save(){return(0,Oe.createElement)("div",null,(0,Oe.createElement)(Qe.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 xn=kn,wn=window.wp.richText;const{name:En}={$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"},Cn={from:[{type:"block",isMultiBlock:!0,blocks:["core/button"],transform:e=>(0,Ge.createBlock)(En,{},e.map((e=>(0,Ge.createBlock)("core/button",e))))},{type:"block",isMultiBlock:!0,blocks:["core/paragraph"],transform:e=>(0,Ge.createBlock)(En,{},e.map((e=>{const t=(0,wn.__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,wn.__unstableCreateElement)(document,e.content),n=t.innerText||"",o=t.querySelectorAll("a");return n.length<=30&&o.length<=1}))}]};var Sn=Cn;const Bn=[vn],Tn={name:vn,attributesToCopy:["backgroundColor","border","className","fontFamily","fontSize","gradient","style","textColor","width"]};var Nn=function(e){var t;let{attributes:n,className:o}=e;const{fontSize:r,style:a}=n,l=(0,Qe.useBlockProps)({className:at()(o,{"has-custom-font-size":r||(null==a||null===(t=a.typography)||void 0===t?void 0:t.fontSize)})}),i=(0,st.useSelect)((e=>{var t;const n=e(Qe.store).getSettings().__experimentalPreferredStyleVariations;return null==n||null===(t=n.value)||void 0===t?void 0:t[vn]}),[]),s=(0,Qe.useInnerBlocksProps)(l,{allowedBlocks:Bn,__experimentalDefaultBlock:Tn,__experimentalDirectInsert:!0,template:[[vn,{className:i&&`is-style-${i}`}]],templateInsertUpdatesSelection:!0});return(0,Oe.createElement)("div",s)};const Pn={$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:In}=Pn,zn={icon:fn,example:{innerBlocks:[{name:"core/button",attributes:{text:(0,Ze.__)("Find out more")}},{name:"core/button",attributes:{text:(0,Ze.__)("Contact us")}}]},deprecated:xn,transforms:Sn,edit:Nn,save:function(e){var t;let{attributes:n,className:o}=e;const{fontSize:r,style:a}=n,l=Qe.useBlockProps.save({className:at()(o,{"has-custom-font-size":r||(null==a||null===(t=a.typography)||void 0===t?void 0:t.fontSize)})}),i=Qe.useInnerBlocksProps.save(l);return(0,Oe.createElement)("div",i)}},Mn=()=>je({name:In,metadata:Pn,settings:zn});var Rn=(0,Oe.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,Oe.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=Mt()((e=>{if(!e)return{};const t=new Date(e);return{year:t.getFullYear(),month:t.getMonth()+1}}));var Hn={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,color:{link:!0,__experimentalSkipSerialization:["text","background"],__experimentalDefaultControls:{background:!0,text:!0},__experimentalSelector:"table, th"},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,Fn={icon:Rn,example:{},edit:function(e){let{attributes:t}=e;const n=(0,Qe.useBlockProps)(),{date:o,hasPosts:r,hasPostsResolved:a}=(0,st.useSelect)((e=>{const{getEntityRecords:t,hasFinishedResolution:n}=e(it.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,Oe.createElement)("div",n,(0,Oe.createElement)(We.Disabled,null,(0,Oe.createElement)(Ye(),{block:"core/calendar",attributes:{...t,...Ln(o)}}))):(0,Oe.createElement)("div",n,(0,Oe.createElement)(We.Placeholder,{icon:Rn,label:(0,Ze.__)("Calendar")},a?(0,Ze.__)("No published posts found."):(0,Oe.createElement)(We.Spinner,null)))},transforms:Hn},Dn=()=>je({name:Vn,metadata:An,settings:Fn});var $n=(0,Oe.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,Oe.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"})),Gn=window.wp.htmlEntities;var On=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 Un={$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:qn}=Un,jn={icon:$n,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,St.useInstanceId)(e,"blocks-category-select"),u={per_page:-1,hide_empty:!l,context:"view"};a&&(u.parent=0);const{records:m,isResolving:d}=(0,it.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,Gn.decodeEntities)(e).trim():(0,Ze.__)("(Untitled)"),v=e=>{const t=p(e.id),{id:n,link:a,count:l,name:i}=e;return(0,Oe.createElement)("li",{key:n,className:`cat-item cat-item-${n}`},(0,Oe.createElement)("a",{href:a,target:"_blank",rel:"noreferrer noopener"},h(i)),r&&` (${l})`,o&&!!t.length&&(0,Oe.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,Oe.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",f=at()(s,{"wp-block-categories-list":!(null==m||!m.length||n||d),"wp-block-categories-dropdown":!(null==m||!m.length)&&n&&!d}),y=(0,Qe.useBlockProps)({className:f});return(0,Oe.createElement)(_,y,(0,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Settings")},(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Display as dropdown"),checked:n,onChange:g("displayAsDropdown")}),(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Show post counts"),checked:r,onChange:g("showPostCounts")}),(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Show only top level categories"),checked:a,onChange:g("showOnlyTopLevel")}),(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Show empty categories"),checked:l,onChange:g("showEmpty")}),!a&&(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Show hierarchy"),checked:o,onChange:g("showHierarchy")}))),d&&(0,Oe.createElement)(We.Placeholder,{icon:On,label:(0,Ze.__)("Categories")},(0,Oe.createElement)(We.Spinner,null)),!d&&0===(null==m?void 0:m.length)&&(0,Oe.createElement)("p",null,(0,Ze.__)("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,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(We.VisuallyHidden,{as:"label",htmlFor:c},(0,Ze.__)("Categories")),(0,Oe.createElement)("select",{id:c},(0,Oe.createElement)("option",null,(0,Ze.__)("Select Category")),e.map((e=>b(e,0)))))})():p(o?0:null).map((e=>v(e)))))}},Wn=()=>je({name:qn,metadata:Un,settings:jn});var Zn=(0,Oe.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,Oe.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 Qn=e=>{let{clientId:t}=e;const{replaceBlocks:n}=(0,st.useDispatch)(Qe.store),o=(0,st.useSelect)((e=>e(Qe.store).getBlock(t)),[t]);return(0,Oe.createElement)(We.ToolbarButton,{onClick:()=>n(o.clientId,(0,Ge.rawHandler)({HTML:(0,Ge.serialize)(o)}))},(0,Ze.__)("Convert to blocks"))};function Kn(e){const t=(0,st.useSelect)((e=>e(Qe.store).getSettings().styles));return(0,Oe.useEffect)((()=>{const{baseURL:n,suffix:o,settings:r}=window.wpEditorL10n.tinymce;return window.tinymce.EditorManager.overrideDefaults({base_url:n,suffix:o}),window.wp.oldEditor.initialize(e.id,{tinymce:{...r,height:500,setup(e){e.on("init",(()=>{const n=e.getDoc();t.forEach((e=>{let{css:t}=e;const o=n.createElement("style");o.innerHTML=t,n.head.appendChild(o)}))}))}}}),()=>{window.wp.oldEditor.remove(e.id)}}),[]),(0,Oe.createElement)("textarea",e)}function Yn(e){const{clientId:t,attributes:{content:n},setAttributes:o,onReplace:r}=e,[a,l]=(0,Oe.useState)(!1),i=`editor-${t}`,s=(0,Ze.__)("Classic Edit");return(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.BlockControls,null,(0,Oe.createElement)(We.ToolbarGroup,null,(0,Oe.createElement)(We.ToolbarButton,{onClick:()=>l(!0)},s))),n&&(0,Oe.createElement)(Oe.RawHTML,null,n),(a||!n)&&(0,Oe.createElement)(We.Modal,{title:s,__experimentalHideHeader:!0},(0,Oe.createElement)("h2",{style:{display:"flex",justifyContent:"space-between"}},(0,Oe.createElement)("div",null,s),(0,Oe.createElement)("div",null,(0,Oe.createElement)(We.Button,{onClick:()=>n?l(!1):r([])},(0,Ze.__)("Cancel")),(0,Oe.createElement)(We.Button,{isPrimary:!0,onClick:()=>{o({content:window.wp.oldEditor.getContent(i)}),l(!1)}},(0,Ze.__)("Save")))),(0,Oe.createElement)(Kn,{id:i,defaultValue:n})))}const{wp:Jn}=window;function Xn(e){let{clientId:t,attributes:{content:n},setAttributes:o,onReplace:r}=e;const{getMultiSelectedBlockClientIds:a}=(0,st.useSelect)(Qe.store),l=(0,Oe.useRef)(!1);return(0,Oe.useEffect)((()=>{if(!l.current)return;const e=window.tinymce.get(`editor-${t}`);(null==e?void 0:e.getContent())!==n&&e.setContent(n||"")}),[n]),(0,Oe.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=>{cn.isKeyboardEvent.primary(t,"z")&&t.stopPropagation(),t.keyCode!==cn.BACKSPACE&&t.keyCode!==cn.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===cn.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;Jn.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),Jn.oldEditor.remove(`editor-${t}`)}}),[]),(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.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,Ze.__)("Classic"),onKeyDown:function(e){e.stopPropagation(),e.nativeEvent.stopImmediatePropagation()}}),(0,Oe.createElement)("div",{key:"editor",id:`editor-${t}`,className:"wp-block-freeform block-library-rich-text__tinymce"}))}const eo={$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:to}=eo,no={icon:Zn,edit:function(e){const{clientId:t}=e,n=(0,st.useSelect)((e=>e(Qe.store).canRemoveBlock(t)),[t]),[o,r]=(0,Oe.useState)(!1),a=(0,St.useRefEffect)((e=>{r(e.ownerDocument!==document)}),[]);return(0,Oe.createElement)(Oe.Fragment,null,n&&(0,Oe.createElement)(Qe.BlockControls,null,(0,Oe.createElement)(We.ToolbarGroup,null,(0,Oe.createElement)(Qn,{clientId:t}))),(0,Oe.createElement)("div",(0,Qe.useBlockProps)({ref:a}),o?(0,Oe.createElement)(Yn,e):(0,Oe.createElement)(Xn,e)))},save:function(e){let{attributes:t}=e;const{content:n}=t;return(0,Oe.createElement)(Oe.RawHTML,null,n)}},oo=()=>je({name:to,metadata:eo,settings:no});var ro=(0,Oe.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,Oe.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 ao(e){return e.replace(/\[/g,"&#91;")}function lo(e){return e.replace(/^(\s*https?:)\/\/([^\s<>"]+\s*)$/m,"$1&#47;&#47;$2")}var io={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.replace(/\n/g,"<br>")})}}]};const so={$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:co}=so,uo={icon:ro,example:{attributes:{content:(0,Ze.__)("// 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:io,edit:function(e){let{attributes:t,setAttributes:n,onRemove:o}=e;const r=(0,Qe.useBlockProps)();return(0,Oe.createElement)("pre",r,(0,Oe.createElement)(Qe.RichText,{tagName:"code",value:t.content,onChange:e=>n({content:e}),onRemove:o,placeholder:(0,Ze.__)("Write code…"),"aria-label":(0,Ze.__)("Code"),preserveWhiteSpace:!0,__unstablePastePlainText:!0}))},save:function(e){let{attributes:t}=e;return(0,Oe.createElement)("pre",Qe.useBlockProps.save(),(0,Oe.createElement)(Qe.RichText.Content,{tagName:"code",value:(n=t.content,(0,St.pipe)(ao,lo)(n||""))}));var n}},mo=()=>je({name:co,metadata:so,settings:uo});var po=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 go=[{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=at()({[`is-vertically-aligned-${n}`]:n}),a={flexBasis:o+"%"};return(0,Oe.createElement)("div",{className:r,style:a},(0,Oe.createElement)(Qe.InnerBlocks.Content,null))}}];var ho=go;var vo=function(e){let{attributes:{verticalAlignment:t,width:n,templateLock:o,allowedBlocks:r},setAttributes:a,clientId:l}=e;const i=at()("block-core-columns",{[`is-vertically-aligned-${t}`]:t}),s=(0,We.__experimentalUseCustomUnits)({availableUnits:(0,Qe.useSetting)("spacing.units")||["%","px","em","rem","vw"]}),{columnsIds:c,hasChildBlocks:u,rootClientId:m}=(0,st.useSelect)((e=>{const{getBlockOrder:t,getBlockRootClientId:n}=e(Qe.store),o=n(l);return{hasChildBlocks:t(l).length>0,rootClientId:o,columnsIds:t(o)}}),[l]),{updateBlockAttributes:d}=(0,st.useDispatch)(Qe.store),p=Number.isFinite(n)?n+"%":n,g=(0,Qe.useBlockProps)({className:i,style:p?{flexBasis:p}:void 0}),h=c.length,v=c.indexOf(l)+1,b=(0,Ze.sprintf)((0,Ze.__)("%1$s (%2$d of %3$d)"),g["aria-label"],v,h),_=(0,Qe.useInnerBlocksProps)({...g,"aria-label":b},{templateLock:o,allowedBlocks:r,renderAppender:u?void 0:Qe.InnerBlocks.ButtonBlockAppender});return(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.BlockControls,null,(0,Oe.createElement)(Qe.BlockVerticalAlignmentToolbar,{onChange:e=>{a({verticalAlignment:e}),d(m,{verticalAlignment:null})},value:t})),(0,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Column settings")},(0,Oe.createElement)(We.__experimentalUnitControl,{label:(0,Ze.__)("Width"),labelPosition:"edge",__unstableInputWidth:"80px",value:n||"",onChange:e=>{e=0>parseFloat(e)?"0":e,a({width:e})},units:s}))),(0,Oe.createElement)("div",_))};const bo={$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:_o}=bo,fo={icon:po,edit:vo,save:function(e){let{attributes:t}=e;const{verticalAlignment:n,width:o}=t,r=at()({[`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=Qe.useBlockProps.save({className:r,style:a}),i=Qe.useInnerBlocksProps.save(l);return(0,Oe.createElement)("div",i)},deprecated:ho},yo=()=>je({name:_o,metadata:bo,settings:fo});var ko=(0,Oe.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,Oe.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 xo(e){let t,{doc:n}=xo;n||(n=document.implementation.createHTMLDocument(""),xo.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 wo=[{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,Qe.getColorClassName)("background-color",o),s=(0,Qe.getColorClassName)("color",a),c=at()({"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,Oe.createElement)("div",{className:c||void 0,style:u},(0,Oe.createElement)(Qe.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!==xo(e.originalContent)))},migrate(e,t){const n=t.reduce(((e,t)=>{const{originalContent:n}=t;let o=xo(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,Oe.createElement)("div",{className:`has-${n}-columns`},(0,Oe.createElement)(Qe.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=at()(`has-${o}-columns`,{[`are-vertically-aligned-${n}`]:n});return(0,Oe.createElement)("div",{className:r},(0,Oe.createElement)(Qe.InnerBlocks.Content,null))}}];const Eo=e=>{const t=parseFloat(e);return Number.isFinite(t)?parseFloat(t.toFixed(2)):void 0};function Co(e,t){const{width:n=100/t}=e.attributes;return Eo(n)}function So(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e.length;return e.reduce(((e,n)=>e+Co(n,t)),0)}function Bo(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e.length;return e.reduce(((e,n)=>{const o=Co(n,t);return Object.assign(e,{[n.clientId]:o})}),{})}function To(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:e.length;const o=So(e,n);return(0,Nt.mapValues)(Bo(e,n),(e=>Eo(t*e/o)))}function No(e,t){return e.map((e=>(0,Nt.merge)({},e,{attributes:{width:`${t[e.clientId]}%`}})))}const Po=["core/column"];const Io=(0,st.withDispatch)(((e,t,n)=>({updateAlignment(o){const{clientId:r,setAttributes:a}=t,{updateBlockAttributes:l}=e(Qe.store),{getBlockOrder:i}=n.select(Qe.store);a({verticalAlignment:o});i(r).forEach((e=>{l(e,{verticalAlignment:o})}))},updateColumns(o,r){const{clientId:a}=t,{replaceInnerBlocks:l}=e(Qe.store),{getBlocks:i}=n.select(Qe.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=Eo(100/r);s=[...No(s,To(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=No(s,To(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,st.useSelect)((e=>({count:e(Qe.store).getBlockCount(a)})),[a]),c=at()({[`are-vertically-aligned-${i}`]:i,"is-not-stacked-on-mobile":!l}),u=(0,Qe.useBlockProps)({className:c}),m=(0,Qe.useInnerBlocksProps)(u,{allowedBlocks:Po,orientation:"horizontal",renderAppender:!1});return(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.BlockControls,null,(0,Oe.createElement)(Qe.BlockVerticalAlignmentToolbar,{onChange:o,value:i})),(0,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(We.PanelBody,null,(0,Oe.createElement)(We.RangeControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Columns"),value:s,onChange:e=>r(s,e),min:1,max:Math.max(6,s)}),s>6&&(0,Oe.createElement)(We.Notice,{status:"warning",isDismissible:!1},(0,Ze.__)("This column count exceeds the recommended amount and may cause visual breakage.")),(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Stack on mobile"),checked:l,onChange:()=>n({isStackedOnMobile:!l})}))),(0,Oe.createElement)("div",m))}));function zo(e){let{clientId:t,name:n,setAttributes:o}=e;const{blockType:r,defaultVariation:a,variations:l}=(0,st.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,st.useDispatch)(Qe.store),s=(0,Qe.useBlockProps)();return(0,Oe.createElement)("div",s,(0,Oe.createElement)(Qe.__experimentalBlockVariationPicker,{icon:(0,Nt.get)(r,["icon","src"]),label:(0,Nt.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 Mo=e=>{const{clientId:t}=e,n=(0,st.useSelect)((e=>e(Qe.store).getBlocks(t).length>0),[t])?Io:zo;return(0,Oe.createElement)(n,e)};var Ro=[{name:"one-column-full",title:(0,Ze.__)("100"),description:(0,Ze.__)("One column"),icon:(0,Oe.createElement)(We.SVG,{width:"48",height:"48",viewBox:"0 0 48 48",xmlns:"http://www.w3.org/2000/svg"},(0,Oe.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,Ze.__)("50 / 50"),description:(0,Ze.__)("Two columns; equal split"),icon:(0,Oe.createElement)(We.SVG,{width:"48",height:"48",viewBox:"0 0 48 48",xmlns:"http://www.w3.org/2000/svg"},(0,Oe.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,Ze.__)("33 / 66"),description:(0,Ze.__)("Two columns; one-third, two-thirds split"),icon:(0,Oe.createElement)(We.SVG,{width:"48",height:"48",viewBox:"0 0 48 48",xmlns:"http://www.w3.org/2000/svg"},(0,Oe.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,Ze.__)("66 / 33"),description:(0,Ze.__)("Two columns; two-thirds, one-third split"),icon:(0,Oe.createElement)(We.SVG,{width:"48",height:"48",viewBox:"0 0 48 48",xmlns:"http://www.w3.org/2000/svg"},(0,Oe.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,Ze.__)("33 / 33 / 33"),description:(0,Ze.__)("Three columns; equal split"),icon:(0,Oe.createElement)(We.SVG,{width:"48",height:"48",viewBox:"0 0 48 48",xmlns:"http://www.w3.org/2000/svg"},(0,Oe.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,Ze.__)("25 / 50 / 25"),description:(0,Ze.__)("Three columns; wide center column"),icon:(0,Oe.createElement)(We.SVG,{width:"48",height:"48",viewBox:"0 0 48 48",xmlns:"http://www.w3.org/2000/svg"},(0,Oe.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 Lo={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))}}],to:[{type:"block",blocks:["*"],transform:(e,t)=>t.flatMap((e=>e.innerBlocks))}]};var Ho=Lo;const Ao={$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:Vo}=Ao,Fo={icon:ko,variations:Ro,example:{viewportWidth:600,innerBlocks:[{name:"core/column",innerBlocks:[{name:"core/paragraph",attributes:{content:(0,Ze.__)("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,Ze.__)("Suspendisse commodo neque lacus, a dictum orci interdum et.")}}]},{name:"core/column",innerBlocks:[{name:"core/paragraph",attributes:{content:(0,Ze.__)("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,Ze.__)("Nam risus massa, ullamcorper consectetur eros fermentum, porta aliquet ligula. Sed vel mauris nec enim.")}}]}]},deprecated:wo,edit:Mo,save:function(e){let{attributes:t}=e;const{isStackedOnMobile:n,verticalAlignment:o}=t,r=at()({[`are-vertically-aligned-${o}`]:o,"is-not-stacked-on-mobile":!n}),a=Qe.useBlockProps.save({className:r}),l=Qe.useInnerBlocksProps.save(a);return(0,Oe.createElement)("div",l)},transforms:Ho},Do=()=>je({name:Vo,metadata:Ao,settings:Fo});var $o=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 Go=[{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=Qe.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,Oe.createElement)(t,l,(0,Oe.createElement)(Qe.InnerBlocks.Content,null))}}];function Oo(e){let{attributes:{tagName:t},setAttributes:n}=e;const o={section:(0,Ze.__)("The <section> element should represent a standalone portion of the document that can't be better represented by another element."),aside:(0,Ze.__)("The <aside> element should represent a portion of a document whose content is only indirectly related to the document's main content.")};return(0,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(Qe.InspectorControls,{group:"advanced"},(0,Oe.createElement)(We.SelectControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("HTML element"),options:[{label:(0,Ze.__)("Default (<div>)"),value:"div"},{label:"<section>",value:"section"},{label:"<aside>",value:"aside"}],value:t,onChange:e=>n({tagName:e}),help:o[t]})))}const Uo=()=>{const e=(0,St.useInstanceId)(Uo);return(0,Oe.createElement)("div",{className:"comment-respond"},(0,Oe.createElement)("h3",{className:"comment-reply-title"},(0,Ze.__)("Leave a Reply")),(0,Oe.createElement)("form",{noValidate:!0,className:"comment-form",inert:"true"},(0,Oe.createElement)("p",null,(0,Oe.createElement)("label",{htmlFor:`comment-${e}`},(0,Ze.__)("Comment")),(0,Oe.createElement)("textarea",{id:`comment-${e}`,name:"comment",cols:"45",rows:"8"})),(0,Oe.createElement)("p",{className:"form-submit wp-block-button"},(0,Oe.createElement)("input",{name:"submit",type:"submit",className:at()("wp-block-button__link",(0,Qe.__experimentalGetElementClassName)("button")),label:(0,Ze.__)("Post Comment"),value:(0,Ze.__)("Post Comment")}))))};var qo=e=>{let{postId:t,postType:n}=e;const[o,r]=(0,it.useEntityProp)("postType",n,"comment_status",t),a=void 0===n||void 0===t,{defaultCommentStatus:l}=(0,st.useSelect)((e=>e(Qe.store).getSettings().__experimentalDiscussionSettings)),i=(0,st.useSelect)((e=>{var t;return!!n&&!(null===(t=e(it.store).getPostType(n))||void 0===t||!t.supports.comments)}));if(!a&&"open"!==o){if("closed"===o){const e=[(0,Oe.createElement)(We.Button,{key:"enableComments",onClick:()=>r("open"),variant:"primary"},(0,Ze._x)("Enable comments","action that affects the current post"))];return(0,Oe.createElement)(Qe.Warning,{actions:e},(0,Ze.__)("Post Comments Form block: Comments are not enabled for this item."))}if(!i)return(0,Oe.createElement)(Qe.Warning,null,(0,Ze.sprintf)((0,Ze.__)("Post Comments Form block: Comments are not enabled for this post type (%s)."),n));if("open"!==l)return(0,Oe.createElement)(Qe.Warning,null,(0,Ze.__)("Post Comments Form block: Comments are not enabled."))}return(0,Oe.createElement)(Uo,null)};function jo(e){let{postType:t,postId:n}=e,[o]=(0,it.useEntityProp)("postType",t,"title",n);o=o||(0,Ze.__)("Post Title");const{avatarURL:r}=(0,st.useSelect)((e=>e(Qe.store).getSettings().__experimentalDiscussionSettings));return(0,Oe.createElement)("div",{className:"wp-block-comments__legacy-placeholder",inert:"true"},(0,Oe.createElement)("h3",null,(0,Ze.sprintf)((0,Ze.__)("One response to %s"),o)),(0,Oe.createElement)("div",{className:"navigation"},(0,Oe.createElement)("div",{className:"alignleft"},(0,Oe.createElement)("a",{href:"#top"},"« ",(0,Ze.__)("Older Comments"))),(0,Oe.createElement)("div",{className:"alignright"},(0,Oe.createElement)("a",{href:"#top"},(0,Ze.__)("Newer Comments")," »"))),(0,Oe.createElement)("ol",{className:"commentlist"},(0,Oe.createElement)("li",{className:"comment even thread-even depth-1"},(0,Oe.createElement)("article",{className:"comment-body"},(0,Oe.createElement)("footer",{className:"comment-meta"},(0,Oe.createElement)("div",{className:"comment-author vcard"},(0,Oe.createElement)("img",{alt:"Commenter Avatar",src:r,className:"avatar avatar-32 photo",height:"32",width:"32",loading:"lazy"}),(0,Oe.createElement)("b",{className:"fn"},(0,Oe.createElement)("a",{href:"#top",className:"url"},(0,Ze.__)("A WordPress Commenter")))," ",(0,Oe.createElement)("span",{className:"says"},(0,Ze.__)("says"),":")),(0,Oe.createElement)("div",{className:"comment-metadata"},(0,Oe.createElement)("a",{href:"#top"},(0,Oe.createElement)("time",{dateTime:"2000-01-01T00:00:00+00:00"},(0,Ze.__)("January 1, 2000 at 00:00 am")))," ",(0,Oe.createElement)("span",{className:"edit-link"},(0,Oe.createElement)("a",{className:"comment-edit-link",href:"#top"},(0,Ze.__)("Edit"))))),(0,Oe.createElement)("div",{className:"comment-content"},(0,Oe.createElement)("p",null,(0,Ze.__)("Hi, this is a comment."),(0,Oe.createElement)("br",null),(0,Ze.__)("To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard."),(0,Oe.createElement)("br",null),(0,Ze.__)("Commenter avatars come from")," ",(0,Oe.createElement)("a",{href:"https://gravatar.com/"},"Gravatar"),".")),(0,Oe.createElement)("div",{className:"reply"},(0,Oe.createElement)("a",{className:"comment-reply-link",href:"#top","aria-label":"Reply to A WordPress Commenter"},(0,Ze.__)("Reply")))))),(0,Oe.createElement)("div",{className:"navigation"},(0,Oe.createElement)("div",{className:"alignleft"},(0,Oe.createElement)("a",{href:"#top"},"« ",(0,Ze.__)("Older Comments"))),(0,Oe.createElement)("div",{className:"alignright"},(0,Oe.createElement)("a",{href:"#top"},(0,Ze.__)("Newer Comments")," »"))),(0,Oe.createElement)(qo,{postId:n,postType:t}))}function Wo(e){let{attributes:t,setAttributes:n,context:{postType:o,postId:r}}=e;const{textAlign:a}=t,l=[(0,Oe.createElement)(We.Button,{key:"convert",onClick:()=>{n({legacy:!1})},variant:"primary"},(0,Ze.__)("Switch to editable mode"))],i=(0,Qe.useBlockProps)({className:at()({[`has-text-align-${a}`]:a})});return(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.BlockControls,{group:"block"},(0,Oe.createElement)(Qe.AlignmentControl,{value:a,onChange:e=>{n({textAlign:e})}})),(0,Oe.createElement)("div",i,(0,Oe.createElement)(Qe.Warning,{actions:l},(0,Ze.__)("Comments block: Youre 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,Oe.createElement)(jo,{postId:r,postType:o})))}var Zo=[["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 Qo={$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"],color:{gradients:!0,link:!0,__experimentalDefaultControls:{background:!0,text:!0,link:!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-comments-editor",usesContext:["postId","postType"]},{name:Ko}=Qo,Yo={icon:$o,edit:function(e){const{attributes:t,setAttributes:n}=e,{tagName:o,legacy:r}=t,a=(0,Qe.useBlockProps)(),l=(0,Qe.useInnerBlocksProps)(a,{template:Zo});return r?(0,Oe.createElement)(Wo,e):(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Oo,{attributes:t,setAttributes:n}),(0,Oe.createElement)(o,l))},save:function(e){let{attributes:{tagName:t,legacy:n}}=e;const o=Qe.useBlockProps.save(),r=Qe.useInnerBlocksProps.save(o);return n?null:(0,Oe.createElement)(t,r)},deprecated:Go},Jo=()=>je({name:Ko,metadata:Qo,settings:Yo});const Xo={$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:er}=Xo,tr={icon:nt,edit:function(e){let{attributes:t,context:{commentId:n},setAttributes:o,isSelected:r}=e;const{height:a,width:l}=t,[i]=(0,it.useEntityProp)("root","comment","author_avatar_urls",n),[s]=(0,it.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,Qe.useBlockProps)(),g=(0,Qe.__experimentalGetSpacingClassesAndStyles)(t),h=Math.floor(2.5*d),{avatarURL:v}=(0,st.useSelect)((e=>{const{getSettings:t}=e(Qe.store),{__experimentalDiscussionSettings:n}=t();return n})),b=(0,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Avatar Settings")},(0,Oe.createElement)(We.RangeControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Image size"),onChange:e=>o({width:e,height:e}),min:m,max:h,initialPosition:l,value:l}))),_=(0,Oe.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,Ze.isRTL)(),bottom:!0,left:(0,Ze.isRTL)()},minWidth:m,maxWidth:h},(0,Oe.createElement)("img",ot({src:c?c[c.length-1]:v,alt:`${s} ${(0,Ze.__)("Avatar")}`},p)));return(0,Oe.createElement)(Oe.Fragment,null,b,(0,Oe.createElement)("div",g,_))}},nr=()=>je({name:er,metadata:Xo,settings:tr});var or=(0,Oe.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,Oe.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,Oe.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,Oe.createElement)(Ue.Circle,{cx:"12",cy:"9",r:"2",fillRule:"evenodd",clipRule:"evenodd"}));const rr={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:Xt,isEligible(e){var t;let{style:n}=e;return null==n||null===(t=n.typography)||void 0===t?void 0:t.fontFamily}};var ar=[rr];const lr={$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:ir}=lr,sr={icon:or,edit:function(e){let{attributes:{isLink:t,linkTarget:n,textAlign:o},context:{commentId:r},setAttributes:a}=e;const l=(0,Qe.useBlockProps)({className:at()({[`has-text-align-${o}`]:o})});let i=(0,st.useSelect)((e=>{const{getEntityRecord:t}=e(it.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,Ze.__)("Anonymous")}return null!=o?o:""}),[r]);const s=(0,Oe.createElement)(Qe.BlockControls,{group:"block"},(0,Oe.createElement)(Qe.AlignmentControl,{value:o,onChange:e=>a({textAlign:e})})),c=(0,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Link settings")},(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Link to authors URL"),onChange:()=>a({isLink:!t}),checked:t}),t&&(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Open in new tab"),onChange:e=>a({linkTarget:e?"_blank":"_self"}),checked:"_blank"===n})));r&&i||(i=(0,Ze._x)("Comment Author","block title"));const u=t?(0,Oe.createElement)("a",{href:"#comment-author-pseudo-link",onClick:e=>e.preventDefault()},i):i;return(0,Oe.createElement)(Oe.Fragment,null,c,s,(0,Oe.createElement)("div",l,u))},deprecated:ar},cr=()=>je({name:ir,metadata:lr,settings:sr});var ur=(0,Oe.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,Oe.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 mr={$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:dr}=mr,pr={icon:ur,edit:function(e){let{setAttributes:t,attributes:{textAlign:n},context:{commentId:o}}=e;const r=(0,Qe.useBlockProps)({className:at()({[`has-text-align-${n}`]:n})}),[a]=(0,it.useEntityProp)("root","comment","content",o),l=(0,Oe.createElement)(Qe.BlockControls,{group:"block"},(0,Oe.createElement)(Qe.AlignmentControl,{value:n,onChange:e=>t({textAlign:e})}));return o&&a?(0,Oe.createElement)(Oe.Fragment,null,l,(0,Oe.createElement)("div",r,(0,Oe.createElement)(We.Disabled,null,(0,Oe.createElement)(Oe.RawHTML,{key:"html"},a.rendered)))):(0,Oe.createElement)(Oe.Fragment,null,l,(0,Oe.createElement)("div",r,(0,Oe.createElement)("p",null,(0,Ze._x)("Comment Content","block title"))))}},gr=()=>je({name:dr,metadata:mr,settings:pr});var hr=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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,Oe.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"})),vr=window.wp.date;const br={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:Xt,isEligible(e){var t;let{style:n}=e;return null==n||null===(t=n.typography)||void 0===t?void 0:t.fontFamily}};var _r=[br];const fr={$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:yr}=fr,kr={icon:hr,edit:function(e){let{attributes:{format:t,isLink:n},context:{commentId:o},setAttributes:r}=e;const a=(0,Qe.useBlockProps)();let[l]=(0,it.useEntityProp)("root","comment","date",o);const[i=(0,vr.getSettings)().formats.date]=(0,it.useEntityProp)("root","site","date_format"),s=(0,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Settings")},(0,Oe.createElement)(Qe.__experimentalDateFormatPicker,{format:t,defaultFormat:i,onChange:e=>r({format:e})}),(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Link to comment"),onChange:()=>r({isLink:!n}),checked:n})));o&&l||(l=(0,Ze._x)("Comment Date","block title"));let c=l instanceof Date?(0,Oe.createElement)("time",{dateTime:(0,vr.dateI18n)("c",l)},(0,vr.dateI18n)(t||i,l)):(0,Oe.createElement)("time",null,l);return n&&(c=(0,Oe.createElement)("a",{href:"#comment-date-pseudo-link",onClick:e=>e.preventDefault()},c)),(0,Oe.createElement)(Oe.Fragment,null,s,(0,Oe.createElement)("div",a,c))},deprecated:_r},xr=()=>je({name:yr,metadata:fr,settings:kr});var wr=(0,Oe.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,Oe.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 Er={$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:Cr}=Er,Sr={icon:wr,edit:function(e){let{attributes:{linkTarget:t,textAlign:n},setAttributes:o}=e;const r=(0,Qe.useBlockProps)({className:at()({[`has-text-align-${n}`]:n})}),a=(0,Oe.createElement)(Qe.BlockControls,{group:"block"},(0,Oe.createElement)(Qe.AlignmentControl,{value:n,onChange:e=>o({textAlign:e})})),l=(0,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Link settings")},(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Open in new tab"),onChange:e=>o({linkTarget:e?"_blank":"_self"}),checked:"_blank"===t})));return(0,Oe.createElement)(Oe.Fragment,null,a,l,(0,Oe.createElement)("div",r,(0,Oe.createElement)("a",{href:"#edit-comment-pseudo-link",onClick:e=>e.preventDefault()},(0,Ze.__)("Edit"))))}},Br=()=>je({name:Cr,metadata:Er,settings:Sr});var Tr=(0,Oe.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,Oe.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 Nr=function(e){let{setAttributes:t,attributes:{textAlign:n}}=e;const o=(0,Qe.useBlockProps)({className:at()({[`has-text-align-${n}`]:n})}),r=(0,Oe.createElement)(Qe.BlockControls,{group:"block"},(0,Oe.createElement)(Qe.AlignmentControl,{value:n,onChange:e=>t({textAlign:e})}));return(0,Oe.createElement)(Oe.Fragment,null,r,(0,Oe.createElement)("div",o,(0,Oe.createElement)("a",{href:"#comment-reply-pseudo-link",onClick:e=>e.preventDefault()},(0,Ze.__)("Reply"))))};const Pr={$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:Ir}=Pr,zr={edit:Nr,icon:Tr},Mr=()=>je({name:Ir,metadata:Pr,settings:zr});var Rr=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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"})),Lr=window.wp.apiFetch,Hr=n.n(Lr);const Ar=e=>{let{defaultPage:t,postId:n,perPage:o,queryArgs:r}=e;const[a,l]=(0,Oe.useState)({}),i=`${n}_${o}`,s=a[i]||0;return(0,Oe.useEffect)((()=>{s||"newest"!==t||Hr()({path:(0,lt.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},Vr=[["core/avatar"],["core/comment-author-name"],["core/comment-date"],["core/comment-content"],["core/comment-reply-link"],["core/comment-edit-link"]];function Fr(e){var t;let{comment:n,activeCommentId:o,setActiveCommentId:r,firstCommentId:a,blocks:l}=e;const{children:i,...s}=(0,Qe.useInnerBlocksProps)({},{template:Vr});return(0,Oe.createElement)("li",s,n.commentId===(o||a)?i:null,(0,Oe.createElement)(Dr,{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,Oe.createElement)($r,{comments:n.children,activeCommentId:o,setActiveCommentId:r,blocks:l,firstCommentId:a}):null)}const Dr=(0,Oe.memo)((e=>{let{blocks:t,commentId:n,setActiveCommentId:o,isHidden:r}=e;const a=(0,Qe.__experimentalUseBlockPreview)({blocks:t}),l=()=>{o(n)},i={display:r?"none":void 0};return(0,Oe.createElement)("div",ot({},a,{tabIndex:0,role:"button",style:i,onClick:l,onKeyPress:l}))})),$r=e=>{let{comments:t,blockProps:n,activeCommentId:o,setActiveCommentId:r,blocks:a,firstCommentId:l}=e;return(0,Oe.createElement)("ol",n,t&&t.map(((e,t)=>{let{commentId:n,...i}=e;return(0,Oe.createElement)(Qe.BlockContextProvider,{key:i.commentId||t,value:{commentId:n<0?null:n}},(0,Oe.createElement)(Fr,{comment:{commentId:n,...i},activeCommentId:o,setActiveCommentId:r,blocks:a,firstCommentId:l}))})))};const Gr={$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:{align:!0,html:!1,reusable:!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}}},style:"wp-block-comment-template"},{name:Or}=Gr,Ur={icon:Rr,edit:function(e){var t;let{clientId:n,context:{postId:o}}=e;const r=(0,Qe.useBlockProps)(),[a,l]=(0,Oe.useState)(),{commentOrder:i,threadCommentsDepth:s,threadComments:c,commentsPerPage:u,pageComments:m}=(0,st.useSelect)((e=>{const{getSettings:t}=e(Qe.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,st.useSelect)((e=>{const{getSettings:t}=e(Qe.store),{__experimentalDiscussionSettings:n}=t();return n})),l=o?Math.min(r,100):100,i=Ar({defaultPage:a,postId:t,perPage:l,queryArgs:n});return(0,Oe.useMemo)((()=>i?{...n,post:t,per_page:l,page:i}:null),[t,l,i])})({postId:o}),{topLevelComments:p,blocks:g}=(0,st.useSelect)((e=>{const{getEntityRecords:t}=e(it.store),{getBlocks:o}=e(Qe.store);return{topLevelComments:d?t("root","comment",d):null,blocks:o(n)}}),[n,d]);let h=(e=>(0,Oe.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,Oe.createElement)($r,{comments:h,blockProps:r,blocks:g,activeCommentId:a,setActiveCommentId:l,firstCommentId:null===(t=h[0])||void 0===t?void 0:t.commentId}):(0,Oe.createElement)("p",r,(0,Ze.__)("No results found."))):(0,Oe.createElement)("p",r,(0,Oe.createElement)(We.Spinner,null))},save:function(){return(0,Oe.createElement)(Qe.InnerBlocks.Content,null)}},qr=()=>je({name:Or,metadata:Gr,settings:Ur});var jr=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 Wr={none:"",arrow:"",chevron:"«"};const Zr={$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:Qr}=Zr,Kr={icon:jr,edit:function(e){let{attributes:{label:t},setAttributes:n,context:{"comments/paginationArrow":o}}=e;const r=Wr[o];return(0,Oe.createElement)("a",ot({href:"#comments-pagination-previous-pseudo-link",onClick:e=>e.preventDefault()},(0,Qe.useBlockProps)()),r&&(0,Oe.createElement)("span",{className:`wp-block-comments-pagination-previous-arrow is-arrow-${o}`},r),(0,Oe.createElement)(Qe.PlainText,{__experimentalVersion:2,tagName:"span","aria-label":(0,Ze.__)("Older comments page link"),placeholder:(0,Ze.__)("Older Comments"),value:t,onChange:e=>n({label:e})}))}},Yr=()=>je({name:Qr,metadata:Zr,settings:Kr});var Jr=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.createElement)(Ue.Path,{d:"M4 13.5h6v-3H4v3zm8 0h3v-3h-3v3zm5-3v3h3v-3h-3z"}));function Xr(e){let{value:t,onChange:n}=e;return(0,Oe.createElement)(We.__experimentalToggleGroupControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Arrow"),value:t,onChange:n,help:(0,Ze.__)("A decorative arrow appended to the next and previous comments link."),isBlock:!0},(0,Oe.createElement)(We.__experimentalToggleGroupControlOption,{value:"none",label:(0,Ze._x)("None","Arrow option for Comments Pagination Next/Previous blocks")}),(0,Oe.createElement)(We.__experimentalToggleGroupControlOption,{value:"arrow",label:(0,Ze._x)("Arrow","Arrow option for Comments Pagination Next/Previous blocks")}),(0,Oe.createElement)(We.__experimentalToggleGroupControlOption,{value:"chevron",label:(0,Ze._x)("Chevron","Arrow option for Comments Pagination Next/Previous blocks")}))}const ea=[["core/comments-pagination-previous"],["core/comments-pagination-numbers"],["core/comments-pagination-next"]],ta=["core/comments-pagination-previous","core/comments-pagination-numbers","core/comments-pagination-next"];const na={$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:oa}=na,ra={icon:Jr,edit:function(e){let{attributes:{paginationArrow:t},setAttributes:n,clientId:o}=e;const r=(0,st.useSelect)((e=>{const{getBlocks:t}=e(Qe.store),n=t(o);return null==n?void 0:n.find((e=>["core/comments-pagination-previous","core/comments-pagination-next"].includes(e.name)))}),[]),a=(0,Qe.useBlockProps)(),l=(0,Qe.useInnerBlocksProps)(a,{template:ea,allowedBlocks:ta});return(0,st.useSelect)((e=>{const{getSettings:t}=e(Qe.store),{__experimentalDiscussionSettings:n}=t();return null==n?void 0:n.pageComments}),[])?(0,Oe.createElement)(Oe.Fragment,null,r&&(0,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Settings")},(0,Oe.createElement)(Xr,{value:t,onChange:e=>{n({paginationArrow:e})}}))),(0,Oe.createElement)("div",l)):(0,Oe.createElement)(Qe.Warning,null,(0,Ze.__)("Comments Pagination block: paging comments is disabled in the Discussion Settings"))},save:function(){return(0,Oe.createElement)(Qe.InnerBlocks.Content,null)}},aa=()=>je({name:oa,metadata:na,settings:ra});var la=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 ia={none:"",arrow:"",chevron:"»"};const sa={$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:ca}=sa,ua={icon:la,edit:function(e){let{attributes:{label:t},setAttributes:n,context:{"comments/paginationArrow":o}}=e;const r=ia[o];return(0,Oe.createElement)("a",ot({href:"#comments-pagination-next-pseudo-link",onClick:e=>e.preventDefault()},(0,Qe.useBlockProps)()),(0,Oe.createElement)(Qe.PlainText,{__experimentalVersion:2,tagName:"span","aria-label":(0,Ze.__)("Newer comments page link"),placeholder:(0,Ze.__)("Newer Comments"),value:t,onChange:e=>n({label:e})}),r&&(0,Oe.createElement)("span",{className:`wp-block-comments-pagination-next-arrow is-arrow-${o}`},r))}},ma=()=>je({name:ca,metadata:sa,settings:ua});var da=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 pa=e=>{let{content:t,tag:n="a",extraClass:o=""}=e;return"a"===n?(0,Oe.createElement)(n,{className:`page-numbers ${o}`,href:"#comments-pagination-numbers-pseudo-link",onClick:e=>e.preventDefault()},t):(0,Oe.createElement)(n,{className:`page-numbers ${o}`},t)};const ga={$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,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:ha}=ga,va={icon:da,edit:function(){return(0,Oe.createElement)("div",(0,Qe.useBlockProps)(),(0,Oe.createElement)(pa,{content:"1"}),(0,Oe.createElement)(pa,{content:"2"}),(0,Oe.createElement)(pa,{content:"3",tag:"span",extraClass:"current"}),(0,Oe.createElement)(pa,{content:"4"}),(0,Oe.createElement)(pa,{content:"5"}),(0,Oe.createElement)(pa,{content:"...",tag:"span",extraClass:"dots"}),(0,Oe.createElement)(pa,{content:"8"}))}},ba=()=>je({name:ha,metadata:ga,settings:va});var _a=(0,Oe.createElement)(Ue.SVG,{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.createElement)(Ue.Path,{d:"M4 5.417h2.267V12h1.466V5.417H10V4H4v1.417ZM20 16H4v-1.5h16V16Zm-7 4H4v-1.5h9V20Z"}));function fa(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,Oe.createElement)(We.SVG,{width:"24",height:"24",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg",isPressed:n},(0,Oe.createElement)(We.Path,{d:o[t]})):null}const ya=[1,2,3,4,5,6],ka={className:"block-library-heading-level-dropdown"};function xa(e){let{selectedLevel:t,onChange:n}=e;return(0,Oe.createElement)(We.ToolbarDropdownMenu,{popoverProps:ka,icon:(0,Oe.createElement)(fa,{level:t}),label:(0,Ze.__)("Change heading level"),controls:ya.map((e=>{{const o=e===t;return{icon:(0,Oe.createElement)(fa,{level:e,isPressed:o}),label:(0,Ze.sprintf)((0,Ze.__)("Heading %d"),e),isActive:o,onClick(){n(e)},role:"menuitemradio"}}}))})}const{attributes:wa,supports:Ea}={$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 Ca=[{attributes:{...wa,singleCommentLabel:{type:"string"},multipleCommentsLabel:{type:"string"}},supports:Ea,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 Sa={$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:Ba}=Sa,Ta={icon:_a,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,Oe.useState)(),[m]=(0,it.useEntityProp)("postType",l,"title",i),d=void 0===i,p=(0,Qe.useBlockProps)({className:at()({[`has-text-align-${t}`]:t})}),{threadCommentsDepth:g,threadComments:h,commentsPerPage:v,pageComments:b}=(0,st.useSelect)((e=>{const{getSettings:t}=e(Qe.store);return t().__experimentalDiscussionSettings}));(0,Oe.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;Hr()({path:(0,lt.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,Oe.createElement)(Qe.BlockControls,{group:"block"},(0,Oe.createElement)(Qe.AlignmentControl,{value:t,onChange:e=>a({textAlign:e})}),(0,Oe.createElement)(xa,{selectedLevel:r,onChange:e=>a({level:e})})),f=(0,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Settings")},(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Show post title"),checked:n,onChange:e=>a({showPostTitle:e})}),(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Show comments count"),checked:o,onChange:e=>a({showCommentsCount:e})}))),y=d?(0,Ze.__)("Post Title"):`"${m}"`;let k;return k=o&&void 0!==c?n?1===c?(0,Ze.sprintf)((0,Ze.__)("One response to %s"),y):(0,Ze.sprintf)((0,Ze._n)("%1$s response to %2$s","%1$s responses to %2$s",c),c,y):1===c?(0,Ze.__)("One response"):(0,Ze.sprintf)((0,Ze._n)("%s response","%s responses",c),c):n?1===c?(0,Ze.sprintf)((0,Ze.__)("Response to %s"),y):(0,Ze.sprintf)((0,Ze.__)("Responses to %s"),y):1===c?(0,Ze.__)("Response"):(0,Ze.__)("Responses"),(0,Oe.createElement)(Oe.Fragment,null,_,f,(0,Oe.createElement)(s,p,k))},deprecated:Ca},Na=()=>je({name:Ba,metadata:Sa,settings:Ta});var Pa=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 Ia={"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"},za="image",Ma="video",Ra={x:.5,y:.5},La=["image","video"];function Ha(){let{x:e,y:t}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Ra;return`${Math.round(100*e)}% ${Math.round(100*t)}%`}function Aa(e){return 50===e||void 0===!e?null:"has-background-dim-"+10*Math.round(e/10)}function Va(e){return!e||"center center"===e||"center"===e}function Fa(e){return Va(e)?"":Ia[e]}function Da(e){return e?{backgroundImage:`url(${e})`}:{}}function $a(e){return 0!==e&&50!==e&&e?"has-background-dim-"+10*Math.round(e/10):null}function Ga(e){return{...e,dimRatio:e.url?e.dimRatio:100}}function Oa(e){return e.tagName||(e={...e,tagName:"div"}),{...e}}const Ua={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"}},qa={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]}},ja={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}},Wa={attributes:qa,supports:ja,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,f=(0,Qe.getColorClassName)("background-color",p),y=(0,Qe.__experimentalGetGradientClass)(o),k=za===n,x=Ma===n,w=!(u||d),E={minHeight:(b&&_?`${b}${_}`:b)||void 0},C={backgroundColor:f?void 0:l,background:a||void 0},S=s&&w?Ha(s):void 0,B=g?`url(${g})`:void 0,T=Ha(s),N=at()({"is-light":!m,"has-parallax":u,"is-repeated":d,"has-custom-content-position":!Va(r)},Fa(r)),P=at()("wp-block-cover__image-background",v?`wp-image-${v}`:null,{"has-parallax":u,"is-repeated":d}),I=o||a;return(0,Oe.createElement)("div",Qe.useBlockProps.save({className:N,style:E}),(0,Oe.createElement)("span",{"aria-hidden":"true",className:at()("wp-block-cover__background",f,Aa(i),{"has-background-dim":void 0!==i,"wp-block-cover__gradient-background":g&&I&&0!==i,"has-background-gradient":I,[y]:y}),style:C}),!c&&k&&g&&(w?(0,Oe.createElement)("img",{className:P,alt:h,src:g,style:{objectPosition:S},"data-object-fit":"cover","data-object-position":S}):(0,Oe.createElement)("div",{role:"img",className:P,style:{backgroundPosition:T,backgroundImage:B}})),x&&g&&(0,Oe.createElement)("video",{className:at()("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,Oe.createElement)("div",Qe.useInnerBlocksProps.save({className:"wp-block-cover__inner-container"})))}},Za={attributes:qa,supports:ja,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,f=(0,Qe.getColorClassName)("background-color",p),y=(0,Qe.__experimentalGetGradientClass)(o),k=b&&_?`${b}${_}`:b,x=za===n,w=Ma===n,E=!(u||d),C={...!x||E||c?{}:Da(g),minHeight:k||void 0},S={backgroundColor:f?void 0:l,background:a||void 0},B=s&&E?`${Math.round(100*s.x)}% ${Math.round(100*s.y)}%`:void 0,T=at()({"is-light":!m,"has-parallax":u,"is-repeated":d,"has-custom-content-position":!Va(r)},Fa(r)),N=o||a;return(0,Oe.createElement)("div",Qe.useBlockProps.save({className:T,style:C}),(0,Oe.createElement)("span",{"aria-hidden":"true",className:at()("wp-block-cover__background",f,Aa(i),{"has-background-dim":void 0!==i,"wp-block-cover__gradient-background":g&&N&&0!==i,"has-background-gradient":N,[y]:y}),style:S}),!c&&x&&E&&g&&(0,Oe.createElement)("img",{className:at()("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,Oe.createElement)("video",{className:at()("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,Oe.createElement)("div",Qe.useInnerBlocksProps.save({className:"wp-block-cover__inner-container"})))}},Qa={attributes:qa,supports:ja,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,Qe.getColorClassName)("background-color",d),f=(0,Qe.__experimentalGetGradientClass)(o),y=b?`${v}${b}`:v,k=za===n,x=Ma===n,w=!(c||m),E={...k&&!w?Da(p):{},minHeight:y||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=at()({"is-light":!u,"has-parallax":c,"is-repeated":m,"has-custom-content-position":!Va(r)},Fa(r)),T=o||a;return(0,Oe.createElement)("div",Qe.useBlockProps.save({className:B,style:E}),(0,Oe.createElement)("span",{"aria-hidden":"true",className:at()("wp-block-cover__background",_,Aa(i),{"has-background-dim":void 0!==i,"wp-block-cover__gradient-background":p&&T&&0!==i,"has-background-gradient":T,[f]:f}),style:C}),k&&w&&p&&(0,Oe.createElement)("img",{className:at()("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,Oe.createElement)("video",{className:at()("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,Oe.createElement)("div",Qe.useInnerBlocksProps.save({className:"wp-block-cover__inner-container"})))},migrate:Oa},Ka={attributes:qa,supports:ja,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,Qe.getColorClassName)("background-color",d),f=(0,Qe.__experimentalGetGradientClass)(o),y=b?`${v}${b}`:v,k=za===n,x=Ma===n,w=!(c||m),E={...k&&!w?Da(p):{},minHeight:y||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=at()({"is-light":!u,"has-parallax":c,"is-repeated":m,"has-custom-content-position":!Va(r)},Fa(r));return(0,Oe.createElement)("div",Qe.useBlockProps.save({className:B,style:E}),(0,Oe.createElement)("span",{"aria-hidden":"true",className:at()(_,Aa(i),"wp-block-cover__gradient-background",f,{"has-background-dim":void 0!==i,"has-background-gradient":o||a,[f]:!p&&f}),style:C}),k&&w&&p&&(0,Oe.createElement)("img",{className:at()("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,Oe.createElement)("video",{className:at()("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,Oe.createElement)("div",Qe.useInnerBlocksProps.save({className:"wp-block-cover__inner-container"})))},migrate:Oa},Ya={attributes:{...Ua,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:ja,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,Qe.getColorClassName)("background-color",m),_=(0,Qe.__experimentalGetGradientClass)(o),f=v?`${h}${v}`:h,y=za===n,k=Ma===n,x=!(c||u),w={...y&&!x?Da(d):{},backgroundColor:b?void 0:l,background:a&&!d?a:void 0,minHeight:f||void 0},E=s&&x?`${Math.round(100*s.x)}% ${Math.round(100*s.y)}%`:void 0,C=at()($a(i),b,{"has-background-dim":0!==i,"has-parallax":c,"is-repeated":u,"has-background-gradient":o||a,[_]:!d&&_,"has-custom-content-position":!Va(r)},Fa(r));return(0,Oe.createElement)("div",Qe.useBlockProps.save({className:C,style:w}),d&&(o||a)&&0!==i&&(0,Oe.createElement)("span",{"aria-hidden":"true",className:at()("wp-block-cover__gradient-background",_),style:a?{background:a}:void 0}),y&&x&&d&&(0,Oe.createElement)("img",{className:at()("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,Oe.createElement)("video",{className:at()("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,Oe.createElement)("div",{className:"wp-block-cover__inner-container"},(0,Oe.createElement)(Qe.InnerBlocks.Content,null)))},migrate:(0,St.compose)(Ga,Oa)},Ja={attributes:{...Ua,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,Qe.getColorClassName)("background-color",m),v=(0,Qe.__experimentalGetGradientClass)(o),b=g?`${p}${g}`:p,_=za===n,f=Ma===n,y=_?Da(d):{},k={};let x;h||(y.backgroundColor=l),a&&!d&&(y.background=a),y.minHeight=b||void 0,s&&(x=`${Math.round(100*s.x)}% ${Math.round(100*s.y)}%`,_&&!c&&(y.backgroundPosition=x),f&&(k.objectPosition=x));const w=at()($a(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":!Va(r)},Fa(r));return(0,Oe.createElement)("div",Qe.useBlockProps.save({className:w,style:y}),d&&(o||a)&&0!==i&&(0,Oe.createElement)("span",{"aria-hidden":"true",className:at()("wp-block-cover__gradient-background",v),style:a?{background:a}:void 0}),f&&d&&(0,Oe.createElement)("video",{className:"wp-block-cover__video-background",autoPlay:!0,muted:!0,loop:!0,playsInline:!0,src:d,style:k}),(0,Oe.createElement)("div",{className:"wp-block-cover__inner-container"},(0,Oe.createElement)(Qe.InnerBlocks.Content,null)))},migrate:(0,St.compose)(Ga,Oa)},Xa={attributes:{...Ua,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,Qe.getColorClassName)("background-color",c),p=(0,Qe.__experimentalGetGradientClass)(o),g=n===za?Da(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=at()($a(l),d,{"has-background-dim":0!==l,"has-parallax":s,"has-background-gradient":r,[p]:!u&&p});return(0,Oe.createElement)("div",{className:h,style:g},u&&(o||r)&&0!==l&&(0,Oe.createElement)("span",{"aria-hidden":"true",className:at()("wp-block-cover__gradient-background",p),style:r?{background:r}:void 0}),Ma===n&&u&&(0,Oe.createElement)("video",{className:"wp-block-cover__video-background",autoPlay:!0,muted:!0,loop:!0,src:u}),(0,Oe.createElement)("div",{className:"wp-block-cover__inner-container"},(0,Oe.createElement)(Qe.InnerBlocks.Content,null)))},migrate:(0,St.compose)(Ga,Oa)},el={attributes:{...Ua,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,Qe.getColorClassName)("background-color",c),p=(0,Qe.__experimentalGetGradientClass)(o),g=n===za?Da(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=at()($a(l),d,{"has-background-dim":0!==l,"has-parallax":s,"has-background-gradient":r,[p]:!u&&p});return(0,Oe.createElement)("div",{className:h,style:g},u&&(o||r)&&0!==l&&(0,Oe.createElement)("span",{"aria-hidden":"true",className:at()("wp-block-cover__gradient-background",p),style:r?{background:r}:void 0}),Ma===n&&u&&(0,Oe.createElement)("video",{className:"wp-block-cover__video-background",autoPlay:!0,muted:!0,loop:!0,src:u}),(0,Oe.createElement)("div",{className:"wp-block-cover__inner-container"},(0,Oe.createElement)(Qe.InnerBlocks.Content,null)))},migrate:(0,St.compose)(Ga,Oa)},tl={attributes:{...Ua,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,Qe.getColorClassName)("background-color",s),d=n===za?Da(u):{};m||(d.backgroundColor=r),l&&!i&&(d.backgroundPosition=`${100*l.x}% ${100*l.y}%`);const p=at()($a(a),m,{"has-background-dim":0!==a,"has-parallax":i,[`has-${o}-content`]:"center"!==o});return(0,Oe.createElement)("div",{className:p,style:d},Ma===n&&u&&(0,Oe.createElement)("video",{className:"wp-block-cover__video-background",autoPlay:!0,muted:!0,loop:!0,src:u}),!Qe.RichText.isEmpty(c)&&(0,Oe.createElement)(Qe.RichText.Content,{tagName:"p",className:"wp-block-cover-text",value:c}))},migrate(e){const t={...e,dimRatio:e.url?e.dimRatio:100,tagName:e.tagName?e.tagName:"div"},{title:n,contentAlign:o,...r}=t;return[r,[(0,Ge.createBlock)("core/paragraph",{content:e.title,align:e.contentAlign,fontSize:"large",placeholder:(0,Ze.__)("Write title")})]]}},nl={attributes:{...Ua,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,Qe.getColorClassName)("background-color",s),m=Da(n);u||(m.backgroundColor=c);const d=at()("wp-block-cover-image",$a(a),u,{"has-background-dim":0!==a,"has-parallax":r,[`has-${i}-content`]:"center"!==i},l?`align${l}`:null);return(0,Oe.createElement)("div",{className:d,style:m},!Qe.RichText.isEmpty(o)&&(0,Oe.createElement)(Qe.RichText.Content,{tagName:"p",className:"wp-block-cover-image-text",value:o}))},migrate(e){const t={...e,dimRatio:e.url?e.dimRatio:100,tagName:e.tagName?e.tagName:"div"},{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,Ze.__)("Write title")})]]}},ol={attributes:{...Ua,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=Da(n),s=at()("wp-block-cover-image",$a(a),{"has-background-dim":0!==a,"has-parallax":r},l?`align${l}`:null);return(0,Oe.createElement)("section",{className:s,style:i},(0,Oe.createElement)(Qe.RichText.Content,{tagName:"h2",value:o}))},migrate(e){const t={...e,dimRatio:e.url?e.dimRatio:100,tagName:e.tagName?e.tagName:"div"},{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,Ze.__)("Write title")})]]}};var rl=[Wa,Za,Qa,Ka,Ya,Ja,Xa,el,tl,nl,ol],al={grad:.9,turn:360,rad:360/(2*Math.PI)},ll=function(e){return"string"==typeof e?e.length>0:"number"==typeof e},il=function(e,t,n){return void 0===t&&(t=0),void 0===n&&(n=Math.pow(10,t)),Math.round(n*e)/n+0},sl=function(e,t,n){return void 0===t&&(t=0),void 0===n&&(n=1),e>n?n:e>t?e:t},cl=function(e){return(e=isFinite(e)?e%360:0)>0?e:e+360},ul=function(e){return{r:sl(e.r,0,255),g:sl(e.g,0,255),b:sl(e.b,0,255),a:sl(e.a)}},ml=function(e){return{r:il(e.r),g:il(e.g),b:il(e.b),a:il(e.a,3)}},dl=/^#([0-9a-f]{3,8})$/i,pl=function(e){var t=e.toString(16);return t.length<2?"0"+t:t},gl=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}},hl=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}},vl=function(e){return{h:cl(e.h),s:sl(e.s,0,100),l:sl(e.l,0,100),a:sl(e.a)}},bl=function(e){return{h:il(e.h),s:il(e.s),l:il(e.l),a:il(e.a,3)}},_l=function(e){return hl((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},fl=function(e){return{h:(t=gl(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},yl=/^hsla?\(\s*([+-]?\d*\.?\d+)(deg|rad|grad|turn)?\s*,\s*([+-]?\d*\.?\d+)%\s*,\s*([+-]?\d*\.?\d+)%\s*(?:,\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,kl=/^hsla?\(\s*([+-]?\d*\.?\d+)(deg|rad|grad|turn)?\s+([+-]?\d*\.?\d+)%\s+([+-]?\d*\.?\d+)%\s*(?:\/\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,xl=/^rgba?\(\s*([+-]?\d*\.?\d+)(%)?\s*,\s*([+-]?\d*\.?\d+)(%)?\s*,\s*([+-]?\d*\.?\d+)(%)?\s*(?:,\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,wl=/^rgba?\(\s*([+-]?\d*\.?\d+)(%)?\s+([+-]?\d*\.?\d+)(%)?\s+([+-]?\d*\.?\d+)(%)?\s*(?:\/\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,El={string:[[function(e){var t=dl.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?il(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?il(parseInt(e.substr(6,2),16)/255,2):1}:null:null},"hex"],[function(e){var t=xl.exec(e)||wl.exec(e);return t?t[2]!==t[4]||t[4]!==t[6]?null:ul({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=yl.exec(e)||kl.exec(e);if(!t)return null;var n,o,r=vl({h:(n=t[1],o=t[2],void 0===o&&(o="deg"),Number(n)*(al[o]||1)),s:Number(t[3]),l:Number(t[4]),a:void 0===t[5]?1:Number(t[5])/(t[6]?100:1)});return _l(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 ll(t)&&ll(n)&&ll(o)?ul({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(!ll(t)||!ll(n)||!ll(o))return null;var l=vl({h:Number(t),s:Number(n),l:Number(o),a:Number(a)});return _l(l)},"hsl"],[function(e){var t=e.h,n=e.s,o=e.v,r=e.a,a=void 0===r?1:r;if(!ll(t)||!ll(n)||!ll(o))return null;var l=function(e){return{h:cl(e.h),s:sl(e.s,0,100),v:sl(e.v,0,100),a:sl(e.a)}}({h:Number(t),s:Number(n),v:Number(o),a:Number(a)});return hl(l)},"hsv"]]},Cl=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]},Sl=function(e){return"string"==typeof e?Cl(e.trim(),El.string):"object"==typeof e&&null!==e?Cl(e,El.object):[null,void 0]},Bl=function(e,t){var n=fl(e);return{h:n.h,s:sl(n.s+100*t,0,100),l:n.l,a:n.a}},Tl=function(e){return(299*e.r+587*e.g+114*e.b)/1e3/255},Nl=function(e,t){var n=fl(e);return{h:n.h,s:n.s,l:sl(n.l+100*t,0,100),a:n.a}},Pl=function(){function e(e){this.parsed=Sl(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 il(Tl(this.rgba),2)},e.prototype.isDark=function(){return Tl(this.rgba)<.5},e.prototype.isLight=function(){return Tl(this.rgba)>=.5},e.prototype.toHex=function(){return t=(e=ml(this.rgba)).r,n=e.g,o=e.b,a=(r=e.a)<1?pl(il(255*r)):"","#"+pl(t)+pl(n)+pl(o)+a;var e,t,n,o,r,a},e.prototype.toRgb=function(){return ml(this.rgba)},e.prototype.toRgbString=function(){return t=(e=ml(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 bl(fl(this.rgba))},e.prototype.toHslString=function(){return t=(e=bl(fl(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=gl(this.rgba),{h:il(e.h),s:il(e.s),v:il(e.v),a:il(e.a,3)};var e},e.prototype.invert=function(){return Il({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),Il(Bl(this.rgba,e))},e.prototype.desaturate=function(e){return void 0===e&&(e=.1),Il(Bl(this.rgba,-e))},e.prototype.grayscale=function(){return Il(Bl(this.rgba,-1))},e.prototype.lighten=function(e){return void 0===e&&(e=.1),Il(Nl(this.rgba,e))},e.prototype.darken=function(e){return void 0===e&&(e=.1),Il(Nl(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?Il({r:(t=this.rgba).r,g:t.g,b:t.b,a:e}):il(this.rgba.a,3);var t},e.prototype.hue=function(e){var t=fl(this.rgba);return"number"==typeof e?Il({h:e,s:t.s,l:t.l,a:t.a}):il(t.h)},e.prototype.isEqual=function(e){return this.toHex()===Il(e).toHex()},e}(),Il=function(e){return e instanceof Pl?e:new Pl(e)},zl=[];
/*! Fast Average Color | © 2022 Denis Seleznev | MIT License | https://github.com/fast-average-color/fast-average-color */
function Ml(e){var t=e.toString(16);return 1===t.length?"0"+t:t}function Rl(e){return"#"+e.map(Ml).join("")}function Ll(e){return e?(t=e,Array.isArray(t[0])?e:[e]):[];var t}function Hl(e,t,n){for(var o=0;o<n.length;o++)if(Al(e,t,n[o]))return!0;return!1}function Al(e,t,n){switch(n.length){case 3:if(function(e,t,n){if(255!==e[t+3])return!0;if(e[t]===n[0]&&e[t+1]===n[1]&&e[t+2]===n[2])return!0;return!1}(e,t,n))return!0;break;case 4:if(function(e,t,n){if(e[t+3]&&n[3])return e[t]===n[0]&&e[t+1]===n[1]&&e[t+2]===n[2]&&e[t+3]===n[3];return e[t+3]===n[3]}(e,t,n))return!0;break;case 5:if(function(e,t,n){var o=n[0],r=n[1],a=n[2],l=n[3],i=n[4],s=e[t+3],c=Vl(s,l,i);if(!l)return c;if(!s&&c)return!0;if(Vl(e[t],o,i)&&Vl(e[t+1],r,i)&&Vl(e[t+2],a,i)&&c)return!0;return!1}(e,t,n))return!0;break;default:return!1}}function Vl(e,t,n){return e>=t-n&&e<=t+n}function Fl(e,t,n){for(var o={},r=n.ignoredColor,a=n.step,l=[0,0,0,0,0],i=0;i<t;i+=a){var s=e[i],c=e[i+1],u=e[i+2],m=e[i+3];if(!r||!Hl(e,i,r)){var d=Math.round(s/24)+","+Math.round(c/24)+","+Math.round(u/24);o[d]?o[d]=[o[d][0]+s*m,o[d][1]+c*m,o[d][2]+u*m,o[d][3]+m,o[d][4]+1]:o[d]=[s*m,c*m,u*m,m,1],l[4]<o[d][4]&&(l=o[d])}}var p=l[0],g=l[1],h=l[2],v=l[3],b=l[4];return v?[Math.round(p/v),Math.round(g/v),Math.round(h/v),Math.round(v/b)]:n.defaultColor}function Dl(e,t,n){for(var o=0,r=0,a=0,l=0,i=0,s=n.ignoredColor,c=n.step,u=0;u<t;u+=c){var m=e[u+3],d=e[u]*m,p=e[u+1]*m,g=e[u+2]*m;s&&Hl(e,u,s)||(o+=d,r+=p,a+=g,l+=m,i++)}return l?[Math.round(o/l),Math.round(r/l),Math.round(a/l),Math.round(l/i)]:n.defaultColor}function $l(e,t,n){for(var o=0,r=0,a=0,l=0,i=0,s=n.ignoredColor,c=n.step,u=0;u<t;u+=c){var m=e[u],d=e[u+1],p=e[u+2],g=e[u+3];s&&Hl(e,u,s)||(o+=m*m*g,r+=d*d*g,a+=p*p*g,l+=g,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)]:n.defaultColor}function Gl(e){return Ol(e,"defaultColor",[0,0,0,0])}function Ol(e,t,n){return void 0===e[t]?n:e[t]}function Ul(e){if(jl(e)){var t=e.naturalWidth,n=e.naturalHeight;return e.naturalWidth||-1===e.src.search(/\.svg(\?|$)/i)||(t=n=100),{width:t,height:n}}return function(e){return"undefined"!=typeof HTMLVideoElement&&e instanceof HTMLVideoElement}(e)?{width:e.videoWidth,height:e.videoHeight}:{width:e.width,height:e.height}}function ql(e){return function(e){return"undefined"!=typeof HTMLCanvasElement&&e instanceof HTMLCanvasElement}(e)?"canvas":function(e){return Wl&&e instanceof OffscreenCanvas}(e)?"offscreencanvas":function(e){return"undefined"!=typeof ImageBitmap&&e instanceof ImageBitmap}(e)?"imagebitmap":e.src}function jl(e){return"undefined"!=typeof HTMLImageElement&&e instanceof HTMLImageElement}var Wl="undefined"!=typeof OffscreenCanvas;var Zl="undefined"==typeof window;function Ql(e){return Error("FastAverageColor: "+e)}function Kl(e,t){t||console.error(e)}var Yl=function(){function e(){this.canvas=null,this.ctx=null}return e.prototype.getColorAsync=function(e,t){if(!e)return Promise.reject(Ql("call .getColorAsync() without resource."));if("string"==typeof e){if("undefined"==typeof Image)return Promise.reject(Ql("resource as string is not supported in this environment"));var n=new Image;return n.crossOrigin=t&&t.crossOrigin||"",n.src=e,this.bindImageEvents(n,t)}if(jl(e)&&!e.complete)return this.bindImageEvents(e,t);var o=this.getColor(e,t);return o.error?Promise.reject(o.error):Promise.resolve(o)},e.prototype.getColor=function(e,t){var n=Gl(t=t||{});if(!e)return Kl(a=Ql("call .getColor(null) without resource"),t.silent),this.prepareResult(n,a);var o=function(e,t){var n,o=Ol(t,"left",0),r=Ol(t,"top",0),a=Ol(t,"width",e.width),l=Ol(t,"height",e.height),i=a,s=l;return"precision"===t.mode||(a>l?(n=a/l,i=100,s=Math.round(i/n)):(n=l/a,s=100,i=Math.round(s/n)),(i>a||s>l||i<10||s<10)&&(i=a,s=l)),{srcLeft:o,srcTop:r,srcWidth:a,srcHeight:l,destWidth:i,destHeight:s}}(Ul(e),t);if(!(o.srcWidth&&o.srcHeight&&o.destWidth&&o.destHeight))return Kl(a=Ql('incorrect sizes for resource "'.concat(ql(e),'"')),t.silent),this.prepareResult(n,a);if(!this.canvas&&(this.canvas=Zl?Wl?new OffscreenCanvas(1,1):null:document.createElement("canvas"),!this.canvas))return Kl(a=Ql("OffscreenCanvas is not supported in this browser"),t.silent),this.prepareResult(n,a);if(!this.ctx){if(this.ctx=this.canvas.getContext("2d",{willReadFrequently:!0}),!this.ctx)return Kl(a=Ql("Canvas Context 2D is not supported in this browser"),t.silent),this.prepareResult(n);this.ctx.imageSmoothingEnabled=!1}this.canvas.width=o.destWidth,this.canvas.height=o.destHeight;try{this.ctx.clearRect(0,0,o.destWidth,o.destHeight),this.ctx.drawImage(e,o.srcLeft,o.srcTop,o.srcWidth,o.srcHeight,0,0,o.destWidth,o.destHeight);var r=this.ctx.getImageData(0,0,o.destWidth,o.destHeight).data;return this.prepareResult(this.getColorFromArray4(r,t))}catch(o){var a;return Kl(a=Ql("security error (CORS) for resource ".concat(ql(e),".\nDetails: https://developer.mozilla.org/en/docs/Web/HTML/CORS_enabled_image")),t.silent),!t.silent&&console.error(o),this.prepareResult(n,a)}},e.prototype.getColorFromArray4=function(e,t){t=t||{};var n=e.length,o=Gl(t);if(n<4)return o;var r,a=n-n%4,l=4*(t.step||1);switch(t.algorithm||"sqrt"){case"simple":r=Dl;break;case"sqrt":r=$l;break;case"dominant":r=Fl;break;default:throw Ql("".concat(t.algorithm," is unknown algorithm"))}return r(e,a,{defaultColor:o,ignoredColor:Ll(t.ignoredColor),step:l})},e.prototype.prepareResult=function(e,t){var n,o=e.slice(0,3),r=[e[0],e[1],e[2],e[3]/255],a=(299*(n=e)[0]+587*n[1]+114*n[2])/1e3<128;return{value:[e[0],e[1],e[2],e[3]],rgb:"rgb("+o.join(",")+")",rgba:"rgba("+r.join(",")+")",hex:Rl(o),hexa:Rl(e),isDark:a,isLight:!a,error:t}},e.prototype.destroy=function(){this.canvas&&(this.canvas.width=1,this.canvas.height=1,this.canvas=null),this.ctx=null},e.prototype.bindImageEvents=function(e,t){var n=this;return new Promise((function(o,r){var a=function(){s();var a=n.getColor(e,t);a.error?r(a.error):o(a)},l=function(){s(),r(Ql('Error loading image "'.concat(e.src,'".')))},i=function(){s(),r(Ql('Image "'.concat(e.src,'" loading aborted')))},s=function(){e.removeEventListener("load",a),e.removeEventListener("error",l),e.removeEventListener("abort",i)};e.addEventListener("load",a),e.addEventListener("error",l),e.addEventListener("abort",i)}))},e}(),Jl=window.wp.hooks;function Xl(){return Xl.fastAverageColor||(Xl.fastAverageColor=new Yl),Xl.fastAverageColor}function ei(e){let{onChange:t,onUnitChange:n,unit:o="px",value:r=""}=e;const a=`block-cover-height-input-${(0,St.useInstanceId)(We.__experimentalUnitControl)}`,l="px"===o,i=(0,We.__experimentalUseCustomUnits)({availableUnits:(0,Qe.useSetting)("spacing.units")||["px","em","rem","vw","vh"],defaultValues:{px:430,"%":20,em:20,rem:20,vw:20,vh:50}}),s=(0,Oe.useMemo)((()=>{const[e]=(0,We.__experimentalParseQuantityAndUnitFromRawValue)(r);return[e,o].join("")}),[o,r]),c=l?50:0;return(0,Oe.createElement)(We.__experimentalUnitControl,{label:(0,Ze.__)("Minimum height of cover"),id:a,isResetValueOnUnitChange:!0,min:c,onChange:e=>{const n=""!==e?parseFloat(e):void 0;isNaN(n)&&void 0!==n||t(n)},onUnitChange:n,__unstableInputWidth:"80px",units:i,value:s})}function ti(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,tagName:h}=t,{isVideoBackground:v,isImageBackground:b,mediaElement:_,url:f,isImgElement:y,overlayColor:k}=l,{gradientValue:x,setGradient:w}=(0,Qe.__experimentalUseGradient)(),E=v||b&&(!u||m),C=e=>{const[t,n]=_.current?[_.current.style,"objectPosition"]:[a.current.style,"backgroundPosition"];t[n]=Ha(e)},S=(0,Qe.__experimentalUseMultipleOriginColorsAndGradients)(),B={header:(0,Ze.__)("The <header> element should represent introductory content, typically a group of introductory or navigational aids."),main:(0,Ze.__)("The <main> element should be used for the primary content of your document only. "),section:(0,Ze.__)("The <section> element should represent a standalone portion of the document that can't be better represented by another element."),article:(0,Ze.__)("The <article> element should represent a self-contained, syndicatable portion of the document."),aside:(0,Ze.__)("The <aside> element should represent a portion of a document whose content is only indirectly related to the document's main content."),footer:(0,Ze.__)("The <footer> element should represent a footer for its nearest sectioning element (e.g.: <section>, <article>, <main> etc.).")};return(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.InspectorControls,null,!!f&&(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Media settings")},b&&(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Fixed background"),checked:u,onChange:()=>{n({hasParallax:!u,...u?{}:{focalPoint:void 0}})}}),(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Repeated background"),checked:m,onChange:()=>{n({isRepeated:!m})}})),E&&(0,Oe.createElement)(We.FocalPointPicker,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Focal point picker"),url:f,value:c,onDragStart:C,onDrag:C,onChange:e=>n({focalPoint:e})}),!i&&f&&b&&y&&(0,Oe.createElement)(We.TextareaControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Alt text (alternative text)"),value:g,onChange:e=>n({alt:e}),help:(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(We.ExternalLink,{href:"https://www.w3.org/WAI/tutorials/images/decision-tree"},(0,Ze.__)("Describe the purpose of the image")),(0,Ze.__)("Leave empty if the image is purely decorative."))}),(0,Oe.createElement)(We.PanelRow,null,(0,Oe.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,Ze.__)("Clear Media"))))),(0,Oe.createElement)(Qe.InspectorControls,{group:"color"},(0,Oe.createElement)(Qe.__experimentalColorGradientSettingsDropdown,ot({__experimentalIsRenderedInSidebar:!0,settings:[{colorValue:k.color,gradientValue:x,label:(0,Ze.__)("Overlay"),onColorChange:r,onGradientChange:w,isShownByDefault:!0,resetAllFilter:()=>({overlayColor:void 0,customOverlayColor:void 0,gradient:void 0,customGradient:void 0})}],panelId:o},S)),(0,Oe.createElement)(We.__experimentalToolsPanelItem,{hasValue:()=>void 0!==s&&s!==(f?50:100),label:(0,Ze.__)("Overlay opacity"),onDeselect:()=>n({dimRatio:f?50:100}),resetAllFilter:()=>({dimRatio:f?50:100}),isShownByDefault:!0,panelId:o},(0,Oe.createElement)(We.RangeControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Overlay opacity"),value:s,onChange:e=>n({dimRatio:e}),min:0,max:100,step:10,required:!0}))),(0,Oe.createElement)(Qe.InspectorControls,{group:"dimensions"},(0,Oe.createElement)(We.__experimentalToolsPanelItem,{hasValue:()=>!!d,label:(0,Ze.__)("Minimum height"),onDeselect:()=>n({minHeight:void 0,minHeightUnit:void 0}),resetAllFilter:()=>({minHeight:void 0,minHeightUnit:void 0}),isShownByDefault:!0,panelId:o},(0,Oe.createElement)(ei,{value:d,unit:p,onChange:e=>n({minHeight:e}),onUnitChange:e=>n({minHeightUnit:e})}))),(0,Oe.createElement)(Qe.InspectorControls,{group:"advanced"},(0,Oe.createElement)(We.SelectControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("HTML element"),options:[{label:(0,Ze.__)("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:h,onChange:e=>n({tagName:e}),help:B[h]})))}function ni(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,Oe.useState)(c),[h,v]=(0,Oe.useState)(u),b="vh"===u&&100===c;return(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.BlockControls,{group:"block"},(0,Oe.createElement)(Qe.__experimentalBlockAlignmentMatrixControl,{label:(0,Ze.__)("Change content position"),value:l,onChange:e=>n({contentPosition:e}),isDisabled:!m}),(0,Oe.createElement)(Qe.__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,Oe.createElement)(Qe.BlockControls,{group:"other"},(0,Oe.createElement)(Qe.MediaReplaceFlow,{mediaId:i,mediaURL:d,allowedTypes:La,accept:"image/*,video/*",onSelect:o,onToggleFeaturedImage:a,useFeaturedImage:s,name:d?(0,Ze.__)("Replace"):(0,Ze.__)("Add Media")})))}function oi(e){let{disableMediaButtons:t=!1,children:n,onSelectMedia:o,onError:r,style:a,toggleUseFeaturedImage:l}=e;return(0,Oe.createElement)(Qe.MediaPlaceholder,{icon:(0,Oe.createElement)(Qe.BlockIcon,{icon:Pa}),labels:{title:(0,Ze.__)("Cover"),instructions:(0,Ze.__)("Drag and drop onto this block, upload, or select existing media from your library.")},onSelect:o,accept:"image/*,video/*",allowedTypes:La,disableMediaButtons:t,onToggleFeaturedImage:l,onError:r,style:a},n)}const ri={top:!1,right:!1,bottom:!0,left:!1,topRight:!1,bottomRight:!1,bottomLeft:!1,topLeft:!1};function ai(e){let{className:t,onResizeStart:n,onResize:o,onResizeStop:r,...a}=e;const[l,i]=(0,Oe.useState)(!1);return(0,Oe.createElement)(We.ResizableBox,ot({className:at()(t,{"is-resizing":l}),enable:ri,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){zl.indexOf(e)<0&&(e(Pl,El),zl.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 li=(0,St.compose)([(0,Qe.withColors)({overlayColor:"background-color"})])((function(e){var t,n;let{attributes:o,clientId:r,isSelected:a,overlayColor:l,setAttributes:i,setOverlayColor:s,toggleSelection:c,context:{postId:u,postType:m}}=e;const{contentPosition:d,id:p,useFeaturedImage:g,dimRatio:h,focalPoint:v,hasParallax:b,isDark:_,isRepeated:f,minHeight:y,minHeightUnit:k,alt:x,allowedBlocks:w,templateLock:E,tagName:C="div"}=o,[S]=(0,it.useEntityProp)("postType",m,"featured_media",u),B=(0,st.useSelect)((e=>S&&e(it.store).getMedia(S,{context:"view"})),[S]),T=null==B?void 0:B.source_url,N=g?T:null===(t=o.url)||void 0===t?void 0:t.replaceAll("&amp;","&"),P=g?za:o.backgroundType,{__unstableMarkNextChangeAsNotPersistent:I}=(0,st.useDispatch)(Qe.store),{createErrorNotice:z}=(0,st.useDispatch)(Ct.store),{gradientClass:M,gradientValue:R}=(0,Qe.__experimentalUseGradient)(),L=function(e,t){return n=>{if(!n||!n.url)return void e({url:void 0,id:void 0});let o;if((0,wt.isBlobURL)(n.url)&&(n.type=(0,wt.getBlobTypeByURL)(n.url)),n.media_type)o=n.media_type===za?za:Ma;else{if(n.type!==za&&n.type!==Ma)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===Ma?{hasParallax:void 0}:{}})}}(i,h),H=((e,t)=>!e&&(0,wt.isBlobURL)(t))(p,N),A=e=>{z(e,{type:"snackbar"})},V=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:50,n=arguments.length>2?arguments[2]:void 0;const[o,r]=(0,Oe.useState)(!1);return(0,Oe.useEffect)((()=>{if(e&&t<=50){const t=(0,Jl.applyFilters)("media.crossOrigin",void 0,e);Xl().getColorAsync(e,{defaultColor:[255,255,255,255],silent:!0,crossOrigin:t}).then((e=>r(e.isDark)))}}),[e,e&&t<=50,r]),(0,Oe.useEffect)((()=>{if(t>50||!e){if(!n)return void r(!0);r(Il(n).isDark())}}),[n,t>50||!e,r]),(0,Oe.useEffect)((()=>{e||n||r(!1)}),[!e&&!n,r]),o}(N,h,l.color);(0,Oe.useEffect)((()=>{I(),i({isDark:V})}),[V]);const F=za===P,D=Ma===P,$=y&&k?`${y}${k}`:y,G=!(b||f),O={minHeight:$||void 0},U=N?`url(${N})`:void 0,q=Ha(v),j={backgroundColor:l.color},W={objectPosition:v&&G?Ha(v):void 0},Z=!!(N||l.color||R),Q=(0,st.useSelect)((e=>e(Qe.store).getBlock(r).innerBlocks.length>0),[r]),K=(0,Oe.useRef)(),Y=(0,Qe.useBlockProps)({ref:K}),J=function(e){return[["core/paragraph",{align:"center",placeholder:(0,Ze.__)("Write title…"),...e}]]}({fontSize:!(null===(n=(0,Qe.useSetting)("typography.fontSizes"))||void 0===n||!n.length)?"large":void 0}),X=(0,Qe.useInnerBlocksProps)({className:"wp-block-cover__inner-container"},{template:Q?void 0:J,templateInsertUpdatesSelection:!0,allowedBlocks:w,templateLock:E}),ee=(0,Oe.useRef)(),te={isVideoBackground:D,isImageBackground:F,mediaElement:ee,hasInnerBlocks:Q,url:N,isImgElement:G,overlayColor:l},ne=()=>{i({id:void 0,url:void 0,useFeaturedImage:!g,dimRatio:100===h?50:h,backgroundType:g?za:void 0})},oe=(0,Oe.createElement)(ni,{attributes:o,setAttributes:i,onSelectMedia:L,currentSettings:te,toggleUseFeaturedImage:ne}),re=(0,Oe.createElement)(ti,{attributes:o,setAttributes:i,clientId:r,setOverlayColor:s,coverRef:K,currentSettings:te,toggleUseFeaturedImage:ne});if(!g&&!Q&&!Z)return(0,Oe.createElement)(Oe.Fragment,null,oe,re,(0,Oe.createElement)(C,ot({},Y,{className:at()("is-placeholder",Y.className)}),(0,Oe.createElement)(oi,{onSelectMedia:L,onError:A,style:{minHeight:$||void 0},toggleUseFeaturedImage:ne},(0,Oe.createElement)("div",{className:"wp-block-cover__placeholder-background-options"},(0,Oe.createElement)(Qe.ColorPalette,{disableCustomColors:!0,value:l.color,onChange:s,clearable:!1}))),(0,Oe.createElement)(ai,{className:"block-library-cover__resize-container",onResizeStart:()=>{i({minHeightUnit:"px"}),c(!1)},onResize:e=>{i({minHeight:e})},onResizeStop:e=>{c(!0),i({minHeight:e})},showHandle:a})));const ae=at()({"is-dark-theme":_,"is-light":!_,"is-transient":H,"has-parallax":b,"is-repeated":f,"has-custom-content-position":!Va(d)},Fa(d));return(0,Oe.createElement)(Oe.Fragment,null,oe,re,(0,Oe.createElement)(C,ot({},Y,{className:at()(ae,Y.className),style:{...O,...Y.style},"data-url":N}),(0,Oe.createElement)(ai,{className:"block-library-cover__resize-container",onResizeStart:()=>{i({minHeightUnit:"px"}),c(!1)},onResize:e=>{i({minHeight:e})},onResizeStop:e=>{c(!0),i({minHeight:e})},showHandle:a}),(!g||N)&&(0,Oe.createElement)("span",{"aria-hidden":"true",className:at()("wp-block-cover__background",Aa(h),{[l.class]:l.class,"has-background-dim":void 0!==h,"wp-block-cover__gradient-background":N&&R&&0!==h,"has-background-gradient":R,[M]:M}),style:{backgroundImage:R,...j}}),!N&&g&&(0,Oe.createElement)(We.Placeholder,{className:"wp-block-cover__image--placeholder-image",withIllustration:!0}),N&&F&&(G?(0,Oe.createElement)("img",{ref:ee,className:"wp-block-cover__image-background",alt:x,src:N,style:W}):(0,Oe.createElement)("div",{ref:ee,role:"img",className:at()(ae,"wp-block-cover__image-background"),style:{backgroundImage:U,backgroundPosition:q}})),N&&D&&(0,Oe.createElement)("video",{ref:ee,className:"wp-block-cover__video-background",autoPlay:!0,muted:!0,loop:!0,src:N,style:W}),H&&(0,Oe.createElement)(We.Spinner,null),(0,Oe.createElement)(oi,{disableMediaButtons:!0,onSelectMedia:L,onError:A,toggleUseFeaturedImage:ne}),(0,Oe.createElement)("div",X)))}));const ii={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:Ma,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:Jt({...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===za:!(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===Ma:!(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:Jt({...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=Jt(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:Jt({...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 si=ii;const ci={$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]},tagName:{type:"string",default:"div"}},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:ui}=ci,mi={icon:Pa,example:{attributes:{customOverlayColor:"#065174",dimRatio:40,url:"https://s.w.org/images/core/5.3/Windbuchencom.jpg"},innerBlocks:[{name:"core/paragraph",attributes:{content:(0,Ze.__)("<strong>Snow Patrol</strong>"),align:"center",style:{typography:{fontSize:48},color:{text:"white"}}}}]},transforms:si,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:_,tagName:f}=t,y=(0,Qe.getColorClassName)("background-color",p),k=(0,Qe.__experimentalGetGradientClass)(o),x=za===n,w=Ma===n,E=!(u||d),C={minHeight:(b&&_?`${b}${_}`:b)||void 0},S={backgroundColor:y?void 0:l,background:a||void 0},B=s&&E?Ha(s):void 0,T=g?`url(${g})`:void 0,N=Ha(s),P=at()({"is-light":!m,"has-parallax":u,"is-repeated":d,"has-custom-content-position":!Va(r)},Fa(r)),I=at()("wp-block-cover__image-background",v?`wp-image-${v}`:null,{"has-parallax":u,"is-repeated":d}),z=o||a;return(0,Oe.createElement)(f,Qe.useBlockProps.save({className:P,style:C}),(0,Oe.createElement)("span",{"aria-hidden":"true",className:at()("wp-block-cover__background",y,Aa(i),{"has-background-dim":void 0!==i,"wp-block-cover__gradient-background":g&&z&&0!==i,"has-background-gradient":z,[k]:k}),style:S}),!c&&x&&g&&(E?(0,Oe.createElement)("img",{className:I,alt:h,src:g,style:{objectPosition:B},"data-object-fit":"cover","data-object-position":B}):(0,Oe.createElement)("div",{role:"img",className:I,style:{backgroundPosition:N,backgroundImage:T}})),w&&g&&(0,Oe.createElement)("video",{className:at()("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,Oe.createElement)("div",Qe.useInnerBlocksProps.save({className:"wp-block-cover__inner-container"})))},edit:li,deprecated:rl},di=()=>je({name:ui,metadata:ci,settings:mi});var pi=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 gi(e){return e?(0,Ze.__)("This embed will preserve its aspect ratio when the browser is resized."):(0,Ze.__)("This embed may not preserve its aspect ratio when the browser is resized.")}var hi=e=>{let{blockSupportsResponsive:t,showEditButton:n,themeSupportsResponsive:o,allowResponsive:r,toggleResponsive:a,switchBackToURLInput:l}=e;return(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.BlockControls,null,(0,Oe.createElement)(We.ToolbarGroup,null,n&&(0,Oe.createElement)(We.ToolbarButton,{className:"components-toolbar__control",label:(0,Ze.__)("Edit URL"),icon:pi,onClick:l}))),o&&t&&(0,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Media settings"),className:"blocks-responsive"},(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Resize for smaller devices"),checked:r,help:gi,onChange:a}))))};const vi=(0,Oe.createElement)(We.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,Oe.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"})),bi=(0,Oe.createElement)(We.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,Oe.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"})),_i=(0,Oe.createElement)(We.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,Oe.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"})),fi=(0,Oe.createElement)(We.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,Oe.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"})),yi={foreground:"#1da1f2",src:(0,Oe.createElement)(We.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.createElement)(We.G,null,(0,Oe.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"})))},ki={foreground:"#ff0000",src:(0,Oe.createElement)(We.SVG,{viewBox:"0 0 24 24"},(0,Oe.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"}))},xi={foreground:"#3b5998",src:(0,Oe.createElement)(We.SVG,{viewBox:"0 0 24 24"},(0,Oe.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"}))},wi=(0,Oe.createElement)(We.SVG,{viewBox:"0 0 24 24"},(0,Oe.createElement)(We.G,null,(0,Oe.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"}))),Ei={foreground:"#0073AA",src:(0,Oe.createElement)(We.SVG,{viewBox:"0 0 24 24"},(0,Oe.createElement)(We.G,null,(0,Oe.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"})))},Ci={foreground:"#1db954",src:(0,Oe.createElement)(We.SVG,{viewBox:"0 0 24 24"},(0,Oe.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"}))},Si=(0,Oe.createElement)(We.SVG,{viewBox:"0 0 24 24"},(0,Oe.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"})),Bi={foreground:"#1ab7ea",src:(0,Oe.createElement)(We.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.createElement)(We.G,null,(0,Oe.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"})))},Ti=(0,Oe.createElement)(We.SVG,{viewBox:"0 0 24 24"},(0,Oe.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"})),Ni={foreground:"#35465c",src:(0,Oe.createElement)(We.SVG,{viewBox:"0 0 24 24"},(0,Oe.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"}))},Pi=(0,Oe.createElement)(We.SVG,{viewBox:"0 0 24 24"},(0,Oe.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,Oe.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,Oe.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"})),Ii=(0,Oe.createElement)(We.SVG,{viewBox:"0 0 24 24"},(0,Oe.createElement)(We.Path,{d:"m.0206909 21 19.8160091-13.07806 3.5831 6.20826z",fill:"#4bc7ee"}),(0,Oe.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,Oe.createElement)(We.Path,{d:"m.0206909 21 15.2439091-16.38571 4.3029 7.32271z",fill:"#c3d82e"}),(0,Oe.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,Oe.createElement)(We.Path,{d:"m.0206909 21 19.5468091-9.063 1.6621 2.8344z",fill:"#209dbd"}),(0,Oe.createElement)(We.Path,{d:"m.0206909 21 17.9209091-11.82623 1.6259 2.76323z",fill:"#7cb3c9"})),zi=(0,Oe.createElement)(We.SVG,{viewBox:"0 0 24 24"},(0,Oe.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"})),Mi=(0,Oe.createElement)(We.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,Oe.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"})),Ri=(0,Oe.createElement)(We.SVG,{viewBox:"0 0 44 44"},(0,Oe.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"})),Li={foreground:"#f43e37",src:(0,Oe.createElement)(We.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,Oe.createElement)(We.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M24,12A12,12,0,1,1,12,0,12,12,0,0,1,24,12Z"}),(0,Oe.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 Hi=()=>(0,Oe.createElement)("div",{className:"wp-block-embed is-loading"},(0,Oe.createElement)(We.Spinner,null));var Ai=e=>{let{icon:t,label:n,value:o,onSubmit:r,onChange:a,cannotEmbed:l,fallback:i,tryAgain:s}=e;return(0,Oe.createElement)(We.Placeholder,{icon:(0,Oe.createElement)(Qe.BlockIcon,{icon:t,showColors:!0}),label:n,className:"wp-block-embed",instructions:(0,Ze.__)("Paste a link to the content you want to display on your site.")},(0,Oe.createElement)("form",{onSubmit:r},(0,Oe.createElement)("input",{type:"url",value:o||"",className:"components-placeholder__input","aria-label":n,placeholder:(0,Ze.__)("Enter URL to embed here…"),onChange:a}),(0,Oe.createElement)(We.Button,{variant:"primary",type:"submit"},(0,Ze._x)("Embed","button label"))),(0,Oe.createElement)("div",{className:"components-placeholder__learn-more"},(0,Oe.createElement)(We.ExternalLink,{href:(0,Ze.__)("https://wordpress.org/support/article/embeds/")},(0,Ze.__)("Learn more about embeds"))),l&&(0,Oe.createElement)("div",{className:"components-placeholder__error"},(0,Oe.createElement)("div",{className:"components-placeholder__instructions"},(0,Ze.__)("Sorry, this content could not be embedded.")),(0,Oe.createElement)(We.Button,{variant:"secondary",onClick:s},(0,Ze._x)("Try again","button label"))," ",(0,Oe.createElement)(We.Button,{variant:"secondary",onClick:i},(0,Ze._x)("Convert to link","button label"))))};const Vi={class:"className",frameborder:"frameBorder",marginheight:"marginHeight",marginwidth:"marginWidth"};function Fi(e){let{html:t}=e;const n=(0,Oe.useRef)(),o=(0,Oe.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[Vi[t]||t]=o)})),n):n}),[t]);return(0,Oe.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,Oe.createElement)("div",{className:"wp-block-embed__wrapper"},(0,Oe.createElement)("iframe",ot({ref:(0,St.useMergeRefs)([n,(0,St.useFocusableIframe)()]),title:o.title},o)))}class Di extends Oe.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,Oe.createElement)("p",null,(0,Oe.createElement)("img",{src:t,alt:e.title,width:"100%"}));return(0,Oe.renderToString)(n)})(e):e.html,g=new URL(n).host.split("."),h=g.splice(g.length-2,g.length-1).join("."),v=(0,Ze.sprintf)((0,Ze.__)("Embedded content from %s"),h),b=It()(o,i,"wp-block-embed__wrapper"),_="wp-embed"===o?(0,Oe.createElement)(Fi,{html:p}):(0,Oe.createElement)("div",{className:"wp-block-embed__wrapper"},(0,Oe.createElement)(We.SandBox,{html:p,scripts:m,title:v,type:b,onFocus:this.hideOverlay}),!d&&(0,Oe.createElement)("div",{className:"block-library-embed__interactive-overlay",onMouseUp:this.hideOverlay}));return(0,Oe.createElement)("figure",{className:It()(i,"wp-block-embed",{"is-type-video":"video"===o})},t?_:(0,Oe.createElement)(We.Placeholder,{icon:(0,Oe.createElement)(Qe.BlockIcon,{icon:s,showColors:!0}),label:c},(0,Oe.createElement)("p",{className:"components-placeholder__error"},(0,Oe.createElement)("a",{href:n},n)),(0,Oe.createElement)("p",{className:"components-placeholder__error"},(0,Ze.sprintf)((0,Ze.__)("Embedded content from %s can't be previewed in the editor."),h))),(!Qe.RichText.isEmpty(r)||l)&&(0,Oe.createElement)(Qe.RichText,{identifier:"caption",tagName:"figcaption",className:(0,Qe.__experimentalGetElementClassName)("caption"),placeholder:(0,Ze.__)("Add caption"),value:r,onChange:a,inlineToolbar:!0,__unstableOnSplitAtEnd:()=>u((0,Ge.createBlock)((0,Ge.getDefaultBlockName)()))}))}}var $i=Di;var Gi=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,Ze._x)("Embed","block title"),icon:vi},{icon:d,title:p}=(g=t,(null===(h=(0,Ge.getBlockVariations)(Rt))||void 0===h?void 0:h.find((e=>{let{name:t}=e;return t===g})))||m);var g,h;const[v,b]=(0,Oe.useState)(r),[_,f]=(0,Oe.useState)(!1),{invalidateResolution:y}=(0,st.useDispatch)(it.store),{preview:k,fetching:x,themeSupportsResponsive:w,cannotEmbed:E}=(0,st.useSelect)((e=>{var t;const{getEmbedPreview:n,isPreviewEmbedFallback:o,isRequestingEmbedPreview:a,getThemeSupports:l}=e(it.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 $t(a,k,p,o,e)};(0,Oe.useEffect)((()=>{if(null==k||!k.html||!E||x)return;const e=r.replace(/\/$/,"");b(e),f(!1),s({url:e})}),[null==k?void 0:k.html,r]),(0,Oe.useEffect)((()=>{if(k&&!_&&(s(C(!0)),i)){const t=At(e,C());t&&i(t)}}),[k,_]);const S=(0,Qe.useBlockProps)();if(x)return(0,Oe.createElement)(Ue.View,S,(0,Oe.createElement)(Hi,null));const B=(0,Ze.sprintf)((0,Ze.__)("%s URL"),p);if(!k||E||_)return(0,Oe.createElement)(Ue.View,S,(0,Oe.createElement)(Ai,{icon:d,label:B,onFocus:u,onSubmit:e=>{e&&e.preventDefault(),f(!1),s({url:v})},value:v,cannotEmbed:E,onChange:e=>b(e.target.value),fallback:()=>function(e,t){const n=(0,Oe.createElement)("a",{href:e},e);t((0,Ge.createBlock)("core/paragraph",{content:(0,Oe.renderToString)(n)}))}(v,i),tryAgain:()=>{y("getEmbedPreview",[v])}}));const{caption:T,type:N,allowResponsive:P,className:I}=C(),z=at()(I,e.className);return(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(hi,{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:Ft(n,t,o&&r)})},switchBackToURLInput:()=>f(!0)}),(0,Oe.createElement)(Ue.View,S,(0,Oe.createElement)($i,{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:Oi}={$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",__experimentalRole:"content"},caption:{type:"string",source:"html",selector:"figcaption",__experimentalRole:"content"},type:{type:"string",__experimentalRole:"content"},providerNameSlug:{type:"string",__experimentalRole:"content"},allowResponsive:{type:"boolean",default:!0},responsive:{type:"boolean",default:!1,__experimentalRole:"content"},previewable:{type:"boolean",default:!0,__experimentalRole:"content"}},supports:{align:!0},editorStyle:"wp-block-embed-editor",style:"wp-block-embed"},Ui={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)(Oi,{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})}}]};var qi=Ui;const ji=[{name:"twitter",title:"Twitter",icon:yi,keywords:["tweet",(0,Ze.__)("social")],description:(0,Ze.__)("Embed a tweet."),patterns:[/^https?:\/\/(www\.)?twitter\.com\/.+/i],attributes:{providerNameSlug:"twitter",responsive:!0}},{name:"youtube",title:"YouTube",icon:ki,keywords:[(0,Ze.__)("music"),(0,Ze.__)("video")],description:(0,Ze.__)("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:xi,keywords:[(0,Ze.__)("social")],description:(0,Ze.__)("Embed a Facebook post."),scope:["block"],patterns:[],attributes:{providerNameSlug:"facebook",previewable:!1,responsive:!0}},{name:"instagram",title:"Instagram",icon:wi,keywords:[(0,Ze.__)("image"),(0,Ze.__)("social")],description:(0,Ze.__)("Embed an Instagram post."),scope:["block"],patterns:[],attributes:{providerNameSlug:"instagram",responsive:!0}},{name:"wordpress",title:"WordPress",icon:Ei,keywords:[(0,Ze.__)("post"),(0,Ze.__)("blog")],description:(0,Ze.__)("Embed a WordPress post."),attributes:{providerNameSlug:"wordpress"}},{name:"soundcloud",title:"SoundCloud",icon:bi,keywords:[(0,Ze.__)("music"),(0,Ze.__)("audio")],description:(0,Ze.__)("Embed SoundCloud content."),patterns:[/^https?:\/\/(www\.)?soundcloud\.com\/.+/i],attributes:{providerNameSlug:"soundcloud",responsive:!0}},{name:"spotify",title:"Spotify",icon:Ci,keywords:[(0,Ze.__)("music"),(0,Ze.__)("audio")],description:(0,Ze.__)("Embed Spotify content."),patterns:[/^https?:\/\/(open|play)\.spotify\.com\/.+/i],attributes:{providerNameSlug:"spotify",responsive:!0}},{name:"flickr",title:"Flickr",icon:Si,keywords:[(0,Ze.__)("image")],description:(0,Ze.__)("Embed Flickr content."),patterns:[/^https?:\/\/(www\.)?flickr\.com\/.+/i,/^https?:\/\/flic\.kr\/.+/i],attributes:{providerNameSlug:"flickr",responsive:!0}},{name:"vimeo",title:"Vimeo",icon:Bi,keywords:[(0,Ze.__)("video")],description:(0,Ze.__)("Embed a Vimeo video."),patterns:[/^https?:\/\/(www\.)?vimeo\.com\/.+/i],attributes:{providerNameSlug:"vimeo",responsive:!0}},{name:"animoto",title:"Animoto",icon:Ii,description:(0,Ze.__)("Embed an Animoto video."),patterns:[/^https?:\/\/(www\.)?(animoto|video214)\.com\/.+/i],attributes:{providerNameSlug:"animoto",responsive:!0}},{name:"cloudup",title:"Cloudup",icon:vi,description:(0,Ze.__)("Embed Cloudup content."),patterns:[/^https?:\/\/cloudup\.com\/.+/i],attributes:{providerNameSlug:"cloudup",responsive:!0}},{name:"collegehumor",title:"CollegeHumor",icon:fi,description:(0,Ze.__)("Embed CollegeHumor content."),scope:["block"],patterns:[],attributes:{providerNameSlug:"collegehumor",responsive:!0}},{name:"crowdsignal",title:"Crowdsignal",icon:vi,keywords:["polldaddy",(0,Ze.__)("survey")],description:(0,Ze.__)("Embed Crowdsignal (formerly Polldaddy) content."),patterns:[/^https?:\/\/((.+\.)?polldaddy\.com|poll\.fm|.+\.crowdsignal\.net|.+\.survey\.fm)\/.+/i],attributes:{providerNameSlug:"crowdsignal",responsive:!0}},{name:"dailymotion",title:"Dailymotion",icon:zi,keywords:[(0,Ze.__)("video")],description:(0,Ze.__)("Embed a Dailymotion video."),patterns:[/^https?:\/\/(www\.)?dailymotion\.com\/.+/i],attributes:{providerNameSlug:"dailymotion",responsive:!0}},{name:"imgur",title:"Imgur",icon:_i,description:(0,Ze.__)("Embed Imgur content."),patterns:[/^https?:\/\/(.+\.)?imgur\.com\/.+/i],attributes:{providerNameSlug:"imgur",responsive:!0}},{name:"issuu",title:"Issuu",icon:vi,description:(0,Ze.__)("Embed Issuu content."),patterns:[/^https?:\/\/(www\.)?issuu\.com\/.+/i],attributes:{providerNameSlug:"issuu",responsive:!0}},{name:"kickstarter",title:"Kickstarter",icon:vi,description:(0,Ze.__)("Embed Kickstarter content."),patterns:[/^https?:\/\/(www\.)?kickstarter\.com\/.+/i,/^https?:\/\/kck\.st\/.+/i],attributes:{providerNameSlug:"kickstarter",responsive:!0}},{name:"mixcloud",title:"Mixcloud",icon:bi,keywords:[(0,Ze.__)("music"),(0,Ze.__)("audio")],description:(0,Ze.__)("Embed Mixcloud content."),patterns:[/^https?:\/\/(www\.)?mixcloud\.com\/.+/i],attributes:{providerNameSlug:"mixcloud",responsive:!0}},{name:"pocketcasts",title:"Pocket Casts",icon:Li,keywords:[(0,Ze.__)("podcast"),(0,Ze.__)("audio")],description:(0,Ze.__)("Embed a podcast player from Pocket Casts."),patterns:[/^https:\/\/pca.st\/\w+/i],attributes:{providerNameSlug:"pocketcasts",responsive:!0}},{name:"reddit",title:"Reddit",icon:Ti,description:(0,Ze.__)("Embed a Reddit thread."),patterns:[/^https?:\/\/(www\.)?reddit\.com\/.+/i],attributes:{providerNameSlug:"reddit",responsive:!0}},{name:"reverbnation",title:"ReverbNation",icon:bi,description:(0,Ze.__)("Embed ReverbNation content."),patterns:[/^https?:\/\/(www\.)?reverbnation\.com\/.+/i],attributes:{providerNameSlug:"reverbnation",responsive:!0}},{name:"screencast",title:"Screencast",icon:fi,description:(0,Ze.__)("Embed Screencast content."),patterns:[/^https?:\/\/(www\.)?screencast\.com\/.+/i],attributes:{providerNameSlug:"screencast",responsive:!0}},{name:"scribd",title:"Scribd",icon:vi,description:(0,Ze.__)("Embed Scribd content."),patterns:[/^https?:\/\/(www\.)?scribd\.com\/.+/i],attributes:{providerNameSlug:"scribd",responsive:!0}},{name:"slideshare",title:"Slideshare",icon:vi,description:(0,Ze.__)("Embed Slideshare content."),patterns:[/^https?:\/\/(.+?\.)?slideshare\.net\/.+/i],attributes:{providerNameSlug:"slideshare",responsive:!0}},{name:"smugmug",title:"SmugMug",icon:_i,description:(0,Ze.__)("Embed SmugMug content."),patterns:[/^https?:\/\/(.+\.)?smugmug\.com\/.*/i],attributes:{providerNameSlug:"smugmug",previewable:!1,responsive:!0}},{name:"speaker-deck",title:"Speaker Deck",icon:vi,description:(0,Ze.__)("Embed Speaker Deck content."),patterns:[/^https?:\/\/(www\.)?speakerdeck\.com\/.+/i],attributes:{providerNameSlug:"speaker-deck",responsive:!0}},{name:"tiktok",title:"TikTok",icon:fi,keywords:[(0,Ze.__)("video")],description:(0,Ze.__)("Embed a TikTok video."),patterns:[/^https?:\/\/(www\.)?tiktok\.com\/.+/i],attributes:{providerNameSlug:"tiktok",responsive:!0}},{name:"ted",title:"TED",icon:fi,description:(0,Ze.__)("Embed a TED video."),patterns:[/^https?:\/\/(www\.|embed\.)?ted\.com\/.+/i],attributes:{providerNameSlug:"ted",responsive:!0}},{name:"tumblr",title:"Tumblr",icon:Ni,keywords:[(0,Ze.__)("social")],description:(0,Ze.__)("Embed a Tumblr post."),patterns:[/^https?:\/\/(.+)\.tumblr\.com\/.+/i],attributes:{providerNameSlug:"tumblr",responsive:!0}},{name:"videopress",title:"VideoPress",icon:fi,keywords:[(0,Ze.__)("video")],description:(0,Ze.__)("Embed a VideoPress video."),patterns:[/^https?:\/\/videopress\.com\/.+/i],attributes:{providerNameSlug:"videopress",responsive:!0}},{name:"wordpress-tv",title:"WordPress.tv",icon:fi,description:(0,Ze.__)("Embed a WordPress.tv video."),patterns:[/^https?:\/\/wordpress\.tv\/.+/i],attributes:{providerNameSlug:"wordpress-tv",responsive:!0}},{name:"amazon-kindle",title:"Amazon Kindle",icon:Pi,keywords:[(0,Ze.__)("ebook")],description:(0,Ze.__)("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:Mi,keywords:[(0,Ze.__)("social"),(0,Ze.__)("bookmark")],description:(0,Ze.__)("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:Ri,description:(0,Ze.__)("Embed Wolfram notebook content."),patterns:[/^https?:\/\/(www\.)?wolframcloud\.com\/obj\/.+/i],attributes:{providerNameSlug:"wolfram-cloud",responsive:!0}}];ji.forEach((e=>{e.isActive||(e.isActive=(e,t)=>e.providerNameSlug===t.providerNameSlug)}));var Wi=ji;const{attributes:Zi}={$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",__experimentalRole:"content"},caption:{type:"string",source:"html",selector:"figcaption",__experimentalRole:"content"},type:{type:"string",__experimentalRole:"content"},providerNameSlug:{type:"string",__experimentalRole:"content"},allowResponsive:{type:"boolean",default:!0},responsive:{type:"boolean",default:!1,__experimentalRole:"content"},previewable:{type:"boolean",default:!0,__experimentalRole:"content"}},supports:{align:!0},editorStyle:"wp-block-embed-editor",style:"wp-block-embed"},Qi={attributes:Zi,save(e){let{attributes:t}=e;const{url:n,caption:o,type:r,providerNameSlug:a}=t;if(!n)return null;const l=at()("wp-block-embed",{[`is-type-${r}`]:r,[`is-provider-${a}`]:a,[`wp-block-embed-${a}`]:a});return(0,Oe.createElement)("figure",Qe.useBlockProps.save({className:l}),(0,Oe.createElement)("div",{className:"wp-block-embed__wrapper"},`\n${n}\n`),!Qe.RichText.isEmpty(o)&&(0,Oe.createElement)(Qe.RichText.Content,{tagName:"figcaption",value:o}))}},Ki={attributes:Zi,save(e){let{attributes:{url:t,caption:n,type:o,providerNameSlug:r}}=e;if(!t)return null;const a=at()("wp-block-embed",{[`is-type-${o}`]:o,[`is-provider-${r}`]:r});return(0,Oe.createElement)("figure",{className:a},`\n${t}\n`,!Qe.RichText.isEmpty(n)&&(0,Oe.createElement)(Qe.RichText.Content,{tagName:"figcaption",value:n}))}};var Yi=[Qi,Ki];const Ji={$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",__experimentalRole:"content"},caption:{type:"string",source:"html",selector:"figcaption",__experimentalRole:"content"},type:{type:"string",__experimentalRole:"content"},providerNameSlug:{type:"string",__experimentalRole:"content"},allowResponsive:{type:"boolean",default:!0},responsive:{type:"boolean",default:!1,__experimentalRole:"content"},previewable:{type:"boolean",default:!0,__experimentalRole:"content"}},supports:{align:!0},editorStyle:"wp-block-embed-editor",style:"wp-block-embed"},{name:Xi}=Ji,es={icon:vi,edit:Gi,save:function(e){let{attributes:t}=e;const{url:n,caption:o,type:r,providerNameSlug:a}=t;if(!n)return null;const l=It()("wp-block-embed",{[`is-type-${r}`]:r,[`is-provider-${a}`]:a,[`wp-block-embed-${a}`]:a});return(0,Oe.createElement)("figure",Qe.useBlockProps.save({className:l}),(0,Oe.createElement)("div",{className:"wp-block-embed__wrapper"},`\n${n}\n`),!Qe.RichText.isEmpty(o)&&(0,Oe.createElement)(Qe.RichText.Content,{className:(0,Qe.__experimentalGetElementClassName)("caption"),tagName:"figcaption",value:o}))},transforms:qi,variations:Wi,deprecated:Yi},ts=()=>je({name:Xi,metadata:Ji,settings:es});var ns=(0,Oe.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,Oe.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 os={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=Qe.RichText.isEmpty(r)?(0,Ze.__)("PDF embed"):(0,Ze.sprintf)((0,Ze.__)("Embed of %s."),r),d=!Qe.RichText.isEmpty(r),p=d?o:void 0;return n&&(0,Oe.createElement)("div",Qe.useBlockProps.save(),c&&(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)("object",{className:"wp-block-file__embed",data:n,type:"application/pdf",style:{width:"100%",height:`${u}px`},"aria-label":m})),d&&(0,Oe.createElement)("a",{id:p,href:a,target:l,rel:l?"noreferrer noopener":void 0},(0,Oe.createElement)(Qe.RichText.Content,{value:r})),i&&(0,Oe.createElement)("a",{href:n,className:at()("wp-block-file__button",(0,Qe.__experimentalGetElementClassName)("button")),download:!0,"aria-describedby":p},(0,Oe.createElement)(Qe.RichText.Content,{value:s})))}},rs={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=Qe.RichText.isEmpty(r)?(0,Ze.__)("PDF embed"):(0,Ze.sprintf)((0,Ze.__)("Embed of %s."),r),d=!Qe.RichText.isEmpty(r),p=d?o:void 0;return n&&(0,Oe.createElement)("div",Qe.useBlockProps.save(),c&&(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)("object",{className:"wp-block-file__embed",data:n,type:"application/pdf",style:{width:"100%",height:`${u}px`},"aria-label":m})),d&&(0,Oe.createElement)("a",{id:p,href:a,target:l,rel:l?"noreferrer noopener":void 0},(0,Oe.createElement)(Qe.RichText.Content,{value:r})),i&&(0,Oe.createElement)("a",{href:n,className:"wp-block-file__button",download:!0,"aria-describedby":p},(0,Oe.createElement)(Qe.RichText.Content,{value:s})))}},as={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=Qe.RichText.isEmpty(o)?(0,Ze.__)("PDF embed"):(0,Ze.sprintf)((0,Ze.__)("Embed of %s."),o);return n&&(0,Oe.createElement)("div",Qe.useBlockProps.save(),s&&(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)("object",{className:"wp-block-file__embed",data:n,type:"application/pdf",style:{width:"100%",height:`${c}px`},"aria-label":u})),!Qe.RichText.isEmpty(o)&&(0,Oe.createElement)("a",{href:r,target:a,rel:a?"noreferrer noopener":void 0},(0,Oe.createElement)(Qe.RichText.Content,{value:o})),l&&(0,Oe.createElement)("a",{href:n,className:"wp-block-file__button",download:!0},(0,Oe.createElement)(Qe.RichText.Content,{value:i})))}};var ls=[os,rs,as];function is(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,Ze.__)("URL")}];return p&&(g=[{value:m,label:(0,Ze.__)("Media file")},{value:p,label:(0,Ze.__)("Attachment page")}]),(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.InspectorControls,null,m.endsWith(".pdf")&&(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("PDF settings")},(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Show inline embed"),help:i?(0,Ze.__)("Note: Most phone and tablet browsers won't display embedded PDFs."):null,checked:!!i,onChange:s}),i&&(0,Oe.createElement)(We.RangeControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Height in pixels"),min:us,max:Math.max(ms,c),value:c,onChange:u})),(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Settings")},(0,Oe.createElement)(We.SelectControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Link to"),value:d,options:g,onChange:r}),(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Open in new tab"),checked:n,onChange:a}),(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Show download button"),checked:o,onChange:l}))))}const ss=()=>!(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)&&!cs("AcroPDF.PDF")&&!cs("PDF.PdfCtrl")))),cs=e=>{let t;try{t=new window.ActiveXObject(e)}catch(e){t=void 0}return t},us=200,ms=2e3;function ds(e){let{text:t,disabled:n}=e;const{createNotice:o}=(0,st.useDispatch)(Ct.store),r=(0,St.useCopyToClipboard)(t,(()=>{o("info",(0,Ze.__)("Copied URL to clipboard."),{isDismissible:!0,type:"snackbar"})}));return(0,Oe.createElement)(We.ToolbarButton,{className:"components-clipboard-toolbar-button",ref:r,disabled:n},(0,Ze.__)("Copy URL"))}var ps=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,st.useSelect)((e=>({media:void 0===a?void 0:e(it.store).getMedia(a),mediaUpload:e(Qe.store).getSettings().mediaUpload})),[a]),{createErrorNotice:b}=(0,st.useDispatch)(Ct.store),{toggleSelection:_,__unstableMarkNextChangeAsNotPersistent:f}=(0,st.useDispatch)(Qe.store);function y(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,Oe.useEffect)((()=>{if((0,wt.isBlobURL)(s)){const e=(0,wt.getBlobByURL)(s);v({filesList:[e],onFileChange:e=>{let[t]=e;return y(t)},onError:k}),(0,wt.revokeBlobURL)(s)}void 0===d&&x((0,Ze._x)("Download","button label"))}),[]),(0,Oe.useEffect)((()=>{!l&&s&&(f(),o({fileId:`wp-block-file--media-${r}`}))}),[s,l,r]);const w=h&&h.link,E=(0,Qe.useBlockProps)({className:at()((0,wt.isBlobURL)(s)&&(0,We.__unstableGetAnimateClassName)({type:"loading"}),{"is-transient":(0,wt.isBlobURL)(s)})}),C=ss()&&p;return s?(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(is,{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),us);o({previewHeight:t})}}),(0,Oe.createElement)(Qe.BlockControls,{group:"other"},(0,Oe.createElement)(Qe.MediaReplaceFlow,{mediaId:a,mediaURL:s,accept:"*",onSelect:y,onError:k}),(0,Oe.createElement)(ds,{text:s,disabled:(0,wt.isBlobURL)(s)})),(0,Oe.createElement)("div",E,C&&(0,Oe.createElement)(We.ResizableBox,{size:{height:g},minHeight:us,maxHeight:ms,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,Oe.createElement)("object",{className:"wp-block-file__preview",data:s,type:"application/pdf","aria-label":(0,Ze.__)("Embed of the selected PDF file.")}),!n&&(0,Oe.createElement)("div",{className:"wp-block-file__preview-overlay"})),(0,Oe.createElement)("div",{className:"wp-block-file__content-wrapper"},(0,Oe.createElement)(Qe.RichText,{tagName:"a",value:i,placeholder:(0,Ze.__)("Write file name…"),withoutInteractiveFormatting:!0,onChange:e=>o({fileName:e}),href:c}),m&&(0,Oe.createElement)("div",{className:"wp-block-file__button-richtext-wrapper"},(0,Oe.createElement)(Qe.RichText,{tagName:"div","aria-label":(0,Ze.__)("Download button text"),className:at()("wp-block-file__button",(0,Qe.__experimentalGetElementClassName)("button")),value:d,withoutInteractiveFormatting:!0,placeholder:(0,Ze.__)("Add text…"),onChange:e=>x(e)}))))):(0,Oe.createElement)("div",E,(0,Oe.createElement)(Qe.MediaPlaceholder,{icon:(0,Oe.createElement)(Qe.BlockIcon,{icon:ns}),labels:{title:(0,Ze.__)("File"),instructions:(0,Ze.__)("Upload a file or pick one from your media library.")},onSelect:y,onError:k,accept:"*"}))};const gs={from:[{type:"files",isMatch(e){return e.length>0},priority:15,transform:e=>{const t=[];return e.forEach((e=>{const n=(0,wt.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,lt.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,st.select)(it.store),o=n(t);return!!o&&o.mime_type.includes("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,st.select)(it.store),o=n(t);return!!o&&o.mime_type.includes("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,st.select)(it.store),o=n(t);return!!o&&o.mime_type.includes("image")},transform:e=>(0,Ge.createBlock)("core/image",{url:e.href,caption:e.fileName,id:e.id,anchor:e.anchor})}]};var hs=gs;const vs={$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:bs}=vs,_s={icon:ns,example:{attributes:{href:"https://upload.wikimedia.org/wikipedia/commons/d/dd/Armstrong_Small_Step.ogg",fileName:(0,Ze._x)("Armstrong_Small_Step","Name of the file")}},transforms:hs,deprecated:ls,edit:ps,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=Qe.RichText.isEmpty(r)?"PDF embed":r,d=!Qe.RichText.isEmpty(r),p=d?o:void 0;return n&&(0,Oe.createElement)("div",Qe.useBlockProps.save(),c&&(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)("object",{className:"wp-block-file__embed",data:n,type:"application/pdf",style:{width:"100%",height:`${u}px`},"aria-label":m})),d&&(0,Oe.createElement)("a",{id:p,href:a,target:l,rel:l?"noreferrer noopener":void 0},(0,Oe.createElement)(Qe.RichText.Content,{value:r})),i&&(0,Oe.createElement)("a",{href:n,className:at()("wp-block-file__button",(0,Qe.__experimentalGetElementClassName)("button")),download:!0,"aria-describedby":p},(0,Oe.createElement)(Qe.RichText.Content,{value:s})))}},fs=()=>je({name:bs,metadata:vs,settings:_s});var ys=(0,Oe.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,Oe.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 ks="none",xs="media",ws="attachment";const Es=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"large";const n=Object.fromEntries(Object.entries(null!=e?e:{}).filter((e=>{let[t]=e;return["alt","id","link"].includes(t)})));n.url=(0,Nt.get)(e,["sizes",t,"url"])||(0,Nt.get)(e,["media_details","sizes",t,"source_url"])||e.url||e.source_url;const o=(0,Nt.get)(e,["sizes","full","url"])||(0,Nt.get)(e,["media_details","sizes","full","source_url"]);return o&&(n.fullUrl=o),n};function Cs(){return!Oe.Platform.isNative||function(){if(!window.wp||"boolean"!=typeof window.wp.galleryBlockV2Enabled)throw"window.wp.galleryBlockV2Enabled is not defined";return window.wp.galleryBlockV2Enabled}()}const Ss="file",Bs="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 Ss:return{href:(null==e?void 0:e.source_url)||(null==e?void 0:e.url),linkDestination:xs};case Bs:return{href:null==e?void 0:e.link,linkDestination:ws};case xs:return{href:(null==e?void 0:e.source_url)||(null==e?void 0:e.url),linkDestination:xs};case ws:return{href:null==e?void 0:e.link,linkDestination:ws};case ks:return{href:void 0,linkDestination:ks}}return{}}function Ps(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 Is={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=at()("has-nested-images",{[`columns-${o}`]:void 0!==o,"columns-default":void 0===o,"is-cropped":r}),l=Qe.useBlockProps.save({className:a}),i=Qe.useInnerBlocksProps.save(l);return(0,Oe.createElement)("figure",i,i.children,!Qe.RichText.isEmpty(n)&&(0,Oe.createElement)(Qe.RichText.Content,{tagName:"figcaption",className:"blocks-gallery-caption",value:n}))}},zs={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,Oe.createElement)("figure",Qe.useBlockProps.save({className:i}),(0,Oe.createElement)("ul",{className:"blocks-gallery-grid"},n.map((e=>{let t;switch(l){case Ss:t=e.fullUrl||e.url;break;case Bs:t=e.link}const n=(0,Oe.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,Oe.createElement)("li",{key:e.id||e.url,className:"blocks-gallery-item"},(0,Oe.createElement)("figure",null,t?(0,Oe.createElement)("a",{href:t},n):n,!Qe.RichText.isEmpty(e.caption)&&(0,Oe.createElement)(Qe.RichText.Content,{tagName:"figcaption",className:"blocks-gallery-item__caption",value:e.caption})))}))),!Qe.RichText.isEmpty(a)&&(0,Oe.createElement)(Qe.RichText.Content,{tagName:"figcaption",className:"blocks-gallery-caption",value:a}))},migrate(e){return Cs()?Ps(e):e}},Ms={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(Cs())return Ps(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,Oe.createElement)("figure",{className:`columns-${o} ${r?"is-cropped":""}`},(0,Oe.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,Oe.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,Oe.createElement)("li",{key:e.id||e.url,className:"blocks-gallery-item"},(0,Oe.createElement)("figure",null,t?(0,Oe.createElement)("a",{href:t},n):n,!Qe.RichText.isEmpty(e.caption)&&(0,Oe.createElement)(Qe.RichText.Content,{tagName:"figcaption",className:"blocks-gallery-item__caption",value:e.caption})))}))),!Qe.RichText.isEmpty(a)&&(0,Oe.createElement)(Qe.RichText.Content,{tagName:"figcaption",className:"blocks-gallery-caption",value:a}))}},Rs={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){var t;return Cs()?Ps(e):{...e,ids:(null!==(t=e.ids)&&void 0!==t?t:[]).map((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,Oe.createElement)("figure",{className:`columns-${o} ${r?"is-cropped":""}`},(0,Oe.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,Oe.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,Oe.createElement)("li",{key:e.id||e.url,className:"blocks-gallery-item"},(0,Oe.createElement)("figure",null,t?(0,Oe.createElement)("a",{href:t},n):n,!Qe.RichText.isEmpty(e.caption)&&(0,Oe.createElement)(Qe.RichText.Content,{tagName:"figcaption",className:"blocks-gallery-item__caption",value:e.caption})))}))),!Qe.RichText.isEmpty(a)&&(0,Oe.createElement)(Qe.RichText.Content,{tagName:"figcaption",className:"blocks-gallery-caption",value:a}))}},Ls={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,Oe.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,Oe.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,Oe.createElement)("li",{key:e.id||e.url,className:"blocks-gallery-item"},(0,Oe.createElement)("figure",null,t?(0,Oe.createElement)("a",{href:t},n):n,e.caption&&e.caption.length>0&&(0,Oe.createElement)(Qe.RichText.Content,{tagName:"figcaption",value:e.caption})))})))},migrate(e){return Cs()?Ps(e):e}},Hs={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||t.some(((e,t)=>!e&&null!==n[t]||parseInt(e,10)!==n[t])))},migrate(e){var t;return Cs()?Ps(e):{...e,ids:(null!==(t=e.images)&&void 0!==t?t:[]).map((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,Oe.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,Oe.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,Oe.createElement)("li",{key:e.id||e.url,className:"blocks-gallery-item"},(0,Oe.createElement)("figure",null,t?(0,Oe.createElement)("a",{href:t},n):n,e.caption&&e.caption.length>0&&(0,Oe.createElement)(Qe.RichText.Content,{tagName:"figcaption",value:e.caption})))})))}},As={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=at()(`columns-${o}`,{alignnone:"none"===r,"is-cropped":a});return(0,Oe.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,Oe.createElement)("img",{src:e.url,alt:e.alt,"data-id":e.id});return(0,Oe.createElement)("figure",{key:e.id||e.url,className:"blocks-gallery-image"},t?(0,Oe.createElement)("a",{href:t},n):n)})))},migrate(e){return Cs()?Ps(e):e}};var Vs=[Is,zs,Ms,Rs,Ls,Hs,As],Fs=window.wp.viewport;const Ds=(0,Oe.createElement)(Qe.BlockIcon,{icon:ys}),$s=20,Gs="none",Os="media",Us="attachment",qs="custom",js=["noreferrer","noopener"],Ws=["image"];function Zs(e,t,n){switch(n||t){case"file":case xs:return{href:(null==e?void 0:e.source_url)||(null==e?void 0:e.url),linkDestination:Os};case"post":case ws:return{href:null==e?void 0:e.link,linkDestination:Us};case ks:return{href:void 0,linkDestination:Gs}}return{}}function Qs(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,Nt.isEmpty)(t)||(0,Nt.isEmpty)(t)||(js.forEach((e=>{const n=new RegExp("\\b"+e+"\\b","gi");t=t.replace(n,"")})),t!==e&&(t=t.trim()),(0,Nt.isEmpty)(t)&&(t=void 0)),t}(n):void 0,{linkTarget:o,rel:r}}var Ks=(0,Oe.forwardRef)(((e,t)=>{const{attributes:n,isSelected:o,setAttributes:r,mediaPlaceholder:a,insertBlocksAfter:l,blockProps:i,__unstableLayoutClassNames:s,showCaption:c}=e,{align:u,columns:m,caption:d,imageCrop:p}=n;return(0,Oe.createElement)("figure",ot({},i,{className:at()(i.className,s,"blocks-gallery-grid",{[`align${u}`]:u,[`columns-${m}`]:void 0!==m,"columns-default":void 0===m,"is-cropped":p})}),i.children,o&&!i.children&&(0,Oe.createElement)(Ue.View,{className:"blocks-gallery-media-placeholder-wrapper"},a),c&&(!Qe.RichText.isEmpty(d)||o)&&(0,Oe.createElement)(Qe.RichText,{identifier:"caption","aria-label":(0,Ze.__)("Gallery caption text"),placeholder:(0,Ze.__)("Write gallery caption…"),value:d,className:at()("blocks-gallery-caption",(0,Qe.__experimentalGetElementClassName)("caption")),ref:t,tagName:"figcaption",onChange:e=>r({caption:e}),inlineToolbar:!0,__unstableOnSplitAtEnd:()=>l((0,Ge.createBlock)((0,Ge.getDefaultBlockName)()))}))}));function Ys(e,t,n){return(0,Oe.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,Nt.get)(t,["sizes",n.slug,"url"]),r=(0,Nt.get)(t,["media_details","sizes",n.slug,"source_url"]);return{...e,[n.slug]:o||r}}),{});return{...e,[parseInt(t.id,10)]:n}}),{}));const a=Object.values(r);return o.filter((e=>{let{slug:t}=e;return a.some((e=>e[t]))})).map((e=>{let{name:t,slug:n}=e;return{value:n,label:t}}))}()),[e,t])}function Js(e,t){const[n,o]=(0,Oe.useState)([]);return(0,Oe.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 Xs=[];function ec(e){let{blockGap:t,clientId:n}=e;const o=(0,Oe.useContext)(Qe.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,Qe.__experimentalGetGapCSSValue)(t):(0,Qe.__experimentalGetGapCSSValue)(null==t?void 0:t.top)||r,i="string"==typeof t?(0,Qe.__experimentalGetGapCSSValue)(t):(0,Qe.__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,Oe.createPortal)((0,Oe.createElement)((()=>(0,Oe.createElement)("style",null,s)),null),o):null}const tc=[{value:ws,label:(0,Ze.__)("Attachment Page")},{value:xs,label:(0,Ze.__)("Media File")},{value:ks,label:(0,Ze._x)("None","Media item link option")}],nc=["image"],oc=["core/image"],rc=Oe.Platform.isNative?(0,Ze.__)("ADD MEDIA"):(0,Ze.__)("Drag images, upload new ones or select files from your library."),ac=Oe.Platform.isNative?{type:"stepper"}:{};var lc=(0,St.compose)([(0,Fs.withViewportMatch)({isNarrow:"< small"})])((function(e){var t,n;const{setAttributes:o,attributes:r,className:a,clientId:l,isSelected:i,insertBlocksAfter:s,isContentLocked:c}=e,{columns:u,imageCrop:m,linkTarget:d,linkTo:p,sizeSlug:g,caption:h}=r,[v,b]=(0,Oe.useState)(!!h),_=(0,St.usePrevious)(h);(0,Oe.useEffect)((()=>{h&&!_&&b(!0)}),[h,_]),(0,Oe.useEffect)((()=>{i||h||b(!1)}),[i,h]);const f=(0,Oe.useCallback)((e=>{e&&!h&&e.focus()}),[h]),{__unstableMarkNextChangeAsNotPersistent:y,replaceInnerBlocks:k,updateBlockAttributes:x,selectBlock:w,clearSelectedBlock:E}=(0,st.useDispatch)(Qe.store),{createSuccessNotice:C,createErrorNotice:S}=(0,st.useDispatch)(Ct.store),{getBlock:B,getSettings:T,preferredStyle:N}=(0,st.useSelect)((e=>{var t;const n=e(Qe.store).getSettings().__experimentalPreferredStyleVariations;return{getBlock:e(Qe.store).getBlock,getSettings:e(Qe.store).getSettings,preferredStyle:null==n||null===(t=n.value)||void 0===t?void 0:t["core/image"]}}),[]),P=(0,st.useSelect)((e=>{var t;return null===(t=e(Qe.store).getBlock(l))||void 0===t?void 0:t.innerBlocks}),[l]),I=(0,st.useSelect)((e=>e(Qe.store).wasBlockJustInserted(l,"inserter_menu")),[l]),z=(0,Oe.useMemo)((()=>null==P?void 0:P.map((e=>({clientId:e.clientId,id:e.attributes.id,url:e.attributes.url,attributes:e.attributes,fromSavedContent:Boolean(e.originalContent)})))),[P]),M=function(e){return(0,st.useSelect)((t=>{var n;const o=e.map((e=>e.attributes.id)).filter((e=>void 0!==e));return 0===o.length?Xs:null!==(n=t(it.store).getMediaItems({include:o.join(","),per_page:-1,orderby:"include"}))&&void 0!==n?n:Xs}),[e])}(P),R=Js(z,M);(0,Oe.useEffect)((()=>{null==R||R.forEach((e=>{y(),x(e.clientId,{...H(e.attributes),id:e.id,align:void 0})})),(null==R?void 0:R.length)>0&&E()}),[R]);const L=Ys(M,i,T);function H(e){var t;const n=e.id?M.find((t=>{let{id:n}=t;return n===e.id})):null;let o,a;return o=e.className&&""!==e.className?e.className:N?`is-style-${N}`:void 0,a=e.linkTarget||e.rel?{linkTarget:e.linkTarget,rel:e.rel}:Qs(d,r),{...Es(n,g),...Zs(n,p,null==e?void 0:e.linkDestination),...a,className:o,sizeSlug:g,caption:e.caption||(null===(t=n.caption)||void 0===t?void 0:t.raw),alt:e.alt||n.alt_text}}function A(e){var t;const n=Oe.Platform.isNative&&e.id?M.find((t=>{let{id:n}=t;return n===e.id})):null,o=n?null==n?void 0:n.media_type:e.type;return nc.some((e=>0===(null==o?void 0:o.indexOf(e))))||0===(null===(t=e.url)||void 0===t?void 0:t.indexOf("blob:"))}function V(e){const t="[object FileList]"===Object.prototype.toString.call(e),n=t?Array.from(e).map((e=>e.url?e:Es({url:(0,wt.createBlobURL)(e)}))):e;n.every(A)||S((0,Ze.__)("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||A(e))).map((e=>e.url?e:Es({url:(0,wt.createBlobURL)(e)}))),r=o.reduce(((e,t,n)=>(e[t.id]=n,e)),{}),a=t?P:P.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&&w(i[0].clientId),k(l,a.concat(i).sort(((e,t)=>r[e.attributes.id]-r[t.attributes.id])))}(0,Oe.useEffect)((()=>{var e,t,n,r,a,l;p||(y(),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)||ks}))}),[p]);const F=!!z.length,D=F&&z.some((e=>!!e.id)),$=z.some((e=>{var t,n;return Oe.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:"))})),G=Oe.Platform.select({web:{addToGallery:!1,disableMediaButtons:$,value:{}},native:{addToGallery:D,isAppender:F,disableMediaButtons:F&&!i||$,value:D?z:{},autoOpenMediaUpload:!F&&i&&I}}),O=(0,Oe.createElement)(Qe.MediaPlaceholder,ot({handleUpload:!1,icon:Ds,labels:{title:(0,Ze.__)("Gallery"),instructions:rc},onSelect:V,accept:"image/*",allowedTypes:nc,multiple:!0,onError:function(e){S(e,{type:"snackbar"})}},G)),U=(0,Qe.useBlockProps)({className:at()(a,"has-nested-images")}),q=Oe.Platform.isNative&&{marginHorizontal:0,marginVertical:0},j=(0,Qe.useInnerBlocksProps)(U,{allowedBlocks:oc,orientation:"horizontal",renderAppender:!1,...q});if(!F)return(0,Oe.createElement)(Ue.View,j,j.children,O);const W=p&&"none"!==p;return(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Settings")},z.length>1&&(0,Oe.createElement)(We.RangeControl,ot({__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Columns"),value:u||(Z=z.length,Z?Math.min(3,Z):3),onChange:function(e){o({columns:e})},min:1,max:Math.min(8,z.length)},ac,{required:!0})),(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Crop images"),checked:!!m,onChange:function(){o({imageCrop:!m})},help:function(e){return e?(0,Ze.__)("Thumbnails are cropped to align."):(0,Ze.__)("Thumbnails are not cropped.")}}),(0,Oe.createElement)(We.SelectControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Link to"),value:p,onChange:function(e){o({linkTo:e});const t={},n=[];B(l).innerBlocks.forEach((o=>{n.push(o.clientId);const r=o.attributes.id?M.find((e=>{let{id:t}=e;return t===o.attributes.id})):null;t[o.clientId]=Zs(r,e)})),x(n,t,!0);const r=[...tc].find((t=>t.value===e));C((0,Ze.sprintf)((0,Ze.__)("All gallery image links updated to: %s"),r.label),{id:"gallery-attributes-linkTo",type:"snackbar"})},options:tc,hideCancelButton:!0}),W&&(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Open in new tab"),checked:"_blank"===d,onChange:function(e){const t=e?"_blank":void 0;o({linkTarget:t});const n={},r=[];B(l).innerBlocks.forEach((e=>{r.push(e.clientId),n[e.clientId]=Qs(t,e.attributes)})),x(r,n,!0);const a=e?(0,Ze.__)("All gallery images updated to open in new tab"):(0,Ze.__)("All gallery images updated to not open in new tab");C(a,{id:"gallery-attributes-openInNewTab",type:"snackbar"})}}),(null==L?void 0:L.length)>0&&(0,Oe.createElement)(We.SelectControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Image size"),value:g,options:L,onChange:function(e){o({sizeSlug:e});const t={},n=[];B(l).innerBlocks.forEach((o=>{n.push(o.clientId);const r=o.attributes.id?M.find((e=>{let{id:t}=e;return t===o.attributes.id})):null;t[o.clientId]=function(e,t){const n=(0,Nt.get)(e,["media_details","sizes",t,"source_url"]);return n?{url:n,width:void 0,height:void 0,sizeSlug:t}:{}}(r,e)})),x(n,t,!0);const r=L.find((t=>t.value===e));C((0,Ze.sprintf)((0,Ze.__)("All gallery image sizes updated to: %s"),r.label),{id:"gallery-attributes-sizeSlug",type:"snackbar"})},hideCancelButton:!0}),Oe.Platform.isWeb&&!L&&D&&(0,Oe.createElement)(We.BaseControl,{className:"gallery-image-sizes"},(0,Oe.createElement)(We.BaseControl.VisualLabel,null,(0,Ze.__)("Image size")),(0,Oe.createElement)(Ue.View,{className:"gallery-image-sizes__loading"},(0,Oe.createElement)(We.Spinner,null),(0,Ze.__)("Loading options…"))))),(0,Oe.createElement)(Qe.BlockControls,{group:"block"},!c&&(0,Oe.createElement)(We.ToolbarButton,{onClick:()=>{b(!v),v&&h&&o({caption:void 0})},icon:Et,isPressed:v,label:v?(0,Ze.__)("Remove caption"):(0,Ze.__)("Add caption")})),(0,Oe.createElement)(Qe.BlockControls,{group:"other"},(0,Oe.createElement)(Qe.MediaReplaceFlow,{allowedTypes:nc,accept:"image/*",handleUpload:!1,onSelect:V,name:(0,Ze.__)("Add"),multiple:!0,mediaIds:z.filter((e=>e.id)).map((e=>e.id)),addToGallery:D})),Oe.Platform.isWeb&&(0,Oe.createElement)(ec,{blockGap:null===(t=r.style)||void 0===t||null===(n=t.spacing)||void 0===n?void 0:n.blockGap,clientId:l}),(0,Oe.createElement)(Ks,ot({},e,{showCaption:v,ref:Oe.Platform.isWeb?f:void 0,images:z,mediaPlaceholder:!F||Oe.Platform.isNative?O:void 0,blockProps:j,insertBlocksAfter:s})));var Z}));const ic=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"large";const n=Object.fromEntries(Object.entries(null!=e?e:{}).filter((e=>{let[t]=e;return["alt","id","link","caption"].includes(t)})));n.url=(0,Nt.get)(e,["sizes",t,"url"])||(0,Nt.get)(e,["media_details","sizes",t,"source_url"])||e.url;const o=(0,Nt.get)(e,["sizes","full","url"])||(0,Nt.get)(e,["media_details","sizes","full","source_url"]);return o&&(n.fullUrl=o),n};var sc=(0,Oe.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,Oe.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 cc=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.createElement)(Ue.Path,{d:"M14.6 7l-1.2-1L8 12l5.4 6 1.2-1-4.6-5z"}));var uc=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.createElement)(Ue.Path,{d:"M10.6 6L9.4 7l4.6 5-4.6 5 1.2 1 5.4-6z"}));var mc=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 dc="none",pc="file",gc="post";class hc extends Oe.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!==[cn.BACKSPACE,cn.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=ic(e,l);if(((e,t)=>!e&&(0,wt.isBlobURL)(t))(n,o)&&r){const{alt:e,...t}=i;i=t}if(a&&!(0,Nt.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 pc:h=e;break;case gc:h=r}const v=(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)("img",{src:e,alt:t,"data-id":n,onKeyDown:this.onRemoveImage,tabIndex:"0","aria-label":p,ref:this.bindContainer}),(0,wt.isBlobURL)(e)&&(0,Oe.createElement)(We.Spinner,null)),b=at()({"is-selected":i,"is-transient":(0,wt.isBlobURL)(e)});return(0,Oe.createElement)("figure",{className:b,onClick:this.onSelectImage,onFocus:this.onSelectImage},!g&&(h?(0,Oe.createElement)("a",{href:h},v):v),g&&(0,Oe.createElement)(Qe.MediaPlaceholder,{labels:{title:(0,Ze.__)("Edit gallery image")},icon:sc,onSelect:this.onSelectImageFromLibrary,onSelectURL:this.onSelectCustomURL,accept:"image/*",allowedTypes:["image"],value:{id:n,src:e}}),(0,Oe.createElement)(We.ButtonGroup,{className:"block-library-gallery-item__inline-menu is-left"},(0,Oe.createElement)(We.Button,{icon:cc,onClick:a?void 0:m,label:(0,Ze.__)("Move image backward"),"aria-disabled":a,disabled:!i}),(0,Oe.createElement)(We.Button,{icon:uc,onClick:l?void 0:u,label:(0,Ze.__)("Move image forward"),"aria-disabled":l,disabled:!i})),(0,Oe.createElement)(We.ButtonGroup,{className:"block-library-gallery-item__inline-menu is-right"},(0,Oe.createElement)(We.Button,{icon:pi,onClick:this.onEdit,label:(0,Ze.__)("Replace image"),disabled:!i}),(0,Oe.createElement)(We.Button,{icon:mc,onClick:c,label:(0,Ze.__)("Remove image"),disabled:!i})),!g&&(i||s)&&(0,Oe.createElement)(Qe.RichText,{tagName:"figcaption",className:(0,Qe.__experimentalGetElementClassName)("caption"),"aria-label":(0,Ze.__)("Image caption text"),placeholder:i?(0,Ze.__)("Add caption"):null,value:s,onChange:e=>d({caption:e}),inlineToolbar:!0}))}}var vc=(0,St.compose)([(0,st.withSelect)(((e,t)=>{const{getMedia:n}=e(it.store),{id:o}=t;return{image:o?n(parseInt(o,10)):null}})),(0,st.withDispatch)((e=>{const{__unstableMarkNextChangeAsNotPersistent:t}=e(Qe.store);return{__unstableMarkNextChangeAsNotPersistent:t}}))])(hc);function bc(e){let{isHidden:t,...n}=e;return t?(0,Oe.createElement)(We.VisuallyHidden,ot({as:Qe.RichText},n)):(0,Oe.createElement)(Qe.RichText,n)}var _c=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,Oe.createElement)("figure",ot({},p,{className:at()(p.className,{[`align${g}`]:g,[`columns-${h}`]:h,"is-cropped":b})}),(0,Oe.createElement)("ul",{className:"blocks-gallery-grid"},_.map(((e,o)=>{const a=(0,Ze.sprintf)((0,Ze.__)("image %1$d of %2$d in gallery"),o+1,_.length);return(0,Oe.createElement)("li",{className:"blocks-gallery-item",key:e.id?`${e.id}-${o}`:e.url},(0,Oe.createElement)(vc,{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,Oe.createElement)(bc,{isHidden:!n&&Qe.RichText.isEmpty(v),tagName:"figcaption",className:at()("blocks-gallery-caption",(0,Qe.__experimentalGetElementClassName)("caption")),"aria-label":(0,Ze.__)("Gallery caption text"),placeholder:(0,Ze.__)("Write gallery caption…"),value:v,onChange:e=>o({caption:e}),inlineToolbar:!0,__unstableOnSplitAtEnd:()=>d((0,Ge.createBlock)((0,Ge.getDefaultBlockName)()))}))};const fc=[{value:gc,label:(0,Ze.__)("Attachment Page")},{value:pc,label:(0,Ze.__)("Media File")},{value:dc,label:(0,Ze.__)("None")}],yc=["image"],kc=Oe.Platform.select({web:(0,Ze.__)("Drag images, upload new ones or select files from your library."),native:(0,Ze.__)("ADD MEDIA")}),xc=Oe.Platform.select({web:{},native:{type:"stepper"}});var wc=(0,St.compose)([We.withNotices,(0,Fs.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,Oe.useState)(),[g,h]=(0,Oe.useState)(),{__unstableMarkNextChangeAsNotPersistent:v}=(0,st.useDispatch)(Qe.store),{imageSizes:b,mediaUpload:_,getMedia:f,wasBlockJustInserted:y}=(0,st.useSelect)((e=>{const t=e(Qe.store).getSettings();return{imageSizes:t.imageSizes,mediaUpload:t.mediaUpload,getMedia:e(it.store).getMedia,wasBlockJustInserted:e(Qe.store).wasBlockJustInserted(n,"inserter_menu")}})),k=(0,Oe.useMemo)((()=>{var e;return o?(null!==(e=t.ids)&&void 0!==e?e:[]).reduce(((e,t)=>{if(!t)return e;const n=f(t),o=b.reduce(((e,t)=>{const o=(0,Nt.get)(n,["sizes",t.slug,"url"]),r=(0,Nt.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:t.images.map((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=c.find((e=>{let{id:n}=e;return n===t})),o=n?n.caption:e.caption;if(!g)return o;const r=g.find((e=>{let{id:n}=e;return n===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=>({...ic(e,m),caption:E(e),id:e.id.toString()}))),columns:t.columns?Math.min(e.length,t.columns):t.columns})}(0,Oe.useEffect)((()=>{if("web"===Oe.Platform.OS&&c&&c.length>0&&c.every((e=>{let{url:t}=e;return(0,wt.isBlobURL)(t)}))){const e=c.map((e=>{let{url:t}=e;return(0,wt.getBlobByURL)(t)}));c.forEach((e=>{let{url:t}=e;return(0,wt.revokeBlobURL)(t)})),_({filesList:e,onFileChange:C,allowedTypes:["image"]})}}),[]),(0,Oe.useEffect)((()=>{o||p()}),[o]),(0,Oe.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)||dc}))}),[u]);const S=!!c.length,B=S&&c.some((e=>!!e.id)),T=(0,Oe.createElement)(Qe.MediaPlaceholder,{addToGallery:B,isAppender:S,disableMediaButtons:S&&!o,icon:!S&&Ds,labels:{title:!S&&(0,Ze.__)("Gallery"),instructions:!S&&kc},onSelect:C,accept:"image/*",allowedTypes:yc,multiple:!0,value:B?c:{},onError:function(e){a.removeAllNotices(),a.createErrorNotice(e)},notices:S?void 0:r,onFocus:l,autoOpenMediaUpload:!S&&o&&y}),N=(0,Qe.useBlockProps)();if(!S)return(0,Oe.createElement)(Ue.View,N,T);const P=function(){const e=Object.values(k);return b.filter((t=>{let{slug:n}=t;return e.some((e=>e[n]))})).map((e=>{let{name:t,slug:n}=e;return{value:n,label:t}}))}(),I=S&&!(0,Nt.isEmpty)(P);return(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Settings")},c.length>1&&(0,Oe.createElement)(We.RangeControl,ot({__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Columns"),value:i,onChange:function(e){x({columns:e})},min:1,max:Math.min(8,c.length)},xc,{required:!0})),(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Crop images"),checked:!!s,onChange:function(){x({imageCrop:!s})},help:function(e){return e?(0,Ze.__)("Thumbnails are cropped to align."):(0,Ze.__)("Thumbnails are not cropped.")}}),(0,Oe.createElement)(We.SelectControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Link to"),value:u,onChange:function(e){x({linkTo:e})},options:fc,hideCancelButton:!0}),I&&(0,Oe.createElement)(We.SelectControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Image size"),value:m,options:P,onChange:function(e){x({images:(null!=c?c:[]).map((t=>{if(!t.id)return t;const n=(0,Nt.get)(k,[parseInt(t.id,10),e]);return{...t,...n&&{url:n}}})),sizeSlug:e})},hideCancelButton:!0}))),r,(0,Oe.createElement)(_c,ot({},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=c.filter(((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 Ec=(0,St.compose)([We.withNotices])((function(e){return Cs()?(0,Oe.createElement)(lc,e):(0,Oe.createElement)(wc,e)}));const Cc=e=>e?e.split(",").map((e=>parseInt(e,10))):[];(0,Jl.addFilter)("blocks.switchToBlockType.transformedBlock","core/gallery/update-third-party-transform-to",(function(e){var t;if(Cs()&&"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,Jl.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 Sc={from:[{type:"block",isMultiBlock:!0,blocks:["core/image"],transform:e=>{let{align:t,sizeSlug:n}=e[0];t=e.every((e=>e.align===t))?t:void 0,n=e.every((e=>e.sizeSlug===n))?n:void 0;const o=e.filter((e=>{let{url:t}=e;return t}));if(Cs()){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(!Cs())return Cc(t).map((e=>({id:e.toString()})))}},ids:{type:"array",shortcode:e=>{let{named:{ids:t}}=e;if(!Cs())return Cc(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(!Cs())switch(t){case"post":default:return gc;case"file":return pc}switch(t){case"post":return ws;case"file":return xs;default:return ks}}}},transform(e){let{named:{ids:t,columns:n=3,link:o}}=e;const r=Cc(t).map((e=>parseInt(e,10)));let a=ks;"post"===o?a=ws:"file"===o&&(a=xs);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&&e.every((e=>0===e.type.indexOf("image/")))},transform(e){if(Cs()){const t=e.map((e=>(0,Ge.createBlock)("core/image",{url:(0,wt.createBlobURL)(e)})));return(0,Ge.createBlock)("core/gallery",{},t)}const t=(0,Ge.createBlock)("core/gallery",{images:e.map((e=>Es({url:(0,wt.createBlobURL)(e)})))});return t}}],to:[{type:"block",blocks:["core/image"],transform:(e,t)=>{let{align:n,images:o,ids:r,sizeSlug:a}=e;return Cs()?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 Bc=Sc;const Tc={$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:Nc}=Tc,Pc={icon:ys,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:Bc,edit:Ec,save:function(e){let{attributes:t}=e;if(!Cs())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,Oe.createElement)("figure",Qe.useBlockProps.save({className:i}),(0,Oe.createElement)("ul",{className:"blocks-gallery-grid"},n.map((e=>{let t;switch(l){case pc:t=e.fullUrl||e.url;break;case gc:t=e.link}const n=(0,Oe.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,Oe.createElement)("li",{key:e.id||e.url,className:"blocks-gallery-item"},(0,Oe.createElement)("figure",null,t?(0,Oe.createElement)("a",{href:t},n):n,!Qe.RichText.isEmpty(e.caption)&&(0,Oe.createElement)(Qe.RichText.Content,{tagName:"figcaption",className:at()("blocks-gallery-item",(0,Qe.__experimentalGetElementClassName)("caption")),value:e.caption})))}))),!Qe.RichText.isEmpty(a)&&(0,Oe.createElement)(Qe.RichText.Content,{tagName:"figcaption",className:at()("blocks-gallery-caption",(0,Qe.__experimentalGetElementClassName)("caption")),value:a}))}({attributes:t});const{caption:n,columns:o,imageCrop:r}=t,a=at()("has-nested-images",{[`columns-${o}`]:void 0!==o,"columns-default":void 0===o,"is-cropped":r}),l=Qe.useBlockProps.save({className:a}),i=Qe.useInnerBlocksProps.save(l);return(0,Oe.createElement)("figure",i,i.children,!Qe.RichText.isEmpty(n)&&(0,Oe.createElement)(Qe.RichText.Content,{tagName:"figcaption",className:at()("blocks-gallery-caption",(0,Qe.__experimentalGetElementClassName)("caption")),value:n}))},deprecated:Vs},Ic=()=>je({name:Nc,metadata:Tc,settings:Pc});var zc=(0,Oe.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,Oe.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 Mc=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}},Rc=[{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,Oe.createElement)(t,Qe.useInnerBlocksProps.save(Qe.useBlockProps.save()))},isEligible:e=>{let{layout:t}=e;return!t||t.inherit||t.contentSize&&"constrained"!==t.type},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,Oe.createElement)(n,Qe.useBlockProps.save(),(0,Oe.createElement)("div",{className:"wp-block-group__inner-container"},(0,Oe.createElement)(Qe.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:Mc,save(e){let{attributes:t}=e;const{backgroundColor:n,customBackgroundColor:o,textColor:r,customTextColor:a}=t,l=(0,Qe.getColorClassName)("background-color",n),i=(0,Qe.getColorClassName)("color",r),s=at()(l,i,{"has-text-color":r||a,"has-background":n||o}),c={backgroundColor:l?void 0:o,color:i?void 0:a};return(0,Oe.createElement)("div",{className:s,style:c},(0,Oe.createElement)("div",{className:"wp-block-group__inner-container"},(0,Oe.createElement)(Qe.InnerBlocks.Content,null)))}},{attributes:{backgroundColor:{type:"string"},customBackgroundColor:{type:"string"},textColor:{type:"string"},customTextColor:{type:"string"}},migrate:Mc,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,Qe.getColorClassName)("background-color",n),i=(0,Qe.getColorClassName)("color",r),s=at()(l,{"has-text-color":r||a,"has-background":n||o}),c={backgroundColor:l?void 0:o,color:i?void 0:a};return(0,Oe.createElement)("div",{className:s,style:c},(0,Oe.createElement)("div",{className:"wp-block-group__inner-container"},(0,Oe.createElement)(Qe.InnerBlocks.Content,null)))}},{attributes:{backgroundColor:{type:"string"},customBackgroundColor:{type:"string"}},supports:{align:["wide","full"],anchor:!0,html:!1},migrate:Mc,save(e){let{attributes:t}=e;const{backgroundColor:n,customBackgroundColor:o}=t,r=(0,Qe.getColorClassName)("background-color",n),a=at()(r,{"has-background":n||o}),l={backgroundColor:r?void 0:o};return(0,Oe.createElement)("div",{className:a,style:l},(0,Oe.createElement)(Qe.InnerBlocks.Content,null))}}];var Lc=Rc;const Hc=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"group";const t={group:(0,Oe.createElement)(We.SVG,{xmlns:"http://www.w3.org/2000/svg",width:"44",height:"32",viewBox:"0 0 44 32"},(0,Oe.createElement)(We.Path,{d:"M42 0H2C.9 0 0 .9 0 2v28c0 1.1.9 2 2 2h40c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2z"})),"group-row":(0,Oe.createElement)(We.SVG,{xmlns:"http://www.w3.org/2000/svg",width:"44",height:"32",viewBox:"0 0 44 32"},(0,Oe.createElement)(We.Path,{d:"M42 0H23.5c-.6 0-1 .4-1 1v30c0 .6.4 1 1 1H42c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2zM20.5 0H2C.9 0 0 .9 0 2v28c0 1.1.9 2 2 2h18.5c.6 0 1-.4 1-1V1c0-.6-.4-1-1-1z"})),"group-stack":(0,Oe.createElement)(We.SVG,{xmlns:"http://www.w3.org/2000/svg",width:"44",height:"32",viewBox:"0 0 44 32"},(0,Oe.createElement)(We.Path,{d:"M42 0H2C.9 0 0 .9 0 2v12.5c0 .6.4 1 1 1h42c.6 0 1-.4 1-1V2c0-1.1-.9-2-2-2zm1 16.5H1c-.6 0-1 .4-1 1V30c0 1.1.9 2 2 2h40c1.1 0 2-.9 2-2V17.5c0-.6-.4-1-1-1z"}))};return null==t?void 0:t[e]};var Ac=function(e){let{name:t,onSelect:n}=e;const o=(0,st.useSelect)((e=>e(Ge.store).getBlockVariations(t,"block")),[t]),r=(0,Qe.useBlockProps)({className:"wp-block-group__placeholder"});return(0,Oe.createElement)("div",r,(0,Oe.createElement)(We.Placeholder,{instructions:(0,Ze.__)("Group blocks together. Select a layout:")},(0,Oe.createElement)("ul",{role:"list",className:"wp-block-group-placeholder__variations","aria-label":(0,Ze.__)("Block variations")},o.map((e=>(0,Oe.createElement)("li",{key:e.name},(0,Oe.createElement)(We.Button,{variant:"tertiary",icon:Hc(e.name),iconSize:44,onClick:()=>n(e),className:"wp-block-group-placeholder__variation-button",label:`${e.title}: ${e.description}`})))))))};function Vc(e){let{tagName:t,onSelectTagName:n}=e;const o={header:(0,Ze.__)("The <header> element should represent introductory content, typically a group of introductory or navigational aids."),main:(0,Ze.__)("The <main> element should be used for the primary content of your document only. "),section:(0,Ze.__)("The <section> element should represent a standalone portion of the document that can't be better represented by another element."),article:(0,Ze.__)("The <article> element should represent a self-contained, syndicatable portion of the document."),aside:(0,Ze.__)("The <aside> element should represent a portion of a document whose content is only indirectly related to the document's main content."),footer:(0,Ze.__)("The <footer> element should represent a footer for its nearest sectioning element (e.g.: <section>, <article>, <main> etc.).")};return(0,Oe.createElement)(Qe.InspectorControls,{group:"advanced"},(0,Oe.createElement)(We.SelectControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("HTML element"),options:[{label:(0,Ze.__)("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:t,onChange:n,help:o[t]}))}var Fc=function(e){let{attributes:t,name:n,setAttributes:o,clientId:r,__unstableLayoutClassNames:a}=e;const{hasInnerBlocks:l,themeSupportsLayout:i}=(0,st.useSelect)((e=>{var t;const{getBlock:n,getSettings:o}=e(Qe.store),a=n(r);return{hasInnerBlocks:!(!a||!a.innerBlocks.length),themeSupportsLayout:null===(t=o())||void 0===t?void 0:t.supportsLayout}}),[r]),{tagName:s="div",templateLock:c,layout:u={}}=t,m=(0,Qe.useSetting)("layout")||{},d=null!=u&&u.type?{...m,...u}:{...m,...u,type:"default"},{type:p="default"}=d,g=i||"flex"===p,h=(0,Qe.useBlockProps)({className:g?null:a}),[v,b]=function(e){let{attributes:t={style:void 0,backgroundColor:void 0,textColor:void 0,fontSize:void 0},usedLayoutType:n="",hasInnerBlocks:o=!1}=e;const{style:r,backgroundColor:a,textColor:l,fontSize:i}=t,[s,c]=(0,Oe.useState)(!(o||a||i||l||r||"flex"===n));return(0,Oe.useEffect)((()=>{(o||a||i||l||r||"flex"===n)&&c(!1)}),[a,i,l,r,n,o]),[s,c]}({attributes:t,usedLayoutType:null==d?void 0:d.type,hasInnerBlocks:l}),_=(0,Qe.useInnerBlocksProps)(g?h:{className:"wp-block-group__inner-container"},{templateLock:c,renderAppender:l?void 0:Qe.InnerBlocks.ButtonBlockAppender,__unstableDisableLayoutClassNames:!g}),{selectBlock:f}=(0,st.useDispatch)(Qe.store);return(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Vc,{tagName:s,onSelectTagName:e=>o({tagName:e})}),v&&(0,Oe.createElement)(Ac,{clientId:r,name:n,onSelect:e=>{o(e.attributes),f(r,-1),b(!1)}}),g&&!v&&(0,Oe.createElement)(s,_),!g&&!v&&(0,Oe.createElement)(s,h,(0,Oe.createElement)("div",_)))};var Dc={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 $c=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 Gc=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 Oc=[{name:"group",title:(0,Ze.__)("Group"),description:(0,Ze.__)("Gather blocks in a container."),attributes:{layout:{type:"constrained"}},isDefault:!0,scope:["block","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:zc},{name:"group-row",title:(0,Ze._x)("Row","single horizontal line"),description:(0,Ze.__)("Arrange blocks horizontally."),attributes:{layout:{type:"flex",flexWrap:"nowrap"}},scope:["block","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:$c},{name:"group-stack",title:(0,Ze.__)("Stack"),description:(0,Ze.__)("Arrange blocks vertically."),attributes:{layout:{type:"flex",orientation:"vertical"}},scope:["block","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:Gc}];var Uc=Oc;const qc={$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}},dimensions:{minHeight:!0},__experimentalBorder:{color:!0,radius:!0,style:!0,width:!0,__experimentalDefaultControls:{color:!0,radius:!0,style:!0,width:!0}},position:{sticky:!0},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}},__experimentalLayout:{allowSizingOnChildren:!0}},editorStyle:"wp-block-group-editor",style:"wp-block-group"},{name:jc}=qc,Wc={icon:zc,example:{attributes:{style:{color:{text:"#000000",background:"#ffffff"}}},innerBlocks:[{name:"core/paragraph",attributes:{customTextColor:"#cf2e2e",fontSize:"large",content:(0,Ze.__)("One.")}},{name:"core/paragraph",attributes:{customTextColor:"#ff6900",fontSize:"large",content:(0,Ze.__)("Two.")}},{name:"core/paragraph",attributes:{customTextColor:"#fcb900",fontSize:"large",content:(0,Ze.__)("Three.")}},{name:"core/paragraph",attributes:{customTextColor:"#00d084",fontSize:"large",content:(0,Ze.__)("Four.")}},{name:"core/paragraph",attributes:{customTextColor:"#0693e3",fontSize:"large",content:(0,Ze.__)("Five.")}},{name:"core/paragraph",attributes:{customTextColor:"#9b51e0",fontSize:"large",content:(0,Ze.__)("Six.")}}]},transforms:Dc,edit:Fc,save:function(e){let{attributes:{tagName:t}}=e;return(0,Oe.createElement)(t,Qe.useInnerBlocksProps.save(Qe.useBlockProps.save()))},deprecated:Lc,variations:Uc},Zc=()=>je({name:jc,metadata:qc,settings:Wc});var Qc=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.createElement)(Ue.Path,{d:"M6.2 5.2v13.4l5.8-4.8 5.8 4.8V5.2z"}));const Kc={className:!1,anchor:!0},Yc={align:{type:"string"},content:{type:"string",source:"html",selector:"h1,h2,h3,h4,h5,h6",default:""},level:{type:"number",default:2},placeholder:{type:"string"}},Jc=e=>{if(!e.customTextColor)return e;const t={color:{text:e.customTextColor}},{customTextColor:n,...o}=e;return{...o,style:t}},Xc=["left","right","center"],eu=e=>{const{align:t,...n}=e;return Xc.includes(t)?{...n,textAlign:t}:e},tu={supports:Kc,attributes:{...Yc,customTextColor:{type:"string"},textColor:{type:"string"}},migrate:e=>Jc(eu(e)),save(e){let{attributes:t}=e;const{align:n,level:o,content:r,textColor:a,customTextColor:l}=t,i="h"+o,s=(0,Qe.getColorClassName)("color",a),c=at()({[s]:s});return(0,Oe.createElement)(Qe.RichText.Content,{className:c||void 0,tagName:i,style:{textAlign:n,color:s?void 0:l},value:r})}},nu={attributes:{...Yc,customTextColor:{type:"string"},textColor:{type:"string"}},migrate:e=>Jc(eu(e)),save(e){let{attributes:t}=e;const{align:n,content:o,customTextColor:r,level:a,textColor:l}=t,i="h"+a,s=(0,Qe.getColorClassName)("color",l),c=at()({[s]:s,[`has-text-align-${n}`]:n});return(0,Oe.createElement)(Qe.RichText.Content,{className:c||void 0,tagName:i,style:{color:s?void 0:r},value:o})},supports:Kc},ou={supports:Kc,attributes:{...Yc,customTextColor:{type:"string"},textColor:{type:"string"}},migrate:e=>Jc(eu(e)),save(e){let{attributes:t}=e;const{align:n,content:o,customTextColor:r,level:a,textColor:l}=t,i="h"+a,s=(0,Qe.getColorClassName)("color",l),c=at()({[s]:s,"has-text-color":l||r,[`has-text-align-${n}`]:n});return(0,Oe.createElement)(Qe.RichText.Content,{className:c||void 0,tagName:i,style:{color:s?void 0:r},value:o})}},ru={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:Yc,isEligible:e=>{let{align:t}=e;return Xc.includes(t)},migrate:eu,save(e){let{attributes:t}=e;const{align:n,content:o,level:r}=t,a="h"+r,l=at()({[`has-text-align-${n}`]:n});return(0,Oe.createElement)(a,Qe.useBlockProps.save({className:l}),(0,Oe.createElement)(Qe.RichText.Content,{value:o}))}},au={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},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"}},save(e){let{attributes:t}=e;const{textAlign:n,content:o,level:r}=t,a="h"+r,l=at()({[`has-text-align-${n}`]:n});return(0,Oe.createElement)(a,Qe.useBlockProps.save({className:l}),(0,Oe.createElement)(Qe.RichText.Content,{value:o}))}};var lu=[au,ru,ou,nu,tu],iu=n(4793),su=n.n(iu);const cu={},uu=e=>su()((e=>{const t=document.createElement("div");return t.innerHTML=e,t.innerText})(e)).replace(/[^\p{L}\p{N}]+/gu,"-").toLowerCase().replace(/(^-+)|(-+$)/g,""),mu=(e,t)=>{const n=uu(t);if(""===n)return null;delete cu[e];let o=n,r=0;for(;Object.values(cu).includes(o);)r+=1,o=n+"-"+r;return o},du=(e,t)=>{cu[e]=t};var pu=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,Qe.useBlockProps)({className:at()({[`has-text-align-${i}`]:i}),style:a}),{canGenerateAnchors:g}=(0,st.useSelect)((e=>{const{getGlobalBlockCount:t,getSettings:n}=e(Qe.store);return{canGenerateAnchors:!!n().generateAnchors||t("core/table-of-contents")>0}}),[]),{__unstableMarkNextChangeAsNotPersistent:h}=(0,st.useDispatch)(Qe.store);return(0,Oe.useEffect)((()=>{if(g)return!m&&s&&(h(),n({anchor:mu(l,s)})),du(l,m),()=>du(l,null)}),[m,s,l,g]),(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.BlockControls,{group:"block"},(0,Oe.createElement)(xa,{selectedLevel:c,onChange:e=>n({level:e})}),(0,Oe.createElement)(Qe.AlignmentControl,{value:i,onChange:e=>{n({textAlign:e})}})),(0,Oe.createElement)(Qe.RichText,ot({identifier:"content",tagName:d,value:s,onChange:e=>{const t={content:e};!g||m&&e&&mu(l,s)!==m||(t.anchor=mu(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,Ze.__)("Heading text"),placeholder:u||(0,Ze.__)("Heading"),textAlign:i},Oe.Platform.isNative&&{deleteEnter:!0},p)))};const{name:gu}={$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:!0,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}},__unstablePasteTextInline:!0,__experimentalSlashInserter:!0},editorStyle:"wp-block-heading-editor",style:"wp-block-heading"},hu={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)(gu,{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)(gu,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)(gu,t)}},...[1,2,3,4,5,6].map((e=>({type:"prefix",prefix:Array(e+1).join("#"),transform(t){return(0,Ge.createBlock)(gu,{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)(gu,{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 vu=hu;const bu={$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:!0,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}},__unstablePasteTextInline:!0,__experimentalSlashInserter:!0},editorStyle:"wp-block-heading-editor",style:"wp-block-heading"},{name:_u}=bu,fu={icon:Qc,example:{attributes:{content:(0,Ze.__)("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?o&&0!==o.length?(0,Ze.sprintf)((0,Ze.__)("Level %1$s. %2$s"),r,o):(0,Ze.sprintf)((0,Ze.__)("Level %s. Empty."),r):void 0},transforms:vu,deprecated:lu,merge(e,t){return{content:(e.content||"")+(t.content||"")}},edit:pu,save:function(e){let{attributes:t}=e;const{textAlign:n,content:o,level:r}=t,a="h"+r,l=at()({[`has-text-align-${n}`]:n});return(0,Oe.createElement)(a,Qe.useBlockProps.save({className:l}),(0,Oe.createElement)(Qe.RichText.Content,{value:o}))}},yu=()=>je({name:_u,metadata:bu,settings:fu});var ku=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.createElement)(Ue.Path,{d:"M12 4L4 7.9V20h16V7.9L12 4zm6.5 14.5H14V13h-4v5.5H5.5V8.8L12 5.7l6.5 3.1v9.7z"}));const xu=e=>e.preventDefault();const wu={$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:Eu}=wu,Cu={icon:ku,edit:function(e){var t,n,o,r;let{attributes:a,setAttributes:l,context:i}=e;const{homeUrl:s}=(0,st.useSelect)((e=>{var t;const{getUnstableBase:n}=e(it.store);return{homeUrl:null===(t=n())||void 0===t?void 0:t.home}}),[]),{__unstableMarkNextChangeAsNotPersistent:c}=(0,st.useDispatch)(Qe.store),{textColor:u,backgroundColor:m,style:d}=i,p=(0,Qe.useBlockProps)({className:at()("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,Oe.useEffect)((()=>{void 0===g&&(c(),l({label:(0,Ze.__)("Home")}))}),[g]),(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)("div",p,(0,Oe.createElement)("a",{className:"wp-block-home-link__content wp-block-navigation-item__content",href:s,onClick:xu},(0,Oe.createElement)(Qe.RichText,{identifier:"label",className:"wp-block-home-link__label",value:g,onChange:e=>{l({label:e})},"aria-label":(0,Ze.__)("Home link text"),placeholder:(0,Ze.__)("Add home link"),withoutInteractiveFormatting:!0,allowedFormats:["core/bold","core/italic","core/image","core/strikethrough"]}))))},save:function(){return(0,Oe.createElement)(Qe.InnerBlocks.Content,null)},example:{attributes:{label:(0,Ze._x)("Home Link","block example")}}},Su=()=>je({name:Eu,metadata:wu,settings:Cu});var Bu=(0,Oe.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,Oe.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 Tu(e){let{content:t,isSelected:n}=e;const o=(0,st.useSelect)((e=>{var t;return null===(t=e(Qe.store).getSettings())||void 0===t?void 0:t.styles}),[]),r=(0,Oe.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,Qe.transformStyles)(o)]),[o]);return(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(We.SandBox,{html:t,styles:r}),!n&&(0,Oe.createElement)("div",{className:"block-library-html__preview-overlay"}))}var Nu={from:[{type:"block",blocks:["core/code"],transform:e=>{let{content:t}=e;return(0,Ge.createBlock)("core/html",{content:t})}}]};const Pu={$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:"raw"}},supports:{customClassName:!1,className:!1,html:!1},editorStyle:"wp-block-html-editor"},{name:Iu}=Pu,zu={icon:Bu,example:{attributes:{content:"<marquee>"+(0,Ze.__)("Welcome to the wonderful world of blocks…")+"</marquee>"}},edit:function(e){let{attributes:t,setAttributes:n,isSelected:o}=e;const[r,a]=(0,Oe.useState)(),l=(0,Oe.useContext)(We.Disabled.Context);return(0,Oe.createElement)("div",(0,Qe.useBlockProps)({className:"block-library-html__edit"}),(0,Oe.createElement)(Qe.BlockControls,null,(0,Oe.createElement)(We.ToolbarGroup,null,(0,Oe.createElement)(We.ToolbarButton,{className:"components-tab-button",isPressed:!r,onClick:function(){a(!1)}},"HTML"),(0,Oe.createElement)(We.ToolbarButton,{className:"components-tab-button",isPressed:r,onClick:function(){a(!0)}},(0,Ze.__)("Preview")))),r||l?(0,Oe.createElement)(Tu,{content:t.content,isSelected:o}):(0,Oe.createElement)(Qe.PlainText,{value:t.content,onChange:e=>n({content:e}),placeholder:(0,Ze.__)("Write HTML…"),"aria-label":(0,Ze.__)("HTML")}))},save:function(e){let{attributes:t}=e;return(0,Oe.createElement)(Oe.RawHTML,null,t.content)},transforms:Nu},Mu=()=>je({name:Iu,metadata:Pu,settings:zu}),Ru={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"}},Lu={anchor:!0,color:{__experimentalDuotone:"img",text:!1,background:!1},__experimentalBorder:{radius:!0,__experimentalDefaultControls:{radius:!0}}},Hu=[{attributes:Ru,supports:Lu,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,Nt.isEmpty)(i)?void 0:i,v=at()({[`align${a}`]:a,[`size-${p}`]:p,"is-resized":c||u}),b=(0,Oe.createElement)("img",{src:n,alt:o,className:m?`wp-image-${m}`:null,width:c,height:u,title:g}),_=(0,Oe.createElement)(Oe.Fragment,null,l?(0,Oe.createElement)("a",{className:s,href:l,target:d,rel:h},b):b,!Qe.RichText.isEmpty(r)&&(0,Oe.createElement)(Qe.RichText.Content,{tagName:"figcaption",value:r}));return(0,Oe.createElement)("figure",Qe.useBlockProps.save({className:v}),_)}},{attributes:{...Ru,title:{type:"string",source:"attribute",selector:"img",attribute:"title"},sizeSlug:{type:"string"}},supports:Lu,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,Nt.isEmpty)(i)?void 0:i,v=at()({[`align${a}`]:a,[`size-${p}`]:p,"is-resized":c||u}),b=(0,Oe.createElement)("img",{src:n,alt:o,className:m?`wp-image-${m}`:null,width:c,height:u,title:g}),_=(0,Oe.createElement)(Oe.Fragment,null,l?(0,Oe.createElement)("a",{className:s,href:l,target:d,rel:h},b):b,!Qe.RichText.isEmpty(r)&&(0,Oe.createElement)(Qe.RichText.Content,{tagName:"figcaption",value:r}));return"left"===a||"right"===a||"center"===a?(0,Oe.createElement)("div",Qe.useBlockProps.save(),(0,Oe.createElement)("figure",{className:v},_)):(0,Oe.createElement)("figure",Qe.useBlockProps.save({className:v}),_)}},{attributes:Ru,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=at()({[`align${a}`]:a,"is-resized":i||s}),m=(0,Oe.createElement)("img",{src:n,alt:o,className:c?`wp-image-${c}`:null,width:i,height:s});return(0,Oe.createElement)("figure",{className:u},l?(0,Oe.createElement)("a",{href:l},m):m,!Qe.RichText.isEmpty(r)&&(0,Oe.createElement)(Qe.RichText.Content,{tagName:"figcaption",value:r}))}},{attributes:Ru,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,Oe.createElement)("img",{src:n,alt:o,className:c?`wp-image-${c}`:null,width:i,height:s});return(0,Oe.createElement)("figure",{className:a?`align${a}`:null},l?(0,Oe.createElement)("a",{href:l},u):u,!Qe.RichText.isEmpty(r)&&(0,Oe.createElement)(Qe.RichText.Content,{tagName:"figcaption",value:r}))}},{attributes:Ru,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,Oe.createElement)("img",ot({src:n,alt:o},c));let m={};return i?m={width:i}:"left"!==a&&"right"!==a||(m={maxWidth:"50%"}),(0,Oe.createElement)("figure",{className:a?`align${a}`:null,style:m},l?(0,Oe.createElement)("a",{href:l},u):u,!Qe.RichText.isEmpty(r)&&(0,Oe.createElement)(Qe.RichText.Content,{tagName:"figcaption",value:r}))}}];var Au=Hu;var Vu=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 Fu=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 Du=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 $u(e,t){const[n,o]=(0,Oe.useState)();function r(){var t;o(null===(t=e.current)||void 0===t?void 0:t.clientWidth)}return(0,Oe.useEffect)(r,t),(0,Oe.useEffect)((()=>{const{defaultView:t}=e.current.ownerDocument;return t.addEventListener("resize",r),()=>{t.removeEventListener("resize",r)}}),[]),n}function Gu(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:f,id:y,href:k,rel:x,linkClass:w,linkDestination:E,title:C,width:S,height:B,linkTarget:T,sizeSlug:N}=r,P=(0,Oe.useRef)(),I=(0,St.usePrevious)(_),[z,M]=(0,Oe.useState)(!!_),{allowResize:R=!0}=p,{getBlock:L}=(0,st.useSelect)(Qe.store),{image:H,multiImageSelection:A}=(0,st.useSelect)((e=>{const{getMedia:t}=e(it.store),{getMultiSelectedBlockClientIds:n,getBlockName:o}=e(Qe.store),r=n();return{image:y&&l?t(y,{context:"view"}):null,multiImageSelection:r.length&&r.every((e=>"core/image"===o(e)))}}),[y,l,g]),{canInsertCover:V,imageEditing:F,imageSizes:D,maxWidth:$,mediaUpload:G}=(0,st.useSelect)((e=>{const{getBlockRootClientId:t,getSettings:n,canInsertBlockType:o}=e(Qe.store),r=t(g);return{...Object.fromEntries(Object.entries(n()).filter((e=>{let[t]=e;return["imageEditing","imageSizes","maxWidth","mediaUpload"].includes(t)}))),canInsertCover:o("core/cover",r)}}),[g]),{replaceBlocks:O,toggleSelection:U}=(0,st.useDispatch)(Qe.store),{createErrorNotice:q,createSuccessNotice:j}=(0,st.useDispatch)(Ct.store),W=(0,St.useViewportMatch)("medium"),Z=["wide","full"].includes(f),[{loadedNaturalWidth:Q,loadedNaturalHeight:K},Y]=(0,Oe.useState)({}),[J,X]=(0,Oe.useState)(!1),[ee,te]=(0,Oe.useState)(),ne=$u(d,[f]),oe=R&&!h&&!(Z&&W),re=D.filter((e=>{let{slug:t}=e;return(0,Nt.get)(H,["media_details","sizes",t,"source_url"])})).map((e=>{let{name:t,slug:n}=e;return{value:n,label:t}}));(0,Oe.useEffect)((()=>{Uu(y,v)&&l&&!ee&&window.fetch(v).then((e=>e.blob())).then((e=>te(e))).catch((()=>{}))}),[y,v,l,ee]),(0,Oe.useEffect)((()=>{_&&!I&&M(!0)}),[_,I]);const ae=(0,Oe.useCallback)((e=>{e&&!_&&e.focus()}),[_]),{naturalWidth:le,naturalHeight:ie}=(0,Oe.useMemo)((()=>{var e,t;return{naturalWidth:(null===(e=P.current)||void 0===e?void 0:e.naturalWidth)||Q||void 0,naturalHeight:(null===(t=P.current)||void 0===t?void 0:t.naturalHeight)||K||void 0}}),[Q,K,null===(t=P.current)||void 0===t?void 0:t.complete]);(0,Oe.useEffect)((()=>{l||(X(!1),_||M(!1))}),[l,_]);const se=y&&le&&ie&&F,ce=!A&&se&&!J;const ue=(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.BlockControls,{group:"block"},!h&&(0,Oe.createElement)(Qe.BlockAlignmentControl,{value:f,onChange:function(e){const t=["wide","full"].includes(e)?{width:void 0,height:void 0}:{};a({...t,align:e})}}),!h&&(0,Oe.createElement)(We.ToolbarButton,{onClick:()=>{M(!z),z&&_&&a({caption:void 0})},icon:Et,isPressed:z,label:z?(0,Ze.__)("Remove caption"):(0,Ze.__)("Add caption")}),!A&&!J&&(0,Oe.createElement)(Qe.__experimentalImageURLInputUI,{url:k||"",onChangeUrl:function(e){a(e)},linkDestination:E,mediaUrl:H&&H.source_url||v,mediaLink:H&&H.link,linkTarget:T,linkClass:w,rel:x}),ce&&(0,Oe.createElement)(We.ToolbarButton,{onClick:()=>X(!0),icon:Vu,label:(0,Ze.__)("Crop")}),ee&&(0,Oe.createElement)(We.ToolbarButton,{onClick:function(){G({filesList:[ee],onFileChange(e){let[t]=e;c(t),(0,wt.isBlobURL)(t.url)||(te(),j((0,Ze.__)("Image uploaded."),{type:"snackbar"}))},allowedTypes:Ws,onError(e){q(e,{type:"snackbar"})}})},icon:Fu,label:(0,Ze.__)("Upload external image")}),!A&&V&&(0,Oe.createElement)(We.ToolbarButton,{icon:Du,label:(0,Ze.__)("Add text over image"),onClick:function(){O(g,(0,Ge.switchToBlockType)(L(g),"core/cover"))}})),!A&&!J&&(0,Oe.createElement)(Qe.BlockControls,{group:"other"},(0,Oe.createElement)(Qe.MediaReplaceFlow,{mediaId:y,mediaURL:v,allowedTypes:Ws,accept:"image/*",onSelect:c,onSelectURL:u,onError:m})),(0,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Settings")},!A&&(0,Oe.createElement)(We.TextareaControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Alt text (alternative text)"),value:b,onChange:function(e){a({alt:e})},help:(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(We.ExternalLink,{href:"https://www.w3.org/WAI/tutorials/images/decision-tree"},(0,Ze.__)("Describe the purpose of the image")),(0,Ze.__)("Leave empty if the image is purely decorative."))}),(0,Oe.createElement)(Qe.__experimentalImageSizeControl,{onChangeImage:function(e){const t=(0,Nt.get)(H,["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:re,isResizable:oe,imageWidth:le,imageHeight:ie}))),(0,Oe.createElement)(Qe.InspectorControls,{group:"advanced"},(0,Oe.createElement)(We.TextControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Title attribute"),value:C||"",onChange:function(e){a({title:e})},help:(0,Oe.createElement)(Oe.Fragment,null,(0,Ze.__)("Describe the role of this image on the page."),(0,Oe.createElement)(We.ExternalLink,{href:"https://www.w3.org/TR/html52/dom.html#the-title-attribute"},(0,Ze.__)("(Note: many devices and browsers do not display this text.)")))}))),me=(0,lt.getFilename)(v);let de;de=b||(me?(0,Ze.sprintf)((0,Ze.__)("This image has an empty alt attribute; its file name is %s"),me):(0,Ze.__)("This image has an empty alt attribute"));const pe=(0,Qe.__experimentalUseBorderProps)(r),ge=null===(n=r.className)||void 0===n?void 0:n.includes("is-style-rounded"),he=!!pe.className||!(0,Nt.isEmpty)(pe.style);let ve,be,_e=(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)("img",{src:o||v,alt:de,onError:()=>function(){const e=At({attributes:{url:v}});void 0!==e&&s(e)}(),onLoad:e=>{var t,n;Y({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:pe.className,style:pe.style}),o&&(0,Oe.createElement)(We.Spinner,null));if(ne&&le&&ie){const e=le>ne,t=ie/le;ve=e?ne:le,be=e?ne*t:ie}if(se&&J)_e=(0,Oe.createElement)(Qe.__experimentalImageEditor,{id:y,url:v,width:S,height:B,clientWidth:ne,naturalHeight:ie,naturalWidth:le,onSaveImage:e=>a(e),onFinishEditing:()=>{X(!1)},borderProps:ge?void 0:pe});else if(oe&&ve){const e=S||ve,t=B||be,n=le/ie,o=le<ie?$s:$s*n,r=ie<le?$s:$s/n,i=2.5*$;let s=!1,c=!1;"center"===f?(s=!0,c=!0):(0,Ze.isRTL)()?"left"===f?s=!0:c=!0:"right"===f?c=!0:s=!0,_e=(0,Oe.createElement)(We.ResizableBox,{size:{width:null!=S?S:"auto",height:B&&!he?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)})},resizeRatio:"center"===f?2:1},_e)}else _e=(0,Oe.createElement)("div",{style:{width:S,height:B}},_e);return(0,Oe.createElement)(Oe.Fragment,null,!o&&ue,_e,z&&(!Qe.RichText.isEmpty(_)||l)&&(0,Oe.createElement)(Qe.RichText,{identifier:"caption",className:(0,Qe.__experimentalGetElementClassName)("caption"),ref:ae,tagName:"figcaption","aria-label":(0,Ze.__)("Image caption text"),placeholder:(0,Ze.__)("Add caption"),value:_,onChange:e=>a({caption:e}),inlineToolbar:!0,__unstableOnSplitAtEnd:()=>i((0,Ge.createBlock)((0,Ge.getDefaultBlockName)()))}))}const Ou=e=>(0,Oe.createElement)(We.Placeholder,{className:"block-editor-media-placeholder",withIllustration:!0,icon:sc,label:(0,Ze.__)("Image"),instructions:(0,Ze.__)("Upload an image file, pick one from your media library, or add one with a URL.")},e),Uu=(e,t)=>t&&!e&&!(0,wt.isBlobURL)(t);var qu=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,Oe.useState)(),f=(0,Oe.useRef)();(0,Oe.useEffect)((()=>{f.current=u}),[u]);const y=(0,Oe.useRef)();(0,Oe.useEffect)((()=>{y.current=m}),[m]);const k=(0,Oe.useRef)(),{imageDefaultSize:x,mediaUpload:w,isContentLocked:E}=(0,st.useSelect)((e=>{const{getSettings:t,__unstableGetContentLockingParent:n}=e(Qe.store),o=t();return{imageDefaultSize:o.imageDefaultSize,mediaUpload:o.mediaUpload,isContentLocked:!!n(s)}}),[]),{createErrorNotice:C}=(0,st.useDispatch)(Ct.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,wt.isBlobURL)(e.url))return void _(e.url);_();let u,m=((e,t)=>{const n=Object.fromEntries(Object.entries(null!=e?e:{}).filter((e=>{let[t]=e;return["alt","id","link","caption"].includes(t)})));return n.url=(0,Nt.get)(e,["sizes",t,"url"])||(0,Nt.get)(e,["media_details","sizes",t,"source_url"])||e.url,n})(e,x);if(y.current&&!(0,Nt.get)(m,["caption"])){const{caption:e,...t}=m;m=t}var d,g,h,v,b,f,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===(f=d.media_details)||void 0===f||null===(k=f.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)||Gs){case"file":case Os:E=Os;break;case"post":case Us:E=Us;break;case qs:E=qs;break;case Gs:E=Gs}switch(E){case Os:w=e.url;break;case Us: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,wt.isBlobURL)(t))(p,c);(0,Oe.useEffect)((()=>{if(!N)return;const e=(0,wt.getBlobByURL)(c);e&&w({filesList:[e],onFileChange:e=>{let[t]=e;B(t)},allowedTypes:Ws,onError:e=>{N=!1,S(e)}})}),[]),(0,Oe.useEffect)((()=>{N?_(c):(0,wt.revokeBlobURL)(b)}),[N,c]);const P=Uu(p,c)?c:void 0,I=!!c&&(0,Oe.createElement)("img",{alt:(0,Ze.__)("Edit image"),title:(0,Ze.__)("Edit image"),className:"edit-image-preview",src:c}),z=(0,Qe.__experimentalUseBorderProps)(t),M=at()(r,{"is-transient":b,"is-resized":!!g||!!h,[`size-${v}`]:v,"has-custom-border":!!z.className||!(0,Nt.isEmpty)(z.style)}),R=(0,Qe.useBlockProps)({ref:k,className:M});return(0,Oe.createElement)("figure",R,(b||c)&&(0,Oe.createElement)(Gu,{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,Oe.createElement)(Qe.BlockControls,{group:"block"},(0,Oe.createElement)(Qe.BlockAlignmentControl,{value:d,onChange:function(e){const t=["wide","full"].includes(e)?{width:void 0,height:void 0}:{};n({...t,align:e})}})),(0,Oe.createElement)(Qe.MediaPlaceholder,{icon:(0,Oe.createElement)(Qe.BlockIcon,{icon:sc}),onSelect:B,onSelectURL:T,onError:S,placeholder:Ou,accept:"image/*",allowedTypes:Ws,value:{id:p,src:P},mediaPreview:I,disableMediaButtons:b||c}))};function ju(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 Wu={img:{attributes:["src","alt","title"],classes:["alignleft","aligncenter","alignright","alignnone",/^wp-image-\d+$/]}},Zu={from:[{type:"raw",isMatch:e=>"FIGURE"===e.nodeName&&!!e.querySelector("img"),schema:e=>{let{phrasingContentSchema:t}=e;return{figure:{require:["img"],children:{...Wu,a:{attributes:["href","rel","target"],children:Wu},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,st.dispatch)(Ct.store);e((0,Ze.__)("If uploading to a gallery all files need to be image formats"),{id:"gallery-transform-invalid-file",type:"snackbar"})}return e.every((e=>0===e.type.indexOf("image/")))},transform(e){const t=e.map((e=>(0,Ge.createBlock)("core/image",{url:(0,wt.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 ju(n.content,"href")}},rel:{shortcode:(e,t)=>{let{shortcode:n}=t;return ju(n.content,"rel")}},linkClass:{shortcode:(e,t)=>{let{shortcode:n}=t;return ju(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 Qu=Zu;const Ku={$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:Yu}=Ku,Ju={icon:sc,example:{attributes:{sizeSlug:"large",url:"https://s.w.org/images/core/5.3/MtBlanc1.jpg",caption:(0,Ze.__)("Mont Blanc appears—still, 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,Ze.__)("Empty")}},getEditWrapperProps(e){return{"data-align":e.align}},transforms:Qu,edit:qu,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,Nt.isEmpty)(i)?void 0:i,v=(0,Qe.__experimentalGetBorderClassesAndStyles)(t),b=at()({[`align${a}`]:a,[`size-${p}`]:p,"is-resized":c||u,"has-custom-border":!!v.className||!(0,Nt.isEmpty)(v.style)}),_=at()(v.className,{[`wp-image-${m}`]:!!m}),f=(0,Oe.createElement)("img",{src:n,alt:o,className:_||void 0,style:v.style,width:c,height:u,title:g}),y=(0,Oe.createElement)(Oe.Fragment,null,l?(0,Oe.createElement)("a",{className:s,href:l,target:d,rel:h},f):f,!Qe.RichText.isEmpty(r)&&(0,Oe.createElement)(Qe.RichText.Content,{className:(0,Qe.__experimentalGetElementClassName)("caption"),tagName:"figcaption",value:r}));return(0,Oe.createElement)("figure",Qe.useBlockProps.save({className:b}),y)},deprecated:Au},Xu=()=>je({name:Yu,metadata:Ku,settings:Ju});var em=(0,Oe.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,Oe.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 tm={$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,spacing:{margin:!0,padding:!0}},editorStyle:"wp-block-latest-comments-editor",style:"wp-block-latest-comments"},{name:nm}=tm,om={icon:em,example:{},edit:function(e){let{attributes:t,setAttributes:n}=e;const{commentsToShow:o,displayAvatar:r,displayDate:a,displayExcerpt:l}=t;return(0,Oe.createElement)("div",(0,Qe.useBlockProps)(),(0,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Settings")},(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Display avatar"),checked:r,onChange:()=>n({displayAvatar:!r})}),(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Display date"),checked:a,onChange:()=>n({displayDate:!a})}),(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Display excerpt"),checked:l,onChange:()=>n({displayExcerpt:!l})}),(0,Oe.createElement)(We.RangeControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Number of comments"),value:o,onChange:e=>n({commentsToShow:e}),min:1,max:100,required:!0}))),(0,Oe.createElement)(We.Disabled,null,(0,Oe.createElement)(Ye(),{block:"core/latest-comments",attributes:t,skipBlockSupportAttributes:!0,urlQueryArgs:{_locale:"site"}})))}},rm=()=>je({name:nm,metadata:tm,settings:om});var am=(0,Oe.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,Oe.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:lm}={$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,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-latest-posts-editor",style:"wp-block-latest-posts"};var im=[{attributes:{...lm,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 sm=(0,Oe.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,Oe.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 cm=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 um={per_page:-1,context:"view"},mm={per_page:-1,has_published_posts:["post"],context:"view"};const dm={$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,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-latest-posts-editor",style:"wp-block-latest-posts"},{name:pm}=dm,gm={icon:am,example:{},edit:function e(t){var n;let{attributes:o,setAttributes:r}=t;const a=(0,St.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:f,featuredImageSizeSlug:y,featuredImageSizeWidth:k,featuredImageSizeHeight:x,addLinkToFeaturedImage:w}=o,{imageSizes:E,latestPosts:C,defaultImageWidth:S,defaultImageHeight:B,categoriesList:T,authorList:N}=(0,st.useSelect)((e=>{const{getEntityRecords:t,getUsers:n}=e(it.store),o=e(Qe.store).getSettings(),r=c&&c.length>0?c.map((e=>e.id)):[],a=Object.fromEntries(Object.entries({categories:r,author:u,order:i,orderby:s,per_page:l,_embed:"wp:featuredmedia"}).filter((e=>{let[,t]=e;return void 0!==t})));return{defaultImageWidth:(0,Nt.get)(o.imageDimensions,[y,"width"],0),defaultImageHeight:(0,Nt.get)(o.imageDimensions,[y,"height"],0),imageSizes:o.imageSizes,latestPosts:t("postType","post",a),categoriesList:t("taxonomy","category",um),authorList:n(mm)}}),[y,l,i,s,c,u]),{createWarningNotice:P,removeNotice:I}=(0,st.useDispatch)(Ct.store);let z;const M=e=>{e.preventDefault(),I(z),z=`block-library/core/latest-posts/redirection-prevented/${a}`,P((0,Ze.__)("Links are disabled in the editor."),{id:z,type:"snackbar"})},R=E.filter((e=>{let{slug:t}=e;return"full"!==t})).map((e=>{let{name:t,slug:n}=e;return{value:n,label:t}})),L=null!==(n=null==T?void 0:T.reduce(((e,t)=>({...e,[t.name]:t})),{}))&&void 0!==n?n:{},H=!(null==C||!C.length),A=(0,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Post content settings")},(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Post content"),checked:p,onChange:e=>r({displayPostContent:e})}),p&&(0,Oe.createElement)(We.RadioControl,{label:(0,Ze.__)("Show:"),selected:d,options:[{label:(0,Ze.__)("Excerpt"),value:"excerpt"},{label:(0,Ze.__)("Full post"),value:"full_post"}],onChange:e=>r({displayPostContentRadio:e})}),p&&"excerpt"===d&&(0,Oe.createElement)(We.RangeControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Max number of words in excerpt"),value:_,onChange:e=>r({excerptLength:e}),min:10,max:100})),(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Post meta settings")},(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Display author name"),checked:h,onChange:e=>r({displayAuthor:e})}),(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Display post date"),checked:g,onChange:e=>r({displayPostDate:e})})),(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Featured image settings")},(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Display featured image"),checked:m,onChange:e=>r({displayFeaturedImage:e})}),m&&(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.__experimentalImageSizeControl,{onChange:e=>{const t={};e.hasOwnProperty("width")&&(t.featuredImageSizeWidth=e.width),e.hasOwnProperty("height")&&(t.featuredImageSizeHeight=e.height),r(t)},slug:y,width:k,height:x,imageWidth:S,imageHeight:B,imageSizeOptions:R,onChangeImage:e=>r({featuredImageSizeSlug:e,featuredImageSizeWidth:void 0,featuredImageSizeHeight:void 0})}),(0,Oe.createElement)(We.BaseControl,{className:"editor-latest-posts-image-alignment-control"},(0,Oe.createElement)(We.BaseControl.VisualLabel,null,(0,Ze.__)("Image alignment")),(0,Oe.createElement)(Qe.BlockAlignmentToolbar,{value:f,onChange:e=>r({featuredImageAlign:e}),controls:["left","center","right"],isCollapsed:!1})),(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Add link to featured image"),checked:w,onChange:e=>r({addLinkToFeaturedImage:e})}))),(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Sorting and filtering")},(0,Oe.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:L,onCategoryChange:e=>{if(e.some((e=>"string"==typeof e&&!L[e])))return;const t=e.map((e=>"string"==typeof e?L[e]:e));if(t.includes(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,Oe.createElement)(We.RangeControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Columns"),value:b,onChange:e=>r({columns:e}),min:2,max:H?Math.min(6,C.length):6,required:!0}))),V=(0,Qe.useBlockProps)({className:at()({"wp-block-latest-posts__list":!0,"is-grid":"grid"===v,"has-dates":g,"has-author":h,[`columns-${b}`]:"grid"===v})});if(!H)return(0,Oe.createElement)("div",V,A,(0,Oe.createElement)(We.Placeholder,{icon:On,label:(0,Ze.__)("Latest Posts")},Array.isArray(C)?(0,Ze.__)("No posts found."):(0,Oe.createElement)(We.Spinner,null)));const F=C.length>l?C.slice(0,l):C,D=[{icon:sm,title:(0,Ze.__)("List view"),onClick:()=>r({postLayout:"list"}),isActive:"list"===v},{icon:cm,title:(0,Ze.__)("Grid view"),onClick:()=>r({postLayout:"grid"}),isActive:"grid"===v}],$=(0,vr.getSettings)().formats.date;return(0,Oe.createElement)("div",null,A,(0,Oe.createElement)(Qe.BlockControls,null,(0,Oe.createElement)(We.ToolbarGroup,{controls:D})),(0,Oe.createElement)("ul",V,F.map((e=>{const t=e.title.rendered.trim();let n=e.excerpt.rendered;const o=null==N?void 0:N.find((t=>t.id===e.author)),r=document.createElement("div");r.innerHTML=n,n=r.textContent||r.innerText||"";const{url:a,alt:l}=function(e,t){var n,o,r,a;const l=(0,Nt.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,y),i=at()({"wp-block-latest-posts__featured-image":!0,[`align${f}`]:!!f}),s=m&&a,c=s&&(0,Oe.createElement)("img",{src:a,alt:l,style:{maxWidth:k,maxHeight:x}}),u=_<n.trim().split(" ").length&&""===e.excerpt.raw?(0,Oe.createElement)(Oe.Fragment,null,n.trim().split(" ",_).join(" "),(0,Ze.__)(" … "),(0,Oe.createElement)("a",{href:e.link,rel:"noopener noreferrer",onClick:M},(0,Ze.__)("Read more"))):n;return(0,Oe.createElement)("li",{key:e.id},s&&(0,Oe.createElement)("div",{className:i},w?(0,Oe.createElement)("a",{className:"wp-block-latest-posts__post-title",href:e.link,rel:"noreferrer noopener",onClick:M},c):c),(0,Oe.createElement)("a",{href:e.link,rel:"noreferrer noopener",dangerouslySetInnerHTML:t?{__html:t}:void 0,onClick:M},t?null:(0,Ze.__)("(no title)")),h&&o&&(0,Oe.createElement)("div",{className:"wp-block-latest-posts__post-author"},(0,Ze.sprintf)((0,Ze.__)("by %s"),o.name)),g&&e.date_gmt&&(0,Oe.createElement)("time",{dateTime:(0,vr.format)("c",e.date_gmt),className:"wp-block-latest-posts__post-date"},(0,vr.dateI18n)($,e.date_gmt)),p&&"excerpt"===d&&(0,Oe.createElement)("div",{className:"wp-block-latest-posts__post-excerpt"},u),p&&"full_post"===d&&(0,Oe.createElement)("div",{className:"wp-block-latest-posts__post-full-content",dangerouslySetInnerHTML:{__html:e.content.raw.trim()}}))}))))},deprecated:im},hm=()=>je({name:pm,metadata:dm,settings:gm});function vm(e){const{values:t,start:n,reversed:o,ordered:r,type:a,...l}=e,i=document.createElement(r?"ol":"ul");i.innerHTML=t,n&&i.setAttribute("start",n),o&&i.setAttribute("reversed",!0),a&&i.setAttribute("type",a);const[s]=(0,Ge.rawHandler)({HTML:i.outerHTML});return[{...l,...s.attributes},s.innerBlocks]}const bm={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,Oe.createElement)(i,Qe.useBlockProps.save({type:r,reversed:a,start:l}),(0,Oe.createElement)(Qe.RichText.Content,{value:o,multiline:"li"}))},migrate:Xt,isEligible(e){var t;let{style:n}=e;return null==n||null===(t=n.typography)||void 0===t?void 0:t.fontFamily}},_m={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,Oe.createElement)(i,Qe.useBlockProps.save({type:r,reversed:a,start:l}),(0,Oe.createElement)(Qe.RichText.Content,{value:o,multiline:"li"}))},migrate:vm};var fm=[_m,bm];var ym=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 km=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 xm=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 wm=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 Em=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 Cm=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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"})),Sm=window.wp.deprecated,Bm=n.n(Sm);var Tm=e=>{let{setAttributes:t,reversed:n,start:o}=e;return(0,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Ordered list settings")},(0,Oe.createElement)(We.TextControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("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,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Reverse list numbering"),checked:n||!1,onChange:e=>{t({reversed:e||void 0})}})))};var Nm=(0,Oe.forwardRef)((function(e,t){const{ordered:n,...o}=e,r=n?"ol":"ul";return(0,Oe.createElement)(r,ot({ref:t},o))}));const Pm=[["core/list-item"]];function Im(e){let{clientId:t}=e;const[n,o]=function(e){const{canOutdent:t}=(0,st.useSelect)((t=>{const{getBlockRootClientId:n,getBlock:o}=t(Qe.store),r=n(e);return{canOutdent:!!r&&"core/list-item"===o(r).name}}),[e]),{replaceBlocks:n,selectionChange:o}=(0,st.useDispatch)(Qe.store),{getBlockRootClientId:r,getBlockAttributes:a,getBlock:l}=(0,st.useSelect)(Qe.store);return[t,(0,Oe.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,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(We.ToolbarButton,{icon:(0,Ze.isRTL)()?ym:km,title:(0,Ze.__)("Outdent"),describedBy:(0,Ze.__)("Outdent list item"),disabled:!n,onClick:o}))}function zm(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 Mm(e){return e.flatMap((e=>{let{name:t,attributes:n,innerBlocks:o=[]}=e;return"core/list-item"===t?[n.content,...Mm(o)]:Mm(o)}))}const Rm={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,wn.create)({html:e[0].content});t=(0,wn.split)(n,"\n").map((e=>(0,Ge.createBlock)("core/list-item",{content:(0,wn.toHTMLString)({value:e})})))}return(0,Ge.createBlock)("core/list",{anchor:e.anchor},t)}},{type:"raw",selector:"ol,ul",schema:e=>({ol:zm(e).ol,ul:zm(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)=>Mm(n).map((t=>(0,Ge.createBlock)(e,{content:t})))})))]};var Lm=Rm;const Hm={$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:Am}=Hm,Vm={icon:sm,example:{innerBlocks:[{name:"core/list-item",attributes:{content:(0,Ze.__)("Alice.")}},{name:"core/list-item",attributes:{content:(0,Ze.__)("The White Rabbit.")}},{name:"core/list-item",attributes:{content:(0,Ze.__)("The Cheshire Cat.")}},{name:"core/list-item",attributes:{content:(0,Ze.__)("The Mad Hatter.")}},{name:"core/list-item",attributes:{content:(0,Ze.__)("The Queen of Hearts.")}}]},transforms:Lm,edit:function(e){let{attributes:t,setAttributes:n,clientId:o,style:r}=e;const a=(0,Qe.useBlockProps)({...Oe.Platform.isNative&&{style:r}}),l=(0,Qe.useInnerBlocksProps)(a,{allowedBlocks:["core/list-item"],template:Pm,templateLock:!1,templateInsertUpdatesSelection:!0,...Oe.Platform.isNative&&{marginVertical:8,marginHorizontal:8,useCompactList:!0}});!function(e,t){const n=(0,st.useRegistry)(),{updateBlockAttributes:o,replaceInnerBlocks:r}=(0,st.useDispatch)(Qe.store);(0,Oe.useEffect)((()=>{if(!e.values)return;const[a,l]=vm(e);Bm()("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,Oe.createElement)(Qe.BlockControls,{group:"block"},(0,Oe.createElement)(We.ToolbarButton,{icon:(0,Ze.isRTL)()?xm:wm,title:(0,Ze.__)("Unordered"),describedBy:(0,Ze.__)("Convert to unordered list"),isActive:!1===i,onClick:()=>{n({ordered:!1})}}),(0,Oe.createElement)(We.ToolbarButton,{icon:(0,Ze.isRTL)()?Em:Cm,title:(0,Ze.__)("Ordered"),describedBy:(0,Ze.__)("Convert to ordered list"),isActive:!0===i,onClick:()=>{n({ordered:!0})}}),(0,Oe.createElement)(Im,{clientId:o}));return(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Nm,ot({ordered:i,reversed:c,start:u,type:s},l)),m,i&&(0,Oe.createElement)(Tm,{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,Oe.createElement)(l,Qe.useBlockProps.save({type:o,reversed:r,start:a}),(0,Oe.createElement)(Qe.InnerBlocks.Content,null))},deprecated:fm},Fm=()=>je({name:Am,metadata:Hm,settings:Vm});var Dm=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 $m=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 Gm=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 Om(e){const t=(0,st.useSelect)((t=>t(Qe.store).getBlockIndex(e)>0),[e]),{replaceBlocks:n,selectionChange:o,multiSelect:r}=(0,st.useDispatch)(Qe.store),{getBlock:a,getPreviousBlockClientId:l,getSelectionStart:i,getSelectionEnd:s,hasMultiSelection:c,getMultiSelectedBlockClientIds:u}=(0,st.useSelect)(Qe.store);return[t,(0,Oe.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:Um}={$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",typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}}}};function qm(e){const t=(0,st.useRegistry)(),{canOutdent:n}=(0,st.useSelect)((t=>{const{getBlockRootClientId:n,getBlockName:o}=t(Qe.store);return{canOutdent:o(n(n(e)))===Um}}),[e]),{moveBlocksToPosition:o,removeBlock:r,insertBlock:a,updateBlockListSettings:l}=(0,st.useDispatch)(Qe.store),{getBlockRootClientId:i,getBlockName:s,getBlockOrder:c,getBlockIndex:u,getSelectedBlockClientIds:m,getBlock:d,getBlockListSettings:p}=(0,st.useSelect)(Qe.store);function g(e){const t=i(e),n=i(t);if(n&&s(n)===Um)return n}return[n,(0,Oe.useCallback)((function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:m();if(Array.isArray(e)||(e=[e]),!e.length)return;const n=e[0];if(s(n)!==Um)return;const h=g(n);if(!h)return;const v=i(n),b=e[e.length-1],_=c(v),f=_.slice(u(b)+1);t.batch((()=>{if(f.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(f,v,e)}if(o(e,v,i(h),u(h)+1),!c(v).length){r(v,!1)}}))}),[])]}function jm(e){const{getBlockRootClientId:t,getBlockName:n,getBlockAttributes:o}=(0,st.useSelect)(Qe.store);return(0,St.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:Wm}={$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",typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}}}};function Zm(e,t){const n=(0,st.useRegistry)(),{getPreviousBlockClientId:o,getNextBlockClientId:r,getBlockOrder:a,getBlockRootClientId:l,getBlockName:i}=(0,st.useSelect)(Qe.store),{mergeBlocks:s,moveBlocksToPosition:c}=(0,st.useDispatch)(Qe.store),[,u]=qm(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)===Wm)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:Qm}={$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",typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}}}},{name:Km}={$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:Ym}={$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"};function Jm(e){const t=(0,Ge.switchToBlockType)(e,Km);if(t)return t;const n=(0,Ge.switchToBlockType)(e,Ym);return n?(0,Ge.switchToBlockType)(n,Km):null}function Xm(e){const t=[];for(let n of e)if(n.name===Qm)t.push(n);else if(n.name===Km)t.push(...n.innerBlocks);else if(n=Jm(n))for(const{innerBlocks:e}of n)t.push(...e);return t}function ed(e){let{clientId:t}=e;const[n,o]=Om(t),[r,a]=qm(t);return(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(We.ToolbarButton,{icon:(0,Ze.isRTL)()?ym:km,title:(0,Ze.__)("Outdent"),describedBy:(0,Ze.__)("Outdent list item"),disabled:!r,onClick:()=>a()}),(0,Oe.createElement)(We.ToolbarButton,{icon:(0,Ze.isRTL)()?$m:Gm,title:(0,Ze.__)("Indent"),describedBy:(0,Ze.__)("Indent list item"),isDisabled:!n,onClick:()=>o()}))}const td={to:[{type:"block",blocks:["core/paragraph"],transform:e=>(0,Ge.createBlock)("core/paragraph",e)}]};var nd=td;const od={$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",typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}}}},{name:rd}=od,ad={icon:Dm,edit:function(e){let{attributes:t,setAttributes:n,onReplace:o,clientId:r,mergeBlocks:a}=e;const{placeholder:l,content:i}=t,s=(0,Qe.useBlockProps)({ref:jm(r)}),c=(0,Qe.useInnerBlocksProps)(s,{allowedBlocks:["core/list"],renderAppender:!1,__unstableDisableDropZone:!0}),u=function(e){const{replaceBlocks:t,selectionChange:n}=(0,st.useDispatch)(Qe.store),{getBlock:o,getBlockRootClientId:r,getBlockIndex:a}=(0,st.useSelect)(Qe.store),l=(0,Oe.useRef)(e);l.current=e;const[i,s]=qm(l.current.clientId);return(0,St.useRefEffect)((e=>{function c(e){var c;if(e.defaultPrevented||e.keyCode!==cn.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,st.useSelect)(Qe.store),[o,r]=Om(e);return(0,St.useRefEffect)((e=>{function a(e){const{keyCode:a,shiftKey:l,altKey:i,metaKey:s,ctrlKey:c}=e;if(e.defaultPrevented||!o||a!==cn.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,Oe.useRef)(!1),{getBlock:n}=(0,st.useSelect)(Qe.store);return(0,Oe.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=Zm(r,a);return(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)("li",c,(0,Oe.createElement)(Qe.RichText,{ref:(0,St.useMergeRefs)([u,m]),identifier:"content",tagName:"div",onChange:e=>n({content:e}),value:i,"aria-label":(0,Ze.__)("List text"),placeholder:l||(0,Ze.__)("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(Xm(e),...n)}}),c.children),(0,Oe.createElement)(Qe.BlockControls,{group:"block"},(0,Oe.createElement)(ed,{clientId:r})))},save:function(e){let{attributes:t}=e;return(0,Oe.createElement)("li",Qe.useBlockProps.save(),(0,Oe.createElement)(Qe.RichText.Content,{value:t.content}),(0,Oe.createElement)(Qe.InnerBlocks.Content,null))},merge(e,t){return{...e,content:e.content+t.content}},transforms:nd},ld=()=>je({name:rd,metadata:od,settings:ad});var id=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 sd={$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:cd}=sd,ud={icon:id,edit:function(e){let{attributes:t,setAttributes:n}=e;const{displayLoginAsForm:o,redirectToCurrent:r}=t;return(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Settings")},(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Display login as form"),checked:o,onChange:()=>n({displayLoginAsForm:!o})}),(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Redirect to current URL"),checked:r,onChange:()=>n({redirectToCurrent:!r})}))),(0,Oe.createElement)("div",(0,Qe.useBlockProps)({className:"logged-in"}),(0,Oe.createElement)("a",{href:"#login-pseudo-link"},(0,Ze.__)("Log out"))))}},md=()=>je({name:cd,metadata:sd,settings:ud});var dd=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.createElement)(Ue.Path,{d:"M3 18h8V6H3v12zM14 7.5V9h7V7.5h-7zm0 5.3h7v-1.5h-7v1.5zm0 3.7h7V15h-7v1.5z"}));const pd="full",gd=(e,t)=>e?{backgroundImage:`url(${e})`,backgroundPosition:t?`${100*t.x}% ${100*t.y}%`:"50% 50%"}:{},hd=()=>{},vd=e=>{if(!e.customBackgroundColor)return e;const t={color:{background:e.customBackgroundColor}},{customBackgroundColor:n,...o}=e;return{...o,style:t}},bd={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}},_d={...bd,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"}},fd={anchor:!0,align:["wide","full"],html:!1,color:{gradients:!0,link:!0}},yd={attributes:_d,supports:fd,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||pd,b=(0,Nt.isEmpty)(h)?void 0:h,_=at()({[`wp-image-${s}`]:s&&"image"===a,[`size-${v}`]:s&&"image"===a});let f=(0,Oe.createElement)("img",{src:l,alt:o,className:_||null});p&&(f=(0,Oe.createElement)("a",{className:d,href:p,target:g,rel:b},f));const y={image:()=>f,video:()=>(0,Oe.createElement)("video",{controls:!0,src:l})},k=at()({"has-media-on-the-right":"right"===r,"is-stacked-on-mobile":n,[`is-vertically-aligned-${c}`]:c,"is-image-fill":u}),x=u?gd(l,m):{};let w;50!==i&&(w="right"===r?`auto ${i}%`:`${i}% auto`);const E={gridTemplateColumns:w};return"right"===r?(0,Oe.createElement)("div",Qe.useBlockProps.save({className:k,style:E}),(0,Oe.createElement)("div",Qe.useInnerBlocksProps.save({className:"wp-block-media-text__content"})),(0,Oe.createElement)("figure",{className:"wp-block-media-text__media",style:x},(y[a]||hd)())):(0,Oe.createElement)("div",Qe.useBlockProps.save({className:k,style:E}),(0,Oe.createElement)("figure",{className:"wp-block-media-text__media",style:x},(y[a]||hd)()),(0,Oe.createElement)("div",Qe.useInnerBlocksProps.save({className:"wp-block-media-text__content"})))}},kd={attributes:_d,supports:fd,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||pd,b=(0,Nt.isEmpty)(h)?void 0:h,_=at()({[`wp-image-${s}`]:s&&"image"===a,[`size-${v}`]:s&&"image"===a});let f=(0,Oe.createElement)("img",{src:l,alt:o,className:_||null});p&&(f=(0,Oe.createElement)("a",{className:d,href:p,target:g,rel:b},f));const y={image:()=>f,video:()=>(0,Oe.createElement)("video",{controls:!0,src:l})},k=at()({"has-media-on-the-right":"right"===r,"is-stacked-on-mobile":n,[`is-vertically-aligned-${c}`]:c,"is-image-fill":u}),x=u?gd(l,m):{};let w;50!==i&&(w="right"===r?`auto ${i}%`:`${i}% auto`);const E={gridTemplateColumns:w};return(0,Oe.createElement)("div",Qe.useBlockProps.save({className:k,style:E}),(0,Oe.createElement)("figure",{className:"wp-block-media-text__media",style:x},(y[a]||hd)()),(0,Oe.createElement)("div",Qe.useInnerBlocksProps.save({className:"wp-block-media-text__content"})))}},xd={attributes:{...bd,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:vd,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,Nt.isEmpty)(b)?void 0:b;let f=(0,Oe.createElement)("img",{src:s,alt:a,className:u&&"image"===i?`wp-image-${u}`:null});h&&(f=(0,Oe.createElement)("a",{className:g,href:h,target:v,rel:_},f));const y={image:()=>f,video:()=>(0,Oe.createElement)("video",{controls:!0,src:s})},k=(0,Qe.getColorClassName)("background-color",n),x=at()({"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?gd(s,p):{};let E;50!==c&&(E="right"===l?`auto ${c}%`:`${c}% auto`);const C={backgroundColor:k?void 0:o,gridTemplateColumns:E};return(0,Oe.createElement)("div",{className:x,style:C},(0,Oe.createElement)("figure",{className:"wp-block-media-text__media",style:w},(y[i]||hd)()),(0,Oe.createElement)("div",{className:"wp-block-media-text__content"},(0,Oe.createElement)(Qe.InnerBlocks.Content,null)))}},wd={attributes:{...bd,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:vd,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,Oe.createElement)("img",{src:s,alt:a,className:u&&"image"===i?`wp-image-${u}`:null}),video:()=>(0,Oe.createElement)("video",{controls:!0,src:s})},h=(0,Qe.getColorClassName)("background-color",n),v=at()({"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?gd(s,p):{};let _;50!==c&&(_="right"===l?`auto ${c}%`:`${c}% auto`);const f={backgroundColor:h?void 0:o,gridTemplateColumns:_};return(0,Oe.createElement)("div",{className:v,style:f},(0,Oe.createElement)("figure",{className:"wp-block-media-text__media",style:b},(g[i]||hd)()),(0,Oe.createElement)("div",{className:"wp-block-media-text__content"},(0,Oe.createElement)(Qe.InnerBlocks.Content,null)))}},Ed={attributes:{...bd,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,Oe.createElement)("img",{src:s,alt:a}),video:()=>(0,Oe.createElement)("video",{controls:!0,src:s})},m=(0,Qe.getColorClassName)("background-color",n),d=at()({"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,Oe.createElement)("div",{className:d,style:g},(0,Oe.createElement)("figure",{className:"wp-block-media-text__media"},(u[i]||hd)()),(0,Oe.createElement)("div",{className:"wp-block-media-text__content"},(0,Oe.createElement)(Qe.InnerBlocks.Content,null)))}};var Cd=[yd,kd,xd,wd,Ed];var Sd=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.createElement)(Ue.Path,{d:"M4 18h6V6H4v12zm9-9.5V10h7V8.5h-7zm0 7h7V14h-7v1.5z"}));var Bd=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.createElement)(Ue.Path,{d:"M14 6v12h6V6h-6zM4 10h7V8.5H4V10zm0 5.5h7V14H4v1.5z"})),Td=(0,Oe.createElement)(We.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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,Oe.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,Oe.createElement)(We.Path,{d:"M5 19h8l-1.59-2H9.24l-.84 1.1L7 16.3 5 19z"}));const Nd=["image","video"],Pd=()=>{};function Id(e,t){return e?{backgroundImage:`url(${e})`,backgroundPosition:t?`${Math.round(100*t.x)}% ${Math.round(100*t.y)}%`:"50% 50%"}:{}}const zd=(0,Oe.forwardRef)(((e,t)=>{let{isSelected:n,isStackedOnMobile:o,...r}=e;const a=(0,St.useViewportMatch)("small","<");return(0,Oe.createElement)(We.ResizableBox,ot({ref:t,showHandle:n&&(!a||!o)},r))}));function Md(e){let{mediaId:t,mediaUrl:n,onSelectMedia:o}=e;return(0,Oe.createElement)(Qe.BlockControls,{group:"other"},(0,Oe.createElement)(Qe.MediaReplaceFlow,{mediaId:t,mediaURL:n,allowedTypes:Nd,accept:"image/*,video/*",onSelect:o}))}function Rd(e){let{className:t,mediaUrl:n,onSelectMedia:o}=e;const{createErrorNotice:r}=(0,st.useDispatch)(Ct.store);return(0,Oe.createElement)(Qe.MediaPlaceholder,{icon:(0,Oe.createElement)(Qe.BlockIcon,{icon:Td}),labels:{title:(0,Ze.__)("Media area")},className:t,onSelect:o,accept:"image/*,video/*",allowedTypes:Nd,onError:e=>{r(e,{type:"snackbar"})},disableMediaButtons:n})}var Ld=(0,Oe.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,wt.isBlobURL)(d),{toggleSelection:_}=(0,st.useDispatch)(Qe.store);if(d){const f=()=>{_(!1)},y=(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?Id(d,r):{},E={image:()=>(0,Oe.createElement)("img",{src:d,alt:s}),video:()=>(0,Oe.createElement)("video",{controls:!0,src:d})};return(0,Oe.createElement)(zd,{as:"figure",className:at()(n,"editor-media-container__resizer",{"is-transient":b}),style:w,size:{width:p+"%"},minWidth:"10%",maxWidth:"100%",enable:x,onResizeStart:f,onResize:y,onResizeStop:k,axis:"x",isSelected:l,isStackedOnMobile:i,ref:t},(0,Oe.createElement)(Md,{onSelectMedia:g,mediaUrl:d,mediaId:c}),(E[m]||Pd)(),b&&(0,Oe.createElement)(We.Spinner,null),(0,Oe.createElement)(Rd,e))}return(0,Oe.createElement)(Rd,e)}));const Hd=[["core/paragraph",{placeholder:(0,Ze._x)("Content…","content placeholder")}]],Ad=e=>Math.max(15,Math.min(e,85));function Vd(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 Fd=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:f}=t,y=t.mediaSizeSlug||pd,{imageSizes:k,image:x,isContentLocked:w}=(0,st.useSelect)((e=>{var t;const{__unstableGetContentLockingParent:o,getSettings:a}=e(Qe.store);return{isContentLocked:!!o(r),image:p&&n?e(it.store).getMedia(p,{context:"view"}):null,imageSizes:null===(t=a())||void 0===t?void 0:t.imageSizes}}),[n,p,r]),E=(0,Oe.useRef)(),C=e=>{const{style:t}=E.current.resizable,{x:n,y:o}=e;t.backgroundPosition=`${100*n}% ${100*o}%`},[S,B]=(0,Oe.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,wt.isBlobURL)(e.url)&&(e.type=(0,wt.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:Ad(e)}),B(null)},P=at()({"has-media-on-the-right":"right"===g,"is-selected":n,"is-stacked-on-mobile":s,[`is-vertically-aligned-${f}`]:f,"is-image-fill":i}),I=`${S||b}%`,z="right"===g?`1fr ${I}`:`${I} 1fr`,M={gridTemplateColumns:z,msGridColumns:z},R=k.filter((e=>{let{slug:t}=e;return Vd(x,t)})).map((e=>{let{name:t,slug:n}=e;return{value:n,label:t}})),L=(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Settings")},(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Stack on mobile"),checked:s,onChange:()=>o({isStackedOnMobile:!s})}),"image"===h&&(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Crop image to fill entire column"),checked:i,onChange:()=>o({imageFill:!i})}),i&&v&&"image"===h&&(0,Oe.createElement)(We.FocalPointPicker,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Focal point picker"),url:v,value:a,onChange:e=>o({focalPoint:e}),onDragStart:C,onDrag:C}),"image"===h&&(0,Oe.createElement)(We.TextareaControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Alt text (alternative text)"),value:d,onChange:e=>{o({mediaAlt:e})},help:(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(We.ExternalLink,{href:"https://www.w3.org/WAI/tutorials/images/decision-tree"},(0,Ze.__)("Describe the purpose of the image")),(0,Ze.__)("Leave empty if the image is purely decorative."))}),"image"===h&&(0,Oe.createElement)(Qe.__experimentalImageSizeControl,{onChangeImage:e=>{const t=Vd(x,e);if(!t)return null;o({mediaUrl:t,mediaSizeSlug:e})},slug:y,imageSizeOptions:R,isResizable:!1,imageSizeHelp:(0,Ze.__)("Select which image size to load.")}),v&&(0,Oe.createElement)(We.RangeControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Media width"),value:S||b,onChange:N,min:15,max:85})),H=(0,Qe.useBlockProps)({className:P,style:M}),A=(0,Qe.useInnerBlocksProps)({className:"wp-block-media-text__content"},{template:Hd});return(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.InspectorControls,null,L),(0,Oe.createElement)(Qe.BlockControls,{group:"block"},!w&&(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.BlockVerticalAlignmentControl,{onChange:e=>{o({verticalAlignment:e})},value:f}),(0,Oe.createElement)(We.ToolbarButton,{icon:Sd,title:(0,Ze.__)("Show media on left"),isActive:"left"===g,onClick:()=>o({mediaPosition:"left"})}),(0,Oe.createElement)(We.ToolbarButton,{icon:Bd,title:(0,Ze.__)("Show media on right"),isActive:"right"===g,onClick:()=>o({mediaPosition:"right"})})),"image"===h&&(0,Oe.createElement)(Qe.__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,Oe.createElement)("div",H,"right"===g&&(0,Oe.createElement)("div",A),(0,Oe.createElement)(Ld,{className:"wp-block-media-text__media",onSelectMedia:T,onWidthChange:e=>{B(Ad(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,Oe.createElement)("div",A)))};const Dd=()=>{};const $d={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 f=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,f)}}]};var Gd=$d;const Od={$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:Ud}=Od,qd={icon:dd,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,Ze.__)("The wren<br>Earns his living<br>Noiselessly.")}},{name:"core/paragraph",attributes:{content:(0,Ze.__)("— Kobayashi Issa (一茶)")}}]},transforms:Gd,edit:Fd,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||pd,b=(0,Nt.isEmpty)(h)?void 0:h,_=at()({[`wp-image-${s}`]:s&&"image"===a,[`size-${v}`]:s&&"image"===a});let f=(0,Oe.createElement)("img",{src:l,alt:o,className:_||null});p&&(f=(0,Oe.createElement)("a",{className:d,href:p,target:g,rel:b},f));const y={image:()=>f,video:()=>(0,Oe.createElement)("video",{controls:!0,src:l})},k=at()({"has-media-on-the-right":"right"===r,"is-stacked-on-mobile":n,[`is-vertically-aligned-${c}`]:c,"is-image-fill":u}),x=u?Id(l,m):{};let w;50!==i&&(w="right"===r?`auto ${i}%`:`${i}% auto`);const E={gridTemplateColumns:w};return"right"===r?(0,Oe.createElement)("div",Qe.useBlockProps.save({className:k,style:E}),(0,Oe.createElement)("div",Qe.useInnerBlocksProps.save({className:"wp-block-media-text__content"})),(0,Oe.createElement)("figure",{className:"wp-block-media-text__media",style:x},(y[a]||Dd)())):(0,Oe.createElement)("div",Qe.useBlockProps.save({className:k,style:E}),(0,Oe.createElement)("figure",{className:"wp-block-media-text__media",style:x},(y[a]||Dd)()),(0,Oe.createElement)("div",Qe.useInnerBlocksProps.save({className:"wp-block-media-text__content"})))},deprecated:Cd},jd=()=>je({name:Ud,metadata:Od,settings:qd});var Wd=window.wp.dom;const Zd=(0,st.withDispatch)(((e,t)=>{let{clientId:n,attributes:o}=t;const{replaceBlock:r}=e(Qe.store);return{convertToHTML(){r(n,(0,Ge.createBlock)("core/html",{content:o.originalUndelimitedContent}))}}}))((function(e){let{attributes:t,convertToHTML:n,clientId:o}=e;const{originalName:r,originalUndelimitedContent:a}=t,l=!!a,i=(0,st.useSelect)((e=>{const{canInsertBlockType:t,getBlockRootClientId:n}=e(Qe.store);return t("core/html",n(o))}),[o]),s=[];let c;return l&&i?(c=(0,Ze.sprintf)((0,Ze.__)('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.'),r),s.push((0,Oe.createElement)(We.Button,{key:"convert",onClick:n,variant:"primary"},(0,Ze.__)("Keep as HTML")))):c=(0,Ze.sprintf)((0,Ze.__)('Your site doesnt include support for the "%s" block. You can leave this block intact or remove it entirely.'),r),(0,Oe.createElement)("div",(0,Qe.useBlockProps)({className:"has-warning"}),(0,Oe.createElement)(Qe.Warning,{actions:s},c),(0,Oe.createElement)(Oe.RawHTML,null,(0,Wd.safeHTML)(a)))}));var Qd=Zd;const Kd={$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:Yd}=Kd,Jd={name:Yd,__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:Qd,save:function(e){let{attributes:t}=e;return(0,Oe.createElement)(Oe.RawHTML,null,t.originalContent)}},Xd=()=>je({name:Yd,metadata:Kd,settings:Jd});var ep=(0,Oe.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,Oe.createElement)(Ue.Path,{d:"M4 9v1.5h16V9H4zm12 5.5h4V13h-4v1.5zm-6 0h4V13h-4v1.5zm-6 0h4V13H4v1.5z"}));const tp=(0,Ze.__)("Read more");var np={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 op={$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:rp}=op,ap={icon:ep,example:{},__experimentalLabel(e,t){let{context:n}=t;if("accessibility"===n)return e.customText},transforms:np,edit:function(e){let{attributes:{customText:t,noTeaser:n},insertBlocksAfter:o,setAttributes:r}=e;const a={width:`${(t||tp).length+1.2}em`};return(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(We.PanelBody,null,(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Hide the excerpt on the full content page"),checked:!!n,onChange:()=>r({noTeaser:!n}),help:e=>e?(0,Ze.__)("The excerpt is hidden."):(0,Ze.__)("The excerpt is visible.")}))),(0,Oe.createElement)("div",(0,Qe.useBlockProps)(),(0,Oe.createElement)("input",{"aria-label":(0,Ze.__)("“Read more” link text"),type:"text",value:t,placeholder:tp,onChange:e=>{r({customText:""!==e.target.value?e.target.value:void 0})},onKeyDown:e=>{let{keyCode:t}=e;t===cn.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,Oe.createElement)(Oe.RawHTML,null,[o,r].filter(Boolean).join("\n"))}},lp=()=>je({name:rp,metadata:op,settings:ap});var ip=(0,Oe.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,Oe.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"})),sp=window.wp.a11y;var cp=function(e){let{icon:t,size:n=24,...o}=e;return(0,Oe.cloneElement)(t,{width:n,height:n,...o})};var up=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 mp(e){const t=(0,it.useResourcePermissions)("navigation",e);return(0,st.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(it.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(it.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 dp(e){const{records:t,isResolving:n,hasResolved:o}=(0,it.useEntityRecords)("root","menu",{per_page:-1,context:"view"}),{records:r,isResolving:a,hasResolved:l}=(0,it.useEntityRecords)("postType","page",{parent:0,order:"asc",orderby:"id",per_page:-1,context:"view"}),{records:i,hasResolved:s}=(0,it.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 pp=e=>{let{isVisible:t=!0}=e;return(0,Oe.createElement)("div",{"aria-hidden":!t||void 0,className:"wp-block-navigation-placeholder__preview"},(0,Oe.createElement)("div",{className:"wp-block-navigation-placeholder__actions__indicator"},(0,Oe.createElement)(cp,{icon:ip}),(0,Ze.__)("Navigation")))};var gp=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.createElement)(Ue.Path,{d:"M13 19h-2v-2h2v2zm0-6h-2v-2h2v2zm0-6h-2V5h2v2z"}));var hp=function(e){let{currentMenuId:t,onSelectNavigationMenu:n,onSelectClassicMenu:o,onCreateNew:r,actionLabel:a,createNavigationMenuIsSuccess:l,createNavigationMenuIsError:i}=e;const s=(0,Ze.__)("Create from '%s'"),[c,u]=(0,Oe.useState)(""),[m,d]=(0,Oe.useState)(!1);a=a||s;const{menus:p}=dp(),{navigationMenus:g,hasResolvedNavigationMenus:h,isNavigationMenuResolved:v,canUserCreateNavigationMenu:b,canSwitchNavigationMenu:_}=mp(),[f]=(0,it.useEntityProp)("postType","wp_navigation","title"),y=(0,Oe.useMemo)((()=>(null==g?void 0:g.map(((e,n)=>{let{id:o,title:r}=e;const l=(0,Gn.decodeEntities)(r.rendered)||(0,Ze.sprintf)((0,Ze.__)("(no title %s)"),n+1);return o!==t||m||u((0,Ze.sprintf)((0,Ze.__)("You are currently editing %s"),l)),{value:o,label:l,ariaLabel:(0,Ze.sprintf)(a,l)}})))||[]),[f,t,g,l,v,h]),k=!(null==g||!g.length),x=!(null==p||!p.length),w=!!_,E=!!b,C=k&&!t,S=!k&&h,B=h&&null===t;(0,Oe.useEffect)((()=>{h?(C||S||B)&&u((0,Ze.__)("Choose a Navigation menu")):u((0,Ze.__)("Loading …")),m&&(l||i)&&d(!1)}),[t,k,h,l,v]);const T=(0,Oe.createElement)(We.DropdownMenu,{label:c,icon:gp,toggleProps:{isSmall:!0}},(e=>{let{onClose:a}=e;return(0,Oe.createElement)(Oe.Fragment,null,w&&k&&(0,Oe.createElement)(We.MenuGroup,{label:(0,Ze.__)("Menus")},(0,Oe.createElement)(We.MenuItemsChoice,{value:t,onSelect:e=>{n(e)},choices:y})),E&&x&&(0,Oe.createElement)(We.MenuGroup,{label:(0,Ze.__)("Import Classic Menus")},null==p?void 0:p.map((e=>{const t=(0,Gn.decodeEntities)(e.name);return(0,Oe.createElement)(We.MenuItem,{onClick:()=>{u((0,Ze.__)("Loading …")),o(e),a()},key:e.id,"aria-label":(0,Ze.sprintf)(s,t)},t)}))),b&&(0,Oe.createElement)(We.MenuGroup,{label:(0,Ze.__)("Tools")},(0,Oe.createElement)(We.MenuItem,{onClick:()=>{a(),r(),d(!0),u((0,Ze.__)("Loading …"))}},(0,Ze.__)("Create new menu"))))}));return T};function vp(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}=dp();(0,Oe.useEffect)((()=>{t&&(c&&(0,sp.speak)((0,Ze.__)("Loading Navigation block setup options.")),u&&(0,sp.speak)((0,Ze.__)("Navigation block setup options ready.")))}),[c,t]);const m=c&&a;return(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(We.Placeholder,{className:"wp-block-navigation-placeholder"},(0,Oe.createElement)(pp,{isVisible:!t}),(0,Oe.createElement)("div",{"aria-hidden":!t||void 0,className:"wp-block-navigation-placeholder__controls"},(0,Oe.createElement)("div",{className:"wp-block-navigation-placeholder__actions"},(0,Oe.createElement)("div",{className:"wp-block-navigation-placeholder__actions__indicator"},(0,Oe.createElement)(cp,{icon:ip})," ",(0,Ze.__)("Navigation")),(0,Oe.createElement)("hr",null),m&&(0,Oe.createElement)(We.Spinner,null),(0,Oe.createElement)(hp,{currentMenuId:n,clientId:o,onSelectNavigationMenu:l,onSelectClassicMenu:i}),(0,Oe.createElement)("hr",null),r&&(0,Oe.createElement)(We.Button,{variant:"tertiary",onClick:s},(0,Ze.__)("Start empty"))))))}var bp=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.createElement)(Ue.Path,{d:"M5 5v1.5h14V5H5zm0 7.8h14v-1.5H5v1.5zM5 19h14v-1.5H5V19z"}));function _p(e){let{icon:t}=e;return"menu"===t?(0,Oe.createElement)(cp,{icon:bp}):(0,Oe.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,Oe.createElement)(Ue.Rect,{x:"4",y:"7.5",width:"16",height:"1.5"}),(0,Oe.createElement)(Ue.Rect,{x:"4",y:"15",width:"16",height:"1.5"}))}function fp(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=at()("wp-block-navigation__responsive-container",{"has-text-color":!!s.color||!(null==s||!s.class),[(0,Qe.getColorClassName)("color",null==s?void 0:s.slug)]:!(null==s||!s.slug),"has-background":!!i.color||(null==i?void 0:i.class),[(0,Qe.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=at()("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,Ze.__)("Menu")}};return(0,Oe.createElement)(Oe.Fragment,null,!o&&(0,Oe.createElement)(We.Button,{"aria-haspopup":"true","aria-label":c&&(0,Ze.__)("Open menu"),className:p,onClick:()=>a(!0)},c&&(0,Oe.createElement)(_p,{icon:u}),!c&&(0,Ze.__)("Menu")),(0,Oe.createElement)("div",{className:m,style:d,id:g},(0,Oe.createElement)("div",{className:"wp-block-navigation__responsive-close",tabIndex:"-1"},(0,Oe.createElement)("div",h,(0,Oe.createElement)(We.Button,{className:"wp-block-navigation__responsive-container-close","aria-label":c&&(0,Ze.__)("Close menu"),onClick:()=>a(!1)},c&&(0,Oe.createElement)(cp,{icon:up}),!c&&(0,Ze.__)("Close")),(0,Oe.createElement)("div",{className:"wp-block-navigation__responsive-container-content",id:`${g}-content`},t)))))}const yp=["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"],kp={name:"core/navigation-link",attributes:{type:"page"}};function xp(e){let{clientId:t,hasCustomPlaceholder:n,orientation:o,templateLock:r}=e;const{isImmediateParentOfSelectedBlock:a,selectedBlockHasChildren:l,isSelected:i}=(0,st.useSelect)((e=>{const{getBlockCount:n,hasSelectedInnerBlock:o,getSelectedBlockClientId:r}=e(Qe.store),a=r();return{isImmediateParentOfSelectedBlock:o(t,!1),selectedBlockHasChildren:!!n(a),isSelected:a===t}}),[t]),[s,c,u]=(0,it.useEntityBlockEditor)("postType","wp_navigation"),m=(0,Oe.useMemo)((()=>s.every((e=>{let{name:t}=e;return"core/navigation-link"===t||"core/navigation-submenu"===t||"core/page-list"===t}))),[s]),d=i||a&&!l,p=(0,Oe.useMemo)((()=>(0,Oe.createElement)(pp,null)),[]),g=!(null==s||!s.length),h=!n&&!g&&!i,v=(0,Qe.useInnerBlocksProps)({className:"wp-block-navigation__container"},{value:s,onInput:c,onChange:u,allowedBlocks:yp,__experimentalDefaultBlock:kp,__experimentalDirectInsert:m,orientation:o,templateLock:r,renderAppender:!!(i||a&&!l||d)&&Qe.InnerBlocks.ButtonBlockAppender,placeholder:h?p:void 0});return(0,Oe.createElement)("div",v)}function wp(){const[e,t]=(0,it.useEntityProp)("postType","wp_navigation","title");return(0,Oe.createElement)(We.TextControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Menu name"),value:e,onChange:t})}const Ep=(e,t,n)=>{if(e===t)return!0;if("object"==typeof e&&null!=e&&"object"==typeof t&&null!=t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const o in e){if(!t.hasOwnProperty(o))return!1;if(n&&n(o,e))return!0;if(!Ep(e[o],t[o],n))return!1}return!0}return!1},Cp={},Sp=["postType","wp_navigation",{status:"draft",per_page:-1}],Bp={name:"core/navigation-link"},Tp=["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 Np(e){let{blocks:t,createNavigationMenu:n,hasSelection:o}=e;const r=(0,Oe.useRef)();(0,Oe.useEffect)((()=>{null!=r&&r.current||(r.current=t)}),[t]);const a=function(e,t){return!Ep(e,t,((e,t)=>{if("core/page-list"===(null==t?void 0:t.name)&&"innerBlocks"===e)return!0}))}(null==r?void 0:r.current,t),l=(0,Oe.useMemo)((()=>t.every((e=>{let{name:t}=e;return"core/navigation-link"===t||"core/navigation-submenu"===t||"core/page-list"===t}))),[t]),i=(0,Oe.useContext)(We.Disabled.Context),s=(0,Qe.useInnerBlocksProps)({className:"wp-block-navigation__container"},{renderAppender:!!o&&void 0,allowedBlocks:Tp,__experimentalDefaultBlock:Bp,__experimentalDirectInsert:l}),{isSaving:c,hasResolvedDraftNavigationMenus:u}=(0,st.useSelect)((e=>{if(i)return Cp;const{getEntityRecords:t,hasFinishedResolution:n,isSavingEntityRecord:o}=e(it.store);return{isSaving:o("postType","wp_navigation"),draftNavigationMenus:t(...Sp),hasResolvedDraftNavigationMenus:n("getEntityRecords",Sp)}}),[i]),{hasResolvedNavigationMenus:m}=mp();(0,Oe.useEffect)((()=>{!i&&!c&&u&&m&&o&&a&&n(null,t)}),[i,c,u,m,a,o]);const d=c?We.Disabled:"div";return(0,Oe.createElement)(d,s)}function Pp(e){let{onDelete:t}=e;const[n,o]=(0,Oe.useState)(!1),r=(0,it.useEntityId)("postType","wp_navigation"),[a]=(0,it.useEntityProp)("postType","wp_navigation","title"),{deleteEntityRecord:l}=(0,st.useDispatch)(it.store);return(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(We.Button,{className:"wp-block-navigation-delete-menu-button",variant:"secondary",isDestructive:!0,onClick:()=>{o(!0)}},(0,Ze.__)("Delete menu")),n&&(0,Oe.createElement)(We.Modal,{title:(0,Ze.sprintf)((0,Ze.__)("Delete %s"),a),onRequestClose:()=>o(!1)},(0,Oe.createElement)("p",null,(0,Ze.__)("Are you sure you want to delete this navigation menu?")),(0,Oe.createElement)(We.Flex,{justify:"flex-end"},(0,Oe.createElement)(We.FlexItem,null,(0,Oe.createElement)(We.Button,{variant:"secondary",onClick:()=>{o(!1)}},(0,Ze.__)("Cancel"))),(0,Oe.createElement)(We.FlexItem,null,(0,Oe.createElement)(We.Button,{variant:"primary",onClick:()=>{l("postType","wp_navigation",r,{force:!0}),t(a)}},(0,Ze.__)("Confirm"))))))}var Ip=function(){let{name:e,message:t=""}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const n=(0,Oe.useRef)(),{createWarningNotice:o,removeNotice:r}=(0,st.useDispatch)(Ct.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 zp(e){let{setAttributes:t,hasIcon:n,icon:o}=e;return(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Show icon button"),help:(0,Ze.__)("Configure the visual appearance of the button opening the overlay menu."),onChange:e=>t({hasIcon:e}),checked:n}),(0,Oe.createElement)(We.__experimentalToggleGroupControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Icon"),value:o,onChange:e=>t({icon:e}),isBlock:!0},(0,Oe.createElement)(We.__experimentalToggleGroupControlOption,{value:"handle","aria-label":(0,Ze.__)("handle"),label:(0,Oe.createElement)(_p,{icon:"handle"})}),(0,Oe.createElement)(We.__experimentalToggleGroupControlOption,{value:"menu","aria-label":(0,Ze.__)("menu"),label:(0,Oe.createElement)(_p,{icon:"menu"})})))}function Mp(e,t){return e&&t?e+"//"+t:null}const Rp=["postType","wp_navigation",{status:"draft",per_page:-1}],Lp=["postType","wp_navigation",{per_page:-1,status:"publish"}];function Hp(e){const t=(0,Oe.useContext)(We.Disabled.Context),n=function(e){return(0,st.useSelect)((t=>{if(!e)return;const{getBlock:n,getBlockParentsByBlockName:o}=t(Qe.store),r=o(e,"core/template-part",!0);if(null==r||!r.length)return;const a=t("core/editor").__experimentalGetDefaultTemplatePartAreas(),{getEditedEntityRecord:l}=t(it.store);for(const e of r){const t=n(e),{theme:o,slug:r}=t.attributes,s=l("postType","wp_template_part",Mp(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,st.useRegistry)();return(0,Oe.useCallback)((async()=>{if(t)return"";const{getEntityRecords:e}=o.resolveSelect(it.store),[r,a]=await Promise.all([e(...Rp),e(...Lp)]),l=n?(0,Ze.sprintf)((0,Ze.__)("%s navigation"),n):(0,Ze.__)("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 Ap="success",Vp="error",Fp="pending",Dp="idle";function $p(e){const[t,n]=(0,Oe.useState)(Dp),[o,r]=(0,Oe.useState)(null),[a,l]=(0,Oe.useState)(null),{saveEntityRecord:i,editEntityRecord:s}=(0,st.useDispatch)(it.store),c=Hp(e),u=(0,Oe.useCallback)((async function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],o=arguments.length>2?arguments[2]:void 0;if(e&&"string"!=typeof e)throw l("Invalid title supplied when creating Navigation Menu."),n(Vp),new Error("Value of supplied title argument was not a string.");n(Fp),r(null),l(null),e||(e=await c().catch((e=>{throw l(null==e?void 0:e.message),n(Vp),new Error("Failed to create title when saving new Navigation Menu.",{cause:e})})));const a={title:e,content:(0,Ge.serialize)(t),status:o};return i("postType","wp_navigation",a).then((e=>(r(e),n(Ap),"publish"!==o&&s("postType","wp_navigation",e.id,{status:"publish"}),e))).catch((e=>{throw l(null==e?void 0:e.message),n(Vp),new Error("Unable to save new Navigation Menu",{cause:e})}))}),[Ge.serialize,i]);return{create:u,status:t,value:o,error:a,isIdle:t===Dp,isPending:t===Fp,isSuccess:t===Ap,isError:t===Vp}}function Gp(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=Op(t);return(0,Jl.applyFilters)("blocks.navigation.__unstableMenuItemsToBlocks",n,e)}function Op(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=Up(e,a,t),{innerBlocks:i=[],mapping:s={}}=null!==(r=e.children)&&void 0!==r&&r.length?Op(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 Up(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 qp="success",jp="error",Wp="pending";let Zp=null;var Qp=function(e){const{create:t}=$p(e),n=(0,st.useRegistry)(),{editEntityRecord:o}=(0,st.useDispatch)(it.store),[r,a]=(0,Oe.useState)("idle"),[l,i]=(0,Oe.useState)(null),s=(0,Oe.useCallback)((async(e,r,l)=>{if(Zp!==e)return Zp=e,e&&r?(a(Wp),i(null),await async function(e,r){let a,l,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"publish";try{l=await n.resolveSelect(it.store).getMenuItems({menus:e,per_page:-1,context:"view"})}catch(e){throw new Error((0,Ze.sprintf)((0,Ze.__)('Unable to fetch classic menu "%s" from API.'),r),{cause:e})}if(null===l)throw new Error((0,Ze.sprintf)((0,Ze.__)('Unable to fetch classic menu "%s" from API.'),r));const{innerBlocks:s}=Gp(l);try{a=await t(r,s,i),await o("postType","wp_navigation",a.id,{status:i},{throwOnError:!0})}catch(e){throw new Error((0,Ze.sprintf)((0,Ze.__)('Unable to create Navigation Menu "%s".'),r),{cause:e})}return a}(e,r,l).then((e=>(a(qp),Zp=null,e))).catch((e=>{throw i(null==e?void 0:e.message),a(jp),Zp=null,new Error((0,Ze.sprintf)((0,Ze.__)('Unable to create Navigation Menu "%s".'),r),{cause:e})}))):(i("Unable to convert menu. Missing menu details."),void a(jp))}),[]);return{convert:s,status:r,error:l}};const Kp=[];function Yp(e){return e.ownerDocument.defaultView.getComputedStyle(e)}function Jp(e,t,n){if(!e)return;t(Yp(e).color);let o=e,r=Yp(o).backgroundColor;for(;"rgba(0, 0, 0, 0)"===r&&o.parentNode&&o.parentNode.nodeType===o.parentNode.ELEMENT_NODE;)o=o.parentNode,r=Yp(o).backgroundColor;n(r)}function Xp(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}function eg(e){return{className:at()("wp-block-navigation__submenu-container",{"has-text-color":!(!e.textColor&&!e.customTextColor),[`has-${e.textColor}-color`]:!!e.textColor,"has-background":!(!e.backgroundColor&&!e.customBackgroundColor),[`has-${e.backgroundColor}-background-color`]:!!e.backgroundColor}),style:{color:e.customTextColor,backgroundColor:e.customBackgroundColor}}}var tg=e=>{let{className:t="",disabled:n,isMenuItem:o=!1}=e,r=We.Button;return o&&(r=We.MenuItem),(0,Oe.createElement)(r,{variant:"link",disabled:n,className:t,href:(0,lt.addQueryArgs)("edit.php",{post_type:"wp_navigation"})},(0,Ze.__)("Manage menus"))},ng=window.wp.privateApis;const{lock:og,unlock:rg}=(0,ng.__dangerousOptInToUnstableAPIsOnlyForCoreModules)("I know using unstable features means my plugin or theme will inevitably break on the next WordPress release.","@wordpress/block-library");var ag=function(e){let{onCreateNew:t}=e;return(0,Oe.createElement)(Qe.Warning,null,(0,Ze.__)("Navigation menu has been deleted or is unavailable. "),(0,Oe.createElement)(We.Button,{onClick:t,variant:"link"},(0,Ze.__)("Create a new menu?")))};const lg=(0,Ze.__)("Switch to '%s'"),ig=e=>{let{clientId:t,currentMenuId:n,isLoading:o,isNavigationMenuMissing:r,onCreateNew:a}=e;const{OffCanvasEditor:l,LeafMoreMenu:i}=rg(Qe.privateApis),s=(0,st.useSelect)((e=>{const{__unstableGetClientIdsTree:n}=e(Qe.store);return n(t)}),[t]),{navigationMenu:c}=mp(n);if(n&&r)return(0,Oe.createElement)("p",null,(0,Ze.__)("Select or create a menu"));if(n&&r)return(0,Oe.createElement)(ag,{onCreateNew:a});if(o)return(0,Oe.createElement)(We.Spinner,null);const u=c?(0,Ze.sprintf)((0,Ze.__)("Structure for navigation menu: %s"),(null==c?void 0:c.title)||(0,Ze.__)("Untitled menu")):(0,Ze.__)("You have not yet created any menus. Displaying a list of your Pages");return(0,Oe.createElement)(l,{blocks:s,isExpanded:!0,LeafMoreMenu:i,description:u})};var sg=e=>{const{createNavigationMenuIsSuccess:t,createNavigationMenuIsError:n,currentMenuId:o=null,onCreateNew:r,onSelectClassicMenu:a,onSelectNavigationMenu:l,isManageMenusButtonDisabled:i}=e;return(0,Oe.createElement)(Qe.InspectorControls,{group:"list"},(0,Oe.createElement)(We.PanelBody,{title:null},(0,Oe.createElement)(We.__experimentalHStack,{className:"wp-block-navigation-off-canvas-editor__header"},(0,Oe.createElement)(We.__experimentalHeading,{className:"wp-block-navigation-off-canvas-editor__title",level:2},(0,Ze.__)("Menu")),(0,Oe.createElement)(hp,{currentMenuId:o,onSelectClassicMenu:a,onSelectNavigationMenu:l,onCreateNew:r,createNavigationMenuIsSuccess:t,createNavigationMenuIsError:n,actionLabel:lg,isManageMenusButtonDisabled:i})),(0,Oe.createElement)(ig,e)))};var cg=(0,Qe.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:f,overlayMenu:y,showSubmenuIcon:k,templateLock:x,layout:{justifyContent:w,orientation:E="horizontal",flexWrap:C="wrap"}={},hasIcon:S,icon:B="handle"}=o,T=o.ref,N=e=>{r({ref:e})},P=`navigationMenu/${T}`,I=(0,Qe.__experimentalUseHasRecursion)(P),{menus:z}=dp(),[M,R]=Ip({name:"block-library/core/navigation/status"}),[L,H]=Ip({name:"block-library/core/navigation/classic-menu-conversion"}),[A,V]=Ip({name:"block-library/core/navigation/permissions/update"}),{create:F,status:D,error:$,value:G,isPending:O,isSuccess:U,isError:q}=$p(a),j=()=>{F("")};(0,Oe.useEffect)((()=>{R(),O&&(0,sp.speak)((0,Ze.__)("Creating Navigation Menu.")),U&&(Fe(G.id,{focusNavigationBlock:!0}),M((0,Ze.__)("Navigation Menu successfully created."))),q&&M((0,Ze.__)("Failed to create Navigation Menu."))}),[D,$,G]);const{hasUncontrolledInnerBlocks:W,uncontrolledInnerBlocks:Z,isInnerBlockSelected:Q,innerBlocks:K}=function(e){return(0,st.useSelect)((t=>{const{getBlock:n,getBlocks:o,hasSelectedInnerBlock:r}=t(Qe.store),a=n(e).innerBlocks,l=!(null==a||!a.length),i=l?Kp:o(e);return{innerBlocks:l?a:i,hasUncontrolledInnerBlocks:l,uncontrolledInnerBlocks:a,controlledInnerBlocks:i,isInnerBlockSelected:r(e,!0)}}),[e])}(a),Y=!!K.find((e=>"core/navigation-submenu"===e.name)),{replaceInnerBlocks:J,selectBlock:X,__unstableMarkNextChangeAsNotPersistent:ee}=(0,st.useDispatch)(Qe.store),[te,ne]=(0,Oe.useState)(!1),[oe,re]=(0,Oe.useState)(!1),{hasResolvedNavigationMenus:ae,isNavigationMenuResolved:le,isNavigationMenuMissing:ie,navigationMenus:se,canUserUpdateNavigationMenu:ce,hasResolvedCanUserUpdateNavigationMenu:ue,canUserDeleteNavigationMenu:me,hasResolvedCanUserDeleteNavigationMenu:de,canUserCreateNavigationMenu:pe,isResolvingCanUserCreateNavigationMenu:ge,hasResolvedCanUserCreateNavigationMenu:he}=mp(T),ve=ae&&ie,{convert:be,status:_e,error:fe}=Qp(a),ye=_e===Wp,ke=(0,Oe.useMemo)((()=>{var e;return null==se||null===(e=se.filter((e=>"publish"===e.status)))||void 0===e?void 0:e.sort(((e,t)=>{const n=new Date(e.date),o=new Date(t.date);return n.getTime()<o.getTime()}))}),[se]);(0,Oe.useEffect)((()=>{W||O||T||null==ke||!ke.length||(ee(),N(ke[0].id))}),[T,O,ke,W]),(0,Oe.useEffect)((()=>{if(!ae||ye||(null==ke?void 0:ke.length)>0||null==z||!z.length)return;const e=z.filter((e=>e.locations.includes("primary")||"primary"===e.slug));e.length?be(e[0].id,e[0].name,"publish"):(z.sort(((e,t)=>t.id-e.id)),be(z[0].id,z[0].name,"publish"))}),[ae]);const xe=(0,Oe.useRef)(),we="nav",Ee=!T&&!O&&!ye&&ae&&0===(null==z?void 0:z.length)&&!W;(0,Oe.useEffect)((()=>{Ee&&(ee(),J(a,[(0,Ge.createBlock)("core/page-list")]))}),[a,Ee,T]);const Ce=!ie&&le,Se=!ae||O||ye||!(!T||Ce||ye),Be=null===(t=o.style)||void 0===t||null===(n=t.typography)||void 0===n?void 0:n.textDecoration,Te=(0,Qe.__experimentalUseBlockOverlayActive)(a),Ne=(0,Qe.useBlockProps)({ref:xe,className:at()(i,{"items-justified-right":"right"===w,"items-justified-space-between":"space-between"===w,"items-justified-left":"left"===w,"items-justified-center":"center"===w,"is-vertical":"vertical"===E,"no-wrap":"nowrap"===C,"is-responsive":"never"!==y,"has-text-color":!!u.color||!(null==u||!u.class),[(0,Qe.getColorClassName)("color",null==u?void 0:u.slug)]:!(null==u||!u.slug),"has-background":!!s.color||s.class,[(0,Qe.getColorClassName)("background-color",null==s?void 0:s.slug)]:!(null==s||!s.slug),[`has-text-decoration-${Be}`]:Be,"block-editor-block-content-overlay":Te}),style:{color:!(null!=u&&u.slug)&&(null==u?void 0:u.color),backgroundColor:!(null!=s&&s.slug)&&(null==s?void 0:s.color)}}),Pe="web"===Oe.Platform.OS,[Ie,ze]=(0,Oe.useState)(),[Me,Re]=(0,Oe.useState)(),[Le,He]=(0,Oe.useState)(),[Ae,Ve]=(0,Oe.useState)(),Fe=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{focusNavigationBlock:!1};const{focusNavigationBlock:n}=t;N(e),n&&X(a)},De=async e=>{const t=await be(e.id,e.name,"draft");t&&Fe(t.id,{focusNavigationBlock:!0})},$e=e=>{Fe(e)};(0,Oe.useEffect)((()=>{H(),_e===Wp&&(0,sp.speak)((0,Ze.__)("Classic menu importing.")),_e===qp&&L((0,Ze.__)("Classic menu imported successfully.")),_e===jp&&L((0,Ze.__)("Classic menu import failed."))}),[_e,fe]),(0,Oe.useEffect)((()=>{E&&(ee(),r({orientation:E}))}),[E]),(0,Oe.useEffect)((()=>{var e;if(!Pe)return;Jp(xe.current,Re,ze);const t=null===(e=xe.current)||void 0===e?void 0:e.querySelector('[data-type="core/navigation-submenu"] [data-type="core/navigation-link"]');t&&(g.color||d.color)&&Jp(t,Ve,He)})),(0,Oe.useEffect)((()=>{l||Q||V(),(l||Q)&&(T&&!ve&&ue&&!ce&&A((0,Ze.__)("You do not have permission to edit this Menu. Any changes made will not be saved.")),T||!he||pe||A((0,Ze.__)("You do not have permission to create Navigation Menus.")))}),[l,Q,ce,ue,pe,he,T]);const Ue=pe||ce,qe="never"!==y,je=at()("wp-block-navigation__overlay-menu-preview",{open:oe}),Ke=(0,Qe.__experimentalUseMultipleOriginColorsAndGradients)(),Ye=(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.InspectorControls,null,v&&(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Display")},qe&&(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(We.Button,{className:je,onClick:()=>{re(!oe)}},S&&(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(_p,{icon:B}),(0,Oe.createElement)(cp,{icon:up})),!S&&(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)("span",null,(0,Ze.__)("Menu")),(0,Oe.createElement)("span",null,(0,Ze.__)("Close")))),oe&&(0,Oe.createElement)(zp,{setAttributes:r,hasIcon:S,icon:B})),(0,Oe.createElement)("h3",null,(0,Ze.__)("Overlay Menu")),(0,Oe.createElement)(We.__experimentalToggleGroupControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Configure overlay menu"),value:y,help:(0,Ze.__)("Collapses the navigation options in a menu icon opening an overlay."),onChange:e=>r({overlayMenu:e}),isBlock:!0,hideLabelFromVision:!0},(0,Oe.createElement)(We.__experimentalToggleGroupControlOption,{value:"never",label:(0,Ze.__)("Off")}),(0,Oe.createElement)(We.__experimentalToggleGroupControlOption,{value:"mobile",label:(0,Ze.__)("Mobile")}),(0,Oe.createElement)(We.__experimentalToggleGroupControlOption,{value:"always",label:(0,Ze.__)("Always")})),Y&&(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)("h3",null,(0,Ze.__)("Submenus")),(0,Oe.createElement)(We.ToggleControl,{checked:f,onChange:e=>{r({openSubmenusOnClick:e,...e&&{showSubmenuIcon:!0}})},label:(0,Ze.__)("Open on click")}),(0,Oe.createElement)(We.ToggleControl,{checked:k,onChange:e=>{r({showSubmenuIcon:e})},disabled:o.openSubmenusOnClick,label:(0,Ze.__)("Show arrow")})))),(0,Oe.createElement)(Qe.InspectorControls,{group:"color"},b&&(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.__experimentalColorGradientSettingsDropdown,ot({__experimentalIsRenderedInSidebar:!0,settings:[{colorValue:u.color,label:(0,Ze.__)("Text"),onColorChange:m,resetAllFilter:()=>m()},{colorValue:s.color,label:(0,Ze.__)("Background"),onColorChange:c,resetAllFilter:()=>c()},{colorValue:g.color,label:(0,Ze.__)("Submenu & overlay text"),onColorChange:h,resetAllFilter:()=>h()},{colorValue:d.color,label:(0,Ze.__)("Submenu & overlay background"),onColorChange:p,resetAllFilter:()=>p()}],panelId:a},Ke,{gradients:[],disableCustomGradients:!0})),Pe&&(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.ContrastChecker,{backgroundColor:Ie,textColor:Me}),(0,Oe.createElement)(Qe.ContrastChecker,{backgroundColor:Le,textColor:Ae}))))),Je=!Ue||!ae;if(W&&!Ce&&!O)return(0,Oe.createElement)(we,Ne,(0,Oe.createElement)(sg,{clientId:a,createNavigationMenuIsSuccess:U,createNavigationMenuIsError:q,currentMenuId:T,isNavigationMenuMissing:ie,isManageMenusButtonDisabled:Je,onCreateNew:j,onSelectClassicMenu:De,onSelectNavigationMenu:$e,isLoading:Se}),Ye,(0,Oe.createElement)(fp,{id:a,onToggle:ne,isOpen:te,hasIcon:S,icon:B,isResponsive:"never"!==y,isHiddenByDefault:"always"===y,overlayBackgroundColor:d,overlayTextColor:g},(0,Oe.createElement)(Np,{createNavigationMenu:F,blocks:Z,hasSelection:l||Q})));if(T&&ie)return(0,Oe.createElement)(we,Ne,(0,Oe.createElement)(sg,{clientId:a,createNavigationMenuIsSuccess:U,createNavigationMenuIsError:q,isNavigationMenuMissing:ie,isManageMenusButtonDisabled:Je,onCreateNew:j,onSelectClassicMenu:De,onSelectNavigationMenu:$e,isLoading:Se}),(0,Oe.createElement)(ag,{onCreateNew:j}));if(Ce&&I)return(0,Oe.createElement)("div",Ne,(0,Oe.createElement)(Qe.Warning,null,(0,Ze.__)("Block cannot be rendered inside itself.")));const Xe=_||vp;return Ee&&_?(0,Oe.createElement)(we,Ne,(0,Oe.createElement)(Xe,{isSelected:l,currentMenuId:T,clientId:a,canUserCreateNavigationMenu:pe,isResolvingCanUserCreateNavigationMenu:ge,onSelectNavigationMenu:$e,onSelectClassicMenu:De,onCreateEmpty:j})):(0,Oe.createElement)(it.EntityProvider,{kind:"postType",type:"wp_navigation",id:T},(0,Oe.createElement)(Qe.__experimentalRecursionProvider,{uniqueId:P},(0,Oe.createElement)(sg,{clientId:a,createNavigationMenuIsSuccess:U,createNavigationMenuIsError:q,currentMenuId:T,isNavigationMenuMissing:ie,isManageMenusButtonDisabled:Je,onCreateNew:j,onSelectClassicMenu:De,onSelectNavigationMenu:$e,isLoading:Se}),Ye,Ce&&(0,Oe.createElement)(Qe.InspectorControls,{group:"advanced"},ue&&ce&&(0,Oe.createElement)(wp,null),de&&me&&(0,Oe.createElement)(Pp,{onDelete:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";J(a,[]),M((0,Ze.sprintf)((0,Ze.__)("Navigation menu %s successfully deleted."),e))}}),(0,Oe.createElement)(tg,{disabled:Je,className:"wp-block-navigation-manage-menus-button"})),Se&&(0,Oe.createElement)(we,Ne,(0,Oe.createElement)("div",{className:"wp-block-navigation__loading-indicator-container"},(0,Oe.createElement)(We.Spinner,{className:"wp-block-navigation__loading-indicator"}))),!Se&&(0,Oe.createElement)(we,Ne,(0,Oe.createElement)(fp,{id:a,onToggle:ne,label:(0,Ze.__)("Menu"),hasIcon:S,icon:B,isOpen:te,isResponsive:qe,isHiddenByDefault:"always"===y,overlayBackgroundColor:d,overlayTextColor:g},Ce&&(0,Oe.createElement)(xp,{clientId:a,hasCustomPlaceholder:!!_,templateLock:x,orientation:E})))))}));const ug={fontStyle:"var:preset|font-style|",fontWeight:"var:preset|font-weight|",textDecoration:"var:preset|text-decoration|",textTransform:"var:preset|text-transform|"},mg=e=>{let{navigationMenuId:t,...n}=e;return{...n,ref:t}},dg=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},pg={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,Oe.createElement)(Qe.InnerBlocks.Content,null)},isEligible:e=>{let{navigationMenuId:t}=e;return!!t},migrate:mg},gg={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,Oe.createElement)(Qe.InnerBlocks.Content,null)},isEligible:e=>{let{itemsJustification:t,orientation:n}=e;return!!t||!!n},migrate:(0,St.compose)(mg,dg)},hg={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,Oe.createElement)(Qe.InnerBlocks.Content,null)},migrate:(0,St.compose)(mg,dg,Xt),isEligible(e){var t;let{style:n}=e;return null==n||null===(t=n.typography)||void 0===t?void 0:t.fontFamily}},vg=[pg,gg,hg,{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,St.compose)(mg,dg,Xt,(function(e){return delete e.isResponsive,{...e,overlayMenu:"mobile"}})),save(){return(0,Oe.createElement)(Qe.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,Oe.createElement)(Qe.InnerBlocks.Content,null)},isEligible(e){if(!e.style||!e.style.typography)return!1;for(const t in ug){const n=e.style.typography[t];if(n&&n.startsWith(ug[t]))return!0}return!1},migrate:(0,St.compose)(mg,dg,Xt,(function(e){return{...e,style:{...e.style,typography:(0,Nt.mapValues)(e.style.typography,((e,t)=>{const n=ug[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,St.compose)(mg,(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,Oe.createElement)(Qe.InnerBlocks.Content,null)}}];var bg=vg;const _g={$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},templateLock:{type:["string","boolean"],enum:["all","insert","contentOnly",!1]}},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,allowSizingOnChildren:!0,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:fg}=_g,yg={icon:ip,example:{attributes:{overlayMenu:"never"},innerBlocks:[{name:"core/navigation-link",attributes:{label:(0,Ze.__)("Home"),url:"https://make.wordpress.org/"}},{name:"core/navigation-link",attributes:{label:(0,Ze.__)("About"),url:"https://make.wordpress.org/"}},{name:"core/navigation-link",attributes:{label:(0,Ze.__)("Contact"),url:"https://make.wordpress.org/"}}]},edit:cg,save:function(e){let{attributes:t}=e;if(!t.ref)return(0,Oe.createElement)(Qe.InnerBlocks.Content,null)},deprecated:bg},kg=()=>je({name:fg,metadata:_g,settings:yg});var xg=(0,Oe.createElement)(Ue.SVG,{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 wg=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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"}));function Eg(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 Cg(e){let{clientId:t}=e;const{getBlock:n,blockTransforms:o}=(0,st.useSelect)((e=>{const{getBlock:n,getBlockRootClientId:o,getBlockTransformItems:r}=e(Qe.store);return{getBlock:n,blockTransforms:r(n(t),o(t))}}),[t]),{replaceBlock:r}=(0,st.useDispatch)(Qe.store),a=["core/page-list","core/site-logo","core/social-links","core/search"],l=o.filter((e=>a.includes(e.name)));return null!=l&&l.length&&t?(0,Oe.createElement)("div",{className:"link-control-transform"},(0,Oe.createElement)("h3",{className:"link-control-transform__subheading"},(0,Ze.__)("Transform")),(0,Oe.createElement)("div",{className:"link-control-transform__items"},l.map(((e,o)=>(0,Oe.createElement)(We.Button,{key:`transform-${o}`,onClick:()=>r(t,(0,Ge.switchToBlockType)(n(t),e.name)),className:"link-control-transform__item"},(0,Oe.createElement)(Qe.BlockIcon,{icon:e.icon}),e.title))))):null}function Sg(e){const{saveEntityRecord:t}=(0,st.useDispatch)(it.store);const{label:n,url:o,opensInNewTab:r,type:a,kind:l}=e.link,i={url:o,opensInNewTab:r,title:n&&(0,Wd.__unstableStripHTML)(n)};return(0,Oe.createElement)(We.Popover,{placement:"bottom",onClose:e.onClose,anchor:e.anchor,shift:!0},(0,Oe.createElement)(Qe.__experimentalLinkControl,{hasTextControl:!0,hasRichPreviews:!0,className:e.className,value:i,showInitialSuggestions:!0,withCreateSuggestion:e.hasCreateSuggestion,createSuggestion:async function(n){const o=e.link.type||"page",r=await t("postType",o,{title:n,status:"draft"});return{id:r.id,type:o,title:(0,Gn.decodeEntities)(r.title.rendered),url:r.link,kind:"post-type"}},createSuggestionButtonText:e=>{let t;return t="post"===a?(0,Ze.__)("Create draft post: <mark>%s</mark>"):(0,Ze.__)("Create draft page: <mark>%s</mark>"),(0,Oe.createInterpolateElement)((0,Ze.sprintf)(t,e),{mark:(0,Oe.createElement)("mark",null)})},noDirectEntry:!!a,noURLSuggestion:!!a,suggestionsQuery:Eg(a,l),onChange:e.onChange,onRemove:e.onRemove,renderControlBottom:o?null:()=>(0,Oe.createElement)(Cg,{clientId:e.clientId})}))}var Bg=window.wp.escapeHtml;const Tg=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,h=g?(0,Bg.escapeHTML)(l):o||(0,Bg.escapeHTML)(p),v="post_tag"===m?"tag":m.replace("-","_"),b=["post","page","tag","category"].indexOf(v)>-1,_=!u&&!b||"custom"===u,f=_?"custom":u;t({url:i?encodeURI((0,lt.safeDecodeURI)(i)):i,...h&&{label:h},...void 0!==s&&{opensInNewTab:s},...c&&Number.isInteger(c)&&{id:c},...f&&{kind:f},...v&&"URL"!==v&&{type:v}})},{name:Ng}={$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"};var Pg=(0,Oe.createElement)(Ue.SVG,{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.createElement)(Ue.Path,{d:"M4 20h16v-1.5H4V20zm0-4.8h16v-1.5H4v1.5zm0-6.4v1.5h16V8.8H4zM16 4H4v1.5h12V4z"}));var Ig=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 zg=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 Mg=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 Rg(e){switch(e){case"post":return Pg;case"page":return Ig;case"tag":return zg;case"category":return $n;default:return Mg}}function Lg(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:Rg(e.name)},...!e.isActive&&{isActive:t}})));return{...e,variations:n}}return e}const Hg={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")},{type:"block",blocks:["core/page-list"],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"})},{type:"block",blocks:["core/page-list"],transform:()=>(0,Ge.createBlock)("core/page-list")}]};var Ag=Hg;const Vg={$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:Fg}=Vg,Dg={icon:xg,__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,url:d,description:p,rel:g,title:h,kind:v}=t,[b,_]=((e,t,n)=>{const o="post-type"===e||"post"===t||"page"===t,r=Number.isInteger(n),a=(0,st.useSelect)((e=>{var r;if(!o)return null;const{getEntityRecord:a}=e(it.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]})(v,m,c),{maxNestingLevel:f}=i,{replaceBlock:y,__unstableMarkNextChangeAsNotPersistent:k}=(0,st.useDispatch)(Qe.store),[x,w]=(0,Oe.useState)(!1),[E,C]=(0,Oe.useState)(null),S=(0,Oe.useRef)(null),B=(e=>{const[t,n]=(0,Oe.useState)(!1);return(0,Oe.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})(S),T=(0,Ze.__)("Add label…"),N=(0,Oe.useRef)(),P=(0,it.useResourcePermissions)("pages"),I=(0,it.useResourcePermissions)("posts"),{innerBlocks:z,isAtMaxNesting:M,isTopLevelLink:R,isParentOfSelectedBlock:L,hasChildren:H}=(0,st.useSelect)((e=>{const{getBlocks:t,getBlockCount:n,getBlockName:o,getBlockRootClientId:r,hasSelectedInnerBlock:a,getBlockParentsByBlockName:l}=e(Qe.store);return{innerBlocks:t(s),isAtMaxNesting:l(s,[Ng,"core/navigation-submenu"]).length>=f,isTopLevelLink:"core/navigation"===o(r(s)),isParentOfSelectedBlock:a(s,!0),hasChildren:!!n(s)}}),[s]);function A(){const e=(0,Ge.createBlock)("core/navigation-submenu",t,z.length>0?z:[(0,Ge.createBlock)("core/navigation-link")]);y(s,e)}(0,Oe.useEffect)((()=>{d||w(!0)}),[d]),(0,Oe.useEffect)((()=>{H&&(k(),A())}),[H]),(0,Oe.useEffect)((()=>{n||w(!1)}),[n]),(0,Oe.useEffect)((()=>{x&&d&&((0,lt.isURL)((0,lt.prependHTTP)(u))&&/^.+\.[a-z]+/.test(u)?function(){N.current.focus();const{ownerDocument:e}=N.current,{defaultView:t}=e,n=t.getSelection(),o=e.createRange();o.selectNodeContents(N.current),n.removeAllRanges(),n.addRange(o)}():(0,Wd.placeCaretAtHorizontalEdge)(N.current,!0))}),[d]);let V=!1;m&&"page"!==m?"post"===m&&(V=I.canCreate):V=P.canCreate;const{textColor:F,customTextColor:D,backgroundColor:$,customBackgroundColor:G}=Xp(i,!R),O=(0,Qe.useBlockProps)({ref:(0,St.useMergeRefs)([C,S]),className:at()("wp-block-navigation-item",{"is-editing":n||L,"is-dragging-within":B,"has-link":!!d,"has-child":H,"has-text-color":!!F||!!D,[(0,Qe.getColorClassName)("color",F)]:!!F,"has-background":!!$||G,[(0,Qe.getColorClassName)("background-color",$)]:!!$}),style:{color:!F&&D,backgroundColor:!$&&G},onKeyDown:function(e){(cn.isKeyboardEvent.primary(e,"k")||!d&&e.keyCode===cn.ENTER)&&w(!0)}}),U=(0,Qe.useInnerBlocksProps)({...O,className:"remove-outline"},{allowedBlocks:["core/navigation-link","core/navigation-submenu","core/page-list"],__experimentalDefaultBlock:{name:"core/navigation-link"},__experimentalDirectInsert:!0,renderAppender:!1});(!d||b||_)&&(O.onClick=()=>w(!0));const q=at()("wp-block-navigation-item__content",{"wp-block-navigation-link__placeholder":!d||b||_}),j=function(e){let t="";switch(e){case"post":t=(0,Ze.__)("Select post");break;case"page":t=(0,Ze.__)("Select page");break;case"category":t=(0,Ze.__)("Select category");break;case"tag":t=(0,Ze.__)("Select tag");break;default:t=(0,Ze.__)("Add link")}return t}(m),W=`(${b?(0,Ze.__)("Invalid"):(0,Ze.__)("Draft")})`,Z=b||_?(0,Ze.__)("This item has been deleted, or is a draft"):(0,Ze.__)("This item is missing a link");return(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.BlockControls,null,(0,Oe.createElement)(We.ToolbarGroup,null,(0,Oe.createElement)(We.ToolbarButton,{name:"link",icon:un,title:(0,Ze.__)("Link"),shortcut:cn.displayShortcut.primary("k"),onClick:()=>w(!0)}),!M&&(0,Oe.createElement)(We.ToolbarButton,{name:"submenu",icon:wg,title:(0,Ze.__)("Add submenu"),onClick:A}))),(0,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Link settings")},(0,Oe.createElement)(We.TextControl,{__nextHasNoMarginBottom:!0,value:u?(0,Wd.__unstableStripHTML)(u):"",onChange:e=>{o({label:e})},label:(0,Ze.__)("Label"),autoComplete:"off"}),(0,Oe.createElement)(We.TextControl,{__nextHasNoMarginBottom:!0,value:d||"",onChange:e=>{Tg({url:e},o,t)},label:(0,Ze.__)("URL"),autoComplete:"off"}),(0,Oe.createElement)(We.TextareaControl,{__nextHasNoMarginBottom:!0,value:p||"",onChange:e=>{o({description:e})},label:(0,Ze.__)("Description"),help:(0,Ze.__)("The description will be displayed in the menu if the current theme supports it.")}),(0,Oe.createElement)(We.TextControl,{__nextHasNoMarginBottom:!0,value:h||"",onChange:e=>{o({title:e})},label:(0,Ze.__)("Link title"),autoComplete:"off"}),(0,Oe.createElement)(We.TextControl,{__nextHasNoMarginBottom:!0,value:g||"",onChange:e=>{o({rel:e})},label:(0,Ze.__)("Link rel"),autoComplete:"off"}))),(0,Oe.createElement)("div",O,(0,Oe.createElement)("a",{className:q},d?(0,Oe.createElement)(Oe.Fragment,null,!b&&!_&&(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.RichText,{ref:N,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,Ze.__)("Navigation link text"),placeholder:T,withoutInteractiveFormatting:!0,allowedFormats:["core/bold","core/italic","core/image","core/strikethrough"],onClick:()=>{d||w(!0)}}),p&&(0,Oe.createElement)("span",{className:"wp-block-navigation-item__description"},p)),(b||_)&&(0,Oe.createElement)("div",{className:"wp-block-navigation-link__placeholder-text wp-block-navigation-link__label"},(0,Oe.createElement)(We.KeyboardShortcuts,{shortcuts:{enter:()=>n&&w(!0)}}),(0,Oe.createElement)(We.Tooltip,{position:"top center",text:Z},(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)("span",{"aria-label":(0,Ze.__)("Navigation link text")},`${(0,Gn.decodeEntities)(u)} ${W}`.trim()),(0,Oe.createElement)("span",{className:"wp-block-navigation-link__missing_text-tooltip"},Z))))):(0,Oe.createElement)("div",{className:"wp-block-navigation-link__placeholder-text"},(0,Oe.createElement)(We.Tooltip,{position:"top center",text:Z},(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)("span",null,j),(0,Oe.createElement)("span",{className:"wp-block-navigation-link__missing_text-tooltip"},Z)))),x&&(0,Oe.createElement)(Sg,{className:"wp-block-navigation-link__inline-link-input",clientId:s,link:t,onClose:()=>w(!1),anchor:E,hasCreateSuggestion:V,onRemove:function(){o({url:"",label:"",id:"",kind:"",type:""}),w(!1)},onChange:e=>{Tg(e,o,t)}})),(0,Oe.createElement)("div",U)))},save:function(){return(0,Oe.createElement)(Qe.InnerBlocks.Content,null)},example:{attributes:{label:(0,Ze._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,Oe.createElement)(Qe.InnerBlocks.Content,null)}}],transforms:Ag},$g=()=>((0,Jl.addFilter)("blocks.registerBlockType","core/navigation-link",Lg),je({name:Fg,metadata:Vg,settings:Dg}));var Gg=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 Og=()=>(0,Oe.createElement)(We.SVG,{xmlns:"http://www.w3.org/2000/svg",width:"12",height:"12",viewBox:"0 0 12 12",fill:"none"},(0,Oe.createElement)(We.Path,{d:"M1.50002 4L6.00002 8L10.5 4",strokeWidth:"1.5"})),{name:Ug}={$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"},qg=["core/navigation-link","core/navigation-submenu","core/page-list"],jg={name:"core/navigation-link"};const Wg={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 Zg=Wg;const Qg={$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:Kg}=Qg,Yg={icon:e=>{let{context:t}=e;return"list-view"===t?Ig:wg},__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,url:u,description:m,rel:d,title:p}=t,{showSubmenuIcon:g,maxNestingLevel:h,openSubmenusOnClick:v}=l,{__unstableMarkNextChangeAsNotPersistent:b,replaceBlock:_}=(0,st.useDispatch)(Qe.store),[f,y]=(0,Oe.useState)(!1),[k,x]=(0,Oe.useState)(null),w=(0,Oe.useRef)(null),E=(e=>{const[t,n]=(0,Oe.useState)(!1);return(0,Oe.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})(w),C=(0,Ze.__)("Add text…"),S=(0,Oe.useRef)(),B=(0,it.useResourcePermissions)("pages"),T=(0,it.useResourcePermissions)("posts"),{isAtMaxNesting:N,isTopLevelItem:P,isParentOfSelectedBlock:I,isImmediateParentOfSelectedBlock:z,hasChildren:M,selectedBlockHasChildren:R,onlyDescendantIsEmptyLink:L}=(0,st.useSelect)((e=>{const{hasSelectedInnerBlock:t,getSelectedBlockClientId:n,getBlockParentsByBlockName:o,getBlock:r,getBlockCount:a,getBlockOrder:l}=e(Qe.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,Ug).length>=h,isTopLevelItem:0===o(i,Ug).length,isParentOfSelectedBlock:t(i,!0),isImmediateParentOfSelectedBlock:t(i,!1),hasChildren:!!a(i),selectedBlockHasChildren:!(null==c||!c.length),onlyDescendantIsEmptyLink:s}}),[i]),H=(0,St.usePrevious)(M);(0,Oe.useEffect)((()=>{v||u||y(!0)}),[]),(0,Oe.useEffect)((()=>{n||y(!1)}),[n]),(0,Oe.useEffect)((()=>{f&&u&&((0,lt.isURL)((0,lt.prependHTTP)(s))&&/^.+\.[a-z]+/.test(s)?function(){S.current.focus();const{ownerDocument:e}=S.current,{defaultView:t}=e,n=t.getSelection(),o=e.createRange();o.selectNodeContents(S.current),n.removeAllRanges(),n.addRange(o)}():(0,Wd.placeCaretAtHorizontalEdge)(S.current,!0))}),[u]);let A=!1;c&&"page"!==c?"post"===c&&(A=T.canCreate):A=B.canCreate;const{textColor:V,customTextColor:F,backgroundColor:D,customBackgroundColor:$}=Xp(l,!P),G=(0,Qe.useBlockProps)({ref:(0,St.useMergeRefs)([x,w]),className:at()("wp-block-navigation-item",{"is-editing":n||I,"is-dragging-within":E,"has-link":!!u,"has-child":M,"has-text-color":!!V||!!F,[(0,Qe.getColorClassName)("color",V)]:!!V,"has-background":!!D||$,[(0,Qe.getColorClassName)("background-color",D)]:!!D,"open-on-click":v}),style:{color:!V&&F,backgroundColor:!D&&$},onKeyDown:function(e){cn.isKeyboardEvent.primary(e,"k")&&y(!0)}}),O=Xp(l,!0),U=N?qg.filter((e=>"core/navigation-submenu"!==e)):qg,q=eg(O),j=(0,Qe.useInnerBlocksProps)(q,{allowedBlocks:U,__experimentalDefaultBlock:jg,__experimentalDirectInsert:!0,__experimentalCaptureToolbars:!0,renderAppender:!!(n||z&&!R||M)&&Qe.InnerBlocks.ButtonBlockAppender}),W=v?"button":"a";function Z(){const e=(0,Ge.createBlock)("core/navigation-link",t);_(i,e)}(0,Oe.useEffect)((()=>{!M&&H&&(b(),Z())}),[M,H]);const Q=!R||L;return(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.BlockControls,null,(0,Oe.createElement)(We.ToolbarGroup,null,!v&&(0,Oe.createElement)(We.ToolbarButton,{name:"link",icon:un,title:(0,Ze.__)("Link"),shortcut:cn.displayShortcut.primary("k"),onClick:()=>y(!0)}),(0,Oe.createElement)(We.ToolbarButton,{name:"revert",icon:Gg,title:(0,Ze.__)("Convert to Link"),onClick:Z,className:"wp-block-navigation__submenu__revert",isDisabled:!Q}))),(0,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Link settings")},(0,Oe.createElement)(We.TextControl,{__nextHasNoMarginBottom:!0,value:s||"",onChange:e=>{o({label:e})},label:(0,Ze.__)("Label"),autoComplete:"off"}),(0,Oe.createElement)(We.TextControl,{__nextHasNoMarginBottom:!0,value:u||"",onChange:e=>{o({url:e})},label:(0,Ze.__)("URL"),autoComplete:"off"}),(0,Oe.createElement)(We.TextareaControl,{__nextHasNoMarginBottom:!0,value:m||"",onChange:e=>{o({description:e})},label:(0,Ze.__)("Description"),help:(0,Ze.__)("The description will be displayed in the menu if the current theme supports it.")}),(0,Oe.createElement)(We.TextControl,{__nextHasNoMarginBottom:!0,value:p||"",onChange:e=>{o({title:e})},label:(0,Ze.__)("Link title"),autoComplete:"off"}),(0,Oe.createElement)(We.TextControl,{__nextHasNoMarginBottom:!0,value:d||"",onChange:e=>{o({rel:e})},label:(0,Ze.__)("Link rel"),autoComplete:"off"}))),(0,Oe.createElement)("div",G,(0,Oe.createElement)(W,{className:"wp-block-navigation-item__content"},(0,Oe.createElement)(Qe.RichText,{ref:S,identifier:"label",className:"wp-block-navigation-item__label",value:s,onChange:e=>o({label:e}),onMerge:r,onReplace:a,"aria-label":(0,Ze.__)("Navigation link text"),placeholder:C,withoutInteractiveFormatting:!0,allowedFormats:["core/bold","core/italic","core/image","core/strikethrough"],onClick:()=>{v||u||y(!0)}}),!v&&f&&(0,Oe.createElement)(Sg,{className:"wp-block-navigation-link__inline-link-input",clientId:i,link:t,onClose:()=>y(!1),anchor:k,hasCreateSuggestion:A,onRemove:()=>{o({url:""}),(0,sp.speak)((0,Ze.__)("Link removed."),"assertive")},onChange:e=>{Tg(e,o,t)}})),(g||v)&&(0,Oe.createElement)("span",{className:"wp-block-navigation__submenu-icon"},(0,Oe.createElement)(Og,null)),(0,Oe.createElement)("div",j)))},save:function(){return(0,Oe.createElement)(Qe.InnerBlocks.Content,null)},transforms:Zg},Jg=()=>je({name:Kg,metadata:Qg,settings:Yg});var Xg=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 eh={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 th={$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:nh}=th,oh={icon:Xg,example:{},transforms:eh,edit:function(){return(0,Oe.createElement)("div",(0,Qe.useBlockProps)(),(0,Oe.createElement)("span",null,(0,Ze.__)("Page break")))},save:function(){return(0,Oe.createElement)(Oe.RawHTML,null,"\x3c!--nextpage--\x3e")}},rh=()=>je({name:nh,metadata:th,settings:oh});var ah=e=>{let{attributes:t,clientId:n}=e;const o=(0,st.useSelect)((e=>e(Qe.store).__experimentalGetParsedPattern(t.slug)),[t.slug]),{replaceBlocks:r,__unstableMarkNextChangeAsNotPersistent:a}=(0,st.useDispatch)(Qe.store);(0,Oe.useEffect)((()=>{null!=o&&o.blocks&&window.queueMicrotask((()=>{a(),r(n,o.blocks)}))}),[n,null==o?void 0:o.blocks]);const l=(0,Qe.useBlockProps)();return(0,Oe.createElement)("div",l)};const lh={$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:ih}=lh,sh={edit:ah},ch=()=>je({name:ih,metadata:lh,settings:sh});var uh=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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"}));function mh(e){let{clientId:t,pages:n}=e;const{replaceBlock:o,selectBlock:r}=(0,st.useDispatch)(Qe.store),{parentNavBlockClientId:a}=(0,st.useSelect)((e=>{const{getSelectedBlockClientId:t,getBlockParentsByBlockName:n}=e(Qe.store);return{parentNavBlockClientId:n(t(),"core/navigation",!0)[0]}}),[t]);return()=>{const e=function(){const e={},t=[];(arguments.length>0&&void 0!==arguments[0]?arguments[0]:[]).forEach((n=>{var o,r;let{id:a,title:l,link:i,type:s,parent:c}=n;const u=null!==(o=null===(r=e[a])||void 0===r?void 0:r.innerBlocks)&&void 0!==o?o:[];e[a]=(0,Ge.createBlock)("core/navigation-link",{id:a,label:l.rendered,url:i,type:s,kind:"post-type"},u),c?(e[c]||(e[c]={innerBlocks:[]}),e[c].innerBlocks.push(e[a])):t.push(e[a])}));const n=e=>{e.forEach(((e,t,o)=>{const{attributes:r,innerBlocks:a}=e;if(0!==a.length){n(a);const e=(0,Ge.createBlock)("core/navigation-submenu",r,a);o[t]=e}}))};return n(t),t}(n);o(t,e),r(a)}}const dh=()=>{},ph=(0,Ze.__)('This menu is automatically kept in sync with pages on your site. You can manage the menu yourself by clicking "Edit" below.');function gh(e){let{blockProps:t,innerBlocksProps:n,hasResolvedPages:o,blockList:r,pages:a,parentPageID:l}=e;if(!o)return(0,Oe.createElement)("div",t,(0,Oe.createElement)("div",{className:"wp-block-page-list__loading-indicator-container"},(0,Oe.createElement)(We.Spinner,{className:"wp-block-page-list__loading-indicator"})));if(null===a)return(0,Oe.createElement)("div",t,(0,Oe.createElement)(We.Notice,{status:"warning",isDismissible:!1},(0,Ze.__)("Page List: Cannot retrieve Pages.")));if(0===a.length)return(0,Oe.createElement)("div",t,(0,Oe.createElement)(We.Notice,{status:"info",isDismissible:!1},(0,Ze.__)("Page List: Cannot retrieve Pages.")));if(0===r.length){var i;const e=a.find((e=>e.id===l));return null!=e&&null!==(i=e.title)&&void 0!==i&&i.rendered?(0,Oe.createElement)("div",t,(0,Oe.createElement)(Qe.Warning,null,(0,Ze.sprintf)((0,Ze.__)('Page List: "%s" page has no children.'),e.title.rendered))):(0,Oe.createElement)("div",t,(0,Oe.createElement)(We.Notice,{status:"warning",isDismissible:!1},(0,Ze.__)("Page List: Cannot retrieve Pages.")))}return a.length>0?(0,Oe.createElement)("ul",n):void 0}function hh(e){let{onClick:t,disabled:n}=e;const[o,r]=(0,Oe.useState)(!1),a=()=>r(!1);return(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.BlockControls,{group:"other"},(0,Oe.createElement)(We.ToolbarButton,{title:(0,Ze.__)("Edit"),onClick:()=>r(!0)},(0,Ze.__)("Edit"))),o&&(0,Oe.createElement)(We.Modal,{onRequestClose:a,title:(0,Ze.__)("Edit this menu"),className:"wp-block-page-list-modal",aria:{describedby:"wp-block-page-list-modal__description"}},(0,Oe.createElement)("p",{id:"wp-block-page-list-modal__description"},ph),(0,Oe.createElement)("div",{className:"wp-block-page-list-modal-buttons"},(0,Oe.createElement)(We.Button,{variant:"tertiary",onClick:a},(0,Ze.__)("Cancel")),(0,Oe.createElement)(We.Button,{variant:"primary",disabled:n,onClick:t},(0,Ze.__)("Edit")))))}const vh={$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:{parentPageID:{type:"integer",default:0},isNested:{type:"boolean",default:!1}},usesContext:["textColor","customTextColor","backgroundColor","customBackgroundColor","overlayTextColor","customOverlayTextColor","overlayBackgroundColor","customOverlayBackgroundColor","fontSize","customFontSize","showSubmenuIcon","style","openSubmenusOnClick"],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-page-list-editor",style:"wp-block-page-list"},{name:bh}=vh,_h={icon:uh,example:{},edit:function(e){var t;let{context:n,clientId:o,attributes:r,setAttributes:a}=e;const{parentPageID:l}=r,{records:i,hasResolved:s}=(0,it.useEntityRecords)("postType","page",{per_page:100,_fields:["id","link","menu_order","parent","title","type"],orderby:"menu_order",order:"asc"}),c="showSubmenuIcon"in n&&(null==i?void 0:i.length)>0&&(null==i?void 0:i.length)<=100,u=mh({clientId:o,pages:i}),m=(0,Oe.useMemo)((()=>{if(null===i)return new Map;const e=i.sort(((e,t)=>e.menu_order===t.menu_order?e.title.rendered.localeCompare(t.title.rendered):e.menu_order-t.menu_order));return e.reduce(((e,t)=>{const{parent:n}=t;return e.has(n)?e.get(n).push(t):e.set(n,[t]),e}),new Map)}),[i]),d=(0,Qe.useBlockProps)({className:at()("wp-block-page-list",{"has-text-color":!!n.textColor,[(0,Qe.getColorClassName)("color",n.textColor)]:!!n.textColor,"has-background":!!n.backgroundColor,[(0,Qe.getColorClassName)("background-color",n.backgroundColor)]:!!n.backgroundColor}),style:{...null===(t=n.style)||void 0===t?void 0:t.color}}),p=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:l;const t=m.get(e);return null!=t&&t.length?t.reduce(((e,t)=>{var n,o;const r=m.has(t.id),a={id:t.id,label:null===(n=t.title)||void 0===n?void 0:n.rendered,title:null===(o=t.title)||void 0===o?void 0:o.rendered,link:t.url,hasChildren:r};let l=null;const i=p(t.id);return l=(0,Ge.createBlock)("core/page-list-item",a,i),e.push(l),e}),[]):[]},g=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;const n=m.get(e);return null!=n&&n.length?n.reduce(((e,n)=>{const o=m.has(n.id),r={value:n.id,label:"— ".repeat(t)+n.title.rendered,rawName:n.title.rendered};return e.push(r),o&&e.push(...g(n.id,t+1)),e}),[]):[]},h=(0,Oe.useMemo)(g,[m]),v=(0,Oe.useMemo)(p,[m,l]),b=(0,Qe.useInnerBlocksProps)(d,{allowedBlocks:["core/page-list-item"],renderAppender:!1,__unstableDisableDropZone:!0,templateLock:"all",onInput:dh,onChange:dh,value:v}),{isNested:_}=(0,st.useSelect)((e=>{const{getBlockParentsByBlockName:t}=e(Qe.store);return{isNested:t(o,"core/navigation-submenu",!0).length>0}}),[o]);return(0,Oe.useEffect)((()=>{a({isNested:_})}),[_]),(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.InspectorControls,null,h.length>0&&(0,Oe.createElement)(We.PanelBody,null,(0,Oe.createElement)(We.ComboboxControl,{className:"editor-page-attributes__parent",label:(0,Ze.__)("Parent page"),value:l,options:h,onChange:e=>a({parentPageID:null!=e?e:0}),help:(0,Ze.__)("Choose a page to show only its subpages.")})),c&&(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Edit this menu")},(0,Oe.createElement)("p",null,ph),(0,Oe.createElement)(We.Button,{variant:"primary",disabled:!s,onClick:u},(0,Ze.__)("Edit")))),c&&(0,Oe.createElement)(hh,{disabled:!s,onClick:u}),(0,Oe.createElement)(gh,{blockProps:d,innerBlocksProps:b,hasResolvedPages:s,blockList:v,pages:i,parentPageID:l}))}},fh=()=>je({name:bh,metadata:vh,settings:_h}),yh=()=>(0,Oe.createElement)(We.SVG,{xmlns:"http://www.w3.org/2000/svg",width:"12",height:"12",viewBox:"0 0 12 12",fill:"none"},(0,Oe.createElement)(We.Path,{d:"M1.50002 4L6.00002 8L10.5 4",strokeWidth:"1.5"}));const kh={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/page-list-item",title:"Page List Item",category:"widgets",parent:["core/page-list"],description:"Displays a page inside a list of all pages.",keywords:["page","menu","navigation"],textdomain:"default",attributes:{id:{type:"number"},label:{type:"string"},title:{type:"string"},link:{type:"string"},hasChildren:{type:"boolean"}},usesContext:["textColor","customTextColor","backgroundColor","customBackgroundColor","overlayTextColor","customOverlayTextColor","overlayBackgroundColor","customOverlayBackgroundColor","fontSize","customFontSize","showSubmenuIcon","style","openSubmenusOnClick"],supports:{reusable:!1,html:!1,lock:!1,inserter:!1,__experimentalToolbar:!1},editorStyle:"wp-block-page-list-editor",style:"wp-block-page-list"},{name:xh}=kh,wh={__experimentalLabel:e=>{let{label:t}=e;return t},icon:Ig,example:{},edit:function(e){let{context:t,attributes:n}=e;const{id:o,label:r,link:a,hasChildren:l}=n,i="showSubmenuIcon"in t,s=(0,st.useSelect)((e=>{if(!e(it.store).canUser("read","settings"))return;const t=e(it.store).getEntityRecord("root","site");return"page"===(null==t?void 0:t.show_on_front)&&(null==t?void 0:t.page_on_front)}),[]),c=eg(Xp(t,!0)),u=(0,Qe.useBlockProps)(c,{className:"wp-block-pages-list__item"}),m=(0,Qe.useInnerBlocksProps)(u);return(0,Oe.createElement)("li",{key:o,className:at()("wp-block-pages-list__item",{"has-child":l,"wp-block-navigation-item":i,"open-on-click":t.openSubmenusOnClick,"open-on-hover-click":!t.openSubmenusOnClick&&t.showSubmenuIcon,"menu-item-home":o===s})},l&&t.openSubmenusOnClick?(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)("button",{className:"wp-block-navigation-item__content wp-block-navigation-submenu__toggle","aria-expanded":"false"},(0,Gn.decodeEntities)(r)),(0,Oe.createElement)("span",{className:"wp-block-page-list__submenu-icon wp-block-navigation__submenu-icon"},(0,Oe.createElement)(yh,null))):(0,Oe.createElement)("a",{className:at()("wp-block-pages-list__item__link",{"wp-block-navigation-item__content":i}),href:a},(0,Gn.decodeEntities)(r)),l&&(0,Oe.createElement)(Oe.Fragment,null,!t.openSubmenusOnClick&&t.showSubmenuIcon&&(0,Oe.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,Oe.createElement)(yh,null)),(0,Oe.createElement)("ul",m)))}},Eh=()=>je({name:xh,metadata:kh,settings:wh});var Ch=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 Sh={className:!1},Bh={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"}},Th=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:Nh,...Ph}=Bh,Ih=[{supports:Sh,attributes:{...Ph,customTextColor:{type:"string"},customBackgroundColor:{type:"string"},customFontSize:{type:"number"}},save(e){let{attributes:t}=e;const{align:n,content:o,dropCap:r,direction:a}=t,l=at()({"has-drop-cap":n!==((0,Ze.isRTL)()?"left":"right")&&"center"!==n&&r,[`has-text-align-${n}`]:n});return(0,Oe.createElement)("p",Qe.useBlockProps.save({className:l,dir:a}),(0,Oe.createElement)(Qe.RichText.Content,{value:o}))}},{supports:Sh,attributes:{...Ph,customTextColor:{type:"string"},customBackgroundColor:{type:"string"},customFontSize:{type:"number"}},migrate:Th,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,Qe.getColorClassName)("color",l),p=(0,Qe.getColorClassName)("background-color",a),g=(0,Qe.getFontSizeClass)(c),h=at()({"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,Oe.createElement)(Qe.RichText.Content,{tagName:"p",style:v,className:h||void 0,value:o,dir:m})}},{supports:Sh,attributes:{...Ph,customTextColor:{type:"string"},customBackgroundColor:{type:"string"},customFontSize:{type:"number"}},migrate:Th,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,Qe.getColorClassName)("color",l),p=(0,Qe.getColorClassName)("background-color",a),g=(0,Qe.getFontSizeClass)(c),h=at()({"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,Oe.createElement)(Qe.RichText.Content,{tagName:"p",style:v,className:h||void 0,value:o,dir:m})}},{supports:Sh,attributes:{...Ph,customTextColor:{type:"string"},customBackgroundColor:{type:"string"},customFontSize:{type:"number"},width:{type:"string"}},migrate:Th,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,Qe.getColorClassName)("color",i),p=(0,Qe.getColorClassName)("background-color",l),g=u&&`is-${u}-text`,h=at()({[`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,Oe.createElement)(Qe.RichText.Content,{tagName:"p",style:v,className:h||void 0,value:r})}},{supports:Sh,attributes:{...Ph,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=at()({[`align${n}`]:n,"has-background":l,"has-drop-cap":a}),u={backgroundColor:l,color:i,fontSize:s,textAlign:o};return(0,Oe.createElement)("p",{style:u,className:c||void 0},r)},migrate(e){return Th({...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:Sh,attributes:{...Bh,content:{type:"string",source:"html",default:""}},save(e){let{attributes:t}=e;return(0,Oe.createElement)(Oe.RawHTML,null,t.content)},migrate(e){return e}}];var zh=Ih;var Mh=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"-2 -2 24 24"},(0,Oe.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 Rh(e){const{batch:t}=(0,st.useRegistry)(),{moveBlocksToPosition:n,replaceInnerBlocks:o,duplicateBlocks:r,insertBlock:a}=(0,st.useDispatch)(Qe.store),{getBlockRootClientId:l,getBlockIndex:i,getBlockOrder:s,getBlockName:c,getBlock:u,getNextBlockClientId:m}=(0,st.useSelect)(Qe.store),d=(0,Oe.useRef)(e);return d.current=e,(0,St.useRefEffect)((e=>{function p(e){if(e.defaultPrevented)return;if(e.keyCode!==cn.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 Lh(e){let{direction:t,setDirection:n}=e;return(0,Ze.isRTL)()&&(0,Oe.createElement)(We.ToolbarButton,{icon:Mh,title:(0,Ze._x)("Left to right","editor button"),isActive:"ltr"===t,onClick:()=>{n("ltr"===t?void 0:"ltr")}})}function Hh(e){return e===((0,Ze.isRTL)()?"left":"right")||"center"===e}var Ah=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,Qe.useSetting)("typography.dropCap"),p=(0,Qe.useBlockProps)({ref:Rh({clientId:l,content:s}),className:at()({"has-drop-cap":!Hh(i)&&u,[`has-text-align-${i}`]:i}),style:{direction:c}});let g;return g=Hh(i)?(0,Ze.__)("Not available for aligned text."):u?(0,Ze.__)("Showing large initial letter."):(0,Ze.__)("Toggle to show a large initial letter."),(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.BlockControls,{group:"block"},(0,Oe.createElement)(Qe.AlignmentControl,{value:i,onChange:e=>a({align:e,dropCap:!Hh(e)&&u})}),(0,Oe.createElement)(Lh,{direction:c,setDirection:e=>a({direction:e})})),d&&(0,Oe.createElement)(Qe.InspectorControls,{group:"typography"},(0,Oe.createElement)(We.__experimentalToolsPanelItem,{hasValue:()=>!!u,label:(0,Ze.__)("Drop cap"),onDeselect:()=>a({dropCap:void 0}),resetAllFilter:()=>({dropCap:void 0}),panelId:l},(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Drop cap"),checked:!!u,onChange:()=>a({dropCap:!u}),help:g,disabled:!!Hh(i)}))),(0,Oe.createElement)(Qe.RichText,ot({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,Ze.__)("Paragraph block"):(0,Ze.__)("Empty block; start writing or type forward slash to choose a block"),"data-empty":!s,placeholder:m||(0,Ze.__)("Type / to choose a block"),"data-custom-placeholder":!!m||void 0,__unstableEmbedURLOnPaste:!0,__unstableAllowPrefixTransformations:!0})))};const{name:Vh}={$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"},Fh={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)(Vh,e.outerHTML),{textAlign:n}=e.style||{};return"left"!==n&&"center"!==n&&"right"!==n||(t.align=n),(0,Ge.createBlock)(Vh,t)}}]};var Dh=Fh;const $h={$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:Gh}=$h,Oh={icon:Ch,example:{attributes:{content:(0,Ze.__)("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.")}},__experimentalLabel(e,t){let{context:n}=t;if("accessibility"===n){const{content:t}=e;return t&&0!==t.length?t:(0,Ze.__)("Empty")}},transforms:Dh,deprecated:zh,merge(e,t){return{content:(e.content||"")+(t.content||"")}},edit:Ah,save:function(e){let{attributes:t}=e;const{align:n,content:o,dropCap:r,direction:a}=t,l=at()({"has-drop-cap":n!==((0,Ze.isRTL)()?"left":"right")&&"center"!==n&&r,[`has-text-align-${n}`]:n});return(0,Oe.createElement)("p",Qe.useBlockProps.save({className:l,dir:a}),(0,Oe.createElement)(Qe.RichText.Content,{value:o}))}},Uh=()=>je({name:Gh,metadata:$h,settings:Oh});var qh=(0,Oe.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,Oe.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"}));const jh={who:"authors",per_page:100};var Wh=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,st.useSelect)((e=>{var t;const{getEditedEntityRecord:r,getUser:a,getUsers:l}=e(it.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(jh)}}),[n,o]),{editEntityRecord:m}=(0,st.useDispatch)(it.store),{textAlign:d,showAvatar:p,showBio:g,byline:h,isLink:v,linkTarget:b}=a,_=[],f=(null==c?void 0:c.name)||(0,Ze.__)("Post Author");null!=c&&c.avatar_urls&&Object.keys(c.avatar_urls).forEach((e=>{_.push({value:e,label:`${e} x ${e}`})}));const y=(0,Qe.useBlockProps)({className:at()({[`has-text-align-${d}`]:d})}),k=null!=u&&u.length?u.map((e=>{let{id:t,name:n}=e;return{value:t,label:n}})):[],x=e=>{m("postType",n,o,{author:e})},w=k.length>=25;return(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Settings")},!!o&&!i&&k.length&&(w&&(0,Oe.createElement)(We.ComboboxControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Author"),options:k,value:s,onChange:x,allowReset:!1})||(0,Oe.createElement)(We.SelectControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Author"),value:s,options:k,onChange:x})),(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Show avatar"),checked:p,onChange:()=>l({showAvatar:!p})}),p&&(0,Oe.createElement)(We.SelectControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Avatar size"),value:a.avatarSize,options:_,onChange:e=>{l({avatarSize:Number(e)})}}),(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Show bio"),checked:g,onChange:()=>l({showBio:!g})}),(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Link author name to author page"),checked:v,onChange:()=>l({isLink:!v})}),v&&(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Open in new tab"),onChange:e=>l({linkTarget:e?"_blank":"_self"}),checked:"_blank"===b}))),(0,Oe.createElement)(Qe.BlockControls,{group:"block"},(0,Oe.createElement)(Qe.AlignmentControl,{value:d,onChange:e=>{l({textAlign:e})}})),(0,Oe.createElement)("div",y,p&&(null==c?void 0:c.avatar_urls)&&(0,Oe.createElement)("div",{className:"wp-block-post-author__avatar"},(0,Oe.createElement)("img",{width:a.avatarSize,src:c.avatar_urls[a.avatarSize],alt:c.name})),(0,Oe.createElement)("div",{className:"wp-block-post-author__content"},(!Qe.RichText.isEmpty(h)||t)&&(0,Oe.createElement)(Qe.RichText,{className:"wp-block-post-author__byline",multiline:!1,"aria-label":(0,Ze.__)("Post author byline text"),placeholder:(0,Ze.__)("Write byline…"),value:h,onChange:e=>l({byline:e})}),(0,Oe.createElement)("p",{className:"wp-block-post-author__name"},v?(0,Oe.createElement)("a",{href:"#post-author-pseudo-link",onClick:e=>e.preventDefault()},f):f),g&&(0,Oe.createElement)("p",{className:"wp-block-post-author__bio",dangerouslySetInnerHTML:{__html:null==c?void 0:c.description}}))))};const Zh={$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"},isLink:{type:"boolean",default:!1},linkTarget:{type:"string",default:"_self"}},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:Qh}=Zh,Kh={icon:qh,edit:Wh},Yh=()=>je({name:Qh,metadata:Zh,settings:Kh});var Jh=function(e){let{context:{postType:t,postId:n},attributes:{textAlign:o,isLink:r,linkTarget:a},setAttributes:l}=e;const{authorName:i}=(0,st.useSelect)((e=>{var o;const{getEditedEntityRecord:r,getUser:a}=e(it.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,Qe.useBlockProps)({className:at()({[`has-text-align-${o}`]:o})}),c=(null==i?void 0:i.name)||(0,Ze.__)("Author Name"),u=r?(0,Oe.createElement)("a",{href:"#author-pseudo-link",onClick:e=>e.preventDefault(),className:"wp-block-post-author-name__link"},c):c;return(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.BlockControls,{group:"block"},(0,Oe.createElement)(Qe.AlignmentControl,{value:o,onChange:e=>{l({textAlign:e})}})),(0,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Link settings")},(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Link to author archive"),onChange:()=>l({isLink:!r}),checked:r}),r&&(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Open in new tab"),onChange:e=>l({linkTarget:e?"_blank":"_self"}),checked:"_blank"===a}))),(0,Oe.createElement)("div",s," ",u," "))};var Xh={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 ev={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,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:tv}=ev,nv={icon:qh,transforms:Xh,edit:Jh},ov=()=>je({name:tv,metadata:ev,settings:nv});var rv=function(e){let{context:{postType:t,postId:n},attributes:{textAlign:o},setAttributes:r}=e;const{authorDetails:a}=(0,st.useSelect)((e=>{var o;const{getEditedEntityRecord:r,getUser:a}=e(it.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,Qe.useBlockProps)({className:at()({[`has-text-align-${o}`]:o})}),i=(null==a?void 0:a.description)||(0,Ze.__)("Author Biography");return(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.BlockControls,{group:"block"},(0,Oe.createElement)(Qe.AlignmentControl,{value:o,onChange:e=>{r({textAlign:e})}})),(0,Oe.createElement)("div",ot({},l,{dangerouslySetInnerHTML:{__html:i}})))};const av={$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:lv}=av,iv={icon:qh,edit:rv},sv=()=>je({name:lv,metadata:av,settings:iv});var cv=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 uv=["core/avatar","core/comment-author-name","core/comment-content","core/comment-date","core/comment-edit-link","core/comment-reply-link"],mv=[["core/avatar"],["core/comment-author-name"],["core/comment-date"],["core/comment-content"],["core/comment-reply-link"],["core/comment-edit-link"]];const dv={$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:pv}=dv,gv={icon:em,edit:function(e){let{attributes:{commentId:t},setAttributes:n}=e;const[o,r]=(0,Oe.useState)(t),a=(0,Qe.useBlockProps)(),l=(0,Qe.useInnerBlocksProps)(a,{template:mv,allowedBlocks:uv});return t?(0,Oe.createElement)("div",l):(0,Oe.createElement)("div",a,(0,Oe.createElement)(We.Placeholder,{icon:cv,label:(0,Ze._x)("Post Comment","block title"),instructions:(0,Ze.__)("To show a comment, input the comment ID.")},(0,Oe.createElement)(We.TextControl,{__nextHasNoMarginBottom:!0,value:t,onChange:e=>r(parseInt(e))}),(0,Oe.createElement)(We.Button,{variant:"primary",onClick:()=>{n({commentId:o})}},(0,Ze.__)("Save"))))},save:function(){const e=Qe.useBlockProps.save(),t=Qe.useInnerBlocksProps.save(e);return(0,Oe.createElement)("div",t)}},hv=()=>je({name:pv,metadata:dv,settings:gv});var vv=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 bv={$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}},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:_v}=bv,fv={icon:vv,edit:function(e){var t;let{attributes:n,context:o,setAttributes:r}=e;const{textAlign:a}=n,{postId:l}=o,[i,s]=(0,Oe.useState)(),c=(0,Qe.useBlockProps)({className:at()({[`has-text-align-${a}`]:a})});(0,Oe.useEffect)((()=>{if(!l)return;const e=l;Hr()({path:(0,lt.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,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.BlockControls,{group:"block"},(0,Oe.createElement)(Qe.AlignmentControl,{value:a,onChange:e=>{r({textAlign:e})}})),(0,Oe.createElement)("div",ot({},c,{style:m}),u?i:(0,Oe.createElement)(Qe.Warning,null,(0,Ze.__)("Post Comments Count block: post not found."))))}},yv=()=>je({name:_v,metadata:bv,settings:fv});var kv=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 xv={$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}},spacing:{margin:!0,padding:!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:wv}=xv,Ev={icon:kv,edit:function(e){let{attributes:t,context:n,setAttributes:o}=e;const{textAlign:r}=t,{postId:a,postType:l}=n,i=(0,Qe.useBlockProps)({className:at()({[`has-text-align-${r}`]:r})});return(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.BlockControls,{group:"block"},(0,Oe.createElement)(Qe.AlignmentControl,{value:r,onChange:e=>{o({textAlign:e})}})),(0,Oe.createElement)("div",i,(0,Oe.createElement)(qo,{postId:a,postType:l})))}},Cv=()=>je({name:wv,metadata:xv,settings:Ev});var Sv=function(e){let{context:t,attributes:n,setAttributes:o}=e;const{textAlign:r}=n,{postType:a,postId:l}=t,[i,s]=(0,Oe.useState)(),c=(0,Qe.useBlockProps)({className:at()({[`has-text-align-${r}`]:r})});(0,Oe.useEffect)((()=>{if(!l)return;const e=l;Hr()({path:(0,lt.addQueryArgs)("/wp/v2/comments",{post:l}),parse:!1}).then((t=>{e===l&&s(t.headers.get("X-WP-Total"))}))}),[l]);const u=(0,st.useSelect)((e=>e(it.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,Ze.__)("No comments"):(0,Ze.sprintf)((0,Ze._n)("%s comment","%s comments",e),e.toLocaleString())}return(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.BlockControls,{group:"block"},(0,Oe.createElement)(Qe.AlignmentControl,{value:r,onChange:e=>{o({textAlign:e})}})),(0,Oe.createElement)("div",c,m&&void 0!==d?(0,Oe.createElement)("a",{href:m+"#comments",onClick:e=>e.preventDefault()},d):(0,Oe.createElement)(Qe.Warning,null,(0,Ze.__)("Post Comments Link block: post not found."))))};const Bv={$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}},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:Tv}=Bv,Nv={edit:Sv,icon:vv},Pv=()=>je({name:Tv,metadata:Bv,settings:Nv});function Iv(e,t,n){return(0,st.useSelect)((o=>o(it.store).canUserEditEntityRecord(e,t,n)),[e,t,n])}function zv(e){let{userCanEdit:t,postType:n,postId:o}=e;const[,,r]=(0,it.useEntityProp)("postType",n,"content",o),a=(0,Qe.useBlockProps)();return null!=r&&r.protected&&!t?(0,Oe.createElement)("div",a,(0,Oe.createElement)(Qe.Warning,null,(0,Ze.__)("This content is password protected."))):(0,Oe.createElement)("div",ot({},a,{dangerouslySetInnerHTML:{__html:null==r?void 0:r.rendered}}))}function Mv(e){let{context:t={}}=e;const{postType:n,postId:o}=t,[r,a,l]=(0,it.useEntityBlockEditor)("postType",n,{id:o}),i=(0,Qe.useInnerBlocksProps)((0,Qe.useBlockProps)({className:"entry-content"}),{value:r,onInput:a,onChange:l});return(0,Oe.createElement)("div",i)}function Rv(e){const{context:{queryId:t,postType:n,postId:o}={}}=e,r=Number.isFinite(t),a=Iv("postType",n,o);return a&&!r?(0,Oe.createElement)(Mv,e):(0,Oe.createElement)(zv,{userCanEdit:a,postType:n,postId:o})}function Lv(e){let{layoutClassNames:t}=e;const n=(0,Qe.useBlockProps)({className:t});return(0,Oe.createElement)("div",n,(0,Oe.createElement)("p",null,(0,Ze.__)("This is the Post Content block, it will display all the blocks in any single post or page.")),(0,Oe.createElement)("p",null,(0,Ze.__)("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,Oe.createElement)("p",null,(0,Ze.__)("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 Hv(){const e=(0,Qe.useBlockProps)();return(0,Oe.createElement)("div",e,(0,Oe.createElement)(Qe.Warning,null,(0,Ze.__)("Block cannot be rendered inside itself.")))}const Av={$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,dimensions:{minHeight:!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:Vv}=Av,Fv={icon:Pg,edit:function(e){let{context:t,attributes:n,__unstableLayoutClassNames:o}=e;const{postId:r,postType:a}=t,{layout:l={}}=n,i=(0,Qe.__experimentalUseHasRecursion)(r);return r&&a&&i?(0,Oe.createElement)(Hv,null):(0,Oe.createElement)(Qe.__experimentalRecursionProvider,{uniqueId:r},r&&a?(0,Oe.createElement)(Rv,{context:t,layout:l}):(0,Oe.createElement)(Lv,{layoutClassNames:o}))}},Dv=()=>je({name:Vv,metadata:Av,settings:Fv});function $v(e){return/(?:^|[^\\])[aAgh]/.test(e)}const Gv={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:Xt,isEligible(e){var t;let{style:n}=e;return null==n||null===(t=n.typography)||void 0===t?void 0:t.fontFamily}};var Ov=[Gv];const Uv={$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:qv}=Uv,jv={icon:hr,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,Qe.useBlockProps)({className:at()({[`has-text-align-${t}`]:t})}),[u,m]=(0,Oe.useState)(null),d=(0,Oe.useMemo)((()=>({anchor:u})),[u]),p=Number.isFinite(i),g=(0,vr.getSettings)(),[h=g.formats.date]=(0,it.useEntityProp)("root","site","date_format"),[v=g.formats.time]=(0,it.useEntityProp)("root","site","time_format"),[b,_]=(0,it.useEntityProp)("postType",l,r,a),f=(0,st.useSelect)((e=>l?e(it.store).getPostType(l):null),[l]);let y=b?(0,Oe.createElement)("time",{dateTime:(0,vr.dateI18n)("c",b),ref:m},(0,vr.dateI18n)(n||h,b)):(0,Ze.__)("Post Date");return o&&b&&(y=(0,Oe.createElement)("a",{href:"#post-date-pseudo-link",onClick:e=>e.preventDefault()},y)),(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.BlockControls,{group:"block"},(0,Oe.createElement)(Qe.AlignmentControl,{value:t,onChange:e=>{s({textAlign:e})}}),b&&!p&&(0,Oe.createElement)(We.ToolbarGroup,null,(0,Oe.createElement)(We.Dropdown,{popoverProps:d,renderContent:e=>{let{onClose:t}=e;return(0,Oe.createElement)(Qe.__experimentalPublishDateTimePicker,{currentDate:b,onChange:_,is12Hour:$v(v),onClose:t})},renderToggle:e=>{let{isOpen:t,onToggle:n}=e;return(0,Oe.createElement)(We.ToolbarButton,{"aria-expanded":t,icon:pi,title:(0,Ze.__)("Change Date"),onClick:n,onKeyDown:e=>{t||e.keyCode!==cn.DOWN||(e.preventDefault(),n())}})}}))),(0,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Settings")},(0,Oe.createElement)(Qe.__experimentalDateFormatPicker,{format:n,defaultFormat:h,onChange:e=>s({format:e})}),(0,Oe.createElement)(We.ToggleControl,{label:null!=f&&f.labels.singular_name?(0,Ze.sprintf)((0,Ze.__)("Link to %s"),f.labels.singular_name.toLowerCase()):(0,Ze.__)("Link to post"),onChange:()=>s({isLink:!o}),checked:o}),(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Display last modified date"),onChange:e=>s({displayType:e?"modified":"date"}),checked:"modified"===r}))),(0,Oe.createElement)("div",c,y))},deprecated:Ov},Wv=()=>je({name:qv,metadata:Uv,settings:jv});var Zv=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 Qv={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 Kv={$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:Yv}=Kv,Jv={icon:Zv,transforms:Qv,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=Iv("postType",i,l),m=u&&!c,[d,p,{rendered:g,protected:h}={}]=(0,it.useEntityProp)("postType",i,"excerpt",l),v=(0,Qe.useBlockProps)({className:at()({[`has-text-align-${t}`]:t})}),b=(0,Oe.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,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.BlockControls,null,(0,Oe.createElement)(Qe.AlignmentToolbar,{value:t,onChange:e=>r({textAlign:e})})),(0,Oe.createElement)("div",v,(0,Oe.createElement)("p",null,(0,Ze.__)("This is the Post Excerpt block, it will display the excerpt from single posts.")),(0,Oe.createElement)("p",null,(0,Ze.__)("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,Oe.createElement)("div",v,(0,Oe.createElement)(Qe.Warning,null,(0,Ze.__)("There is no excerpt because this is a protected post.")));const _=(0,Oe.createElement)(Qe.RichText,{className:"wp-block-post-excerpt__more-link",tagName:"a","aria-label":(0,Ze.__)("“Read more” link text"),placeholder:(0,Ze.__)('Add "read more" link text'),value:n,onChange:e=>r({moreText:e}),withoutInteractiveFormatting:!0}),f=at()("wp-block-post-excerpt__excerpt",{"is-inline":!o}),y=m?(0,Oe.createElement)(Qe.RichText,{className:f,"aria-label":(0,Ze.__)("Post excerpt text"),value:d||b||(a?"":(0,Ze.__)("No post excerpt found")),onChange:p,tagName:"p"}):(0,Oe.createElement)("p",{className:f},b||(0,Ze.__)("No post excerpt found"));return(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.BlockControls,null,(0,Oe.createElement)(Qe.AlignmentToolbar,{value:t,onChange:e=>r({textAlign:e})})),(0,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Settings")},(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Show link on new line"),checked:o,onChange:e=>r({showMoreOnNewLine:e})}))),(0,Oe.createElement)("div",v,y,!o&&" ",o?(0,Oe.createElement)("p",{className:"wp-block-post-excerpt__more-text"},_):_))}},Xv=()=>je({name:Yv,metadata:Kv,settings:Jv});var eb=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 tb=(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(We.__experimentalToggleGroupControlOption,{value:"cover",label:(0,Ze._x)("Cover","Scale option for Image dimension control")}),(0,Oe.createElement)(We.__experimentalToggleGroupControlOption,{value:"contain",label:(0,Ze._x)("Contain","Scale option for Image dimension control")}),(0,Oe.createElement)(We.__experimentalToggleGroupControlOption,{value:"fill",label:(0,Ze._x)("Fill","Scale option for Image dimension control")})),nb="cover",ob={cover:(0,Ze.__)("Image is scaled and cropped to fill the entire space without being distorted."),contain:(0,Ze.__)("Image is scaled to fill the space without clipping nor distorting."),fill:(0,Ze.__)("Image will be stretched and distorted to completely fill the space.")};var rb=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,Qe.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,Ze._x)("Scale","Image scaling options");return(0,Oe.createElement)(Qe.InspectorControls,{group:"dimensions"},(0,Oe.createElement)(We.__experimentalToolsPanelItem,{className:"single-column",hasValue:()=>!!o,label:(0,Ze.__)("Height"),onDeselect:()=>l({height:void 0}),resetAllFilter:()=>({height:void 0}),isShownByDefault:!0,panelId:t},(0,Oe.createElement)(We.__experimentalUnitControl,{label:(0,Ze.__)("Height"),labelPosition:"top",value:o||"",min:0,onChange:e=>c("height",e),units:s})),(0,Oe.createElement)(We.__experimentalToolsPanelItem,{className:"single-column",hasValue:()=>!!n,label:(0,Ze.__)("Width"),onDeselect:()=>l({width:void 0}),resetAllFilter:()=>({width:void 0}),isShownByDefault:!0,panelId:t},(0,Oe.createElement)(We.__experimentalUnitControl,{label:(0,Ze.__)("Width"),labelPosition:"top",value:n||"",min:0,onChange:e=>c("width",e),units:s})),!!o&&(0,Oe.createElement)(We.__experimentalToolsPanelItem,{hasValue:()=>!!r&&r!==nb,label:u,onDeselect:()=>l({scale:nb}),resetAllFilter:()=>({scale:nb}),isShownByDefault:!0,panelId:t},(0,Oe.createElement)(We.__experimentalToggleGroupControl,{__nextHasNoMarginBottom:!0,label:u,value:r,help:ob[r],onChange:e=>l({scale:e}),isBlock:!0},tb)),!!i.length&&(0,Oe.createElement)(We.__experimentalToolsPanelItem,{hasValue:()=>!!a,label:(0,Ze.__)("Image size"),onDeselect:()=>l({sizeSlug:void 0}),resetAllFilter:()=>({sizeSlug:void 0}),isShownByDefault:!1,panelId:t},(0,Oe.createElement)(We.SelectControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Image size"),value:a||"full",options:i,onChange:e=>l({sizeSlug:e}),help:(0,Ze.__)("Select the size of the source image.")})))};var ab=(0,St.compose)([(0,Qe.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,Qe.__experimentalUseGradient)(),u=(0,Qe.__experimentalUseMultipleOriginColorsAndGradients)(),m=(0,Qe.__experimentalUseBorderProps)(n),d={backgroundColor:r.color,backgroundImage:s,...m.style};return(0,Oe.createElement)(Oe.Fragment,null,!!l&&(0,Oe.createElement)("span",{"aria-hidden":"true",className:at()("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,Oe.createElement)(Qe.InspectorControls,{group:"color"},(0,Oe.createElement)(Qe.__experimentalColorGradientSettingsDropdown,ot({__experimentalIsRenderedInSidebar:!0,settings:[{colorValue:r.color,gradientValue:s,label:(0,Ze.__)("Overlay"),onColorChange:a,onGradientChange:c,isShownByDefault:!0,resetAllFilter:()=>({overlayColor:void 0,customOverlayColor:void 0,gradient:void 0,customGradient:void 0})}],panelId:t},u)),(0,Oe.createElement)(We.__experimentalToolsPanelItem,{hasValue:()=>void 0!==l,label:(0,Ze.__)("Overlay opacity"),onDeselect:()=>o({dimRatio:0}),resetAllFilter:()=>({dimRatio:0}),isShownByDefault:!0,panelId:t},(0,Oe.createElement)(We.RangeControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Overlay opacity"),value:l,onChange:e=>o({dimRatio:e}),min:0,max:100,step:10,required:!0}))));var p}));const lb=["image"];const ib={$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:sb}=ib,cb={icon:eb,edit:function(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,it.useEntityProp)("postType",a,"featured_media",r),{media:b,postType:_}=(0,st.useSelect)((e=>{const{getMedia:t,getPostType:n}=e(it.store);return{media:h&&t(h,{context:"view"}),postType:a&&n(a)}}),[h,a]),f=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),y=(0,st.useSelect)((e=>e(Qe.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,Qe.useBlockProps)({style:{width:u,height:c}}),x=(0,Qe.__experimentalUseBorderProps)(n),w=e=>(0,Oe.createElement)(We.Placeholder,{className:at()("block-editor-media-placeholder",x.className),withIllustration:!0,style:x.style},e),E=e=>{null!=e&&e.id&&v(e.id)},{createErrorNotice:C}=(0,st.useDispatch)(Ct.store),S=e=>{C(e,{type:"snackbar"})},B=(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(rb,{clientId:t,attributes:n,setAttributes:o,imageSizeOptions:y}),(0,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Link settings")},(0,Oe.createElement)(We.ToggleControl,{label:null!=_&&_.labels.singular_name?(0,Ze.sprintf)((0,Ze.__)("Link to %s"),_.labels.singular_name.toLowerCase()):(0,Ze.__)("Link to post"),onChange:()=>o({isLink:!s}),checked:s}),s&&(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Open in new tab"),onChange:e=>o({linkTarget:e?"_blank":"_self"}),checked:"_blank"===g}),(0,Oe.createElement)(We.TextControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Link rel"),value:p,onChange:e=>o({rel:e})})))));let T;if(!h&&i)return(0,Oe.createElement)(Oe.Fragment,null,B,(0,Oe.createElement)("div",k,w(),(0,Oe.createElement)(ab,{attributes:n,setAttributes:o,clientId:t})));if(!h&&!r)return(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(rb,{clientId:t,attributes:n,setAttributes:o,imageSizeOptions:y}),(0,Oe.createElement)("div",k,w(),(0,Oe.createElement)(ab,{attributes:n,setAttributes:o,clientId:t})));const N=(0,Ze.__)("Add a featured image"),P={...x.style,height:c,objectFit:c&&m};return T=h?b?(0,Oe.createElement)("img",{className:x.className,src:f,alt:b.alt_text?(0,Ze.sprintf)((0,Ze.__)("Featured image: %s"),b.alt_text):(0,Ze.__)("Featured image"),style:P}):w():(0,Oe.createElement)(Qe.MediaPlaceholder,{onSelect:E,accept:"image/*",allowedTypes:lb,onError:S,placeholder:w,mediaLibraryButton:e=>{let{open:t}=e;return(0,Oe.createElement)(We.Button,{icon:Fu,variant:"primary",label:N,showTooltip:!0,tooltipPosition:"top center",onClick:()=>{t()}})}}),(0,Oe.createElement)(Oe.Fragment,null,B,!!b&&!i&&(0,Oe.createElement)(Qe.BlockControls,{group:"other"},(0,Oe.createElement)(Qe.MediaReplaceFlow,{mediaId:h,mediaURL:f,allowedTypes:lb,accept:"image/*",onSelect:E,onError:S},(0,Oe.createElement)(We.MenuItem,{onClick:()=>v(0)},(0,Ze.__)("Reset")))),(0,Oe.createElement)("figure",k,T,(0,Oe.createElement)(ab,{attributes:n,setAttributes:o,clientId:t})))}},ub=()=>je({name:sb,metadata:ib,settings:cb});var mb=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 db=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 pb=[{isDefault:!0,name:"post-next",title:(0,Ze.__)("Next post"),description:(0,Ze.__)("Displays the post link that follows the current post."),icon:mb,attributes:{type:"next"},scope:["inserter","transform"]},{name:"post-previous",title:(0,Ze.__)("Previous post"),description:(0,Ze.__)("Displays the post link that precedes the current post."),icon:db,attributes:{type:"previous"},scope:["inserter","transform"]}];pb.forEach((e=>{e.isActive||(e.isActive=(e,t)=>e.type===t.type)}));var gb=pb;const hb={$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},arrow:{type:"string",default:"none"}},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}}},style:"wp-block-post-navigation-link"},{name:vb}=hb,bb={edit:function(e){let{attributes:{type:t,label:n,showTitle:o,textAlign:r,linkLabel:a,arrow:l},setAttributes:i}=e;const s="next"===t;let c=s?(0,Ze.__)("Next"):(0,Ze.__)("Previous");const u={none:"",arrow:s?"→":"←",chevron:s?"»":"«"}[l];o&&(c=s?(0,Ze.__)("Next: "):(0,Ze.__)("Previous: "));const m=s?(0,Ze.__)("Next post"):(0,Ze.__)("Previous post"),d=(0,Qe.useBlockProps)({className:at()({[`has-text-align-${r}`]:r})});return(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(We.PanelBody,null,(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Display the title as a link"),help:(0,Ze.__)("If you have entered a custom label, it will be prepended before the title."),checked:!!o,onChange:()=>i({showTitle:!o})}),o&&(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Include the label as part of the link"),checked:!!a,onChange:()=>i({linkLabel:!a})}),(0,Oe.createElement)(We.__experimentalToggleGroupControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Arrow"),value:l,onChange:e=>{i({arrow:e})},help:(0,Ze.__)("A decorative arrow for the next and previous link."),isBlock:!0},(0,Oe.createElement)(We.__experimentalToggleGroupControlOption,{value:"none",label:(0,Ze._x)("None","Arrow option for Next/Previous link")}),(0,Oe.createElement)(We.__experimentalToggleGroupControlOption,{value:"arrow",label:(0,Ze._x)("Arrow","Arrow option for Next/Previous link")}),(0,Oe.createElement)(We.__experimentalToggleGroupControlOption,{value:"chevron",label:(0,Ze._x)("Chevron","Arrow option for Next/Previous link")})))),(0,Oe.createElement)(Qe.BlockControls,null,(0,Oe.createElement)(Qe.AlignmentToolbar,{value:r,onChange:e=>{i({textAlign:e})}})),(0,Oe.createElement)("div",d,!s&&u&&(0,Oe.createElement)("span",{className:`wp-block-post-navigation-link__arrow-previous is-arrow-${l}`},u),(0,Oe.createElement)(Qe.RichText,{tagName:"a","aria-label":m,placeholder:c,value:n,allowedFormats:["core/bold","core/italic"],onChange:e=>i({label:e})}),o&&(0,Oe.createElement)("a",{href:"#post-navigation-pseudo-link",onClick:e=>e.preventDefault()},(0,Ze.__)("An example title")),s&&u&&(0,Oe.createElement)("span",{className:`wp-block-post-navigation-link__arrow-next is-arrow-${l}`,"aria-hidden":!0},u)))},variations:gb},_b=()=>je({name:vb,metadata:hb,settings:bb}),fb=[["core/post-title"],["core/post-date"],["core/post-excerpt"]];function yb(){const e=(0,Qe.useInnerBlocksProps)({className:"wp-block-post"},{template:fb,__unstableDisableLayoutClassNames:!0});return(0,Oe.createElement)("li",e)}const kb=(0,Oe.memo)((function(e){let{blocks:t,blockContextId:n,isHidden:o,setActiveBlockContextId:r}=e;const a=(0,Qe.__experimentalUseBlockPreview)({blocks:t,props:{className:"wp-block-post"}}),l=()=>{r(n)},i={display:o?"none":void 0};return(0,Oe.createElement)("li",ot({},a,{tabIndex:0,role:"button",onClick:l,onKeyPress:l,style:i}))}));const xb={$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},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}}},style:"wp-block-post-template",editorStyle:"wp-block-post-template-editor"},{name:wb}=xb,Eb={icon:Rr,edit:function(e){let{clientId:t,context:{query:{perPage:n,offset:o=0,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:f=1}={},previewPostType:y},__unstableLayoutClassNames:k}=e;const[{page:x}]=v,[w,E]=(0,Oe.useState)(),{posts:C,blocks:S}=(0,st.useSelect)((e=>{const{getEntityRecords:g,getTaxonomies:v}=e(it.store),{getBlocks:_}=e(Qe.store),f=v({type:r,per_page:-1,context:"view"}),k=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*(x-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==f?void 0:f.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(k){var E;w.categories=null===(E=k[0])||void 0===E?void 0:E.id}return{posts:g("postType",y||r,{...w,...h}),blocks:_(t)}}),[n,x,o,a,l,t,i,s,r,c,u,m,b,d,p,h,y]),B=(0,Oe.useMemo)((()=>null==C?void 0:C.map((e=>({postType:e.type,postId:e.id})))),[C]),T="flex"===_&&f>1,N=(0,Qe.useBlockProps)({className:at()(k,{"is-flex-container":T,[`columns-${f}`]:T})});return C?C.length?(0,Oe.createElement)("ul",N,B&&B.map((e=>{var t,n;return(0,Oe.createElement)(Qe.BlockContextProvider,{key:e.postId,value:e},e.postId===(w||(null===(t=B[0])||void 0===t?void 0:t.postId))?(0,Oe.createElement)(yb,null):null,(0,Oe.createElement)(kb,{blocks:S,blockContextId:e.postId,setActiveBlockContextId:E,isHidden:e.postId===(w||(null===(n=B[0])||void 0===n?void 0:n.postId))}))}))):(0,Oe.createElement)("p",N," ",(0,Ze.__)("No results found.")):(0,Oe.createElement)("p",N,(0,Oe.createElement)(We.Spinner,null))},save:function(){return(0,Oe.createElement)(Qe.InnerBlocks.Content,null)}},Cb=()=>je({name:wb,metadata:xb,settings:Eb});var Sb=(0,Oe.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,Oe.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 Bb=["core/bold","core/image","core/italic","core/link","core/strikethrough","core/text-color"];const Tb={category:Sb,post_tag:(0,Oe.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,Oe.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 Nb(e,t){if("core/post-terms"!==t)return e;const n=e.variations.map((e=>({...e,...Tb[e.name]&&{icon:Tb[e.name]}})));return{...e,variations:n}}const Pb={$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}},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}}},style:"wp-block-post-terms"},{name:Ib}=Pb,zb={icon:Sb,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,st.useSelect)((e=>{var t;if(!s)return{};const{getTaxonomy:n}=e(it.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,st.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(it.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}),f=p&&g,y=(0,Qe.useBlockDisplayInformation)(o),k=(0,Qe.useBlockProps)({className:at()({[`has-text-align-${c}`]:c,[`taxonomy-${s}`]:s})});return f&&s?(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.BlockControls,null,(0,Oe.createElement)(Qe.AlignmentToolbar,{value:c,onChange:e=>{l({textAlign:e})}})),(0,Oe.createElement)(Qe.InspectorControls,{group:"advanced"},(0,Oe.createElement)(We.TextControl,{__nextHasNoMarginBottom:!0,autoComplete:"off",label:(0,Ze.__)("Separator"),value:u||"",onChange:e=>{l({separator:e})},help:(0,Ze.__)("Enter character(s) used to separate terms.")})),(0,Oe.createElement)("div",k,_&&(0,Oe.createElement)(We.Spinner,null),!_&&b&&(a||m)&&(0,Oe.createElement)(Qe.RichText,{allowedFormats:Bb,className:"wp-block-post-terms__prefix",multiline:!1,"aria-label":(0,Ze.__)("Prefix"),placeholder:(0,Ze.__)("Prefix")+" ",value:m,onChange:e=>l({prefix:e}),tagName:"span"}),!_&&b&&v.map((e=>(0,Oe.createElement)("a",{key:e.id,href:e.link,onClick:e=>e.preventDefault()},(0,Gn.decodeEntities)(e.name)))).reduce(((e,t)=>(0,Oe.createElement)(Oe.Fragment,null,e,(0,Oe.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,Ze.__)("Term items not found.")),!_&&b&&(a||d)&&(0,Oe.createElement)(Qe.RichText,{allowedFormats:Bb,className:"wp-block-post-terms__suffix",multiline:!1,"aria-label":(0,Ze.__)("Suffix"),placeholder:" "+(0,Ze.__)("Suffix"),value:d,onChange:e=>l({suffix:e}),tagName:"span",__unstableOnSplitAtEnd:()=>i((0,Ge.createBlock)((0,Ge.getDefaultBlockName)()))}))):(0,Oe.createElement)("div",k,y.title)}},Mb=()=>((0,Jl.addFilter)("blocks.registerBlockType","core/template-part",Nb),je({name:Ib,metadata:Pb,settings:zb}));const Rb={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:Xt,isEligible(e){var t;let{style:n}=e;return null==n||null===(t=n.typography)||void 0===t?void 0:t.fontFamily}};var Lb=[Rb];const Hb={$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:Ab}=Hb,Vb={icon:_a,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=Iv("postType",i,s),[p="",g,h]=(0,it.useEntityProp)("postType",i,"title",s),[v]=(0,it.useEntityProp)("postType",i,"link",s),b=(0,Qe.useBlockProps)({className:at()({[`has-text-align-${n}`]:n})});let _=(0,Oe.createElement)(u,b,(0,Ze.__)("Post Title"));return i&&s&&(_=d&&!m?(0,Oe.createElement)(Qe.PlainText,ot({tagName:u,placeholder:(0,Ze.__)("No Title"),value:p,onChange:g,__experimentalVersion:2},b)):(0,Oe.createElement)(u,ot({},b,{dangerouslySetInnerHTML:{__html:null==h?void 0:h.rendered}}))),o&&i&&s&&(_=d&&!m?(0,Oe.createElement)(u,b,(0,Oe.createElement)(Qe.PlainText,{tagName:"a",href:v,target:a,rel:r,placeholder:p.length?null:(0,Ze.__)("No Title"),value:p,onChange:g,__experimentalVersion:2})):(0,Oe.createElement)(u,b,(0,Oe.createElement)("a",{href:v,target:a,rel:r,onClick:e=>e.preventDefault(),dangerouslySetInnerHTML:{__html:null==h?void 0:h.rendered}}))),(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.BlockControls,{group:"block"},(0,Oe.createElement)(xa,{selectedLevel:t,onChange:e=>l({level:e})}),(0,Oe.createElement)(Qe.AlignmentControl,{value:n,onChange:e=>{l({textAlign:e})}})),(0,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Link settings")},(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Make title a link"),onChange:()=>l({isLink:!o}),checked:o}),o&&(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Open in new tab"),onChange:e=>l({linkTarget:e?"_blank":"_self"}),checked:"_blank"===a}),(0,Oe.createElement)(We.TextControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Link rel"),value:r,onChange:e=>l({rel:e})})))),_)},deprecated:Lb},Fb=()=>je({name:Ab,metadata:Hb,settings:Vb});var Db=(0,Oe.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,Oe.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 $b={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,content:e.content.replace(/\n/g,"<br>")})},{type:"block",blocks:["core/code"],transform:e=>(0,Ge.createBlock)("core/code",e)}]};var Gb=$b;const Ob={$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:Ub}=Ob,qb={icon:Db,example:{attributes:{content:(0,Ze.__)("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:Gb,edit:function(e){let{attributes:t,mergeBlocks:n,setAttributes:o,onRemove:r,style:a}=e;const{content:l}=t,i=(0,Qe.useBlockProps)({style:a});return(0,Oe.createElement)(Qe.RichText,ot({tagName:"pre",identifier:"content",preserveWhiteSpace:!0,value:l,onChange:e=>{o({content:e})},onRemove:r,"aria-label":(0,Ze.__)("Preformatted text"),placeholder:(0,Ze.__)("Write preformatted text…"),onMerge:n},i,{__unstablePastePlainText:!0}))},save:function(e){let{attributes:t}=e;const{content:n}=t;return(0,Oe.createElement)("pre",Qe.useBlockProps.save(),(0,Oe.createElement)(Qe.RichText.Content,{value:n}))},merge(e,t){return{content:e.content+t.content}}},jb=()=>je({name:Ub,metadata:Ob,settings:qb});var Wb=(0,Oe.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,Oe.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 Zb="is-style-solid-color",Qb={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 Kb(e){if(!e)return;const t=e.match(/border-color:([^;]+)[;]?/);return t&&t[1]?t[1]:void 0}function Yb(e){return(0,wn.toHTMLString)({value:(0,wn.replace)((0,wn.create)({html:e,multilineTag:"p"}),new RegExp(wn.__UNSTABLE_LINE_SEPARATOR,"g"),"\n")})}const Jb={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=!Qe.RichText.isEmpty(o);return(0,Oe.createElement)("figure",Qe.useBlockProps.save({className:at()({[`has-text-align-${n}`]:n})}),(0,Oe.createElement)("blockquote",null,(0,Oe.createElement)(Qe.RichText.Content,{value:r,multiline:!0}),a&&(0,Oe.createElement)(Qe.RichText.Content,{tagName:"cite",value:o})))},migrate(e){let{value:t,...n}=e;return{value:Yb(t),...n}}},Xb={attributes:{...Qb},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(null==s?void 0:s.includes(Zb)){const e=(0,Qe.getColorClassName)("background-color",n);c=at()({"has-background":e||o,[e]:e}),u={backgroundColor:e?void 0:o}}else o&&(u={borderColor:o});const m=(0,Qe.getColorClassName)("color",a),d=at()({"has-text-color":a||r,[m]:m}),p=m?void 0:{color:r};return(0,Oe.createElement)("figure",Qe.useBlockProps.save({className:c,style:u}),(0,Oe.createElement)("blockquote",{className:d,style:p},(0,Oe.createElement)(Qe.RichText.Content,{value:l,multiline:!0}),!Qe.RichText.isEmpty(i)&&(0,Oe.createElement)(Qe.RichText.Content,{tagName:"cite",value:i})))},migrate(e){let{value:t,className:n,mainColor:o,customMainColor:r,customTextColor:a,...l}=e;const i=null==n?void 0:n.includes(Zb);let s;return r&&(s=i?{color:{background:r}}:{border:{color:r}}),a&&s&&(s.color={...s.color,text:a}),{value:Yb(t),className:n,backgroundColor:i?o:void 0,borderColor:i?void 0:o,textAlign:i?"left":void 0,style:s,...l}}},e_={attributes:{...Qb,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(null==s?void 0:s.includes(Zb)){const e=(0,Qe.getColorClassName)("background-color",n);u=at()({"has-background":e||o,[e]:e}),m={backgroundColor:e?void 0:o}}else if(o)m={borderColor:o};else if(n){m={borderColor:Kb(c)}}const d=(0,Qe.getColorClassName)("color",r),p=(r||a)&&at()("has-text-color",{[d]:d}),g=d?void 0:{color:a};return(0,Oe.createElement)("figure",{className:u,style:m},(0,Oe.createElement)("blockquote",{className:p,style:g},(0,Oe.createElement)(Qe.RichText.Content,{value:l,multiline:!0}),!Qe.RichText.isEmpty(i)&&(0,Oe.createElement)(Qe.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=null==n?void 0:n.includes(Zb);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=Kb(o);if(e)return{value:Yb(t),...i,className:n,style:{border:{color:e}}}}return{value:Yb(t),className:n,backgroundColor:s?r:void 0,borderColor:s?void 0:r,textAlign:s?"left":void 0,style:c,...i}}},t_={attributes:Qb,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(null==s?void 0:s.includes(Zb))c=(0,Qe.getColorClassName)("background-color",n),c||(u={backgroundColor:o});else if(o)u={borderColor:o};else if(n){const e=(0,Nt.get)((0,st.select)(Qe.store).getSettings(),["colors"],[]);u={borderColor:(0,Qe.getColorObjectByAttributeValues)(e,n).color}}const m=(0,Qe.getColorClassName)("color",r),d=r||a?at()("has-text-color",{[m]:m}):void 0,p=m?void 0:{color:a};return(0,Oe.createElement)("figure",{className:c,style:u},(0,Oe.createElement)("blockquote",{className:d,style:p},(0,Oe.createElement)(Qe.RichText.Content,{value:l,multiline:!0}),!Qe.RichText.isEmpty(i)&&(0,Oe.createElement)(Qe.RichText.Content,{tagName:"cite",value:i})))},migrate(e){let{value:t,className:n,mainColor:o,customMainColor:r,customTextColor:a,...l}=e;const i=null==n?void 0:n.includes(Zb);let s={};return r&&(s=i?{color:{background:r}}:{border:{color:r}}),a&&s&&(s.color={...s.color,text:a}),{value:Yb(t),className:n,backgroundColor:i?o:void 0,borderColor:i?void 0:o,textAlign:i?"left":void 0,style:s,...l}}},n_={attributes:{...Qb},save(e){let{attributes:t}=e;const{value:n,citation:o}=t;return(0,Oe.createElement)("blockquote",null,(0,Oe.createElement)(Qe.RichText.Content,{value:n,multiline:!0}),!Qe.RichText.isEmpty(o)&&(0,Oe.createElement)(Qe.RichText.Content,{tagName:"cite",value:o}))},migrate(e){let{value:t,...n}=e;return{value:Yb(t),...n}}},o_={attributes:{...Qb,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,Oe.createElement)("blockquote",{className:`align${r}`},(0,Oe.createElement)(Qe.RichText.Content,{value:n,multiline:!0}),!Qe.RichText.isEmpty(o)&&(0,Oe.createElement)(Qe.RichText.Content,{tagName:"footer",value:o}))},migrate(e){let{value:t,...n}=e;return{value:Yb(t),...n}}};var r_=[Jb,Xb,e_,t_,n_,o_];const a_="web"===Oe.Platform.OS;var l_=function(e){let{attributes:t,setAttributes:n,isSelected:o,insertBlocksAfter:r}=e;const{textAlign:a,citation:l,value:i}=t,s=(0,Qe.useBlockProps)({className:at()({[`has-text-align-${a}`]:a})}),c=!Qe.RichText.isEmpty(l)||o;return(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.BlockControls,{group:"block"},(0,Oe.createElement)(Qe.AlignmentControl,{value:a,onChange:e=>{n({textAlign:e})}})),(0,Oe.createElement)("figure",s,(0,Oe.createElement)("blockquote",null,(0,Oe.createElement)(Qe.RichText,{identifier:"value",tagName:"p",value:i,onChange:e=>n({value:e}),"aria-label":(0,Ze.__)("Pullquote text"),placeholder:(0,Ze.__)("Add quote"),textAlign:"center"}),c&&(0,Oe.createElement)(Qe.RichText,{identifier:"citation",tagName:a_?"cite":void 0,style:{display:"block"},value:l,"aria-label":(0,Ze.__)("Pullquote citation text"),placeholder:(0,Ze.__)("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 i_={from:[{type:"block",isMultiBlock:!0,blocks:["core/paragraph"],transform:e=>(0,Ge.createBlock)("core/pullquote",{value:(0,wn.toHTMLString)({value:(0,wn.join)(e.map((e=>{let{content:t}=e;return(0,wn.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 s_=i_;const c_={$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:u_}=c_,m_={icon:Wb,example:{attributes:{value:(0,Ze.__)("One of the hardest things to do in technology is disrupt yourself."),citation:(0,Ze.__)("Matt Mullenweg")}},transforms:s_,edit:l_,save:function(e){let{attributes:t}=e;const{textAlign:n,citation:o,value:r}=t,a=!Qe.RichText.isEmpty(o);return(0,Oe.createElement)("figure",Qe.useBlockProps.save({className:at()({[`has-text-align-${n}`]:n})}),(0,Oe.createElement)("blockquote",null,(0,Oe.createElement)(Qe.RichText.Content,{tagName:"p",value:r}),a&&(0,Oe.createElement)(Qe.RichText.Content,{tagName:"cite",value:o})))},deprecated:r_},d_=()=>je({name:u_,metadata:c_,settings:m_});var p_=(0,Oe.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,Oe.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 g_=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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"}));const{name:h_}={$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,__experimentalLayout:!0},editorStyle:"wp-block-query-editor"},v_=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}},b_=(e,t)=>(e||[]).map((e=>({...e,name:(0,Gn.decodeEntities)((0,Nt.get)(e,t))}))),__=e=>(0,st.useSelect)((t=>{const{getTaxonomies:n}=t(it.store);return n({type:e,per_page:-1,context:"view"})}),[e]);function f_(e,t){return!e||e.includes(t)}function y_(e,t){const n=(0,st.useSelect)((e=>{var n;return null===(n=e(Ge.store).getActiveBlockVariation(h_,t))||void 0===n?void 0:n.name}),[t]),o=`${h_}/${n}`,r=(0,st.useSelect)((t=>{if(!n)return;const{getBlockRootClientId:r,getPatternsByBlockTypes:a}=t(Qe.store),l=r(e);return a(o,l)}),[e,n]);return null!=r&&r.length?o:h_}const k_=(e,t)=>(0,st.useSelect)((n=>{const{getBlockRootClientId:o,getPatternsByBlockTypes:r}=n(Qe.store),a=o(e);return r(t,a)}),[t,e]);function x_(e){let{attributes:{query:t,displayLayout:n},setQuery:o,setDisplayLayout:r,openPatternSelectionModal:a,name:l,clientId:i}=e;const s=!!k_(i,l).length,c=(0,St.useInstanceId)(x_,"blocks-query-pagination-max-page-input"),u=[{icon:sm,title:(0,Ze.__)("List view"),onClick:()=>r({type:"list"}),isActive:"list"===(null==n?void 0:n.type)},{icon:cm,title:(0,Ze.__)("Grid view"),onClick:()=>r({type:"flex",columns:(null==n?void 0:n.columns)||3}),isActive:"flex"===(null==n?void 0:n.type)}];return(0,Oe.createElement)(Oe.Fragment,null,!t.inherit&&(0,Oe.createElement)(We.ToolbarGroup,null,(0,Oe.createElement)(We.Dropdown,{contentClassName:"block-library-query-toolbar__popover",renderToggle:e=>{let{onToggle:t}=e;return(0,Oe.createElement)(We.ToolbarButton,{icon:g_,label:(0,Ze.__)("Display settings"),onClick:t})},renderContent:()=>(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(We.BaseControl,null,(0,Oe.createElement)(We.__experimentalNumberControl,{__unstableInputWidth:"60px",label:(0,Ze.__)("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,Oe.createElement)(We.BaseControl,null,(0,Oe.createElement)(We.__experimentalNumberControl,{__unstableInputWidth:"60px",label:(0,Ze.__)("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,Oe.createElement)(We.BaseControl,{id:c,help:(0,Ze.__)("Limit the pages you want to show, even if the query has more results. To show all pages use 0 (zero).")},(0,Oe.createElement)(We.__experimentalNumberControl,{id:c,__unstableInputWidth:"60px",label:(0,Ze.__)("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,Oe.createElement)(We.ToolbarGroup,{className:"wp-block-template-part__block-control-group"},(0,Oe.createElement)(We.ToolbarButton,{onClick:a},(0,Ze.__)("Replace"))),(0,Oe.createElement)(We.ToolbarGroup,{controls:u}))}const w_=[{label:(0,Ze.__)("Newest to oldest"),value:"date/desc"},{label:(0,Ze.__)("Oldest to newest"),value:"date/asc"},{label:(0,Ze.__)("A → Z"),value:"title/asc"},{label:(0,Ze.__)("Z → A"),value:"title/desc"}];var E_=function(e){let{order:t,orderBy:n,onChange:o}=e;return(0,Oe.createElement)(We.SelectControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Order by"),value:`${n}/${t}`,options:w_,onChange:e=>{const[t,n]=e.split("/");o({order:n,orderBy:t})}})};const C_={who:"authors",per_page:-1,_fields:"id,name",context:"view"};var S_=function(e){let{value:t,onChange:n}=e;const o=(0,st.useSelect)((e=>{const{getUsers:t}=e(it.store);return t(C_)}),[]);if(!o)return null;const r=v_(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,Oe.createElement)(We.FormTokenField,{label:(0,Ze.__)("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(",")})},__experimentalShowHowTo:!1})};const B_=[],T_={order:"asc",_fields:"id,title",context:"view"};var N_=function(e){let{parents:t,postType:n,onChange:o}=e;const[r,a]=(0,Oe.useState)(""),[l,i]=(0,Oe.useState)(B_),[s,c]=(0,Oe.useState)(B_),u=(0,St.useDebounce)(a,250),{searchResults:m,searchHasResolved:d}=(0,st.useSelect)((e=>{if(!r)return{searchResults:B_,searchHasResolved:!0};const{getEntityRecords:o,hasFinishedResolution:a}=e(it.store),l=["postType",n,{...T_,search:r,orderby:"relevance",exclude:t,per_page:20}];return{searchResults:o(...l),searchHasResolved:a("getEntityRecords",l)}}),[r,t]),p=(0,st.useSelect)((e=>{if(null==t||!t.length)return B_;const{getEntityRecords:o}=e(it.store);return o("postType",n,{...T_,include:t,per_page:t.length})}),[t]);(0,Oe.useEffect)((()=>{if(null!=t&&t.length||i(B_),null==p||!p.length)return;const e=v_(b_(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,Oe.useMemo)((()=>null!=m&&m.length?v_(b_(m,"title.rendered")):B_),[m]);return(0,Oe.useEffect)((()=>{d&&c(g.names)}),[g.names,d]),(0,Oe.createElement)(We.FormTokenField,{label:(0,Ze.__)("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(B_),o({parents:t})},__experimentalShowHowTo:!1})};const P_=[],I_={order:"asc",_fields:"id,name",context:"view"},z_=(e,t)=>{var n,o;const r=(null==t?void 0:t.id)||(null==e||null===(n=e.find((e=>e.name===t)))||void 0===n?void 0:n.id);if(r)return r;const a=t.toLocaleLowerCase();return null==e||null===(o=e.find((e=>e.name.toLocaleLowerCase()===a)))||void 0===o?void 0:o.id};function M_(e){let{onChange:t,query:n}=e;const{postType:o,taxQuery:r}=n,a=__(o);return a&&0!==a.length?(0,Oe.createElement)(Oe.Fragment,null,a.map((e=>{const n=(null==r?void 0:r[e.slug])||[];return(0,Oe.createElement)(R_,{key:e.slug,taxonomy:e,termIds:n,onChange:n=>t({taxQuery:{...r,[e.slug]:n}})})}))):null}function R_(e){let{taxonomy:t,termIds:n,onChange:o}=e;const[r,a]=(0,Oe.useState)(""),[l,i]=(0,Oe.useState)(P_),[s,c]=(0,Oe.useState)(P_),u=(0,St.useDebounce)(a,250),{searchResults:m,searchHasResolved:d}=(0,st.useSelect)((e=>{if(!r)return{searchResults:P_,searchHasResolved:!0};const{getEntityRecords:o,hasFinishedResolution:a}=e(it.store),l=["taxonomy",t.slug,{...I_,search:r,orderby:"name",exclude:n,per_page:20}];return{searchResults:o(...l),searchHasResolved:a("getEntityRecords",l)}}),[r,n]),p=(0,st.useSelect)((e=>{if(null==n||!n.length)return P_;const{getEntityRecords:o}=e(it.store);return o("taxonomy",t.slug,{...I_,include:n,per_page:n.length})}),[n]);(0,Oe.useEffect)((()=>{if(null!=n&&n.length||i(P_),null==p||!p.length)return;const e=n.reduce(((e,t)=>{const n=p.find((e=>e.id===t));return n&&e.push({id:t,value:n.name}),e}),[]);i(e)}),[n,p]),(0,Oe.useEffect)((()=>{d&&c(m.map((e=>e.name)))}),[m,d]);return(0,Oe.createElement)("div",{className:"block-library-query-inspector__taxonomy-control"},(0,Oe.createElement)(We.FormTokenField,{label:t.name,value:l,onInputChange:u,suggestions:s,onChange:e=>{const t=new Set;for(const n of e){const e=z_(m,n);e&&t.add(e)}c(P_),o(Array.from(t))},__experimentalShowHowTo:!1}))}const L_=[{label:(0,Ze.__)("Include"),value:""},{label:(0,Ze.__)("Exclude"),value:"exclude"},{label:(0,Ze.__)("Only"),value:"only"}];function H_(e){let{value:t,onChange:n}=e;return(0,Oe.createElement)(We.SelectControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Sticky posts"),options:L_,value:t,onChange:n,help:(0,Ze.__)("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 A_(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,st.useSelect)((t=>{var n;return null===(n=t(Ge.store).getActiveBlockVariation(h_,e))||void 0===n?void 0:n.allowedControls}),[e])}(t),[h,v]=(0,Oe.useState)("post"===c),{postTypesTaxonomiesMap:b,postTypesSelectOptions:_}=(()=>{const e=(0,st.useSelect)((e=>{var t;const{getPostTypes:n}=e(it.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,Oe.useMemo)((()=>{if(null!=e&&e.length)return e.reduce(((e,t)=>(e[t.slug]=t.taxonomies,e)),{})}),[e]),postTypesSelectOptions:(0,Oe.useMemo)((()=>(e||[]).map((e=>{let{labels:t,slug:n}=e;return{label:t.singular_name,value:n}}))),[e])}})(),f=__(c),y=function(e){return(0,st.useSelect)((t=>{const n=t(it.store).getPostType(e);return(null==n?void 0:n.viewable)&&(null==n?void 0:n.hierarchical)}),[e])}(c);(0,Oe.useEffect)((()=>{v("post"===c)}),[c]);const[k,x]=(0,Oe.useState)(r.search),w=(0,Oe.useCallback)((0,St.debounce)((()=>{r.search!==k&&n({search:k})}),250),[k,r.search]);(0,Oe.useEffect)((()=>(w(),w.cancel)),[k,w]);const E=f_(g,"inherit"),C=!m&&f_(g,"postType"),S="flex"===(null==a?void 0:a.type),B=!m&&f_(g,"order"),T=!m&&h&&f_(g,"sticky"),N=E||C||S||B||T,P=!(null==f||!f.length)&&f_(g,"taxQuery"),I=f_(g,"author"),z=f_(g,"search"),M=f_(g,"parents")&&y,R=P||I||z||M;return(0,Oe.createElement)(Oe.Fragment,null,N&&(0,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Settings")},E&&(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Inherit query from template"),help:(0,Ze.__)("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,Oe.createElement)(We.SelectControl,{__nextHasNoMarginBottom:!0,options:_,value:c,label:(0,Ze.__)("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,Ze.__)("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,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(We.RangeControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Columns"),value:a.columns,onChange:e=>o({columns:e}),min:2,max:Math.max(6,a.columns)}),a.columns>6&&(0,Oe.createElement)(We.Notice,{status:"warning",isDismissible:!1},(0,Ze.__)("This column count exceeds the recommended amount and may cause visual breakage."))),B&&(0,Oe.createElement)(E_,{order:l,orderBy:i,onChange:n}),T&&(0,Oe.createElement)(H_,{value:u,onChange:e=>n({sticky:e})}))),!m&&R&&(0,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(We.__experimentalToolsPanel,{className:"block-library-query-toolspanel__filters",label:(0,Ze.__)("Filters"),resetAll:()=>{n({author:"",parents:[],search:"",taxQuery:null}),x("")}},P&&(0,Oe.createElement)(We.__experimentalToolsPanelItem,{label:(0,Ze.__)("Taxonomies"),hasValue:()=>Object.values(d||{}).some((e=>!!e.length)),onDeselect:()=>n({taxQuery:null})},(0,Oe.createElement)(M_,{onChange:n,query:r})),I&&(0,Oe.createElement)(We.__experimentalToolsPanelItem,{hasValue:()=>!!s,label:(0,Ze.__)("Authors"),onDeselect:()=>n({author:""})},(0,Oe.createElement)(S_,{value:s,onChange:n})),z&&(0,Oe.createElement)(We.__experimentalToolsPanelItem,{hasValue:()=>!!k,label:(0,Ze.__)("Keyword"),onDeselect:()=>x("")},(0,Oe.createElement)(We.TextControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Keyword"),value:k,onChange:x})),M&&(0,Oe.createElement)(We.__experimentalToolsPanelItem,{hasValue:()=>!(null==p||!p.length),label:(0,Ze.__)("Parents"),onDeselect:()=>n({parents:[]})},(0,Oe.createElement)(N_,{parents:p,postType:c,onChange:n})))))}const V_=[["core/post-template"]];function F_(e){let{attributes:t,setAttributes:n,openPatternSelectionModal:o,name:r,clientId:a}=e;const{queryId:l,query:i,displayLayout:s,tagName:c="div"}=t,{__unstableMarkNextChangeAsNotPersistent:u}=(0,st.useDispatch)(Qe.store),m=(0,St.useInstanceId)(F_),d=(0,Qe.useBlockProps)(),p=(0,Qe.useInnerBlocksProps)(d,{template:V_}),{postsPerPage:g}=(0,st.useSelect)((e=>{const{getSettings:t}=e(Qe.store);return{postsPerPage:+t().postsPerPage||3}}),[]);(0,Oe.useEffect)((()=>{const e={};!i.perPage&&g&&(e.perPage=g),Object.keys(e).length&&(u(),h(e))}),[i.perPage]),(0,Oe.useEffect)((()=>{Number.isFinite(l)||(u(),n({queryId:m}))}),[l,m]);const h=e=>n({query:{...i,...e}}),v=e=>n({displayLayout:{...s,...e}}),b={main:(0,Ze.__)("The <main> element should be used for the primary content of your document only. "),section:(0,Ze.__)("The <section> element should represent a standalone portion of the document that can't be better represented by another element."),aside:(0,Ze.__)("The <aside> element should represent a portion of a document whose content is only indirectly related to the document's main content.")};return(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(A_,{attributes:t,setQuery:h,setDisplayLayout:v}),(0,Oe.createElement)(Qe.BlockControls,null,(0,Oe.createElement)(x_,{name:r,clientId:a,attributes:t,setQuery:h,setDisplayLayout:v,openPatternSelectionModal:o})),(0,Oe.createElement)(Qe.InspectorControls,{group:"advanced"},(0,Oe.createElement)(We.SelectControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("HTML element"),options:[{label:(0,Ze.__)("Default (<div>)"),value:"div"},{label:"<main>",value:"main"},{label:"<section>",value:"section"},{label:"<aside>",value:"aside"}],value:c,onChange:e=>n({tagName:e}),help:b[c]})),(0,Oe.createElement)(c,p))}function D_(e){var t,n;let{attributes:o,clientId:r,name:a,openPatternSelectionModal:l,setAttributes:i}=e;const[s,c]=(0,Oe.useState)(!1),u=(0,Qe.useBlockProps)(),m=y_(r,o),{blockType:d,allVariations:p,hasPatterns:g}=(0,st.useSelect)((e=>{const{getBlockVariations:t,getBlockType:n}=e(Ge.store),{getBlockRootClientId:o,getPatternsByBlockTypes:l}=e(Qe.store),i=o(r);return{blockType:n(a),allVariations:t(a),hasPatterns:!!l(m,i).length}}),[a,m,r]),h=(0,Qe.__experimentalGetMatchingVariation)(o,p),v=(null==h||null===(t=h.icon)||void 0===t?void 0:t.src)||(null==h?void 0:h.icon)||(null==d||null===(n=d.icon)||void 0===n?void 0:n.src),b=(null==h?void 0:h.title)||(null==d?void 0:d.title);return s?(0,Oe.createElement)($_,{clientId:r,attributes:o,setAttributes:i,icon:v,label:b}):(0,Oe.createElement)("div",u,(0,Oe.createElement)(We.Placeholder,{icon:v,label:b,instructions:(0,Ze.__)("Choose a pattern for the query loop or start blank.")},!!g&&(0,Oe.createElement)(We.Button,{variant:"primary",onClick:l},(0,Ze.__)("Choose")),(0,Oe.createElement)(We.Button,{variant:"secondary",onClick:()=>{c(!0)}},(0,Ze.__)("Start blank"))))}function $_(e){let{clientId:t,attributes:n,setAttributes:o,icon:r,label:a}=e;const l=function(e){const{activeVariationName:t,blockVariations:n}=(0,st.useSelect)((t=>{var n;const{getActiveBlockVariation:o,getBlockVariations:r}=t(Ge.store);return{activeVariationName:null===(n=o(h_,e))||void 0===n?void 0:n.name,blockVariations:r(h_,"block")}}),[e]);return(0,Oe.useMemo)((()=>{const e=e=>{var t;return!(null!==(t=e.attributes)&&void 0!==t&&t.namespace)};if(!t)return n.filter(e);const o=n.filter((e=>{var n,o;return null===(n=e.attributes)||void 0===n||null===(o=n.namespace)||void 0===o?void 0:o.includes(t)}));return o.length?o:n.filter(e)}),[t,n])}(n),{replaceInnerBlocks:i}=(0,st.useDispatch)(Qe.store),s=(0,Qe.useBlockProps)();return(0,Oe.createElement)("div",s,(0,Oe.createElement)(Qe.__experimentalBlockVariationPicker,{icon:r,label:a,variations:l,onSelect:e=>{e.attributes&&o({...e.attributes,query:{...e.attributes.query,postType:n.query.postType||e.attributes.query.postType},namespace:n.namespace}),e.innerBlocks&&i(t,(0,Ge.createBlocksFromInnerBlocksTemplate)(e.innerBlocks),!1)}}))}function G_(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return e=su()(e),e=e.trim().toLowerCase(),e}function O_(e,t){const n=G_(t),o=G_(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 U_(){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,O_(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 q_(e){let{clientId:t,attributes:n,setIsPatternSelectionModalOpen:o}=e;const[r,a]=(0,Oe.useState)(""),{replaceBlock:l,selectBlock:i}=(0,st.useDispatch)(Qe.store),s=(0,Oe.useMemo)((()=>({previewPostType:n.query.postType})),[n.query.postType]),c=y_(t,n),u=k_(t,c),m=(0,Oe.useMemo)((()=>U_(u,r)),[u,r]),d=(0,St.useAsyncList)(m);return(0,Oe.createElement)(We.Modal,{overlayClassName:"block-library-query-pattern__selection-modal",title:(0,Ze.__)("Choose a pattern"),onRequestClose:()=>o(!1)},(0,Oe.createElement)("div",{className:"block-library-query-pattern__selection-content"},(0,Oe.createElement)("div",{className:"block-library-query-pattern__selection-search"},(0,Oe.createElement)(We.SearchControl,{__nextHasNoMarginBottom:!0,onChange:a,value:r,label:(0,Ze.__)("Search for patterns"),placeholder:(0,Ze.__)("Search")})),(0,Oe.createElement)(Qe.BlockContextProvider,{value:s},(0,Oe.createElement)(Qe.__experimentalBlockPatternsList,{blockPatterns:m,shownPatterns:d,onClickPattern:(e,o)=>{const{newBlocks:r,queryClientIds:a}=((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}})(o,n);l(t,r),a[0]&&i(a[0])}}))))}var j_=e=>{const{clientId:t,attributes:n}=e,[o,r]=(0,Oe.useState)(!1),a=(0,st.useSelect)((e=>!!e(Qe.store).getBlocks(t).length),[t])?F_:D_;return(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(a,ot({},e,{openPatternSelectionModal:()=>r(!0)})),o&&(0,Oe.createElement)(q_,{clientId:t,attributes:n,setIsPatternSelectionModalOpen:r}))};const W_=(0,Oe.createElement)(We.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 48 48"},(0,Oe.createElement)(We.Path,{d:"M41 9H7v3h34V9zm-22 5H7v1h12v-1zM7 26h12v1H7v-1zm34-5H7v3h34v-3zM7 38h12v1H7v-1zm34-5H7v3h34v-3z"})),Z_=(0,Oe.createElement)(We.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 48 48"},(0,Oe.createElement)(We.Path,{d:"M41 9H7v3h34V9zm-4 5H7v1h30v-1zm4 3H7v1h34v-1zM7 20h30v1H7v-1zm0 12h30v1H7v-1zm34 3H7v1h34v-1zM7 38h30v1H7v-1zm34-11H7v3h34v-3z"})),Q_=(0,Oe.createElement)(We.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 48 48"},(0,Oe.createElement)(We.Path,{d:"M41 9H7v3h34V9zm-22 5H7v1h12v-1zm22 3H7v1h34v-1zM7 20h34v1H7v-1zm0 12h12v1H7v-1zm34 3H7v1h34v-1zM7 38h34v1H7v-1zm34-11H7v3h34v-3z"})),K_=(0,Oe.createElement)(We.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 48 48"},(0,Oe.createElement)(We.Path,{d:"M7 9h34v6H7V9zm12 8H7v1h12v-1zm18 3H7v1h30v-1zm0 18H7v1h30v-1zM7 35h12v1H7v-1zm34-8H7v6h34v-6z"})),Y_={query:{perPage:3,pages:0,offset:0,postType:"post",order:"desc",orderBy:"date",author:"",search:"",exclude:[],sticky:"",inherit:!1}};var J_=[{name:"posts-list",title:(0,Ze.__)("Posts List"),description:(0,Ze.__)("Display a list of your most recent posts, excluding sticky posts."),icon:am,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,Ze.__)("Title & Date"),icon:W_,attributes:{...Y_},innerBlocks:[["core/post-template",{},[["core/post-title"],["core/post-date"]]],["core/query-pagination"],["core/query-no-results"]],scope:["block"]},{name:"title-excerpt",title:(0,Ze.__)("Title & Excerpt"),icon:Z_,attributes:{...Y_},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,Ze.__)("Title, Date, & Excerpt"),icon:Q_,attributes:{...Y_},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,Ze.__)("Image, Date, & Title"),icon:K_,attributes:{...Y_},innerBlocks:[["core/post-template",{},[["core/post-featured-image"],["core/post-date"],["core/post-title"]]],["core/query-pagination"],["core/query-no-results"]],scope:["block"]}];const X_=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}},ef=(e,t)=>{var n,o,r;const{style:a,backgroundColor:l,gradient:i,textColor:s,...c}=e;if(!(l||i||s||(null==a?void 0:a.color)||(null==a||null===(n=a.elements)||void 0===n?void 0:n.link)))return[e,t];if(a&&(c.style=Jt({...a,color:void 0,elements:{...a.elements,link:void 0}})),tf(t)){var u,m,d;const e=t[0],n=(null==a?void 0:a.color)||(null==a||null===(u=a.elements)||void 0===u?void 0:u.link)||e.attributes.style?Jt({...e.attributes.style,color:null==a?void 0:a.color,elements:null!=a&&null!==(m=a.elements)&&void 0!==m&&m.link?{link:null==a||null===(d=a.elements)||void 0===d?void 0:d.link}:void 0}):void 0;return[c,[(0,Ge.createBlock)("core/group",{...e.attributes,backgroundColor:l,gradient:i,textColor:s,style:n},e.innerBlocks)]]}return[c,[(0,Ge.createBlock)("core/group",{backgroundColor:l,gradient:i,textColor:s,style:Jt({color:null==a?void 0:a.color,elements:null!=a&&null!==(o=a.elements)&&void 0!==o&&o.link?{link:null==a||null===(r=a.elements)||void 0===r?void 0:r.link}:void 0})},t)]]},tf=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];return 1===e.length&&"core/group"===e[0].name},nf={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=X_(e),{layout:n,...o}=t;return{...o,displayLayout:t.layout}},save(){return(0,Oe.createElement)(Qe.InnerBlocks.Content,null)}},of={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(e,t){const n=X_(e);return ef(n,t)},save(e){let{attributes:{tagName:t="div"}}=e;const n=Qe.useBlockProps.save(),o=Qe.useInnerBlocksProps.save(n);return(0,Oe.createElement)(t,o)}},rf={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"}},supports:{align:["wide","full"],html:!1,color:{gradients:!0,link:!0,__experimentalDefaultControls:{background:!0,text:!0}},__experimentalLayout:!0},isEligible(e){var t;const{style:n,backgroundColor:o,gradient:r,textColor:a}=e;return o||r||a||(null==n?void 0:n.color)||(null==n||null===(t=n.elements)||void 0===t?void 0:t.link)},migrate:ef,save(e){let{attributes:{tagName:t="div"}}=e;const n=Qe.useBlockProps.save(),o=Qe.useInnerBlocksProps.save(n);return(0,Oe.createElement)(t,o)}},af={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"}},supports:{align:["wide","full"],html:!1,color:{gradients:!0,link:!0,__experimentalDefaultControls:{background:!0,text:!0}},__experimentalLayout:!0},save(e){let{attributes:{tagName:t="div"}}=e;const n=Qe.useBlockProps.save(),o=Qe.useInnerBlocksProps.save(n);return(0,Oe.createElement)(t,o)},isEligible:e=>{let{layout:t}=e;return!t||t.inherit||t.contentSize&&"constrained"!==t.type},migrate:e=>{const{layout:t=null}=e;return t?t.inherit||t.contentSize?{...e,layout:{...t,type:"constrained"}}:void 0:e}};var lf=[af,rf,of,nf];const sf=e=>{let{attributes:{query:{postType:t}={}}={}}=e;if(!t)return null;const n=(0,lt.addQueryArgs)("post-new.php",{post_type:t});return(0,Oe.createElement)("div",{className:"wp-block-query__create-new-link"},(0,Oe.createInterpolateElement)((0,Ze.__)("<a>Create a new post</a> for this feed."),{a:(0,Oe.createElement)("a",{href:n})}))};var cf=(0,St.createHigherOrderComponent)((e=>t=>{const{name:n,isSelected:o}=t;return"core/query"===n&&o?(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(sf,t)),(0,Oe.createElement)(e,ot({key:"edit"},t))):(0,Oe.createElement)(e,ot({key:"edit"},t))}),"withInspectorControls");const uf={$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,__experimentalLayout:!0},editorStyle:"wp-block-query-editor"},{name:mf}=uf,df={icon:p_,edit:j_,save:function(e){let{attributes:{tagName:t="div"}}=e;const n=Qe.useBlockProps.save(),o=Qe.useInnerBlocksProps.save(n);return(0,Oe.createElement)(t,o)},variations:J_,deprecated:lf},pf=()=>((0,Jl.addFilter)("editor.BlockEdit","core/query",cf),je({name:mf,metadata:uf,settings:df})),gf=[["core/paragraph",{placeholder:(0,Ze.__)("Add text or blocks that will display when a query returns no results.")}]];const hf={$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:vf}=hf,bf={icon:p_,edit:function(){const e=(0,Qe.useBlockProps)(),t=(0,Qe.useInnerBlocksProps)(e,{template:gf});return(0,Oe.createElement)("div",t)},save:function(){return(0,Oe.createElement)(Qe.InnerBlocks.Content,null)}},_f=()=>je({name:vf,metadata:hf,settings:bf});function ff(e){let{value:t,onChange:n}=e;return(0,Oe.createElement)(We.__experimentalToggleGroupControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Arrow"),value:t,onChange:n,help:(0,Ze.__)("A decorative arrow appended to the next and previous page link."),isBlock:!0},(0,Oe.createElement)(We.__experimentalToggleGroupControlOption,{value:"none",label:(0,Ze._x)("None","Arrow option for Query Pagination Next/Previous blocks")}),(0,Oe.createElement)(We.__experimentalToggleGroupControlOption,{value:"arrow",label:(0,Ze._x)("Arrow","Arrow option for Query Pagination Next/Previous blocks")}),(0,Oe.createElement)(We.__experimentalToggleGroupControlOption,{value:"chevron",label:(0,Ze._x)("Chevron","Arrow option for Query Pagination Next/Previous blocks")}))}const yf=[["core/query-pagination-previous"],["core/query-pagination-numbers"],["core/query-pagination-next"]],kf=["core/query-pagination-previous","core/query-pagination-numbers","core/query-pagination-next"];var xf=[{save(){return(0,Oe.createElement)("div",Qe.useBlockProps.save(),(0,Oe.createElement)(Qe.InnerBlocks.Content,null))}}];const wf={$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:Ef}=wf,Cf={icon:Jr,edit:function(e){let{attributes:{paginationArrow:t},setAttributes:n,clientId:o}=e;const r=(0,st.useSelect)((e=>{const{getBlocks:t}=e(Qe.store),n=t(o);return null==n?void 0:n.find((e=>["core/query-pagination-next","core/query-pagination-previous"].includes(e.name)))}),[]),a=(0,Qe.useBlockProps)(),l=(0,Qe.useInnerBlocksProps)(a,{template:yf,allowedBlocks:kf});return(0,Oe.createElement)(Oe.Fragment,null,r&&(0,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Settings")},(0,Oe.createElement)(ff,{value:t,onChange:e=>{n({paginationArrow:e})}}))),(0,Oe.createElement)("nav",l))},save:function(){return(0,Oe.createElement)(Qe.InnerBlocks.Content,null)},deprecated:xf},Sf=()=>je({name:Ef,metadata:wf,settings:Cf}),Bf={none:"",arrow:"→",chevron:"»"};const Tf={$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:Nf}=Tf,Pf={icon:la,edit:function(e){let{attributes:{label:t},setAttributes:n,context:{paginationArrow:o}}=e;const r=Bf[o];return(0,Oe.createElement)("a",ot({href:"#pagination-next-pseudo-link",onClick:e=>e.preventDefault()},(0,Qe.useBlockProps)()),(0,Oe.createElement)(Qe.PlainText,{__experimentalVersion:2,tagName:"span","aria-label":(0,Ze.__)("Next page link"),placeholder:(0,Ze.__)("Next Page"),value:t,onChange:e=>n({label:e})}),r&&(0,Oe.createElement)("span",{className:`wp-block-query-pagination-next-arrow is-arrow-${o}`,"aria-hidden":!0},r))}},If=()=>je({name:Nf,metadata:Tf,settings:Pf}),zf=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,Oe.createElement)(t,{className:`page-numbers ${n}`},e)};const Mf={$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:Rf}=Mf,Lf={icon:da,edit:function(){const e=(0,Oe.createElement)(Oe.Fragment,null,zf(1),zf(2),zf(3,"span","current"),zf(4),zf(5),zf("...","span","dots"),zf(8));return(0,Oe.createElement)("div",(0,Qe.useBlockProps)(),e)}},Hf=()=>je({name:Rf,metadata:Mf,settings:Lf}),Af={none:"",arrow:"←",chevron:"«"};const Vf={$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:Ff}=Vf,Df={icon:jr,edit:function(e){let{attributes:{label:t},setAttributes:n,context:{paginationArrow:o}}=e;const r=Af[o];return(0,Oe.createElement)("a",ot({href:"#pagination-previous-pseudo-link",onClick:e=>e.preventDefault()},(0,Qe.useBlockProps)()),r&&(0,Oe.createElement)("span",{className:`wp-block-query-pagination-previous-arrow is-arrow-${o}`,"aria-hidden":!0},r),(0,Oe.createElement)(Qe.PlainText,{__experimentalVersion:2,tagName:"span","aria-label":(0,Ze.__)("Previous page link"),placeholder:(0,Ze.__)("Previous Page"),value:t,onChange:e=>n({label:e})}))}},$f=()=>je({name:Ff,metadata:Vf,settings:Df}),Gf=["archive","search"];const Of=[{isDefault:!0,name:"archive-title",title:(0,Ze.__)("Archive Title"),description:(0,Ze.__)("Display the archive title based on the queried object."),icon:_a,attributes:{type:"archive"},scope:["inserter"]},{isDefault:!1,name:"search-title",title:(0,Ze.__)("Search Results Title"),description:(0,Ze.__)("Display the search results title based on the queried object."),icon:_a,attributes:{type:"search"},scope:["inserter"]}];Of.forEach((e=>{e.isActive||(e.isActive=(e,t)=>e.type===t.type)}));var Uf=Of;const qf={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:Xt,isEligible(e){var t;let{style:n}=e;return null==n||null===(t=n.typography)||void 0===t?void 0:t.fontFamily}};var jf=[qf];const Wf={$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:Zf}=Wf,Qf={icon:_a,edit:function(e){let{attributes:{type:t,level:n,textAlign:o,showPrefix:r,showSearchTerm:a},setAttributes:l}=e;const i=`h${n}`,s=(0,Qe.useBlockProps)({className:at()("wp-block-query-title__placeholder",{[`has-text-align-${o}`]:o})});if(!Gf.includes(t))return(0,Oe.createElement)("div",s,(0,Oe.createElement)(Qe.Warning,null,(0,Ze.__)("Provided type is not supported.")));let c;return"archive"===t&&(c=(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Settings")},(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Show archive type in title"),onChange:()=>l({showPrefix:!r}),checked:r}))),(0,Oe.createElement)(i,s,r?(0,Ze.__)("Archive type: Name"):(0,Ze.__)("Archive title")))),"search"===t&&(c=(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Settings")},(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Show search term in title"),onChange:()=>l({showSearchTerm:!a}),checked:a}))),(0,Oe.createElement)(i,s,a?(0,Ze.__)("Search results for: “search term”"):(0,Ze.__)("Search results")))),(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.BlockControls,{group:"block"},(0,Oe.createElement)(xa,{selectedLevel:n,onChange:e=>l({level:e})}),(0,Oe.createElement)(Qe.AlignmentControl,{value:o,onChange:e=>{l({textAlign:e})}})),c)},variations:Uf,deprecated:jf},Kf=()=>je({name:Zf,metadata:Wf,settings:Qf});var Yf=(0,Oe.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,Oe.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 Jf=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")]},Xf={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=at()({[`has-text-align-${n}`]:n});return(0,Oe.createElement)("blockquote",Qe.useBlockProps.save({className:a}),(0,Oe.createElement)(Qe.RichText.Content,{multiline:!0,value:o}),!Qe.RichText.isEmpty(r)&&(0,Oe.createElement)(Qe.RichText.Content,{tagName:"cite",value:r}))},migrate:Jf},ey={attributes:{value:{type:"string",source:"html",selector:"blockquote",multiline:"p",default:""},citation:{type:"string",source:"html",selector:"cite",default:""},align:{type:"string"}},migrate:Jf,save(e){let{attributes:t}=e;const{align:n,value:o,citation:r}=t;return(0,Oe.createElement)("blockquote",{style:{textAlign:n||null}},(0,Oe.createElement)(Qe.RichText.Content,{multiline:!0,value:o}),!Qe.RichText.isEmpty(r)&&(0,Oe.createElement)(Qe.RichText.Content,{tagName:"cite",value:r}))}},ty={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 Jf({...n,className:e.className?e.className+" is-style-large":"is-style-large"})}return Jf(e)},save(e){let{attributes:t}=e;const{align:n,value:o,citation:r,style:a}=t;return(0,Oe.createElement)("blockquote",{className:2===a?"is-large":"",style:{textAlign:n||null}},(0,Oe.createElement)(Qe.RichText.Content,{multiline:!0,value:o}),!Qe.RichText.isEmpty(r)&&(0,Oe.createElement)(Qe.RichText.Content,{tagName:"cite",value:r}))}},ny={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 Jf({...n})}return Jf(e)},save(e){let{attributes:t}=e;const{align:n,value:o,citation:r,style:a}=t;return(0,Oe.createElement)("blockquote",{className:`blocks-quote-style-${a}`,style:{textAlign:n||null}},(0,Oe.createElement)(Qe.RichText.Content,{multiline:!0,value:o}),!Qe.RichText.isEmpty(r)&&(0,Oe.createElement)(Qe.RichText.Content,{tagName:"footer",value:r}))}};var oy=[Xf,ey,ty,ny];const ry="web"===Oe.Platform.OS,ay=[["core/paragraph",{}]];const ly={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 iy=ly;const sy={$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:cy}=sy,uy={icon:Yf,example:{attributes:{citation:"Julio Cortázar"},innerBlocks:[{name:"core/paragraph",attributes:{content:(0,Ze.__)("In quoting others, we cite ourselves.")}}]},transforms:iy,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,st.useRegistry)(),{updateBlockAttributes:o,replaceInnerBlocks:r}=(0,st.useDispatch)(Qe.store);(0,Oe.useEffect)((()=>{if(!e.value)return;const[a,l]=Jf(e);Bm()("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,st.useSelect)((e=>{const{isBlockSelected:t,hasSelectedInnerBlock:n}=e(Qe.store);return n(r)||t(r)}),[]),u=(0,Qe.useBlockProps)({className:at()(a,{[`has-text-align-${i}`]:i}),...!ry&&{style:l}}),m=(0,Qe.useInnerBlocksProps)(u,{template:ay,templateInsertUpdatesSelection:!0});return(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.BlockControls,{group:"block"},(0,Oe.createElement)(Qe.AlignmentControl,{value:i,onChange:e=>{n({align:e})}})),(0,Oe.createElement)(We.BlockQuotation,m,m.children,(!Qe.RichText.isEmpty(s)||c)&&(0,Oe.createElement)(Qe.RichText,ot({identifier:"citation",tagName:ry?"cite":void 0,style:{display:"block"},value:s,onChange:e=>{n({citation:e})},__unstableMobileNoFocusOnMount:!0,"aria-label":(0,Ze.__)("Quote citation"),placeholder:(0,Ze.__)("Add citation"),className:"wp-block-quote__citation",__unstableOnSplitAtEnd:()=>o((0,Ge.createBlock)((0,Ge.getDefaultBlockName)()))},ry?{}:{textAlign:i}))))},save:function(e){let{attributes:t}=e;const{align:n,citation:o}=t,r=at()({[`has-text-align-${n}`]:n});return(0,Oe.createElement)("blockquote",Qe.useBlockProps.save({className:r}),(0,Oe.createElement)(Qe.InnerBlocks.Content,null),!Qe.RichText.isEmpty(o)&&(0,Oe.createElement)(Qe.RichText.Content,{tagName:"cite",value:o}))},deprecated:oy},my=()=>je({name:cy,metadata:sy,settings:uy});var dy=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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"})),py=window.wp.reusableBlocks;var gy=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 hy={$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}},{name:vy}=hy,by={edit:function(e){let{attributes:{ref:t},clientId:n}=e;const o=(0,Qe.__experimentalUseHasRecursion)(t),{record:r,hasResolved:a}=(0,it.useEntityRecord)("postType","wp_block",t),l=a&&!r,{canRemove:i,innerBlockCount:s}=(0,st.useSelect)((e=>{const{canRemoveBlock:t,getBlockCount:o}=e(Qe.store);return{canRemove:t(n),innerBlockCount:o(n)}}),[n]),{__experimentalConvertBlockToStatic:c}=(0,st.useDispatch)(py.store),[u,m,d]=(0,it.useEntityBlockEditor)("postType","wp_block",{id:t}),[p,g]=(0,it.useEntityProp)("postType","wp_block","title",t),h=(0,Qe.useBlockProps)({className:"block-library-block__reusable-block-container"}),v=(0,Qe.useInnerBlocksProps)(h,{value:u,onInput:m,onChange:d,renderAppender:null!=u&&u.length?void 0:Qe.InnerBlocks.ButtonBlockAppender});return o?(0,Oe.createElement)("div",h,(0,Oe.createElement)(Qe.Warning,null,(0,Ze.__)("Block cannot be rendered inside itself."))):l?(0,Oe.createElement)("div",h,(0,Oe.createElement)(Qe.Warning,null,(0,Ze.__)("Block has been deleted or is unavailable."))):a?(0,Oe.createElement)(Qe.__experimentalRecursionProvider,{uniqueId:t},i&&(0,Oe.createElement)(Qe.BlockControls,null,(0,Oe.createElement)(We.ToolbarGroup,null,(0,Oe.createElement)(We.ToolbarButton,{onClick:()=>c(n),label:s>1?(0,Ze.__)("Convert to regular blocks"):(0,Ze.__)("Convert to regular block"),icon:gy,showTooltip:!0}))),(0,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(We.PanelBody,null,(0,Oe.createElement)(We.TextControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Name"),value:p,onChange:g}))),(0,Oe.createElement)("div",v)):(0,Oe.createElement)("div",h,(0,Oe.createElement)(We.Placeholder,null,(0,Oe.createElement)(We.Spinner,null)))},icon:dy},_y=()=>je({name:vy,metadata:hy,settings:by});const fy={$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:yy}=fy,ky={icon:un,edit:function(e){let{attributes:{content:t,linkTarget:n},setAttributes:o,insertBlocksAfter:r}=e;const a=(0,Qe.useBlockProps)();return(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Link settings")},(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Open in new tab"),onChange:e=>o({linkTarget:e?"_blank":"_self"}),checked:"_blank"===n}))),(0,Oe.createElement)(Qe.RichText,ot({tagName:"a","aria-label":(0,Ze.__)("“Read more” link text"),placeholder:(0,Ze.__)("Read more"),value:t,onChange:e=>o({content:e}),__unstableOnSplitAtEnd:()=>r((0,Ge.createBlock)((0,Ge.getDefaultBlockName)())),withoutInteractiveFormatting:!0},a)))}},xy=()=>je({name:yy,metadata:fy,settings:ky});var wy=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 Ey={$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:Cy}=Ey,Sy={icon:wy,example:{attributes:{feedURL:"https://wordpress.org"}},edit:function(e){let{attributes:t,setAttributes:n}=e;const[o,r]=(0,Oe.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,Qe.useBlockProps)();if(o)return(0,Oe.createElement)("div",g,(0,Oe.createElement)(We.Placeholder,{icon:wy,label:"RSS"},(0,Oe.createElement)("form",{onSubmit:function(e){e.preventDefault(),m&&(n({feedURL:(0,lt.prependHTTP)(m)}),r(!1))},className:"wp-block-rss__placeholder-form"},(0,Oe.createElement)(We.__experimentalHStack,{wrap:!0},(0,Oe.createElement)(We.__experimentalInputControl,{__next36pxDefaultSize:!0,placeholder:(0,Ze.__)("Enter URL here…"),value:m,onChange:e=>n({feedURL:e}),className:"wp-block-rss__placeholder-input"}),(0,Oe.createElement)(We.Button,{variant:"primary",type:"submit"},(0,Ze.__)("Use URL"))))));const h=[{icon:pi,title:(0,Ze.__)("Edit RSS URL"),onClick:()=>r(!0)},{icon:sm,title:(0,Ze.__)("List view"),onClick:()=>n({blockLayout:"list"}),isActive:"list"===a},{icon:cm,title:(0,Ze.__)("Grid view"),onClick:()=>n({blockLayout:"grid"}),isActive:"grid"===a}];return(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.BlockControls,null,(0,Oe.createElement)(We.ToolbarGroup,{controls:h})),(0,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Settings")},(0,Oe.createElement)(We.RangeControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Number of items"),value:d,onChange:e=>n({itemsToShow:e}),min:1,max:20,required:!0}),(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Display author"),checked:i,onChange:p("displayAuthor")}),(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Display date"),checked:s,onChange:p("displayDate")}),(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Display excerpt"),checked:c,onChange:p("displayExcerpt")}),c&&(0,Oe.createElement)(We.RangeControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Max number of words in excerpt"),value:u,onChange:e=>n({excerptLength:e}),min:10,max:100,required:!0}),"grid"===a&&(0,Oe.createElement)(We.RangeControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Columns"),value:l,onChange:e=>n({columns:e}),min:2,max:6,required:!0}))),(0,Oe.createElement)("div",g,(0,Oe.createElement)(We.Disabled,null,(0,Oe.createElement)(Ye(),{block:"core/rss",attributes:t}))))}},By=()=>je({name:Cy,metadata:Ey,settings:Sy});var Ty=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 Ny=(0,Oe.createElement)(We.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.createElement)(We.Rect,{x:"7",y:"10",width:"10",height:"4",rx:"1",fill:"currentColor"})),Py=(0,Oe.createElement)(We.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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,Oe.createElement)(We.Rect,{x:"16",y:"10",width:"4",height:"4",rx:"1",fill:"currentColor"})),Iy=(0,Oe.createElement)(We.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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,Oe.createElement)(We.Rect,{x:"14",y:"10",width:"4",height:"4",rx:"1",fill:"currentColor"})),zy=(0,Oe.createElement)(We.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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"})),My=(0,Oe.createElement)(We.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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,Oe.createElement)(We.Rect,{x:"8",y:"11",width:"8",height:"2",fill:"currentColor"})),Ry=(0,Oe.createElement)(We.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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,Oe.createElement)(We.Rect,{x:"4",y:"7",width:"10",height:"2",fill:"currentColor"}));var Ly=[{name:"default",isDefault:!0,attributes:{buttonText:(0,Ze.__)("Search"),label:(0,Ze.__)("Search")}}];const Hy={$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:Ay}=Hy,Vy={icon:Ty,example:{attributes:{buttonText:(0,Ze.__)("Search"),label:(0,Ze.__)("Search")},viewportWidth:400},variations:Ly,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,st.useSelect)((e=>{var t;const{getBlockParentsByBlockName:n,wasBlockJustInserted:o}=e(Qe.store);return!(null===(t=n(i,"core/navigation"))||void 0===t||!t.length)&&o(i)}),[i]),{__unstableMarkNextChangeAsNotPersistent:f}=(0,st.useDispatch)(Qe.store);(0,Oe.useEffect)((()=>{_&&(f(),r({showLabel:!1,buttonUseIcon:!0,buttonPosition:"button-inside"}))}),[_]);const y=null==b||null===(t=b.border)||void 0===t?void 0:t.radius,k=(0,Qe.__experimentalUseBorderProps)(o);"number"==typeof y&&(k.style.borderRadius=`${y}px`);const x=(0,Qe.__experimentalUseColorProps)(o),w=(0,Qe.useSetting)("typography.fluid"),E=(0,Qe.getTypographyClassesAndStyles)(o,w),C=`wp-block-search__width-${(0,St.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,Ze.__)("Button outside"),isActive:"button-outside"===h,icon:Py,onClick:()=>{r({buttonPosition:"button-outside"})}},{role:"menuitemradio",title:(0,Ze.__)("Button inside"),isActive:"button-inside"===h,icon:Iy,onClick:()=>{r({buttonPosition:"button-inside"})}},{role:"menuitemradio",title:(0,Ze.__)("No button"),isActive:"no-button"===h,icon:zy,onClick:()=>{r({buttonPosition:"no-button"})}}],z=()=>{const e=at()("wp-block-search__input",S?void 0:k.className,E.className),t={...S?{borderRadius:y}:k.style,...E.style,textDecoration:void 0};return(0,Oe.createElement)("input",{type:"search",className:e,style:t,"aria-label":(0,Ze.__)("Optional placeholder text"),placeholder:u?void 0:(0,Ze.__)("Optional placeholder…"),value:u,onChange:e=>r({placeholder:e.target.value})})},M=()=>{const e=at()("wp-block-search__button",x.className,E.className,S?void 0:k.className,v?"has-icon":void 0,(0,Qe.__experimentalGetElementClassName)("button")),t={...x.style,...E.style,...S?{borderRadius:y}:k.style};return(0,Oe.createElement)(Oe.Fragment,null,v&&(0,Oe.createElement)("button",{type:"button",className:e,style:t,"aria-label":g?(0,Wd.__unstableStripHTML)(g):(0,Ze.__)("Search")},(0,Oe.createElement)(cp,{icon:Ty})),!v&&(0,Oe.createElement)(Qe.RichText,{className:e,style:t,"aria-label":(0,Ze.__)("Button text"),placeholder:(0,Ze.__)("Add button text…"),withoutInteractiveFormatting:!0,value:g,onChange:e=>r({buttonText:e})}))},R=(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.BlockControls,null,(0,Oe.createElement)(We.ToolbarGroup,null,(0,Oe.createElement)(We.ToolbarButton,{title:(0,Ze.__)("Toggle search label"),icon:Ry,onClick:()=>{r({showLabel:!c})},className:c?"is-pressed":void 0}),(0,Oe.createElement)(We.ToolbarDropdownMenu,{icon:(()=>{switch(h){case"button-inside":return Iy;case"button-outside":return Py;case"no-button":return zy;case"button-only":return Ny}})(),label:(0,Ze.__)("Change button position"),controls:I}),!T&&(0,Oe.createElement)(We.ToolbarButton,{title:(0,Ze.__)("Use button with icon"),icon:My,onClick:()=>{r({buttonUseIcon:!v})},className:v?"is-pressed":void 0}))),(0,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Display Settings")},(0,Oe.createElement)(We.BaseControl,{label:(0,Ze.__)("Width"),id:C},(0,Oe.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})},__unstableInputWidth:"80px",value:`${m}${d}`,units:P}),(0,Oe.createElement)(We.ButtonGroup,{className:"wp-block-search__components-button-group","aria-label":(0,Ze.__)("Percentage Width")},[25,50,75,100].map((e=>(0,Oe.createElement)(We.Button,{key:e,isSmall:!0,variant:`${e}%`==`${m}${d}`?0:void 0,onClick:()=>r({width:e,widthUnit:"%"})},e,"%")))))))),L=e=>e?`calc(${e} + 4px)`:void 0,H=(0,Qe.useBlockProps)({className:at()(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}}),A=at()("wp-block-search__label",E.className);return(0,Oe.createElement)("div",H,R,c&&(0,Oe.createElement)(Qe.RichText,{className:A,"aria-label":(0,Ze.__)("Label text"),placeholder:(0,Ze.__)("Add label…"),withoutInteractiveFormatting:!0,value:s,onChange:e=>r({label:e}),style:E.style}),(0,Oe.createElement)(We.ResizableBox,{size:{width:`${m}${d}`},className:at()("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!==y&&0!==parseInt(y,10);if(S&&l){if("object"==typeof y){const{topLeft:e,topRight:t,bottomLeft:n,bottomRight:o}=y;return{...a,borderTopLeftRadius:L(e),borderTopRightRadius:L(t),borderBottomLeftRadius:L(n),borderBottomRightRadius:L(o)}}const e=Number.isInteger(y)?`${y}px`:y;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,Oe.createElement)(Oe.Fragment,null,z(),M()),N&&M(),T&&z()))}},Fy=()=>je({name:Ay,metadata:Hy,settings:Vy});var Dy=(0,Oe.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,Oe.createElement)(Ue.Path,{d:"M20.2 7v4H3.8V7H2.2v9h1.6v-3.5h16.4V16h1.6V7z"}));var $y={from:[{type:"enter",regExp:/^-{3,}$/,transform:()=>(0,Ge.createBlock)("core/separator")},{type:"raw",selector:"hr",schema:{hr:{}}}]};const Gy={attributes:{color:{type:"string"},customColor:{type:"string"}},save(e){let{attributes:t}=e;const{color:n,customColor:o}=t,r=(0,Qe.getColorClassName)("background-color",n),a=(0,Qe.getColorClassName)("color",n),l=at()({"has-text-color has-background":n||o,[r]:r,[a]:a}),i={backgroundColor:r?void 0:o,color:a?void 0:o};return(0,Oe.createElement)("hr",Qe.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 Oy=[Gy];const Uy={$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:qy}=Uy,jy={icon:Dy,example:{attributes:{customColor:"#065174",className:"is-style-wide"}},transforms:$y,edit:function(e){var t,n;let{attributes:o,setAttributes:r}=e;const{backgroundColor:a,opacity:l,style:i}=o,s=(0,Qe.__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,Oe.useState)(!1),a=(0,St.usePrevious)(t);(0,Oe.useEffect)((()=>{"css"!==e||t||a||r(!0)}),[t,a,e]),(0,Oe.useEffect)((()=>{"css"===e&&(o&&t||a&&t!==a)&&(n({opacity:"alpha-channel"}),r(!1))}),[o,t,a])}(l,c,r);const m=(0,Qe.getColorClassName)("color",a),d=at()({"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,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(We.HorizontalRule,(0,Qe.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,Qe.__experimentalGetColorClassesAndStyles)(o),c=(0,Qe.getColorClassName)("color",r),u=at()({"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,Oe.createElement)("hr",Qe.useBlockProps.save({className:u,style:m}))},deprecated:Oy},Wy=()=>je({name:qy,metadata:Uy,settings:jy});var Zy=(0,Oe.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,Oe.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 Qy=window.wp.autop;var Ky={from:[{type:"shortcode",tag:"[a-z][a-z0-9_-]*",attributes:{text:{type:"string",shortcode:(e,t)=>{let{content:n}=t;return(0,Qy.removep)((0,Qy.autop)(n))}}},priority:20}]};const Yy={$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:Jy}=Yy,Xy={icon:Zy,transforms:Ky,edit:function e(t){let{attributes:n,setAttributes:o}=t;const r=`blocks-shortcode-input-${(0,St.useInstanceId)(e)}`;return(0,Oe.createElement)("div",(0,Qe.useBlockProps)({className:"components-placeholder"}),(0,Oe.createElement)("label",{htmlFor:r,className:"components-placeholder__label"},(0,Oe.createElement)(cp,{icon:Zy}),(0,Ze.__)("Shortcode")),(0,Oe.createElement)(Qe.PlainText,{className:"blocks-shortcode__textarea",id:r,value:n.text,"aria-label":(0,Ze.__)("Shortcode text"),placeholder:(0,Ze.__)("Write shortcode here…"),onChange:e=>o({text:e})}))},save:function(e){let{attributes:t}=e;return(0,Oe.createElement)(Oe.RawHTML,null,t.text)}},ek=()=>je({name:Jy,metadata:Yy,settings:Xy});var tk=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 nk=["image"],ok="image/*",rk=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 _=$u(s,[n]),f=(0,St.useViewportMatch)("medium"),y=!["wide","full"].includes(n)&&f,[{naturalWidth:k,naturalHeight:x},w]=(0,Oe.useState)({}),[E,C]=(0,Oe.useState)(!1),{toggleSelection:S}=(0,st.useDispatch)(Qe.store),B=at()("custom-logo-link",{"is-transient":(0,wt.isBlobURL)(d)}),{imageEditing:T,maxWidth:N,title:P}=(0,st.useSelect)((e=>{const{getSettings:t}=e(Qe.store),n=e(it.store).getEntityRecord("root","__unstableBase");return{title:null==n?void 0:n.name,...Object.fromEntries(Object.entries(t()).filter((e=>{let[t]=e;return["imageEditing","maxWidth"].includes(t)})))}}),[]);(0,Oe.useEffect)((()=>{i&&g!==h&&u({shouldSyncIcon:!1})}),[]),(0,Oe.useEffect)((()=>{c||C(!1)}),[c]);const I=(0,Oe.createElement)("img",{className:"custom-logo",src:d,alt:t,onLoad:e=>{w({naturalWidth:e.target.naturalWidth,naturalHeight:e.target.naturalHeight})}});let z,M=I;if(a&&(M=(0,Oe.createElement)("a",{href:p,className:B,rel:"home",title:P,onClick:e=>e.preventDefault()},I)),_&&k&&x){z=k>_?_:k}if(!y||!z)return(0,Oe.createElement)("div",{style:{width:o,height:r}},M);const R=o||120,L=k/x,H=R/L,A=k<x?$s:Math.ceil($s*L),V=x<k?$s:Math.ceil($s/L),F=2.5*N;let D=!1,$=!1;"center"===n?(D=!0,$=!0):(0,Ze.isRTL)()?"left"===n?D=!0:$=!0:"right"===n?$=!0:D=!0;const G=g&&k&&x&&T,O=G&&E?(0,Oe.createElement)(Qe.__experimentalImageEditor,{id:g,url:d,width:R,height:H,clientWidth:_,naturalHeight:x,naturalWidth:k,onSaveImage:e=>{m(e.id)},onFinishEditing:()=>{C(!1)}}):(0,Oe.createElement)(We.ResizableBox,{size:{width:R,height:H},showHandle:c,minWidth:A,maxWidth:F,minHeight:V,maxHeight:F/L,lockAspectRatio:!0,enable:{top:!1,right:D,bottom:!0,left:$},onResizeStart:function(){S(!1)},onResizeStop:(e,t,n,o)=>{S(!0),u({width:parseInt(R+o.width,10),height:parseInt(H+o.height,10)})}},M),U=(0,Oe.createInterpolateElement)((0,Ze.__)("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,Oe.createElement)("a",{href:p+"/wp-admin/customize.php?autofocus[section]=title_tagline",target:"_blank",rel:"noopener noreferrer"})});return(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Settings")},(0,Oe.createElement)(We.RangeControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Image width"),onChange:e=>u({width:e}),min:A,max:F,initialPosition:Math.min(120,F),value:o||"",disabled:!y}),(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Link image to home"),onChange:()=>u({isLink:!a}),checked:a}),a&&(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Open in new tab"),onChange:e=>u({linkTarget:e?"_blank":"_self"}),checked:"_blank"===l})),b&&(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Use as site icon"),onChange:e=>{u({shouldSyncIcon:e}),v(e?g:void 0)},checked:!!i,help:U})))),(0,Oe.createElement)(Qe.BlockControls,{group:"block"},G&&!E&&(0,Oe.createElement)(We.ToolbarButton,{onClick:()=>C(!0),icon:Vu,label:(0,Ze.__)("Crop")})),O)};var ak={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 lk={$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:ik}=lk,sk={icon:tk,example:{},edit:function(e){let{attributes:t,className:n,setAttributes:o,isSelected:r}=e;const{width:a,shouldSyncIcon:l}=t,i=(0,Oe.useRef)(),{siteLogoId:s,canUserEdit:c,url:u,siteIconId:m,mediaItemData:d,isRequestingMediaItem:p}=(0,st.useSelect)((e=>{const{canUser:t,getEntityRecord:n,getEditedEntityRecord:o}=e(it.store),r=t("update","settings"),a=r?o("root","site"):void 0,l=n("root","__unstableBase"),i=r?null==a?void 0:a.site_logo:null==l?void 0:l.site_logo,s=null==a?void 0:a.site_icon,c=i&&e(it.store).getMedia(i,{context:"view"}),u=i&&!e(it.store).hasFinishedResolution("getMedia",[i,{context:"view"}]);return{siteLogoId:i,canUserEdit:r,url:null==l?void 0:l.home,mediaItemData:c,isRequestingMediaItem:u,siteIconId:s}}),[]),{editEntityRecord:g}=(0,st.useDispatch)(it.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:{},f=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:y}=(0,st.useDispatch)(Ct.store),k=e=>{y(e,{type:"snackbar"})},x=c&&_&&(0,Oe.createElement)(Qe.BlockControls,{group:"other"},(0,Oe.createElement)(Qe.MediaReplaceFlow,{mediaURL:_,allowedTypes:nk,accept:ok,onSelect:f,onError:k},(0,Oe.createElement)(We.MenuItem,{onClick:()=>{h(null),o({width:void 0})}},(0,Ze.__)("Reset"))));let w;const E=void 0===s||p;E&&(w=(0,Oe.createElement)(We.Spinner,null)),_&&(w=(0,Oe.createElement)(rk,{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=at()(n,{"is-default-size":!a}),S=(0,Qe.useBlockProps)({ref:i,className:C}),B=(0,Ze.__)("Add a site logo");return(0,Oe.createElement)("div",S,x,!!_&&w,!_&&!c&&(0,Oe.createElement)(We.Placeholder,{className:"site-logo_placeholder"},!!E&&(0,Oe.createElement)("span",{className:"components-placeholder__preview"},(0,Oe.createElement)(We.Spinner,null))),!_&&c&&(0,Oe.createElement)(Qe.MediaPlaceholder,{onSelect:e=>{if(void 0===l){const t=!m;return o({shouldSyncIcon:t}),void f(e,t)}f(e)},accept:ok,allowedTypes:nk,onError:k,placeholder:e=>{const t=at()("block-editor-media-placeholder",n);return(0,Oe.createElement)(We.Placeholder,{className:t,preview:w,withIllustration:!0,style:{width:a}},e)},mediaLibraryButton:e=>{let{open:t}=e;return(0,Oe.createElement)(We.Button,{icon:Fu,variant:"primary",label:B,showTooltip:!0,tooltipPosition:"top center",onClick:()=>{t()}})}}))},transforms:ak},ck=()=>je({name:ik,metadata:lk,settings:sk});var uk=(0,Oe.createElement)(We.SVG,{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24"},(0,Oe.createElement)(We.Path,{fill:"none",d:"M0 0h24v24H0z"}),(0,Oe.createElement)(We.Path,{d:"M4 9h16v2H4V9zm0 4h10v2H4v-2z"}));const mk={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:Xt,isEligible(e){var t;let{style:n}=e;return null==n||null===(t=n.typography)||void 0===t?void 0:t.fontFamily}};var dk=[mk];const pk={$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 its not displayed in the theme design.",keywords:["description"],textdomain:"default",attributes:{textAlign:{type:"string"}},example:{},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:gk}=pk,hk={icon:uk,edit:function(e){let{attributes:t,setAttributes:n,insertBlocksAfter:o}=e;const{textAlign:r}=t,{canUserEdit:a,tagline:l}=(0,st.useSelect)((e=>{const{canUser:t,getEntityRecord:n,getEditedEntityRecord:o}=e(it.store),r=t("update","settings"),a=r?o("root","site"):{},l=n("root","__unstableBase");return{canUserEdit:t("update","settings"),tagline:r?null==a?void 0:a.description:null==l?void 0:l.description}}),[]),{editEntityRecord:i}=(0,st.useDispatch)(it.store),s=(0,Qe.useBlockProps)({className:at()({[`has-text-align-${r}`]:r,"wp-block-site-tagline__placeholder":!a&&!l})}),c=a?(0,Oe.createElement)(Qe.RichText,ot({allowedFormats:[],onChange:function(e){i("root","site",void 0,{description:e})},"aria-label":(0,Ze.__)("Site tagline text"),placeholder:(0,Ze.__)("Write site tagline…"),tagName:"p",value:l,disableLineBreaks:!0,__unstableOnSplitAtEnd:()=>o((0,Ge.createBlock)((0,Ge.getDefaultBlockName)()))},s)):(0,Oe.createElement)("p",s,l||(0,Ze.__)("Site Tagline placeholder"));return(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.BlockControls,{group:"block"},(0,Oe.createElement)(Qe.AlignmentControl,{onChange:e=>n({textAlign:e}),value:r})),c)},deprecated:dk},vk=()=>je({name:gk,metadata:pk,settings:hk});var bk=(0,Oe.createElement)(Ue.SVG,{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 _k(e){let{level:t,isPressed:n=!1}=e;if(0===t)return Ch;return(0,Oe.createElement)(We.SVG,{width:"20",height:"20",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg",isPressed:n},(0,Oe.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 fk(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,Oe.createElement)(_k,{level:e,isPressed:o}),title:0===e?(0,Ze.__)("Paragraph"):(0,Ze.sprintf)((0,Ze.__)("Heading %d"),e),isActive:o,onClick:()=>n(e),role:"menuitemradio"}}));return(0,Oe.createElement)(We.ToolbarDropdownMenu,{label:(0,Ze.__)("Change heading level"),icon:(0,Oe.createElement)(_k,{level:t}),controls:o})}const yk={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:Xt,isEligible(e){var t;let{style:n}=e;return null==n||null===(t=n.typography)||void 0===t?void 0:t.fontFamily}};var kk=[yk];var xk={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 wk={$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",style:"wp-block-site-title"},{name:Ek}=wk,Ck={icon:bk,example:{},edit:function(e){let{attributes:t,setAttributes:n,insertBlocksAfter:o}=e;const{level:r,textAlign:a,isLink:l,linkTarget:i}=t,{canUserEdit:s,title:c}=(0,st.useSelect)((e=>{const{canUser:t,getEntityRecord:n,getEditedEntityRecord:o}=e(it.store),r=t("update","settings"),a=r?o("root","site"):{},l=n("root","__unstableBase");return{canUserEdit:r,title:r?null==a?void 0:a.title:null==l?void 0:l.name}}),[]),{editEntityRecord:u}=(0,st.useDispatch)(it.store),m=0===r?"p":`h${r}`,d=(0,Qe.useBlockProps)({className:at()({[`has-text-align-${a}`]:a,"wp-block-site-title__placeholder":!s&&!c})}),p=s?(0,Oe.createElement)(m,d,(0,Oe.createElement)(Qe.RichText,{tagName:l?"a":"span",href:l?"#site-title-pseudo-link":void 0,"aria-label":(0,Ze.__)("Site title text"),placeholder:(0,Ze.__)("Write site title…"),value:c,onChange:function(e){u("root","site",void 0,{title:e})},allowedFormats:[],disableLineBreaks:!0,__unstableOnSplitAtEnd:()=>o((0,Ge.createBlock)((0,Ge.getDefaultBlockName)()))})):(0,Oe.createElement)(m,d,l?(0,Oe.createElement)("a",{href:"#site-title-pseudo-link",onClick:e=>e.preventDefault()},(0,Gn.decodeEntities)(c)||(0,Ze.__)("Site Title placeholder")):(0,Oe.createElement)("span",null,(0,Gn.decodeEntities)(c)||(0,Ze.__)("Site Title placeholder")));return(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.BlockControls,{group:"block"},(0,Oe.createElement)(fk,{level:r,onChange:e=>n({level:e})}),(0,Oe.createElement)(Qe.AlignmentControl,{value:a,onChange:e=>{n({textAlign:e})}})),(0,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Link settings")},(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Make title link to home"),onChange:()=>n({isLink:!l}),checked:l}),l&&(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Open in new tab"),onChange:e=>n({linkTarget:e?"_blank":"_self"}),checked:"_blank"===i}))),p)},transforms:xk,deprecated:kk},Sk=()=>je({name:Ek,metadata:wk,settings:Ck});var Bk=(0,Oe.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,Oe.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 Tk=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"-2 -2 24 24"},(0,Oe.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 Nk=()=>(0,Oe.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,Oe.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"})),Pk=[{isDefault:!0,name:"wordpress",attributes:{service:"wordpress"},title:"WordPress",icon:()=>(0,Oe.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1",xmlns:"http://www.w3.org/2000/svg"},(0,Oe.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,Oe.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,Oe.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,Oe.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,Oe.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,Oe.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,Oe.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,Oe.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,Oe.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:Nk},{name:"codepen",attributes:{service:"codepen"},title:"CodePen",icon:()=>(0,Oe.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,Oe.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,Oe.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,Oe.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,Oe.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,Oe.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,Oe.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,Oe.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,Oe.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,Oe.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,Oe.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,Oe.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,Oe.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,Oe.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,Oe.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,Oe.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,Oe.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,Oe.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,Oe.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,Oe.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,Oe.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,Oe.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,Oe.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,Oe.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,Oe.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,Oe.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,Oe.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,Oe.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,Oe.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,Oe.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,Oe.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,Oe.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,Oe.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,Oe.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,Oe.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,Oe.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,Oe.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,Oe.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,Oe.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 569 546",version:"1.1"},(0,Oe.createElement)(Ue.Circle,{cx:"363",cy:"205",r:"205"}),(0,Oe.createElement)(Ue.Rect,{width:"100",height:"546",x:"0",y:"0"}))},{name:"pinterest",attributes:{service:"pinterest"},title:"Pinterest",icon:()=>(0,Oe.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,Oe.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,Oe.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,Oe.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,Oe.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,Oe.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,Oe.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,Oe.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,Oe.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,Oe.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,Oe.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,Oe.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,Oe.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,Oe.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,Oe.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 128 128",version:"1.1"},(0,Oe.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,Oe.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 32 32",version:"1.1"},(0,Oe.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,Oe.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,Oe.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,Oe.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,Oe.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,Oe.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,Oe.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,Oe.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,Oe.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,Oe.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,Oe.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,Oe.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,Oe.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,Oe.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,Oe.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,Oe.createElement)(Ue.SVG,{width:"24",height:"24",viewBox:"0 0 24 24",version:"1.1"},(0,Oe.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"}))}];Pk.forEach((e=>{e.isActive||(e.isActive=(e,t)=>e.service===t.service)}));var Ik=Pk;const zk=e=>{let{url:t,setAttributes:n,setPopover:o,popoverAnchor:r}=e;return(0,Oe.createElement)(Qe.URLPopover,{anchor:r,onClose:()=>o(!1)},(0,Oe.createElement)("form",{className:"block-editor-url-popover__link-editor",onSubmit:e=>{e.preventDefault(),o(!1)}},(0,Oe.createElement)("div",{className:"block-editor-url-input"},(0,Oe.createElement)(Qe.URLInput,{__nextHasNoMarginBottom:!0,value:t,onChange:e=>n({url:e}),placeholder:(0,Ze.__)("Enter address"),disableSuggestions:!0})),(0,Oe.createElement)(We.Button,{icon:Tk,label:(0,Ze.__)("Apply"),type:"submit"})))};var Mk=e=>{let{attributes:t,context:n,isSelected:o,setAttributes:r}=e;const{url:a,service:l,label:i,rel:s}=t,{showLabels:c,iconColorValue:u,iconBackgroundColorValue:m}=n,[d,p]=(0,Oe.useState)(!1),g=at()("wp-social-link","wp-social-link-"+l,{"wp-social-link__is-incomplete":!a}),[h,v]=(0,Oe.useState)(null),b=(e=>{const t=Ik.find((t=>t.name===e));return t?t.icon:Nk})(l),_=(e=>{const t=Ik.find((t=>t.name===e));return t?t.title:(0,Ze.__)("Social Icon")})(l),f=null!=i?i:_,y=(0,Qe.useBlockProps)({className:g,style:{color:u,backgroundColor:m}});return(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.sprintf)((0,Ze.__)("%s label"),_),initialOpen:!1},(0,Oe.createElement)(We.PanelRow,null,(0,Oe.createElement)(We.TextControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Link label"),help:(0,Ze.__)("Briefly describe the link to help screen reader users."),value:i||"",onChange:e=>r({label:e})})))),(0,Oe.createElement)(Qe.InspectorControls,{group:"advanced"},(0,Oe.createElement)(We.TextControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Link rel"),value:s||"",onChange:e=>r({rel:e})})),(0,Oe.createElement)("li",y,(0,Oe.createElement)(We.Button,{className:"wp-block-social-link-anchor",ref:v,onClick:()=>p(!0)},(0,Oe.createElement)(b,null),(0,Oe.createElement)("span",{className:at()("wp-block-social-link-label",{"screen-reader-text":!c})},f),o&&d&&(0,Oe.createElement)(zk,{url:a,setAttributes:r,setPopover:p,popoverAnchor:h}))))};const Rk={$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"},rel:{type:"string"}},usesContext:["openInNewTab","showLabels","iconColorValue","iconBackgroundColorValue"],supports:{reusable:!1,html:!1},editorStyle:"wp-block-social-link-editor"},{name:Lk}=Rk,Hk={icon:Bk,edit:Mk,variations:Ik},Ak=()=>je({name:Lk,metadata:Rk,settings:Hk}),Vk=[{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=at()(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,Oe.createElement)("ul",Qe.useBlockProps.save({className:a,style:l}),(0,Oe.createElement)(Qe.InnerBlocks.Content,null))}}];var Fk=Vk;var Dk=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 $k=["core/social-link"],Gk=[{name:(0,Ze.__)("Small"),value:"has-small-icon-size"},{name:(0,Ze.__)("Normal"),value:"has-normal-icon-size"},{name:(0,Ze.__)("Large"),value:"has-large-icon-size"},{name:(0,Ze.__)("Huge"),value:"has-huge-icon-size"}];var Ok=(0,Qe.withColors)({iconColor:"icon-color",iconBackgroundColor:"icon-background-color"})((function(e){var t,n,o;const{clientId:r,attributes:a,iconBackgroundColor:l,iconColor:i,isSelected:s,setAttributes:c,setIconBackgroundColor:u,setIconColor:m}=e,{iconBackgroundColorValue:d,customIconBackgroundColor:p,iconColorValue:g,openInNewTab:h,showLabels:v,size:b}=a,_=null===(t=a.className)||void 0===t?void 0:t.includes("is-style-logos-only"),f=(0,Oe.useRef)({});(0,Oe.useEffect)((()=>{_?(f.current={iconBackgroundColor:l,iconBackgroundColorValue:d,customIconBackgroundColor:p},c({iconBackgroundColor:void 0,customIconBackgroundColor:void 0,iconBackgroundColorValue:void 0})):c({...f.current})}),[_]);const y=(0,Oe.createElement)("li",{className:"wp-block-social-links__social-placeholder"},(0,Oe.createElement)("div",{className:"wp-block-social-links__social-placeholder-icons"},(0,Oe.createElement)("div",{className:"wp-social-link wp-social-link-twitter"}),(0,Oe.createElement)("div",{className:"wp-social-link wp-social-link-facebook"}),(0,Oe.createElement)("div",{className:"wp-social-link wp-social-link-instagram"}))),k=(0,Oe.createElement)("li",{className:"wp-block-social-links__social-prompt"},(0,Ze.__)("Click plus to add")),x=at()(b,{"has-visible-labels":v,"has-icon-color":i.color||g,"has-icon-background-color":l.color||d}),w=(0,Qe.useBlockProps)({className:x}),E=(0,Qe.useInnerBlocksProps)(w,{allowedBlocks:$k,placeholder:s?k:y,templateLock:!1,orientation:null!==(n=null===(o=a.layout)||void 0===o?void 0:o.orientation)&&void 0!==n?n:"horizontal",__experimentalAppenderTagName:"li"}),C=[{value:i.color||g,onChange:e=>{m(e),c({iconColorValue:e})},label:(0,Ze.__)("Icon color"),resetAllFilter:()=>{m(void 0),c({iconColorValue:void 0})}}];_||C.push({value:l.color||d,onChange:e=>{u(e),c({iconBackgroundColorValue:e})},label:(0,Ze.__)("Icon background"),resetAllFilter:()=>{u(void 0),c({iconBackgroundColorValue:void 0})}});const S=(0,Qe.__experimentalUseMultipleOriginColorsAndGradients)();return(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.BlockControls,{group:"other"},(0,Oe.createElement)(We.ToolbarDropdownMenu,{label:(0,Ze.__)("Size"),text:(0,Ze.__)("Size"),icon:null,popoverProps:{position:"bottom right"}},(e=>{let{onClose:t}=e;return(0,Oe.createElement)(We.MenuGroup,null,Gk.map((e=>(0,Oe.createElement)(We.MenuItem,{icon:(b===e.value||!b&&"has-normal-icon-size"===e.value)&&Dk,isSelected:b===e.value,key:e.value,onClick:()=>{c({size:e.value})},onClose:t,role:"menuitemradio"},e.name))))}))),(0,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Link settings")},(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Open links in new tab"),checked:h,onChange:()=>c({openInNewTab:!h})}),(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Show labels"),checked:v,onChange:()=>c({showLabels:!v})}))),(0,Oe.createElement)(Qe.InspectorControls,{group:"color"},C.map((e=>{let{onChange:t,label:n,value:o,resetAllFilter:a}=e;return(0,Oe.createElement)(Qe.__experimentalColorGradientSettingsDropdown,ot({key:`social-links-color-${n}`,__experimentalIsRenderedInSidebar:!0,settings:[{colorValue:o,label:n,onColorChange:t,isShownByDefault:!0,resetAllFilter:a,enableAlpha:!0}],panelId:r},S))})),!_&&(0,Oe.createElement)(Qe.ContrastChecker,{textColor:g,backgroundColor:d,isLargeText:!1})),(0,Oe.createElement)("ul",E))}));const Uk={$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:qk}=Uk,jk={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:Bk,edit:Ok,save:function(e){const{attributes:{iconBackgroundColorValue:t,iconColorValue:n,showLabels:o,size:r}}=e,a=at()(r,{"has-visible-labels":o,"has-icon-color":n,"has-icon-background-color":t}),l=Qe.useBlockProps.save({className:a}),i=Qe.useInnerBlocksProps.save(l);return(0,Oe.createElement)("ul",i)},deprecated:Fk},Wk=()=>je({name:qk,metadata:Uk,settings:jk});var Zk=(0,Oe.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,Oe.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 Qk=[{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,Oe.createElement)("div",Qe.useBlockProps.save({style:{height:t.height,width:t.width},"aria-hidden":!0}))}}];var Kk=Qk;function Yk(e){var t;let{label:n,onChange:o,isResizing:r,value:a=""}=e;const l=(0,St.useInstanceId)(We.__experimentalUnitControl,"block-spacer-height-input"),i=null===(t=(0,Qe.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,Oe.createElement)(We.__experimentalUnitControl,{label:n,id:l,isResetValueOnUnitChange:!0,min:0,onChange:e=>{o(e)},__unstableInputWidth:"80px",value:m,units:s})}function Jk(e){let{setAttributes:t,orientation:n,height:o,width:r,isResizing:a}=e;return(0,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Settings")},"horizontal"===n&&(0,Oe.createElement)(Yk,{label:(0,Ze.__)("Width"),value:r,onChange:e=>t({width:e}),isResizing:a}),"horizontal"!==n&&(0,Oe.createElement)(Yk,{label:(0,Ze.__)("Height"),value:o,onChange:e=>t({height:e}),isResizing:a})))}const Xk=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,Oe.createElement)(We.ResizableBox,ot({className:at()("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 ex=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,Oe.useState)(!1),[m,d]=(0,Oe.useState)(null),[p,g]=(0,Oe.useState)(null),h=()=>r(!1),v=()=>r(!0),b=e=>{v(),o({height:e}),d(null)},_=e=>{v(),o({width:e}),g(null)},f={height:"horizontal"===l?24:m||i||void 0,width:"horizontal"===l&&(p||s)||void 0};return(0,Oe.useEffect)((()=>{"horizontal"!==l||s||o({height:"0px",width:"72px"})}),[]),(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Ue.View,(0,Qe.useBlockProps)({style:f}),"horizontal"===(y=l)?(0,Oe.createElement)(Xk,{minWidth:0,enable:{top:!1,right:!0,bottom:!1,left:!1,topRight:!1,bottomRight:!1,bottomLeft:!1,topLeft:!1},orientation:y,onResizeStart:h,onResize:g,onResizeStop:_,isSelected:n,isResizing:c,setIsResizing:u}):(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Xk,{minHeight:0,enable:{top:!1,right:!1,bottom:!0,left:!1,topRight:!1,bottomRight:!1,bottomLeft:!1,topLeft:!1},orientation:y,onResizeStart:h,onResize:d,onResizeStop:b,isSelected:n,isResizing:c,setIsResizing:u}))),(0,Oe.createElement)(Jk,{setAttributes:o,height:m||i,width:p||s,orientation:l,isResizing:c}));var y};const tx={$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:nx}=tx,ox={icon:Zk,edit:ex,save:function(e){let{attributes:{height:t,width:n}}=e;return(0,Oe.createElement)("div",Qe.useBlockProps.save({style:{height:t,width:n},"aria-hidden":!0}))},deprecated:Kk},rx=()=>je({name:nx,metadata:tx,settings:ox});var ax=(0,Oe.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,Oe.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 lx={"subtle-light-gray":"#f3f4f5","subtle-pale-green":"#e9fbe5","subtle-pale-blue":"#e7f5fe","subtle-pale-pink":"#fcf0ef"},ix={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,Qe.__experimentalGetColorClassesAndStyles)(t),s=(0,Qe.__experimentalGetBorderClassesAndStyles)(t),c=at()(i.className,s.className,{"has-fixed-layout":n}),u=!Qe.RichText.isEmpty(l),m=e=>{let{type:t,rows:n}=e;if(!n.length)return null;const o=`t${t}`;return(0,Oe.createElement)(o,null,n.map(((e,t)=>{let{cells:n}=e;return(0,Oe.createElement)("tr",{key:t},n.map(((e,t)=>{let{content:n,tag:o,scope:r,align:a}=e;const l=at()({[`has-text-align-${a}`]:a});return(0,Oe.createElement)(Qe.RichText.Content,{className:l||void 0,"data-align":a,tagName:o,value:n,key:t,scope:"th"===o?r:void 0})})))})))};return(0,Oe.createElement)("figure",Qe.useBlockProps.save(),(0,Oe.createElement)("table",{className:""===c?void 0:c,style:{...i.style,...s.style}},(0,Oe.createElement)(m,{type:"head",rows:o}),(0,Oe.createElement)(m,{type:"body",rows:r}),(0,Oe.createElement)(m,{type:"foot",rows:a})),u&&(0,Oe.createElement)(Qe.RichText.Content,{tagName:"figcaption",value:l}))}},sx={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,Qe.getColorClassName)("background-color",l),c=at()(s,{"has-fixed-layout":n,"has-background":!!s}),u=!Qe.RichText.isEmpty(i),m=e=>{let{type:t,rows:n}=e;if(!n.length)return null;const o=`t${t}`;return(0,Oe.createElement)(o,null,n.map(((e,t)=>{let{cells:n}=e;return(0,Oe.createElement)("tr",{key:t},n.map(((e,t)=>{let{content:n,tag:o,scope:r,align:a}=e;const l=at()({[`has-text-align-${a}`]:a});return(0,Oe.createElement)(Qe.RichText.Content,{className:l||void 0,"data-align":a,tagName:o,value:n,key:t,scope:"th"===o?r:void 0})})))})))};return(0,Oe.createElement)("figure",Qe.useBlockProps.save(),(0,Oe.createElement)("table",{className:""===c?void 0:c},(0,Oe.createElement)(m,{type:"head",rows:o}),(0,Oe.createElement)(m,{type:"body",rows:r}),(0,Oe.createElement)(m,{type:"foot",rows:a})),u&&(0,Oe.createElement)(Qe.RichText.Content,{tagName:"figcaption",value:i}))},isEligible:e=>e.backgroundColor&&e.backgroundColor in lx&&!e.style,migrate:e=>({...e,backgroundColor:void 0,style:{color:{background:lx[e.backgroundColor]}}})},cx={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,Qe.getColorClassName)("background-color",l),s=at()(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,Oe.createElement)(o,null,n.map(((e,t)=>{let{cells:n}=e;return(0,Oe.createElement)("tr",{key:t},n.map(((e,t)=>{let{content:n,tag:o,scope:r}=e;return(0,Oe.createElement)(Qe.RichText.Content,{tagName:o,value:n,key:t,scope:"th"===o?r:void 0})})))})))};return(0,Oe.createElement)("table",{className:s},(0,Oe.createElement)(c,{type:"head",rows:o}),(0,Oe.createElement)(c,{type:"body",rows:r}),(0,Oe.createElement)(c,{type:"foot",rows:a}))}};var ux=[ix,sx,cx];var mx=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.createElement)(Ue.Path,{d:"M4 19.8h8.9v-1.5H4v1.5zm8.9-15.6H4v1.5h8.9V4.2zm-8.9 7v1.5h16v-1.5H4z"}));var dx=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 px=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 gx=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"-2 -2 24 24"},(0,Oe.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 hx=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"-2 -2 24 24"},(0,Oe.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 vx=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"-2 -2 24 24"},(0,Oe.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 bx=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"-2 -2 24 24"},(0,Oe.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 _x=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"-2 -2 24 24"},(0,Oe.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 fx=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"-2 -2 24 24"},(0,Oe.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 yx=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 kx=["align"];function xx(e,t,n){if(!t)return e;const o=Object.fromEntries(Object.entries(e).filter((e=>{let[t]=e;return["head","body","foot"].includes(t)}))),{sectionName:r,rowIndex:a}=t;return(0,Nt.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 wx(e,t){let{sectionName:n,rowIndex:o,columnCount:r}=t;const a=function(e){return Sx(e.head)?Sx(e.body)?Sx(e.foot)?void 0:e.foot[0]:e.body[0]:e.head[0]}(e),l=void 0===r?(0,Nt.get)(a,["cells","length"]):r;return l?{[n]:[...e[n].slice(0,o),{cells:Array.from({length:l}).map(((e,t)=>{const o=(0,Nt.get)(a,["cells",t],{});return{...Object.fromEntries(Object.entries(o).filter((e=>{let[t]=e;return kx.includes(t)}))),content:"",tag:"head"===n?"th":"td"}}))},...e[n].slice(o)]}:e}function Ex(e,t){let{columnIndex:n}=t;const o=Object.fromEntries(Object.entries(e).filter((e=>{let[t]=e;return["head","body","foot"].includes(t)})));return(0,Nt.mapValues)(o,((e,t)=>Sx(e)?e:e.map((e=>Bx(e)||e.cells.length<n?e:{cells:[...e.cells.slice(0,n),{content:"",tag:"head"===t?"th":"td"},...e.cells.slice(n)]}))))}function Cx(e,t){if(!Sx(e[t]))return{[t]:[]};return wx(e,{sectionName:t,rowIndex:0,columnCount:(0,Nt.get)(e,["body",0,"cells","length"],1)})}function Sx(e){return!e||!e.length||e.every(Bx)}function Bx(e){return!(e.cells&&e.cells.length)}const Tx=[{icon:mx,title:(0,Ze.__)("Align column left"),align:"left"},{icon:dx,title:(0,Ze.__)("Align column center"),align:"center"},{icon:px,title:(0,Ze.__)("Align column right"),align:"right"}],Nx={head:(0,Ze.__)("Header cell text"),body:(0,Ze.__)("Body cell text"),foot:(0,Ze.__)("Footer cell text")},Px={head:(0,Ze.__)("Header label"),foot:(0,Ze.__)("Footer label")};function Ix(e){let{name:t,...n}=e;const o=`t${t}`;return(0,Oe.createElement)(o,n)}var zx=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,Oe.useState)(2),[d,p]=(0,Oe.useState)(2),[g,h]=(0,Oe.useState)(),v=(0,Qe.__experimentalUseColorProps)(n),b=(0,Qe.__experimentalUseBorderProps)(n),_=(0,Oe.useRef)(),[f,y]=(0,Oe.useState)(!1);function k(e){g&&o(xx(n,g,(t=>({...t,content:e}))))}function x(e){if(!g)return;const{sectionName:t,rowIndex:r}=g,a=r+e;o(wx(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(Ex(n,{columnIndex:r})),h({rowIndex:0,columnIndex:r,type:"cell"})}(0,Oe.useEffect)((()=>{a||h()}),[a]),(0,Oe.useEffect)((()=>{var e,t;f&&(null==_||null===(e=_.current)||void 0===e||null===(t=e.querySelector('td[contentEditable="true"]'))||void 0===t||t.focus(),y(!1))}),[f]);const E=["head","body","foot"].filter((e=>!Sx(n[e]))),C=[{icon:gx,title:(0,Ze.__)("Insert row before"),isDisabled:!g,onClick:function(){x(0)}},{icon:hx,title:(0,Ze.__)("Insert row after"),isDisabled:!g,onClick:function(){x(1)}},{icon:vx,title:(0,Ze.__)("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:bx,title:(0,Ze.__)("Insert column before"),isDisabled:!g,onClick:function(){w(0)}},{icon:_x,title:(0,Ze.__)("Insert column after"),isDisabled:!g,onClick:function(){w(1)}},{icon:fx,title:(0,Ze.__)("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=Object.fromEntries(Object.entries(e).filter((e=>{let[t]=e;return["head","body","foot"].includes(t)})));return(0,Nt.mapValues)(o,(e=>Sx(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,Oe.createElement)(Ix,{name:e,key:e},n[e].map(((t,n)=>{let{cells:o}=t;return(0,Oe.createElement)("tr",{key:n},o.map(((t,o)=>{let{content:r,tag:a,scope:l,align:i,colspan:s,rowspan:c}=t;return(0,Oe.createElement)(Qe.RichText,{tagName:a,key:o,className:at()({[`has-text-align-${i}`]:i},"wp-block-table__cell-content"),scope:"th"===a?l:void 0,colSpan:s,rowSpan:c,value:r,onChange:k,unstableOnFocus:()=>{h({sectionName:e,rowIndex:n,columnIndex:o,type:"cell"})},"aria-label":Nx[e],placeholder:Px[e]})})))}))))),B=!E.length;return(0,Oe.createElement)("figure",(0,Qe.useBlockProps)({ref:_}),!B&&(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.BlockControls,{group:"block"},(0,Oe.createElement)(Qe.AlignmentControl,{label:(0,Ze.__)("Change column alignment"),alignmentControls:Tx,value:function(){if(g)return function(e,t,n){const{sectionName:o,rowIndex:r,columnIndex:a}=t;return(0,Nt.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=xx(n,t,(t=>({...t,align:e})));o(r)}(e)})),(0,Oe.createElement)(Qe.BlockControls,{group:"other"},(0,Oe.createElement)(We.ToolbarDropdownMenu,{hasArrowIndicator:!0,icon:yx,label:(0,Ze.__)("Edit table"),controls:C}))),(0,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Settings"),className:"blocks-table-settings"},(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Fixed width table cells"),checked:!!l,onChange:function(){o({hasFixedLayout:!l})}}),!B&&(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Header section"),checked:!(!s||!s.length),onChange:function(){o(Cx(n,"head"))}}),(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Footer section"),checked:!(!c||!c.length),onChange:function(){o(Cx(n,"foot"))}})))),!B&&(0,Oe.createElement)("table",{className:at()(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,Oe.createElement)(Qe.RichText,{identifier:"caption",tagName:"figcaption",className:(0,Qe.__experimentalGetElementClassName)("caption"),"aria-label":(0,Ze.__)("Table caption text"),placeholder:(0,Ze.__)("Add caption"),value:i,onChange:e=>o({caption:e}),unstableOnFocus:()=>h(),__unstableOnSplitAtEnd:()=>r((0,Ge.createBlock)((0,Ge.getDefaultBlockName)()))}),B&&(0,Oe.createElement)(We.Placeholder,{label:(0,Ze.__)("Table"),icon:(0,Oe.createElement)(Qe.BlockIcon,{icon:ax,showColors:!0}),instructions:(0,Ze.__)("Insert a table for sharing data.")},(0,Oe.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})),y(!0)}},(0,Oe.createElement)(We.TextControl,{__nextHasNoMarginBottom:!0,type:"number",label:(0,Ze.__)("Column count"),value:d,onChange:function(e){p(e)},min:"1",className:"blocks-table__placeholder-input"}),(0,Oe.createElement)(We.TextControl,{__nextHasNoMarginBottom:!0,type:"number",label:(0,Ze.__)("Row count"),value:u,onChange:function(e){m(e)},min:"1",className:"blocks-table__placeholder-input"}),(0,Oe.createElement)(We.Button,{className:"blocks-table__placeholder-button",variant:"primary",type:"submit"},(0,Ze.__)("Create Table")))))};function Mx(e){const t=parseInt(e,10);if(Number.isInteger(t))return t<0||1===t?void 0:t.toString()}const Rx=e=>{let{phrasingContentSchema:t}=e;return{tr:{allowEmpty:!0,children:{th:{allowEmpty:!0,children:t,attributes:["scope","colspan","rowspan"]},td:{allowEmpty:!0,children:t,attributes:["colspan","rowspan"]}}}}},Lx={from:[{type:"raw",selector:"table",schema:e=>({table:{children:{thead:{allowEmpty:!0,children:Rx(e)},tfoot:{allowEmpty:!0,children:Rx(e)},tbody:{allowEmpty:!0,children:Rx(e)}}}}),transform:e=>{const t=Array.from(e.children).reduce(((e,t)=>{if(!t.children.length)return e;const n=t.nodeName.toLowerCase().slice(1),o=Array.from(t.children).reduce(((e,t)=>{if(!t.children.length)return e;const n=Array.from(t.children).reduce(((e,t)=>{const n=Mx(t.getAttribute("rowspan")),o=Mx(t.getAttribute("colspan"));return e.push({tag:t.nodeName.toLowerCase(),content:t.innerHTML,rowspan:n,colspan:o}),e}),[]);return e.push({cells:n}),e}),[]);return e[n]=o,e}),{});return(0,Ge.createBlock)("core/table",t)}}]};var Hx=Lx;const Ax={$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"},colspan:{type:"string",source:"attribute",attribute:"colspan"},rowspan:{type:"string",source:"attribute",attribute:"rowspan"}}}}},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"},colspan:{type:"string",source:"attribute",attribute:"colspan"},rowspan:{type:"string",source:"attribute",attribute:"rowspan"}}}}},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"},colspan:{type:"string",source:"attribute",attribute:"colspan"},rowspan:{type:"string",source:"attribute",attribute:"rowspan"}}}}}},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:Vx}=Ax,Fx={icon:ax,example:{attributes:{head:[{cells:[{content:(0,Ze.__)("Version"),tag:"th"},{content:(0,Ze.__)("Jazz Musician"),tag:"th"},{content:(0,Ze.__)("Release Date"),tag:"th"}]}],body:[{cells:[{content:"5.2",tag:"td"},{content:"Jaco Pastorius",tag:"td"},{content:(0,Ze.__)("May 7, 2019"),tag:"td"}]},{cells:[{content:"5.1",tag:"td"},{content:"Betty Carter",tag:"td"},{content:(0,Ze.__)("February 21, 2019"),tag:"td"}]},{cells:[{content:"5.0",tag:"td"},{content:"Bebo Valdés",tag:"td"},{content:(0,Ze.__)("December 6, 2018"),tag:"td"}]}]},viewportWidth:450},transforms:Hx,edit:zx,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,Qe.__experimentalGetColorClassesAndStyles)(t),s=(0,Qe.__experimentalGetBorderClassesAndStyles)(t),c=at()(i.className,s.className,{"has-fixed-layout":n}),u=!Qe.RichText.isEmpty(l),m=e=>{let{type:t,rows:n}=e;if(!n.length)return null;const o=`t${t}`;return(0,Oe.createElement)(o,null,n.map(((e,t)=>{let{cells:n}=e;return(0,Oe.createElement)("tr",{key:t},n.map(((e,t)=>{let{content:n,tag:o,scope:r,align:a,colspan:l,rowspan:i}=e;const s=at()({[`has-text-align-${a}`]:a});return(0,Oe.createElement)(Qe.RichText.Content,{className:s||void 0,"data-align":a,tagName:o,value:n,key:t,scope:"th"===o?r:void 0,colSpan:l,rowSpan:i})})))})))};return(0,Oe.createElement)("figure",Qe.useBlockProps.save(),(0,Oe.createElement)("table",{className:""===c?void 0:c,style:{...i.style,...s.style}},(0,Oe.createElement)(m,{type:"head",rows:o}),(0,Oe.createElement)(m,{type:"body",rows:r}),(0,Oe.createElement)(m,{type:"foot",rows:a})),u&&(0,Oe.createElement)(Qe.RichText.Content,{tagName:"figcaption",value:l,className:(0,Qe.__experimentalGetElementClassName)("caption")}))},deprecated:ux},Dx=()=>je({name:Vx,metadata:Ax,settings:Fx});var $x=n(5619),Gx=n.n($x),Ox=(0,Oe.createElement)(We.SVG,{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},(0,Oe.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 Ux="wp-block-table-of-contents__entry";function qx(e){let{nestedHeadingList:t}=e;return(0,Oe.createElement)(Oe.Fragment,null,t.map(((e,t)=>{const{content:n,link:o}=e.heading,r=o?(0,Oe.createElement)("a",{className:Ux,href:o},n):(0,Oe.createElement)("span",{className:Ux},n);return(0,Oe.createElement)("li",{key:t},r,e.children?(0,Oe.createElement)("ol",null,(0,Oe.createElement)(qx,{nestedHeadingList:e.children})):null)})))}function jx(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:jx(e.slice(o+1,r))})}else t.push({heading:n,children:null})})),t}const Wx={$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:Zx}=Wx,Qx={icon:Ox,edit:function(e){let{attributes:{headings:t=[],onlyIncludeCurrentPage:n},clientId:o,setAttributes:r}=e;const a=(0,Qe.useBlockProps)(),l=(0,st.useSelect)((e=>{const{getBlockRootClientId:t,canInsertBlockType:n}=e(Qe.store);return n("core/list",t(o))}),[o]),{__unstableMarkNextChangeAsNotPersistent:i,replaceBlocks:s}=(0,st.useDispatch)(Qe.store),c=(0,st.useSelect)((e=>{var r;const{getBlockAttributes:a,getBlockName:l,getClientIdsWithDescendants:i,__experimentalGetGlobalBlocksByName:s}=e(Qe.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,lt.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,lt.addQueryArgs)((0,lt.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,Wd.__unstableStripHTML)(t.content.replace(/(<br *\/?>)+/g," ")),level:t.level,link:n?`${v}#${t.anchor}`:null})}}return Gx()(t,p)?null:p}),[o,n,t]);(0,Oe.useEffect)((()=>{null!==c&&(i(),r({headings:c}))}),[c]);const u=jx(t),m=l&&(0,Oe.createElement)(Qe.BlockControls,null,(0,Oe.createElement)(We.ToolbarGroup,null,(0,Oe.createElement)(We.ToolbarButton,{onClick:()=>s(o,(0,Ge.createBlock)("core/list",{ordered:!0,values:(0,Oe.renderToString)((0,Oe.createElement)(qx,{nestedHeadingList:u}))}))},(0,Ze.__)("Convert to static list")))),d=(0,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Settings")},(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Only include current page"),checked:n,onChange:e=>r({onlyIncludeCurrentPage:e}),help:n?(0,Ze.__)("Only including headings from the current page (if the post is paginated)."):(0,Ze.__)("Toggle to only include headings from the current page (if the post is paginated).")})));return 0===t.length?(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)("div",a,(0,Oe.createElement)(We.Placeholder,{icon:(0,Oe.createElement)(Qe.BlockIcon,{icon:Ox}),label:(0,Ze.__)("Table of Contents"),instructions:(0,Ze.__)("Start adding Heading blocks to create a table of contents. Headings with HTML anchors will be linked here.")})),d):(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)("nav",a,(0,Oe.createElement)("ol",{inert:"true"},(0,Oe.createElement)(qx,{nestedHeadingList:u}))),m,d)},save:function(e){let{attributes:{headings:t=[]}}=e;return 0===t.length?null:(0,Oe.createElement)("nav",Qe.useBlockProps.save(),(0,Oe.createElement)("ol",null,(0,Oe.createElement)(qx,{nestedHeadingList:jx(t)})))}},Kx=()=>je({name:Zx,metadata:Wx,settings:Qx});var Yx={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 Jx=(0,st.withSelect)((e=>({taxonomies:e(it.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,Qe.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,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Settings")},(0,Oe.createElement)(We.SelectControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Taxonomy"),options:[{label:(0,Ze.__)("- Select -"),value:"",disabled:!0},...(null!=o?o:[]).filter((e=>!!e.show_cloud)).map((e=>({value:e.slug,label:e.name})))],value:r,onChange:e=>n({taxonomy:e})}),(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Show post counts"),checked:a,onChange:()=>n({showTagCounts:!a})}),(0,Oe.createElement)(We.RangeControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Number of tags"),value:l,onChange:e=>n({numberOfTags:e}),min:1,max:100,required:!0}),(0,Oe.createElement)(We.Flex,null,(0,Oe.createElement)(We.FlexItem,{isBlock:!0},(0,Oe.createElement)(We.__experimentalUnitControl,{label:(0,Ze.__)("Smallest size"),value:i,onChange:e=>{u("smallestFontSize",e)},units:c,min:.1,max:100})),(0,Oe.createElement)(We.FlexItem,{isBlock:!0},(0,Oe.createElement)(We.__experimentalUnitControl,{label:(0,Ze.__)("Largest size"),value:s,onChange:e=>{u("largestFontSize",e)},units:c,min:.1,max:100})))));return(0,Oe.createElement)(Oe.Fragment,null,m,(0,Oe.createElement)("div",(0,Qe.useBlockProps)(),(0,Oe.createElement)(We.Disabled,null,(0,Oe.createElement)(Ye(),{skipBlockSupportAttributes:!0,block:"core/tag-cloud",attributes:t}))))}));const Xx={$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},typography:{lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalLetterSpacing:!0}},editorStyle:"wp-block-tag-cloud-editor"},{name:ew}=Xx,tw={icon:zg,example:{},edit:Jx,transforms:Yx},nw=()=>je({name:ew,metadata:Xx,settings:tw});var ow=function(){return ow=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},ow.apply(this,arguments)};Object.create;Object.create;function rw(e){return e.toLowerCase()}var aw=[/([a-z0-9])([A-Z])/g,/([A-Z])([A-Z][a-z])/g],lw=/[^A-Z0-9]+/gi;function iw(e,t,n){return t instanceof RegExp?e.replace(t,n):t.reduce((function(e,t){return e.replace(t,n)}),e)}function sw(e){return function(e){return e.charAt(0).toUpperCase()+e.substr(1)}(e.toLowerCase())}function cw(e,t){return void 0===t&&(t={}),function(e,t){void 0===t&&(t={});for(var n=t.splitRegexp,o=void 0===n?aw:n,r=t.stripRegexp,a=void 0===r?lw:r,l=t.transform,i=void 0===l?rw:l,s=t.delimiter,c=void 0===s?" ":s,u=iw(iw(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,ow({delimiter:" ",transform:sw},t))}var uw=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 mw(e,t){const{templateParts:n,isResolving:o}=(0,st.useSelect)((e=>{const{getEntityRecords:t,isResolving:n}=e(it.store),o={per_page:-1};return{templateParts:t("postType","wp_template_part",o),isLoading:n("getEntityRecords",["postType","wp_template_part",o])}}),[]);return{templateParts:(0,Oe.useMemo)((()=>n&&n.filter((n=>Mp(n.theme,n.slug)!==t&&(!e||"uncategorized"===e||n.area===e)))||[]),[n,e]),isResolving:o}}function dw(e,t){return(0,st.useSelect)((n=>{const o=e?`core/template-part/${e}`:"core/template-part",{getBlockRootClientId:r,getPatternsByBlockTypes:a}=n(Qe.store);return a(o,r(t))}),[e,t])}function pw(e,t){const{saveEntityRecord:n}=(0,st.useDispatch)(it.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,Ze.__)("Untitled Template Part");const a=(0,Nt.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 gw(e){return(0,st.useSelect)((t=>{var n;const o=t("core/editor").__experimentalGetDefaultTemplatePartAreas(),r=o.find((t=>t.area===e)),a=o.find((e=>"uncategorized"===e.area));return{icon:(null==r?void 0:r.icon)||(null==a?void 0:a.icon),label:(null==r?void 0:r.label)||(0,Ze.__)("Template Part"),tagName:null!==(n=null==r?void 0:r.area_tag)&&void 0!==n?n:"div"}}),[e])}function hw(e){let{areaLabel:t,onClose:n,onSubmit:o}=e;const[r,a]=(0,Oe.useState)((0,Ze.__)("Untitled Template Part"));return(0,Oe.createElement)(We.Modal,{title:(0,Ze.sprintf)((0,Ze.__)("Name and create your new %s"),t.toLowerCase()),overlayClassName:"wp-block-template-part__placeholder-create-new__title-form",onRequestClose:n},(0,Oe.createElement)("form",{onSubmit:e=>{e.preventDefault(),o(r)}},(0,Oe.createElement)(We.__experimentalVStack,{spacing:"5"},(0,Oe.createElement)(We.TextControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Name"),value:r,onChange:a}),(0,Oe.createElement)(We.__experimentalHStack,{justify:"right"},(0,Oe.createElement)(We.Button,{variant:"primary",type:"submit",disabled:!r.length,"aria-disabled":!r.length},(0,Ze.__)("Create"))))))}function vw(e){let{area:t,clientId:n,templatePartId:o,onOpenSelectionModal:r,setAttributes:a}=e;const{templateParts:l,isResolving:i}=mw(t,o),s=dw(t,n),[c,u]=(0,Oe.useState)(!1),m=gw(t),d=pw(t,a);return(0,Oe.createElement)(We.Placeholder,{icon:m.icon,label:m.label,instructions:(0,Ze.sprintf)((0,Ze.__)("Choose an existing %s or create a new one."),m.label.toLowerCase())},i&&(0,Oe.createElement)(We.Spinner,null),!i&&!(!l.length&&!s.length)&&(0,Oe.createElement)(We.Button,{variant:"primary",onClick:r},(0,Ze.__)("Choose")),!i&&(0,Oe.createElement)(We.Button,{variant:"secondary",onClick:()=>{u(!0)}},(0,Ze.__)("Start blank")),c&&(0,Oe.createElement)(hw,{areaLabel:m.label,onClose:()=>u(!1),onSubmit:e=>{d([],e)}}))}function bw(e){let{setAttributes:t,onClose:n,templatePartId:o=null,area:r,clientId:a}=e;const[l,i]=(0,Oe.useState)(""),{templateParts:s}=mw(r,o),c=(0,Oe.useMemo)((()=>U_(s.map((e=>({name:Mp(e.theme,e.slug),title:e.title.rendered,blocks:(0,Ge.parse)(e.content.raw),templatePart:e}))),l)),[s,l]),u=(0,St.useAsyncList)(c),m=dw(r,a),d=(0,Oe.useMemo)((()=>U_(m,l)),[m,l]),p=(0,St.useAsyncList)(d),{createSuccessNotice:g}=(0,st.useDispatch)(Ct.store),h=pw(r,t),v=!!c.length,b=!!d.length;return(0,Oe.createElement)("div",{className:"block-library-template-part__selection-content"},(0,Oe.createElement)("div",{className:"block-library-template-part__selection-search"},(0,Oe.createElement)(We.SearchControl,{__nextHasNoMarginBottom:!0,onChange:i,value:l,label:(0,Ze.__)("Search for replacements"),placeholder:(0,Ze.__)("Search")})),v&&(0,Oe.createElement)("div",null,(0,Oe.createElement)("h2",null,(0,Ze.__)("Existing template parts")),(0,Oe.createElement)(Qe.__experimentalBlockPatternsList,{blockPatterns:c,shownPatterns:u,onClickPattern:e=>{var o,r;o=e.templatePart,t({slug:o.slug,theme:o.theme,area:void 0}),g((0,Ze.sprintf)((0,Ze.__)('Template Part "%s" inserted.'),(null===(r=o.title)||void 0===r?void 0:r.rendered)||o.slug),{type:"snackbar"}),n()}})),b&&(0,Oe.createElement)("div",null,(0,Oe.createElement)("h2",null,(0,Ze.__)("Patterns")),(0,Oe.createElement)(Qe.__experimentalBlockPatternsList,{blockPatterns:d,shownPatterns:p,onClickPattern:(e,t)=>{h(t,e.title),n()}})),!v&&!b&&(0,Oe.createElement)(We.__experimentalHStack,{alignment:"center"},(0,Oe.createElement)("p",null,(0,Ze.__)("No results found."))))}function _w(e){const t=(0,Ge.getPossibleBlockTransformations)([e]).filter((e=>{var t,n,o,r;if(!e.transforms)return!0;const a=null===(t=e.transforms)||void 0===t||null===(n=t.from)||void 0===n?void 0:n.find((e=>e.blocks&&e.blocks.includes("*"))),l=null===(o=e.transforms)||void 0===o||null===(r=o.to)||void 0===r?void 0:r.find((e=>e.blocks&&e.blocks.includes("*")));return!a&&!l}));if(t.length)return(0,Ge.switchToBlockType)(e,t[0].name)}function fw(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];return e.flatMap((e=>"core/legacy-widget"===e.name?_w(e):(0,Ge.createBlock)(e.name,e.attributes,fw(e.innerBlocks)))).filter((e=>!!e))}const yw={per_page:-1,_fields:"id,name,description,status,widgets"};function kw(e){let{area:t,setAttributes:n}=e;const[o,r]=(0,Oe.useState)(""),[a,l]=(0,Oe.useState)(!1),i=(0,st.useRegistry)(),{sidebars:s,hasResolved:c}=(0,st.useSelect)((e=>{const{getSidebars:t,hasFinishedResolution:n}=e(it.store);return{sidebars:t(yw),hasResolved:n("getSidebars",[yw])}}),[]),{createErrorNotice:u}=(0,st.useDispatch)(Ct.store),m=pw(t,n),d=(0,Oe.useMemo)((()=>{const e=(null!=s?s:[]).filter((e=>"wp_inactive_widgets"!==e.id&&e.widgets.length>0)).map((e=>({value:e.id,label:e.name})));return e.length?[{value:"",label:(0,Ze.__)("Select widget area")},...e]:[]}),[s]);if(!c)return(0,Oe.createElement)(We.__experimentalSpacer,{marginBottom:"0"});if(c&&!d.length)return null;return(0,Oe.createElement)(We.__experimentalSpacer,{marginBottom:"4"},(0,Oe.createElement)(We.__experimentalHStack,{as:"form",onSubmit:async function(e){if(e.preventDefault(),a||!o)return;l(!0);const t=d.find((e=>{let{value:t}=e;return t===o})),{getWidgets:n}=i.resolveSelect(it.store),r=await n({sidebar:t.value,_embed:"about"}),s=new Set,c=r.flatMap((e=>{const t=function(e){if("block"!==e.id_base){let t;return t=e._embedded.about[0].is_multi?{idBase:e.id_base,instance:e.instance}:{id:e.id},_w((0,Ge.createBlock)("core/legacy-widget",t))}const t=(0,Ge.parse)(e.instance.raw.content,{__unstableSkipAutop:!0});if(!t.length)return;const n=t[0];return"core/widget-group"===n.name?(0,Ge.createBlock)((0,Ge.getGroupingBlockName)(),void 0,fw(n.innerBlocks)):n.innerBlocks.length>0?(0,Ge.cloneBlock)(n,void 0,fw(n.innerBlocks)):n}(e);return t||(s.add(e.id_base),[])}));await m(c,(0,Ze.sprintf)((0,Ze.__)("Widget area: %s"),t.label)),s.size&&u((0,Ze.sprintf)((0,Ze.__)("Unable to import the following widgets: %s."),Array.from(s).join(", ")),{type:"snackbar"}),l(!1)}},(0,Oe.createElement)(We.FlexBlock,null,(0,Oe.createElement)(We.SelectControl,{label:(0,Ze.__)("Import widget area"),value:o,options:d,onChange:e=>r(e),disabled:!d.length,__next36pxDefaultSize:!0,__nextHasNoMarginBottom:!0})),(0,Oe.createElement)(We.FlexItem,{style:{marginBottom:"8px",marginTop:"auto"}},(0,Oe.createElement)(We.Button,{variant:"primary",type:"submit",isBusy:a,"aria-disabled":a||!o},(0,Ze.__)("Import")))))}function xw(e){let{tagName:t,setAttributes:n,isEntityAvailable:o,templatePartId:r,defaultWrapper:a,hasInnerBlocks:l}=e;const[i,s]=(0,it.useEntityProp)("postType","wp_template_part","area",r),[c,u]=(0,it.useEntityProp)("postType","wp_template_part","title",r),{areaOptions:m}=(0,st.useSelect)((e=>({areaOptions:e("core/editor").__experimentalGetDefaultTemplatePartAreas().map((e=>{let{label:t,area:n}=e;return{label:t,value:n}}))})),[]),d={header:(0,Ze.__)("The <header> element should represent introductory content, typically a group of introductory or navigational aids."),main:(0,Ze.__)("The <main> element should be used for the primary content of your document only. "),section:(0,Ze.__)("The <section> element should represent a standalone portion of the document that can't be better represented by another element."),article:(0,Ze.__)("The <article> element should represent a self-contained, syndicatable portion of the document."),aside:(0,Ze.__)("The <aside> element should represent a portion of a document whose content is only indirectly related to the document's main content."),footer:(0,Ze.__)("The <footer> element should represent a footer for its nearest sectioning element (e.g.: <section>, <article>, <main> etc.).")};return(0,Oe.createElement)(Qe.InspectorControls,{group:"advanced"},o&&(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(We.TextControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Title"),value:c,onChange:e=>{u(e)},onFocus:e=>e.target.select()}),(0,Oe.createElement)(We.SelectControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Area"),labelPosition:"top",options:m,value:i,onChange:s})),(0,Oe.createElement)(We.SelectControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("HTML element"),options:[{label:(0,Ze.sprintf)((0,Ze.__)("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}),help:d[t]}),!l&&(0,Oe.createElement)(kw,{area:i,setAttributes:n}))}function ww(e){let{postId:t,hasInnerBlocks:n,layout:o,tagName:r,blockProps:a}=e;const l=(0,st.useSelect)((e=>{var t;const{getSettings:n}=e(Qe.store);return null===(t=n())||void 0===t?void 0:t.supportsLayout}),[]),i=(0,Qe.useSetting)("layout")||{},s=o&&o.inherit?i:o,[c,u,m]=(0,it.useEntityBlockEditor)("postType","wp_template_part",{id:t}),d=(0,Qe.useInnerBlocksProps)(a,{value:c,onInput:u,onChange:m,renderAppender:n?void 0:Qe.InnerBlocks.ButtonBlockAppender,__experimentalLayout:l?s:void 0});return(0,Oe.createElement)(r,d)}var Ew=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 Cw=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 Sw=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 Bw(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,st.select)(it.store).getEntityRecord("postType","wp_template_part",`${o}//${r}`);return null!=a&&a.slug?a.slug===t.slug:(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?Ew:"footer"===n?Cw:"sidebar"===n?Sw:uw)}};var n}));return{...e,variations:n}}return e}const Tw={$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:Nw}=Tw,Pw={icon:uw,__experimentalLabel:e=>{var t;let{slug:n,theme:o}=e;if(!n)return;const r=(0,st.select)(it.store).getEntityRecord("postType","wp_template_part",o+"//"+n);return r?(0,Gn.decodeEntities)(null===(t=r.title)||void 0===t?void 0:t.rendered)||cw(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=Mp(l,a),u=(0,Qe.__experimentalUseHasRecursion)(c),[m,d]=(0,Oe.useState)(!1),{isResolved:p,innerBlocks:g,isMissing:h,area:v}=(0,st.useSelect)((e=>{const{getEditedEntityRecord:n,hasFinishedResolution:r}=e(it.store),{getBlocks:a}=e(Qe.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,Nt.isEmpty)(i),area:s}}),[c,o]),{templateParts:b}=mw(v,c),_=dw(v,o),f=!!b.length||!!_.length,y=gw(v),k=(0,Qe.useBlockProps)(),x=!a,w=!x&&!h&&p,E=i||y.tagName,C=r&&w&&f&&("header"===v||"footer"===v);return 0===g.length&&(a&&!l||a&&h)?(0,Oe.createElement)(E,k,(0,Oe.createElement)(Qe.Warning,null,(0,Ze.sprintf)((0,Ze.__)("Template part has been deleted or is unavailable: %s"),a))):w&&u?(0,Oe.createElement)(E,k,(0,Oe.createElement)(Qe.Warning,null,(0,Ze.__)("Block cannot be rendered inside itself."))):(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.__experimentalRecursionProvider,{uniqueId:c},(0,Oe.createElement)(xw,{tagName:i,setAttributes:n,isEntityAvailable:w,templatePartId:c,defaultWrapper:y.tagName,hasInnerBlocks:g.length>0}),x&&(0,Oe.createElement)(E,k,(0,Oe.createElement)(vw,{area:t.area,templatePartId:c,clientId:o,setAttributes:n,onOpenSelectionModal:()=>d(!0)})),C&&(0,Oe.createElement)(Qe.BlockSettingsMenuControls,null,(()=>(0,Oe.createElement)(We.MenuItem,{onClick:()=>{d(!0)}},(0,Oe.createInterpolateElement)((0,Ze.__)("Replace <BlockTitle />"),{BlockTitle:(0,Oe.createElement)(Qe.BlockTitle,{clientId:o,maximumLength:25})})))),w&&(0,Oe.createElement)(ww,{tagName:E,blockProps:k,postId:c,hasInnerBlocks:g.length>0,layout:s}),!x&&!p&&(0,Oe.createElement)(E,k,(0,Oe.createElement)(We.Spinner,null))),m&&(0,Oe.createElement)(We.Modal,{overlayClassName:"block-editor-template-part__selection-modal",title:(0,Ze.sprintf)((0,Ze.__)("Choose a %s"),y.label.toLowerCase()),onRequestClose:()=>d(!1)},(0,Oe.createElement)(bw,{templatePartId:c,clientId:o,area:v,setAttributes:n,onClose:()=>d(!1)})))}},Iw=()=>{(0,Jl.addFilter)("blocks.registerBlockType","core/template-part",Bw);const e=["core/post-template","core/post-content"];return(0,Jl.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})),je({name:Nw,metadata:Tw,settings:Pw})};var zw=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 Mw={$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:Rw}=Mw,Lw={icon:zw,edit:function(e){let{attributes:t,setAttributes:n,mergedStyle:o}=e;const{textAlign:r}=t,a=(0,Qe.useBlockProps)({className:at()({[`has-text-align-${r}`]:r}),style:o});return(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.BlockControls,{group:"block"},(0,Oe.createElement)(Qe.AlignmentControl,{value:r,onChange:e=>{n({textAlign:e})}})),(0,Oe.createElement)("div",a,(0,Oe.createElement)("div",{className:"wp-block-term-description__placeholder"},(0,Oe.createElement)("span",null,(0,Ze.__)("Term Description")))))}},Hw=()=>je({name:Rw,metadata:Mw,settings:Lw});const Aw={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 Vw=Aw;const Fw={$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:Dw}=Fw,$w={transforms:Vw,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 Bm()("The Text Columns block",{since:"5.3",alternative:"the Columns block"}),(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.BlockControls,null,(0,Oe.createElement)(Qe.BlockAlignmentToolbar,{value:o,onChange:e=>n({width:e}),controls:["center","wide","full"]})),(0,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(We.PanelBody,null,(0,Oe.createElement)(We.RangeControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Columns"),value:a,onChange:e=>n({columns:e}),min:2,max:4,required:!0}))),(0,Oe.createElement)("div",(0,Qe.useBlockProps)({className:`align${o} columns-${a}`}),Array.from({length:a}).map(((e,t)=>(0,Oe.createElement)("div",{className:"wp-block-column",key:`column-${t}`},(0,Oe.createElement)(Qe.RichText,{tagName:"p",value:(0,Nt.get)(r,[t,"children"]),onChange:e=>{n({content:[...r.slice(0,t),{children:e},...r.slice(t+1)]})},"aria-label":(0,Ze.sprintf)((0,Ze.__)("Column %d text"),t+1),placeholder:(0,Ze.__)("New Column")}))))))},save:function(e){let{attributes:t}=e;const{width:n,content:o,columns:r}=t;return(0,Oe.createElement)("div",Qe.useBlockProps.save({className:`align${n} columns-${r}`}),Array.from({length:r}).map(((e,t)=>(0,Oe.createElement)("div",{className:"wp-block-column",key:`column-${t}`},(0,Oe.createElement)(Qe.RichText.Content,{tagName:"p",value:(0,Nt.get)(o,[t,"children"])})))))}},Gw=()=>je({name:Dw,metadata:Fw,settings:$w});var Ow=(0,Oe.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,Oe.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 Uw={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,Oe.createElement)(Qe.RichText.Content,{tagName:"pre",style:{textAlign:n},value:o})}},qw={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=at()({[`has-text-align-${n}`]:n});return(0,Oe.createElement)("pre",Qe.useBlockProps.save({className:r}),(0,Oe.createElement)(Qe.RichText.Content,{value:o}))},migrate:Xt,isEligible(e){var t;let{style:n}=e;return null==n||null===(t=n.typography)||void 0===t?void 0:t.fontFamily}};var jw=[qw,Uw];const Ww={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 Zw=Ww;const Qw={$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:Kw}=Qw,Yw={icon:Ow,example:{attributes:{content:(0,Ze.__)("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:Zw,deprecated:jw,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,Qe.useBlockProps)({className:at()({[`has-text-align-${l}`]:l}),style:a});return(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.BlockControls,null,(0,Oe.createElement)(Qe.AlignmentToolbar,{value:l,onChange:e=>{n({textAlign:e})}})),(0,Oe.createElement)(Qe.RichText,ot({tagName:"pre",identifier:"content",preserveWhiteSpace:!0,value:i,onChange:e=>{n({content:e})},"aria-label":(0,Ze.__)("Verse text"),placeholder:(0,Ze.__)("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=at()({[`has-text-align-${n}`]:n});return(0,Oe.createElement)("pre",Qe.useBlockProps.save({className:r}),(0,Oe.createElement)(Qe.RichText.Content,{value:o}))}},Jw=()=>je({name:Kw,metadata:Qw,settings:Yw});var Xw=(0,Oe.createElement)(Ue.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,Oe.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 eE(e){let{tracks:t=[]}=e;return t.map((e=>(0,Oe.createElement)("track",ot({key:e.src},e))))}const{attributes:tE}={$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"},nE={attributes:tE,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,Oe.createElement)("figure",Qe.useBlockProps.save(),c&&(0,Oe.createElement)("video",{autoPlay:n,controls:r,loop:a,muted:l,poster:i,preload:"metadata"!==s?s:void 0,src:c,playsInline:u},(0,Oe.createElement)(eE,{tracks:m})),!Qe.RichText.isEmpty(o)&&(0,Oe.createElement)(Qe.RichText.Content,{tagName:"figcaption",value:o}))}};var oE=[nE];const rE=[{value:"auto",label:(0,Ze.__)("Auto")},{value:"metadata",label:(0,Ze.__)("Metadata")},{value:"none",label:(0,Ze._x)("None","Preload value")}];var aE=e=>{let{setAttributes:t,attributes:n}=e;const{autoplay:o,controls:r,loop:a,muted:l,playsInline:i,preload:s}=n,c=(0,Ze.__)("Autoplay may cause usability issues for some users."),u=Oe.Platform.select({web:(0,Oe.useCallback)((e=>e?c:null),[]),native:c}),m=(0,Oe.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,Oe.useCallback)((e=>{t({preload:e})}),[]);return(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Autoplay"),onChange:m.autoplay,checked:!!o,help:u}),(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Loop"),onChange:m.loop,checked:!!a}),(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Muted"),onChange:m.muted,checked:!!l}),(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Playback controls"),onChange:m.controls,checked:!!r}),(0,Oe.createElement)(We.ToggleControl,{label:(0,Ze.__)("Play inline"),onChange:m.playsInline,checked:!!i}),(0,Oe.createElement)(We.SelectControl,{__nextHasNoMarginBottom:!0,label:(0,Ze.__)("Preload"),value:s,onChange:d,options:rE,hideCancelButton:!0}))};var lE=(0,Oe.createElement)(Ue.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Oe.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 iE=["text/vtt"],sE="subtitles",cE=[{label:(0,Ze.__)("Subtitles"),value:"subtitles"},{label:(0,Ze.__)("Captions"),value:"captions"},{label:(0,Ze.__)("Descriptions"),value:"descriptions"},{label:(0,Ze.__)("Chapters"),value:"chapters"},{label:(0,Ze.__)("Metadata"),value:"metadata"}];function uE(e){let t,{tracks:n,onEditPress:o}=e;return t=0===n.length?(0,Oe.createElement)("p",{className:"block-library-video-tracks-editor__tracks-informative-message"},(0,Ze.__)("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,Oe.createElement)(We.__experimentalHStack,{key:t,className:"block-library-video-tracks-editor__track-list-track"},(0,Oe.createElement)("span",null,e.label," "),(0,Oe.createElement)(We.Button,{variant:"tertiary",onClick:()=>o(t),"aria-label":(0,Ze.sprintf)((0,Ze.__)("Edit %s"),e.label)},(0,Ze.__)("Edit"))))),(0,Oe.createElement)(We.MenuGroup,{label:(0,Ze.__)("Text tracks"),className:"block-library-video-tracks-editor__track-list"},t)}function mE(e){let{track:t,onChange:n,onClose:o,onRemove:r}=e;const{src:a="",label:l="",srcLang:i="",kind:s=sE}=t,c=a.startsWith("blob:")?"":(0,lt.getFilename)(a)||"";return(0,Oe.createElement)(We.NavigableMenu,null,(0,Oe.createElement)(We.__experimentalVStack,{className:"block-library-video-tracks-editor__single-track-editor",spacing:"4"},(0,Oe.createElement)("span",{className:"block-library-video-tracks-editor__single-track-editor-edit-track-label"},(0,Ze.__)("Edit track")),(0,Oe.createElement)("span",null,(0,Ze.__)("File"),": ",(0,Oe.createElement)("b",null,c)),(0,Oe.createElement)(We.__experimentalGrid,{columns:2,gap:4},(0,Oe.createElement)(We.TextControl,{__nextHasNoMarginBottom:!0,autoFocus:!0,onChange:e=>n({...t,label:e}),label:(0,Ze.__)("Label"),value:l,help:(0,Ze.__)("Title of track")}),(0,Oe.createElement)(We.TextControl,{__nextHasNoMarginBottom:!0,onChange:e=>n({...t,srcLang:e}),label:(0,Ze.__)("Source language"),value:i,help:(0,Ze.__)("Language tag (en, fr, etc.)")})),(0,Oe.createElement)(We.__experimentalVStack,{spacing:"8"},(0,Oe.createElement)(We.SelectControl,{__nextHasNoMarginBottom:!0,className:"block-library-video-tracks-editor__single-track-editor-kind-select",options:cE,value:s,label:(0,Ze.__)("Kind"),onChange:e=>{n({...t,kind:e})}}),(0,Oe.createElement)(We.__experimentalHStack,{className:"block-library-video-tracks-editor__single-track-editor-buttons-container"},(0,Oe.createElement)(We.Button,{variant:"secondary",onClick:()=>{const e={};let r=!1;""===l&&(e.label=(0,Ze.__)("English"),r=!0),""===i&&(e.srcLang="en",r=!0),void 0===t.kind&&(e.kind=sE,r=!0),r&&n({...t,...e}),o()}},(0,Ze.__)("Close")),(0,Oe.createElement)(We.Button,{isDestructive:!0,variant:"link",onClick:r},(0,Ze.__)("Remove track"))))))}function dE(e){let{tracks:t=[],onChange:n}=e;const o=(0,st.useSelect)((e=>e(Qe.store).getSettings().mediaUpload),[]),[r,a]=(0,Oe.useState)(null);return o?(0,Oe.createElement)(We.Dropdown,{contentClassName:"block-library-video-tracks-editor",renderToggle:e=>{let{isOpen:t,onToggle:n}=e;return(0,Oe.createElement)(We.ToolbarGroup,null,(0,Oe.createElement)(We.ToolbarButton,{label:(0,Ze.__)("Text tracks"),showTooltip:!0,"aria-expanded":t,"aria-haspopup":"true",onClick:n},(0,Ze.__)("Text tracks")))},renderContent:()=>null!==r?(0,Oe.createElement)(mE,{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,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(We.NavigableMenu,null,(0,Oe.createElement)(uE,{tracks:t,onEditPress:a}),(0,Oe.createElement)(We.MenuGroup,{className:"block-library-video-tracks-editor__add-tracks-container",label:(0,Ze.__)("Add tracks")},(0,Oe.createElement)(Qe.MediaUpload,{onSelect:e=>{let{url:o}=e;const r=t.length;n([...t,{src:o}]),a(r)},allowedTypes:iE,render:e=>{let{open:t}=e;return(0,Oe.createElement)(We.MenuItem,{icon:lE,onClick:t},(0,Ze.__)("Open Media Library"))}}),(0,Oe.createElement)(Qe.MediaUploadCheck,null,(0,Oe.createElement)(We.FormFileUpload,{onChange:e=>{const r=e.target.files,l=t.length;o({allowedTypes:iE,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,Oe.createElement)(We.MenuItem,{icon:Fu,onClick:()=>{t()}},(0,Ze.__)("Upload"))}})))))}):null}const pE=e=>(0,Oe.createElement)(We.Placeholder,{className:"block-editor-media-placeholder",withIllustration:!0,icon:Xw,label:(0,Ze.__)("Video"),instructions:(0,Ze.__)("Upload a video file, pick one from your media library, or add one with a URL.")},e),gE=["video"],hE=["image"];var vE=function e(t){let{isSelected:n,attributes:o,className:r,setAttributes:a,insertBlocksAfter:l,onReplace:i}=t;const s=(0,St.useInstanceId)(e),c=(0,Oe.useRef)(),u=(0,Oe.useRef)(),{id:m,caption:d,controls:p,poster:g,src:h,tracks:v}=o,b=(0,St.usePrevious)(d),[_,f]=(0,Oe.useState)(!!d),y=!m&&(0,wt.isBlobURL)(h),k=(0,st.useSelect)((e=>e(Qe.store).getSettings().mediaUpload),[]);(0,Oe.useEffect)((()=>{if(!m&&(0,wt.isBlobURL)(h)){const e=(0,wt.getBlobByURL)(h);e&&k({filesList:[e],onFileChange:e=>{let[t]=e;return w(t)},onError:S,allowedTypes:gE})}}),[]),(0,Oe.useEffect)((()=>{c.current&&c.current.load()}),[g]),(0,Oe.useEffect)((()=>{d&&!b&&f(!0)}),[d,b]);const x=(0,Oe.useCallback)((e=>{e&&!d&&e.focus()}),[d]);function w(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,caption:e.caption}):a({src:void 0,id:void 0,poster:void 0,caption:void 0})}function E(e){if(e!==h){const t=At({attributes:{url:e}});if(void 0!==t&&i)return void i(t);a({src:e,id:void 0,poster:void 0})}}(0,Oe.useEffect)((()=>{n||d||f(!1)}),[n,d]);const{createErrorNotice:C}=(0,st.useDispatch)(Ct.store);function S(e){C(e,{type:"snackbar"})}const B=at()(r,{"is-transient":y}),T=(0,Qe.useBlockProps)({className:B});if(!h)return(0,Oe.createElement)("div",T,(0,Oe.createElement)(Qe.MediaPlaceholder,{icon:(0,Oe.createElement)(Qe.BlockIcon,{icon:Xw}),onSelect:w,onSelectURL:E,accept:"video/*",allowedTypes:gE,value:o,onError:S,placeholder:pE}));const N=`video-block__poster-image-description-${s}`;return(0,Oe.createElement)(Oe.Fragment,null,(0,Oe.createElement)(Qe.BlockControls,{group:"block"},(0,Oe.createElement)(We.ToolbarButton,{onClick:()=>{f(!_),_&&d&&a({caption:void 0})},icon:Et,isPressed:_,label:_?(0,Ze.__)("Remove caption"):(0,Ze.__)("Add caption")})),(0,Oe.createElement)(Qe.BlockControls,null,(0,Oe.createElement)(dE,{tracks:v,onChange:e=>{a({tracks:e})}})),(0,Oe.createElement)(Qe.BlockControls,{group:"other"},(0,Oe.createElement)(Qe.MediaReplaceFlow,{mediaId:m,mediaURL:h,allowedTypes:gE,accept:"video/*",onSelect:w,onSelectURL:E,onError:S})),(0,Oe.createElement)(Qe.InspectorControls,null,(0,Oe.createElement)(We.PanelBody,{title:(0,Ze.__)("Settings")},(0,Oe.createElement)(aE,{setAttributes:a,attributes:o}),(0,Oe.createElement)(Qe.MediaUploadCheck,null,(0,Oe.createElement)(We.BaseControl,{className:"editor-video-poster-control"},(0,Oe.createElement)(We.BaseControl.VisualLabel,null,(0,Ze.__)("Poster image")),(0,Oe.createElement)(Qe.MediaUpload,{title:(0,Ze.__)("Select poster image"),onSelect:function(e){a({poster:e.url})},allowedTypes:hE,render:e=>{let{open:t}=e;return(0,Oe.createElement)(We.Button,{variant:"primary",onClick:t,ref:u,"aria-describedby":N},g?(0,Ze.__)("Replace"):(0,Ze.__)("Select"))}}),(0,Oe.createElement)("p",{id:N,hidden:!0},g?(0,Ze.sprintf)((0,Ze.__)("The current poster image url is %s"),g):(0,Ze.__)("There is no poster image currently selected")),!!g&&(0,Oe.createElement)(We.Button,{onClick:function(){a({poster:void 0}),u.current.focus()},variant:"tertiary"},(0,Ze.__)("Remove")))))),(0,Oe.createElement)("figure",T,(0,Oe.createElement)(We.Disabled,{isDisabled:!n},(0,Oe.createElement)("video",{controls:p,poster:g,src:h,ref:c},(0,Oe.createElement)(eE,{tracks:v}))),y&&(0,Oe.createElement)(We.Spinner,null),_&&(!Qe.RichText.isEmpty(d)||n)&&(0,Oe.createElement)(Qe.RichText,{identifier:"caption",tagName:"figcaption",className:(0,Qe.__experimentalGetElementClassName)("caption"),"aria-label":(0,Ze.__)("Video caption text"),ref:x,placeholder:(0,Ze.__)("Add caption"),value:d,onChange:e=>a({caption:e}),inlineToolbar:!0,__unstableOnSplitAtEnd:()=>l((0,Ge.createBlock)((0,Ge.getDefaultBlockName)()))})))};const bE={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,wt.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 _E=bE;const fE={$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:yE}=fE,kE={icon:Xw,example:{attributes:{src:"https://upload.wikimedia.org/wikipedia/commons/c/ca/Wood_thrush_in_Central_Park_switch_sides_%2816510%29.webm",caption:(0,Ze.__)("Wood thrush singing in Central Park, NYC.")}},transforms:_E,deprecated:oE,edit:vE,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,Oe.createElement)("figure",Qe.useBlockProps.save(),c&&(0,Oe.createElement)("video",{autoPlay:n,controls:r,loop:a,muted:l,poster:i,preload:"metadata"!==s?s:void 0,src:c,playsInline:u},(0,Oe.createElement)(eE,{tracks:m})),!Qe.RichText.isEmpty(o)&&(0,Oe.createElement)(Qe.RichText.Content,{className:(0,Qe.__experimentalGetElementClassName)("caption"),tagName:"figcaption",value:o}))}},xE=()=>je({name:yE,metadata:fE,settings:kE});var wE=n(7078),EE=n.n(wE);const CE=()=>[K,R,I,N,A,V,ke,e,r,a,l,i,s,...window.wp&&window.wp.oldEditor?[c]:[],u,m,d,g,S,B,T,P,M,L,H,D,$,G,j,Z,Q,W,de,pe,xe,Ee,Ce,Se,Be,Ie,ze,Me,Re,He,Fe,De,$e,O,U,q,Te,Pe,Ne,ge,Ae,t,me,le,ie,re,Y,J,ee,te,oe,ae,ue,se,ce,ve,be,_e,fe,he,we,p,h,v,b,_,f,y,C,x,w,E,k,ne,Le,z,F,Ve,ye,X].filter(Boolean).filter((e=>{let{metadata:t}=e;return!EE()(t)})),SE=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:CE();e.forEach((e=>{let{init:t}=e;return t()})),(0,Ge.setDefaultBlockName)(Gh),window.wp&&window.wp.oldEditor&&(0,Ge.setFreeformContentHandlerName)(to),(0,Ge.setUnregisteredTypeHandlerName)(Yd),(0,Ge.setGroupingBlockName)(jc)},BE=void 0}(),(window.wp=window.wp||{}).blockLibrary=o}();