!function(){vare={9756:function(e){e.exports=function(e,n){vart,r,i=0;functiono(){varo,u,s=t,l=arguments.length;e:for(;s;){if(s.args.length===arguments.length){for(u=0;u<l;u++)if(s.args[u]!==arguments[u]){s=s.next;continuee}returns!==t&&(s===r&&(r=s.prev),s.prev.next=s.next,s.next&&(s.next.prev=s.prev),s.next=t,s.prev=null,t.prev=s,t=s),s.val}s=s.next}for(o=newArray(l),u=0;u<l;u++)o[u]=arguments[u];returns={args:o,val:e.apply(null,o)},t?(t.prev=s,s.next=t):r=s,i===n.maxSize?(r=r.prev).next=null:i++,t=s,s.val}returnn=n||{},o.clear=function(){t=null,r=null,i=0},o}}},n={};functiont(r){vari=n[r];if(void0!==i)returni.exports;varo=n[r]={exports:{}};returne[r](o,o.exports,t),o.exports}t.n=function(e){varn=e&&e.__esModule?function(){returne.default}:function(){returne};returnt.d(n,{a:n}),n},t.d=function(e,n){for(varrinn)t.o(n,r)&&!t.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:n[r]})},t.o=function(e,n){returnObject.prototype.hasOwnProperty.call(e,n)},t.r=function(e){"undefined"!=typeofSymbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};varr={};!function(){"use strict";t.r(r),t.d(r,{PluginArea:function(){returnx},getPlugin:function(){returnh},getPlugins:function(){returnw},registerPlugin:function(){returnf},unregisterPlugin:function(){returnv},withPluginContext:function(){returnc}});vare=window.wp.element,n=t(9756),i=t.n(n),o=window.wp.hooks;functionu(){returnu=Object.assign?Object.assign.bind():function(e){for(varn=1;n<arguments.length;n++){vart=arguments[n];for(varrint)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])}returne},u.apply(this,arguments)}vars=window.wp.compose;const{Consumer:l,Provider:a}=(0,e.createContext)({name:null,icon:null}),c=n=>(0,s.createHigherOrderComponent)((t=>r=>(0,e.createElement)(l,null,(i=>(0,e.createElement)(t,u({},r,n(i,r)))))),"withPluginContext");classpextendse.Component{constructor(e){super(e),this.state={hasError:!1}}staticgetDerivedStateFromError(){return{hasError:!0}}componentDidCatch(e){const{name:n,onError:t}=this.props;t&&t(n,e)}render(){returnthis.state.hasError?null:this.props.children}}varg=window.wp.primitives;vard=(0,e.createElement)(g.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,e.createElement)(g.Path,{d:"M10.5 4v4h3V4H15v4h1.5a1 1 0 011 1v4l-3 4v2a1 1 0 01-1 1h-3a1 1 0 01-1-1v-2l-3-4V9a1 1 0 011-1H9V4h1.5zm.5 12.5v2h2v-2l3-4v-3H8v3l3 4z"}));constm={};functionf(e,n){if("object"!=typeofn)returnconsole.error("No settings object provided!"),null;if("string"!=typeofe)returnconsole.error("Plugin name must be string."),null;if(!/^[a-z][a-z0-9-]*$/.test(e))returnconsole.error('Plugin name must include only lowercase alphanumeric characters or dashes, and start with a letter. Example: "my-plugin".'),null;m[e]&&console.error(`Plugin "${e}" is already registered.`),n=(0,o.applyFilters)("plugins.registerPlugin",n,e);const{render:t,scope:r}=n;if("function"!=typeoft)returnconsole.error('The "render" property must be specified and must be a valid function.'),null;if(r){if("string"!=typeofr)returnconsole.error("Plugin scope must be string."),null;if(!/^[a-z][a-z0-9-]*$/.test(r))returnconsole.error('Plugin scope must include only lowercase alphanumeric characters or dashes, and start with a letter. Example: "my-page".'),null}returnm[e]={name:e,icon:d,...n},(0,o.doAction)("plugins.pluginRegistered",n,e),n}functionv(e){if(!m[e])returnvoidconsole.error('Plugin "'+e+'" is not registered.');constn=m[e];returndeletem[e],(0,o.doAction)("plugins.pluginUnregistered",n,e),n}functionh(e){returnm[e]}functionw(e){returnObject.values(m).filter((n=>n.scope===e))}classPextendse.Component{constructor(){super(...arguments),this.setPlugins=this.setPlugins.bind(this),this.memoizedContext=i()(((e,n)=>({name:e,icon:n}))),this.state=this.getCurrentPluginsState()}getCurrentPluginsState(){return{plugins:w(this.props.scope).map((e=>{let{icon:n,name:t,render:r}=e;return{Plugin:r,context:this.memoizedContext(t,n)}}))}}componentDidMoun