this.wp=this.wp||{},this.wp.plugins=function(e){varn={};functiont(r){if(n[r])returnn[r].exports;vari=n[r]={i:r,l:!1,exports:{}};returne[r].call(i.exports,i,i.exports,t),i.l=!0,i.exports}returnt.m=e,t.c=n,t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{enumerable:!0,get:r})},t.r=function(e){"undefined"!=typeofSymbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},t.t=function(e,n){if(1&n&&(e=t(e)),8&n)returne;if(4&n&&"object"==typeofe&&e&&e.__esModule)returne;varr=Object.create(null);if(t.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&n&&"string"!=typeofe)for(variine)t.d(r,i,function(n){returne[n]}.bind(null,i));returnr},t.n=function(e){varn=e&&e.__esModule?function(){returne.default}:function(){returne};returnt.d(n,"a",n),n},t.o=function(e,n){returnObject.prototype.hasOwnProperty.call(e,n)},t.p="",t(t.s="./node_modules/@wordpress/plugins/build-module/index.js")}({"./node_modules/@babel/runtime/helpers/esm/extends.js":function(e,n,t){"use strict";functionr(){return(r=Object.assign||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}).apply(this,arguments)}t.d(n,"a",(function(){returnr}))},"./node_modules/@wordpress/plugins/build-module/index.js":function(e,n,t){"use strict";t.r(n),t.d(n,"PluginArea",(function(){returnj})),t.d(n,"withPluginContext",(function(){returnd})),t.d(n,"registerPlugin",(function(){returnv})),t.d(n,"unregisterPlugin",(function(){returnh})),t.d(n,"getPlugin",(function(){returnb})),t.d(n,"getPlugins",(function(){returnw}));varr=t("@wordpress/element"),i=t("lodash"),o=t("./node_modules/memize/index.js"),s=t.n(o),u=t("@wordpress/hooks"),l=t("./node_modules/@babel/runtime/helpers/esm/extends.js"),c=t("@wordpress/compose");const{Consumer:a,Provider:p}=Object(r.createContext)({name:null,icon:null}),d=e=>Object(c.createHigherOrderComponent)(n=>t=>Object(r.createElement)(a,null,i=>Object(r.createElement)(n,Object(l.a)({},t,e(i,t)))),"withPluginContext");varg=t("@wordpress/primitives");varm=Object(r.createElement)(g.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},Object(r.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"}));constf={};functionv(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;f[e]&&console.error(`Plugin "${e}" is already registered.`),n=Object(u.applyFilters)("plugins.registerPlugin",n,e);const{render:t,scope:r}=n;if(!Object(i.isFunction)(t))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}returnf[e]={name:e,icon:m,...n},Object(u.doAction)("plugins.pluginRegistered",n,e),n}functionh(e){if(!f[e])returnvoidconsole.error('Plugin "'+e+'" is not registered.');constn=f[e];returndeletef[e],Object(u.doAction)("plugins.pluginUnregistered",n,e),n}functionb(e){returnf[e]}functionw(e){returnObject.values(f).filter(n=>n.scope===e)}classxextendsr.Component{constructor(){super(...arguments),this.setPlugins=this.setPlugins.bind(this),this.memoizedContext=s()((e,n)=>({name:e,icon:n})),this.state=this.getCurrentPluginsState()}getCurrentPluginsState(){return{plugins:Object(i.map)(w(this.props.scope),({icon:e,name:n,render:t})=>({Plugin:t,context:this.memoizedContext(n,e)}))}}componentDidMount(){Object(u.addAction)("plugins.pluginRegi