File manager - Edit - /home/aresglob/public_html/wp/wp-includes/images/smilies/sidebar.tar
Back
src/sidebar.css 0000644 00000002025 15104773145 0007464 0 ustar 00 .siteseo-sidebar-active-tab{ border-bottom: 1.5px solid #00308F; } .siteseo-sidebar-tabs{ display:flex; justify-content: center; width:100%; } .siteseo-sidebar-tabs > button { width: 100%; } .preview-block{ width: 100%; background-color: #fff; } .preview-url{ overflow: hidden; width: 100%; white-space: nowrap; max-width: 600px; text-overflow: ellipsis; font-size: 14px; line-height: 16px; margin: 3px 0 5px; padding: 10px 5px 0 0; color: #202124; } .preview-title{ overflow: hidden; width: 100%; white-space: nowrap; max-width: 600px; text-overflow: ellipsis; font-size: 16px; font-weight: normal; line-height: 1.5; margin-bottom: 3px; padding-bottom: 0; color: #1a0dab; } .preview-description{ line-height: 1.4; white-space: normal; word-wrap: break-word; color: #555d66; text-overflow: ellipsis; } .siteseo-gut-title-fields{ margin-top: 15px; } .siteseo-gut-title-field{ margin-bottom: 10px; } src/index.js 0000644 00000013221 15104773145 0007006 0 ustar 00 import { registerPlugin } from "@wordpress/plugins" import { PluginSidebar, PluginSidebarMoreMenuItem } from '@wordpress/editor'; import { useEffect, useState } from '@wordpress/element'; import './sidebar.css'; function sitseo_sidebar(){ const [content, setContent] = useState(); useEffect(() => { setContent({__html: jQuery('#siteseo-metabox-wrapper')?.prop('outerHTML')}); }, []) return(<> <PluginSidebarMoreMenuItem target="siteseo-sidebar"> SiteSEO </PluginSidebarMoreMenuItem> <PluginSidebar name="siteseo-sidebar" title="SiteSEO"> {(content) ? ( <SiteSEOSideBarHTML content={content}/> ) : (<p>Loading here</p>) } </PluginSidebar> </>); } function SiteSEOSideBarHTML(props){ useEffect(() => { document.querySelector('#siteseo-sidebar-wrapper tags')?.remove(); }, []) return(<div id="siteseo-sidebar-wrapper" dangerouslySetInnerHTML={props.content}></div>) } const siteseo_sidebar_icon = ( <svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 956 756" width="32" height="24"> <defs> <linearGradient id="P" gradientUnits="userSpaceOnUse" /> <linearGradient id="g1" x1="818.4" y1="360.4" x2="621.6" y2="10.3" href="#P"> <stop stopColor="#00e8d2" /> <stop offset=".33" stopColor="#00add2" /> <stop offset="1" stopColor="#4429ff" /> </linearGradient> <linearGradient id="g2" x1="669.3" y1="352.2" x2="490.5" y2="2.2" href="#P"> <stop stopColor="#00e8d2" /> <stop offset=".33" stopColor="#00add2" /> <stop offset="1" stopColor="#4429ff" /> </linearGradient> <linearGradient id="g3" x1="519.4" y1="-222.4" x2="60.2" y2="12.6" href="#P"> <stop stopColor="#3300d2" /> <stop offset="1" stopColor="#ff52ff" /> </linearGradient> <linearGradient id="g4" x1="519.4" y1="-222.4" x2="60.2" y2="12.6" href="#P"> <stop stopColor="#3300d2" /> <stop offset="1" stopColor="#ff52ff" /> </linearGradient> <linearGradient id="g5" x1="605.1" y1="-211.2" x2="183.6" y2="4.4" href="#P"> <stop stopColor="#3300d2" /> <stop offset="1" stopColor="#ff52ff" /> </linearGradient> <linearGradient id="g6" x1="139.4" y1="386.3" x2="491.6" y2="193.4" href="#P"> <stop stopColor="#00e8d2" /> <stop offset=".33" stopColor="#00add2" /> <stop offset="1" stopColor="#4429ff" /> </linearGradient> <linearGradient id="g7" x1="270.1" y1="458.2" x2="607.1" y2="255.9" href="#P"> <stop stopColor="#00e8d2" /> <stop offset=".33" stopColor="#00add2" /> <stop offset="1" stopColor="#4429ff" /> </linearGradient> <linearGradient id="g8" x1="701.5" y1="50" x2="966.7" y2="492.4" href="#P"> <stop stopColor="#3300d2" /> <stop offset="1" stopColor="#ff52ff" /> </linearGradient> <linearGradient id="g9" x1="701.5" y1="50" x2="966.7" y2="492.4" href="#P"> <stop stopColor="#3300d2" /> <stop offset="1" stopColor="#ff52ff" /> </linearGradient> <linearGradient id="g10" x1="622.9" y1="14.2" x2="866.3" y2="420.2" href="#P"> <stop stopColor="#3300d2" /> <stop offset="1" stopColor="#ff52ff" /> </linearGradient> </defs> <path style={{fill: "url(#g1)"}} d="m363.8 108.4c-42.4 23.5-14.5 136.7 14.7 189.3l80.7 145.5c12.5 22.6 4.3 51-18.3 63.6l-40.9 22.7-22.7-41-80.7-145.4c-46.2-83.3-16-188.5 67.2-234.7z" /> <path style={{fill: "url(#g2)"}} d="m296.6 343.1c-31-55.9-27.5-121.6 3.2-172.8-10.8 43.7 10.9 120.4 33.4 161l80.7 145.5c8.1 14.4 7.6 31.2 0.3 44.8l-14.2 7.9-22.7-41z" /> <path style={{fill: "url(#g3)"}} d="m363.8 108.4l145.5-80.7 40.9-22.7 22.7 40.9c12.6 22.6 4.4 51.1-18.2 63.6l-145.5 80.7c-38.1 21.2-51.9 69.4-30.7 107.5-29.2-52.6-57.1-165.8-14.7-189.3z" /> <path style={{fill:"url(#g4)"}} d="m363.8 108.4l145.5-80.7 40.9-22.7 22.7 40.9c12.6 22.6 4.4 51.1-18.2 63.6l-145.5 80.7c-38.1 21.2-51.9 69.4-30.7 107.5-29.2-52.6-57.1-165.8-14.7-189.3z" /> <path style={{fill: "url(#g5)"}} d="m365.2 155.4l166.9-92.6 38.4-21.3 2.4 4.4c12.6 22.6 4.4 51.1-18.2 63.6l-145.5 80.7c-37.2 20.7-51.2 67.1-32.1 104.8q0 0-0.1 0c-14.7-27.5-28.7-69.8-33.3-107.7 3.7-14.5 10.5-25.9 21.5-31.9z" /> <path style={{fill: "url(#g6)"}} d="m658.4 413c23.5 42.5-60.1 123.7-112.6 152.9l-145.5 80.7c-22.6 12.5-30.8 41-18.2 63.6l22.7 40.9 40.9-22.7 145.5-80.7c83.2-46.2 113.4-151.4 67.2-234.7z" /> <path style={{fill: "url(#g7)"}} d="m591.2 647.7c55.8-31 87.7-88.5 88.7-148.2-13.9 42.8-73 96.3-113.5 118.8l-145.5 80.7c-14.5 8-23 22.6-24 37.9l7.9 14.2 40.9-22.7z" /> <path style={{fill: "url(#g8)"}} d="m658.4 413l-80.7-145.4-22.7-41-40.9 22.7c-22.6 12.6-30.8 41.1-18.3 63.7l80.7 145.4c21.2 38.1 7.4 86.3-30.7 107.5 52.5-29.2 136.1-110.4 112.6-152.9z" /> <path style={{fill: "url(#g9)"}} d="m658.4 413l-80.7-145.4-22.7-41-40.9 22.7c-22.6 12.6-30.8 41.1-18.3 63.7l80.7 145.4c21.2 38.1 7.4 86.3-30.7 107.5 52.5-29.2 136.1-110.4 112.6-152.9z" /> <path style={{fill: "url(#g10)"}} d="m632.4 452.2l-92.6-166.9-21.3-38.4-4.4 2.4c-22.6 12.6-30.8 41.1-18.3 63.7l80.7 145.4c20.7 37.3 8 84.1-28.1 105.9q0 0.1 0 0.1c27-15.6 61.4-44 85.3-73.7 4.6-14.3 4.8-27.6-1.3-38.5z" /> </svg> ); registerPlugin('siteseo-sidebar', { render : sitseo_sidebar, icon : siteseo_sidebar_icon }) build/index.css 0000644 00000001345 15104773145 0007476 0 ustar 00 .siteseo-sidebar-active-tab{border-bottom:1.5px solid #00308f}.siteseo-sidebar-tabs{display:flex;justify-content:center;width:100%}.siteseo-sidebar-tabs>button{width:100%}.preview-block{background-color:#fff;width:100%}.preview-url{color:#202124;font-size:14px;line-height:16px;margin:3px 0 5px;padding:10px 5px 0 0}.preview-title,.preview-url{max-width:600px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.preview-title{color:#1a0dab;font-size:16px;font-weight:400;line-height:1.5;margin-bottom:3px;padding-bottom:0}.preview-description{line-height:1.4;white-space:normal;word-wrap:break-word;color:#555d66;text-overflow:ellipsis}.siteseo-gut-title-fields{margin-top:15px}.siteseo-gut-title-field{margin-bottom:10px} build/index.js 0000644 00000012571 15104773145 0007325 0 ustar 00 (()=>{"use strict";const e=window.React,t=window.wp.plugins,l=window.wp.editor,r=window.wp.element;function o(t){return(0,r.useEffect)((()=>{document.querySelector("#siteseo-sidebar-wrapper tags")?.remove()}),[]),(0,e.createElement)("div",{id:"siteseo-sidebar-wrapper",dangerouslySetInnerHTML:t.content})}const n=(0,e.createElement)("svg",{version:"1.2",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 956 756",width:"32",height:"24"},(0,e.createElement)("defs",null,(0,e.createElement)("linearGradient",{id:"P",gradientUnits:"userSpaceOnUse"}),(0,e.createElement)("linearGradient",{id:"g1",x1:"818.4",y1:"360.4",x2:"621.6",y2:"10.3",href:"#P"},(0,e.createElement)("stop",{stopColor:"#00e8d2"}),(0,e.createElement)("stop",{offset:".33",stopColor:"#00add2"}),(0,e.createElement)("stop",{offset:"1",stopColor:"#4429ff"})),(0,e.createElement)("linearGradient",{id:"g2",x1:"669.3",y1:"352.2",x2:"490.5",y2:"2.2",href:"#P"},(0,e.createElement)("stop",{stopColor:"#00e8d2"}),(0,e.createElement)("stop",{offset:".33",stopColor:"#00add2"}),(0,e.createElement)("stop",{offset:"1",stopColor:"#4429ff"})),(0,e.createElement)("linearGradient",{id:"g3",x1:"519.4",y1:"-222.4",x2:"60.2",y2:"12.6",href:"#P"},(0,e.createElement)("stop",{stopColor:"#3300d2"}),(0,e.createElement)("stop",{offset:"1",stopColor:"#ff52ff"})),(0,e.createElement)("linearGradient",{id:"g4",x1:"519.4",y1:"-222.4",x2:"60.2",y2:"12.6",href:"#P"},(0,e.createElement)("stop",{stopColor:"#3300d2"}),(0,e.createElement)("stop",{offset:"1",stopColor:"#ff52ff"})),(0,e.createElement)("linearGradient",{id:"g5",x1:"605.1",y1:"-211.2",x2:"183.6",y2:"4.4",href:"#P"},(0,e.createElement)("stop",{stopColor:"#3300d2"}),(0,e.createElement)("stop",{offset:"1",stopColor:"#ff52ff"})),(0,e.createElement)("linearGradient",{id:"g6",x1:"139.4",y1:"386.3",x2:"491.6",y2:"193.4",href:"#P"},(0,e.createElement)("stop",{stopColor:"#00e8d2"}),(0,e.createElement)("stop",{offset:".33",stopColor:"#00add2"}),(0,e.createElement)("stop",{offset:"1",stopColor:"#4429ff"})),(0,e.createElement)("linearGradient",{id:"g7",x1:"270.1",y1:"458.2",x2:"607.1",y2:"255.9",href:"#P"},(0,e.createElement)("stop",{stopColor:"#00e8d2"}),(0,e.createElement)("stop",{offset:".33",stopColor:"#00add2"}),(0,e.createElement)("stop",{offset:"1",stopColor:"#4429ff"})),(0,e.createElement)("linearGradient",{id:"g8",x1:"701.5",y1:"50",x2:"966.7",y2:"492.4",href:"#P"},(0,e.createElement)("stop",{stopColor:"#3300d2"}),(0,e.createElement)("stop",{offset:"1",stopColor:"#ff52ff"})),(0,e.createElement)("linearGradient",{id:"g9",x1:"701.5",y1:"50",x2:"966.7",y2:"492.4",href:"#P"},(0,e.createElement)("stop",{stopColor:"#3300d2"}),(0,e.createElement)("stop",{offset:"1",stopColor:"#ff52ff"})),(0,e.createElement)("linearGradient",{id:"g10",x1:"622.9",y1:"14.2",x2:"866.3",y2:"420.2",href:"#P"},(0,e.createElement)("stop",{stopColor:"#3300d2"}),(0,e.createElement)("stop",{offset:"1",stopColor:"#ff52ff"}))),(0,e.createElement)("path",{style:{fill:"url(#g1)"},d:"m363.8 108.4c-42.4 23.5-14.5 136.7 14.7 189.3l80.7 145.5c12.5 22.6 4.3 51-18.3 63.6l-40.9 22.7-22.7-41-80.7-145.4c-46.2-83.3-16-188.5 67.2-234.7z"}),(0,e.createElement)("path",{style:{fill:"url(#g2)"},d:"m296.6 343.1c-31-55.9-27.5-121.6 3.2-172.8-10.8 43.7 10.9 120.4 33.4 161l80.7 145.5c8.1 14.4 7.6 31.2 0.3 44.8l-14.2 7.9-22.7-41z"}),(0,e.createElement)("path",{style:{fill:"url(#g3)"},d:"m363.8 108.4l145.5-80.7 40.9-22.7 22.7 40.9c12.6 22.6 4.4 51.1-18.2 63.6l-145.5 80.7c-38.1 21.2-51.9 69.4-30.7 107.5-29.2-52.6-57.1-165.8-14.7-189.3z"}),(0,e.createElement)("path",{style:{fill:"url(#g4)"},d:"m363.8 108.4l145.5-80.7 40.9-22.7 22.7 40.9c12.6 22.6 4.4 51.1-18.2 63.6l-145.5 80.7c-38.1 21.2-51.9 69.4-30.7 107.5-29.2-52.6-57.1-165.8-14.7-189.3z"}),(0,e.createElement)("path",{style:{fill:"url(#g5)"},d:"m365.2 155.4l166.9-92.6 38.4-21.3 2.4 4.4c12.6 22.6 4.4 51.1-18.2 63.6l-145.5 80.7c-37.2 20.7-51.2 67.1-32.1 104.8q0 0-0.1 0c-14.7-27.5-28.7-69.8-33.3-107.7 3.7-14.5 10.5-25.9 21.5-31.9z"}),(0,e.createElement)("path",{style:{fill:"url(#g6)"},d:"m658.4 413c23.5 42.5-60.1 123.7-112.6 152.9l-145.5 80.7c-22.6 12.5-30.8 41-18.2 63.6l22.7 40.9 40.9-22.7 145.5-80.7c83.2-46.2 113.4-151.4 67.2-234.7z"}),(0,e.createElement)("path",{style:{fill:"url(#g7)"},d:"m591.2 647.7c55.8-31 87.7-88.5 88.7-148.2-13.9 42.8-73 96.3-113.5 118.8l-145.5 80.7c-14.5 8-23 22.6-24 37.9l7.9 14.2 40.9-22.7z"}),(0,e.createElement)("path",{style:{fill:"url(#g8)"},d:"m658.4 413l-80.7-145.4-22.7-41-40.9 22.7c-22.6 12.6-30.8 41.1-18.3 63.7l80.7 145.4c21.2 38.1 7.4 86.3-30.7 107.5 52.5-29.2 136.1-110.4 112.6-152.9z"}),(0,e.createElement)("path",{style:{fill:"url(#g9)"},d:"m658.4 413l-80.7-145.4-22.7-41-40.9 22.7c-22.6 12.6-30.8 41.1-18.3 63.7l80.7 145.4c21.2 38.1 7.4 86.3-30.7 107.5 52.5-29.2 136.1-110.4 112.6-152.9z"}),(0,e.createElement)("path",{style:{fill:"url(#g10)"},d:"m632.4 452.2l-92.6-166.9-21.3-38.4-4.4 2.4c-22.6 12.6-30.8 41.1-18.3 63.7l80.7 145.4c20.7 37.3 8 84.1-28.1 105.9q0 0.1 0 0.1c27-15.6 61.4-44 85.3-73.7 4.6-14.3 4.8-27.6-1.3-38.5z"}));(0,t.registerPlugin)("siteseo-sidebar",{render:function(){const[t,n]=(0,r.useState)();return(0,r.useEffect)((()=>{n({__html:jQuery("#siteseo-metabox-wrapper")?.prop("outerHTML")})}),[]),(0,e.createElement)(e.Fragment,null,(0,e.createElement)(l.PluginSidebarMoreMenuItem,{target:"siteseo-sidebar"},"SiteSEO"),(0,e.createElement)(l.PluginSidebar,{name:"siteseo-sidebar",title:"SiteSEO"},t?(0,e.createElement)(o,{content:t}):(0,e.createElement)("p",null,"Loading here")))},icon:n})})(); build/index.asset.php 0000644 00000000204 15104773145 0010604 0 ustar 00 <?php return array('dependencies' => array('react', 'wp-editor', 'wp-element', 'wp-plugins'), 'version' => 'b08470b62971a21fb79c'); build/sidebar-app.js 0000644 00000636420 15110243331 0010374 0 ustar 00 !function(){var e={679:function(e,t,n){"use strict";var r=n(864),i={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},a={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},o={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function l(e){return r.isMemo(e)?o:s[e.$$typeof]||i}s[r.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[r.Memo]=o;var c=Object.defineProperty,u=Object.getOwnPropertyNames,d=Object.getOwnPropertySymbols,p=Object.getOwnPropertyDescriptor,f=Object.getPrototypeOf,h=Object.prototype;e.exports=function e(t,n,r){if("string"!=typeof n){if(h){var i=f(n);i&&i!==h&&e(t,i,r)}var o=u(n);d&&(o=o.concat(d(n)));for(var s=l(t),m=l(n),g=0;g<o.length;++g){var v=o[g];if(!(a[v]||r&&r[v]||m&&m[v]||s&&s[v])){var b=p(n,v);try{c(t,v,b)}catch(e){}}}}return t}},885:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CASE_SENSITIVE_TAG_NAMES_MAP=t.CASE_SENSITIVE_TAG_NAMES=void 0,t.CASE_SENSITIVE_TAG_NAMES=["animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","linearGradient","radialGradient","textPath"],t.CASE_SENSITIVE_TAG_NAMES_MAP=t.CASE_SENSITIVE_TAG_NAMES.reduce((function(e,t){return e[t.toLowerCase()]=t,e}),{})},276:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n="html",r="head",i="body",a=/<([a-zA-Z]+[0-9]?)/,o=/<head[^]*>/i,s=/<body[^]*>/i,l=function(e,t){throw new Error("This browser does not support `document.implementation.createHTMLDocument`")},c=function(e,t){throw new Error("This browser does not support `DOMParser.prototype.parseFromString`")},u="object"==typeof window&&window.DOMParser;if("function"==typeof u){var d=new u;l=c=function(e,t){return t&&(e="<".concat(t,">").concat(e,"</").concat(t,">")),d.parseFromString(e,"text/html")}}if("object"==typeof document&&document.implementation){var p=document.implementation.createHTMLDocument();l=function(e,t){if(t){var n=p.documentElement.querySelector(t);return n&&(n.innerHTML=e),p}return p.documentElement.innerHTML=e,p}}var f,h="object"==t
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings