Changeset 3188638
- Timestamp:
- 11/14/2024 11:50:58 AM (4 months ago)
- Location:
- simple-blog-card/trunk
- Files:
-
- 1 deleted
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
simple-blog-card/trunk/block/build/block.json
r3186792 r3188638 14 14 "linkcard" 15 15 ], 16 "version": "1.1. 0",16 "version": "1.1.1", 17 17 "textdomain": "simple-blog-card", 18 18 "supports": { -
simple-blog-card/trunk/block/build/index.asset.php
r3186792 r3188638 1 <?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-i18n', 'wp-server-side-render'), 'version' => ' ed33ffe03fa31b196cf1');1 <?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-i18n', 'wp-server-side-render'), 'version' => '5a592dee1c86e55a2e67'); -
simple-blog-card/trunk/block/build/index.js
r3186792 r3188638 1 (()=>{"use strict";var e={n:l=>{var o=l&&l.__esModule?()=>l.default:()=>l;return e.d(o,{a:o}),o},d:(l,o)=>{for(var a in o)e.o(o,a)&&!e.o(l,a)&&Object.defineProperty(l,a,{enumerable:!0,get:o[a]})},o:(e,l)=>Object.prototype.hasOwnProperty.call(e,l)};const l=window.wp.blocks,o=window.wp.i18n,a=window.wp.serverSideRender;var n=e.n(a);const i=window.wp.components,r=window.wp.blockEditor,t=window.ReactJSXRuntime,s=JSON.parse('{"UU":"simple-blog-card/simpleblogcard-block"}');(0,l.registerBlockType)(s.UU,{edit:function({attributes:e,setAttributes:l}){const a=(0,r.useBlockProps)();return(0,t.jsxs)("div",{...a,children:[(0,t.jsx)(n(),{block:"simple-blog-card/simpleblogcard-block",attributes:e}),(0,t.jsx)(i.TextControl,{label:"URL",value:e.url,onChange:e=>l({url:e})}),(0,t.jsxs)(r.InspectorControls,{children:[(0,t.jsx)(i.TextControl,{label:"URL",value:e.url,onChange:e=>l({url:e})}),(0,t.jsx)(i.RangeControl,{label:(0,o.__)("Description length","simple-blog-card"),max:300,min:0,value:e.dessize,onChange:e=>l({dessize:e})}),(0,t.jsx)(i.RangeControl,{label:(0,o.__)("Image sizes","simple-blog-card"),max:200,min:0,value:e.imgsize,onChange:e=>l({imgsize:e})}),(0,t.jsx)(i.RadioControl,{label:(0,o.__)("Image position","simple-blog-card"),selected:e.img_pos,onChange:e=>l({img_pos:e}),options:[{label:(0,o.__)("Left","simple-blog-card"),value:"left"},{label:(0,o.__)("Right","simple-blog-card"),value:"right"}]}),(0,o.__)("Border color","simple-blog-card"),(0,t.jsx)(i.ColorPalette,{colors:[{name:(0,o.__)("White","simple-blog-card"),color:"#ffffff"},{name:(0,o.__)("Black","simple-blog-card"),color:"#000000"},{name:(0,o.__)("Red","simple-blog-card"),color:"#ff0000"},{name:(0,o.__)("Yellow","simple-blog-card"),color:"#ffff00"},{name:(0,o.__)("Blue","simple-blog-card"),color:"#0000ff"}],value:e.color,onChange:e=>l({color:e})}),(0,t.jsx)(i.RangeControl,{label:(0,o.__)("Border color width","simple-blog-card"),max:15,min:0,value:e.color_width,onChange:e=>l({color_width:e})}),(0,t.jsx)(i.TextControl,{label:(0,o.__)("Title","simple-blog-card"),value:e.title,onChange:e=>l({title:e})}),(0,t.jsx)(i.RangeControl,{label:(0,o.__)("Title line height","simple-blog-card"),max:300,min:10,value:e.t_line_height,onChange:e=>l({t_line_height:e})}),(0,t.jsx)(i.TextControl,{label:(0,o.__)("Description","simple-blog-card"),value:e.description,onChange:e=>l({description:e})}),(0,t.jsx)(i.RangeControl,{label:(0,o.__)("Description line height","simple-blog-card"),max:300,min:10,value:e.d_line_height,onChange:e=>l({d_line_height:e})}),(0,t.jsx)(i.ToggleControl,{label:(0,o.__)("Open in new tab","simple-blog-card"),checked:e.target_blank,onChange:e=>l({target_blank:e})}),(0,t.jsx)(i.SelectControl,{label:(0,o.__)("Character encoding","simple-blog-card"),value:e.encoding,options:[{label:"UTF-8",value:"UTF-8"},{label:"ASCII",value:"ASCII"},{label:"EUC-JP",value:"EUC-JP"},{label:"SJIS",value:"SJIS"},{label:"eucJP-win",value:"eucJP-win"},{label:"SJIS-win",value:"SJIS-win"},{label:"JIS",value:"JIS"},{label:"ISO-2022-JP",value:"ISO-2022-JP"}],onChange:e=>l({encoding:e}),__nextHasNoMarginBottom:!0})]})]})}})})();1 (()=>{"use strict";var e={n:l=>{var o=l&&l.__esModule?()=>l.default:()=>l;return e.d(o,{a:o}),o},d:(l,o)=>{for(var a in o)e.o(o,a)&&!e.o(l,a)&&Object.defineProperty(l,a,{enumerable:!0,get:o[a]})},o:(e,l)=>Object.prototype.hasOwnProperty.call(e,l)};const l=window.wp.blocks,o=window.wp.i18n,a=window.wp.serverSideRender;var n=e.n(a);const t=window.wp.components,i=window.wp.blockEditor,r=window.ReactJSXRuntime,s=JSON.parse('{"UU":"simple-blog-card/simpleblogcard-block"}');(0,l.registerBlockType)(s.UU,{edit:function({attributes:e,setAttributes:l}){const a=(0,i.useBlockProps)();return(0,r.jsxs)("div",{...a,children:[(0,r.jsx)(n(),{block:"simple-blog-card/simpleblogcard-block",attributes:e}),(0,r.jsx)(t.TextControl,{__nextHasNoMarginBottom:!0,label:"URL",value:e.url,onChange:e=>l({url:e})}),(0,r.jsxs)(i.InspectorControls,{children:[(0,r.jsx)(t.TextControl,{__nextHasNoMarginBottom:!0,label:"URL",value:e.url,onChange:e=>l({url:e})}),(0,r.jsx)(t.RangeControl,{__nextHasNoMarginBottom:!0,label:(0,o.__)("Description length","simple-blog-card"),max:300,min:0,value:e.dessize,onChange:e=>l({dessize:e})}),(0,r.jsx)(t.RangeControl,{__nextHasNoMarginBottom:!0,label:(0,o.__)("Image sizes","simple-blog-card"),max:200,min:0,value:e.imgsize,onChange:e=>l({imgsize:e})}),(0,r.jsx)(t.RadioControl,{label:(0,o.__)("Image position","simple-blog-card"),selected:e.img_pos,onChange:e=>l({img_pos:e}),options:[{label:(0,o.__)("Left","simple-blog-card"),value:"left"},{label:(0,o.__)("Right","simple-blog-card"),value:"right"}]}),(0,o.__)("Border color","simple-blog-card"),(0,r.jsx)(t.ColorPalette,{colors:[{name:(0,o.__)("White","simple-blog-card"),color:"#ffffff"},{name:(0,o.__)("Black","simple-blog-card"),color:"#000000"},{name:(0,o.__)("Red","simple-blog-card"),color:"#ff0000"},{name:(0,o.__)("Yellow","simple-blog-card"),color:"#ffff00"},{name:(0,o.__)("Blue","simple-blog-card"),color:"#0000ff"}],value:e.color,onChange:e=>l({color:e})}),(0,r.jsx)(t.RangeControl,{__nextHasNoMarginBottom:!0,label:(0,o.__)("Border color width","simple-blog-card"),max:15,min:0,value:e.color_width,onChange:e=>l({color_width:e})}),(0,r.jsx)(t.TextControl,{__nextHasNoMarginBottom:!0,label:(0,o.__)("Title","simple-blog-card"),value:e.title,onChange:e=>l({title:e})}),(0,r.jsx)(t.RangeControl,{__nextHasNoMarginBottom:!0,label:(0,o.__)("Title line height","simple-blog-card"),max:300,min:10,value:e.t_line_height,onChange:e=>l({t_line_height:e})}),(0,r.jsx)(t.TextControl,{__nextHasNoMarginBottom:!0,label:(0,o.__)("Description","simple-blog-card"),value:e.description,onChange:e=>l({description:e})}),(0,r.jsx)(t.RangeControl,{__nextHasNoMarginBottom:!0,label:(0,o.__)("Description line height","simple-blog-card"),max:300,min:10,value:e.d_line_height,onChange:e=>l({d_line_height:e})}),(0,r.jsx)(t.ToggleControl,{__nextHasNoMarginBottom:!0,label:(0,o.__)("Open in new tab","simple-blog-card"),checked:e.target_blank,onChange:e=>l({target_blank:e})}),(0,r.jsx)(t.SelectControl,{label:(0,o.__)("Character encoding","simple-blog-card"),value:e.encoding,options:[{label:"UTF-8",value:"UTF-8"},{label:"ASCII",value:"ASCII"},{label:"EUC-JP",value:"EUC-JP"},{label:"SJIS",value:"SJIS"},{label:"eucJP-win",value:"eucJP-win"},{label:"SJIS-win",value:"SJIS-win"},{label:"JIS",value:"JIS"},{label:"ISO-2022-JP",value:"ISO-2022-JP"}],onChange:e=>l({encoding:e}),__nextHasNoMarginBottom:!0})]})]})}})})(); -
simple-blog-card/trunk/block/package.json
r3186792 r3188638 1 1 { 2 2 "name": "simple-blog-card", 3 "version": "1.1. 0",3 "version": "1.1.1", 4 4 "description": "Simple Blog Card Block", 5 5 "main": "index.js", -
simple-blog-card/trunk/block/src/block.json
r3186792 r3188638 14 14 "linkcard" 15 15 ], 16 "version": "1.1. 0",16 "version": "1.1.1", 17 17 "textdomain": "simple-blog-card", 18 18 "supports": { -
simple-blog-card/trunk/block/src/edit.js
r3068134 r3188638 14 14 /> 15 15 <TextControl 16 __nextHasNoMarginBottom 16 17 label = 'URL' 17 18 value = { attributes.url } … … 21 22 <InspectorControls> 22 23 <TextControl 24 __nextHasNoMarginBottom 23 25 label = 'URL' 24 26 value = { attributes.url } … … 26 28 /> 27 29 <RangeControl 30 __nextHasNoMarginBottom 28 31 label = { __( 'Description length', 'simple-blog-card' ) } 29 32 max = { 300 } … … 33 36 /> 34 37 <RangeControl 38 __nextHasNoMarginBottom 35 39 label = { __( 'Image sizes', 'simple-blog-card' ) } 36 40 max = { 200 } … … 61 65 /> 62 66 <RangeControl 67 __nextHasNoMarginBottom 63 68 label = { __( 'Border color width', 'simple-blog-card' ) } 64 69 max = { 15 } … … 68 73 /> 69 74 <TextControl 75 __nextHasNoMarginBottom 70 76 label = { __( 'Title', 'simple-blog-card' ) } 71 77 value = { attributes.title } … … 73 79 /> 74 80 <RangeControl 81 __nextHasNoMarginBottom 75 82 label = { __( 'Title line height', 'simple-blog-card' ) } 76 83 max = { 300 } … … 80 87 /> 81 88 <TextControl 89 __nextHasNoMarginBottom 82 90 label = { __( 'Description', 'simple-blog-card' ) } 83 91 value = { attributes.description } … … 85 93 /> 86 94 <RangeControl 95 __nextHasNoMarginBottom 87 96 label = { __( 'Description line height', 'simple-blog-card' ) } 88 97 max = { 300 } … … 92 101 /> 93 102 <ToggleControl 103 __nextHasNoMarginBottom 94 104 label = { __( 'Open in new tab', 'simple-blog-card' ) } 95 105 checked = { attributes.target_blank } -
simple-blog-card/trunk/guten/build/index-rtl.css
r3088677 r3188638 1 2 1 .boxRowContainer{align-items:center;display:flex;margin-bottom:8px}div.components-base-control{margin-bottom:0}div.components-base-control__field{display:flex;margin-bottom:0!important}div.components-v-stack{flex-direction:row!important}div.components-radio-control__option{padding-left:16px}table{border-collapse:collapse}.aStyle{text-decoration:none}div.outer-paragraph{margin:5px;padding:5px}.outer-paragraph>ul>li{list-style-position:inside;list-style-type:disc;margin-right:.9em;text-indent:-.9em}div.inner-paragraph{margin:0 15px 0 0}div.timeout-width{width:250px} 3 2 .span1Style{font-weight:700}.aStyle{text-decoration:none}.boxStyle{border:2px solid #ccc;height:180px;width:250px}.boxStyle,.divStyle{margin:5px;padding:5px}.divStyle{text-align:left}.span2Style{background-color:green;color:#fff;padding:3px}.buttonStyle{margin:5px;padding:5px} -
simple-blog-card/trunk/guten/build/index.asset.php
r3186792 r3188638 1 <?php return array('dependencies' => array('react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-dom-ready', 'wp-element', 'wp-i18n'), 'version' => ' 9e449a0d51fc190ccdd6');1 <?php return array('dependencies' => array('react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-dom-ready', 'wp-element', 'wp-i18n'), 'version' => '592d712f2b97d54f5fb5'); -
simple-blog-card/trunk/guten/build/index.css
r3074363 r3188638 1 2 1 .boxRowContainer{align-items:center;display:flex;margin-bottom:8px}div.components-base-control{margin-bottom:0}div.components-base-control__field{display:flex;margin-bottom:0!important}div.components-v-stack{flex-direction:row!important}div.components-radio-control__option{padding-right:16px}table{border-collapse:collapse}.aStyle{text-decoration:none}div.outer-paragraph{margin:5px;padding:5px}.outer-paragraph>ul>li{list-style-position:inside;list-style-type:disc;margin-left:.9em;text-indent:-.9em}div.inner-paragraph{margin:0 0 0 15px}div.timeout-width{width:250px} 3 2 .span1Style{font-weight:700}.aStyle{text-decoration:none}.boxStyle{border:2px solid #ccc;height:180px;width:250px}.boxStyle,.divStyle{margin:5px;padding:5px}.divStyle{text-align:right}.span2Style{background-color:green;color:#fff;padding:3px}.buttonStyle{margin:5px;padding:5px} -
simple-blog-card/trunk/guten/build/index.js
r3186792 r3188638 1 (()=>{"use strict";var e={n:s=>{var l=s&&s.__esModule?()=>s.default:()=>s;return e.d(l,{a:l}),l},d:(s,l)=>{for(var r in l)e.o(l,r)&&!e.o(s,r)&&Object.defineProperty(s,r,{enumerable:!0,get:l[r]})},o:(e,s)=>Object.prototype.hasOwnProperty.call(e,s)};const s=window.wp.domReady;var l=e.n(s);const r=window.wp.element,i=window.wp.i18n,n=window.wp.apiFetch;var t=e.n(n);const a=window.wp.components,c=window.ReactJSXRuntime,d=()=>(0,c.jsxs)("details",{children:[(0,c.jsx)("summary",{children:(0,c.jsx)("strong",{children:credit.links})}),(0,c.jsxs)("span",{className:"span1Style",children:[(0,c.jsxs)("div",{children:[credit.plugin_version," |",(0,c.jsx)("a",{className:"aStyle",href:credit.faq,target:"_blank",rel:"noopener noreferrer",children:"FAQ"})," | ",(0,c.jsx)("a",{className:"aStyle",href:credit.support,target:"_blank",rel:"noopener noreferrer",children:"Support Forums"})," | ",(0,c.jsx)("a",{className:"aStyle",href:credit.review,target:"_blank",rel:"noopener noreferrer",children:"Reviews"})]}),(0,c.jsxs)("div",{children:[(0,c.jsx)("a",{className:"aStyle",href:credit.translate,target:"_blank",rel:"noopener noreferrer",children:credit.translate_text})," | ",(0,c.jsx)("a",{className:"aStyle",href:credit.facebook,target:"_blank",rel:"noopener noreferrer",children:(0,c.jsx)("span",{class:"dashicons dashicons-facebook"})})," | ",(0,c.jsx)("a",{className:"aStyle",href:credit.twitter,target:"_blank",rel:"noopener noreferrer",children:(0,c.jsx)("span",{class:"dashicons dashicons-twitter"})})," | ",(0,c.jsx)("a",{className:"aStyle",href:credit.youtube,target:"_blank",rel:"noopener noreferrer",children:(0,c.jsx)("span",{class:"dashicons dashicons-video-alt3"})})]}),(0,c.jsxs)("div",{className:"boxStyle",children:[(0,c.jsx)("h3",{children:credit.donate_text}),(0,c.jsxs)("div",{className:"divStyle",children:[(0,c.jsx)("span",{className:"span2Style",children:"Plugin Author"})," ",(0,c.jsx)("span",{className:"span1Style",children:"Katsushi Kawamori"})]}),(0,c.jsx)(a.Button,{className:"button button-large",href:credit.donate,target:"_blank",children:credit.donate_button})]})]})]}),o=()=>{const e=JSON.parse(simple_blog_card_settings_script_data.options),s=e.dessize,[l,n]=(0,r.useState)(s),o=e.imgsize,[h,g]=(0,r.useState)(o),x=e.img_pos,[j,_]=(0,r.useState)(x),p=e.color,[m,u]=(0,r.useState)(p),b=e.color_width,[v,f]=(0,r.useState)(b),S=e.t_line_height,[w,C]=(0,r.useState)(S),N=e.d_line_height,[k,y]=(0,r.useState)(N),I=e.target_blank,[R,J]=(0,r.useState)(I),O=e.encoding,[P,B]=(0,r.useState)(O),T=simple_blog_card_settings_script_data.timeout,[z,D]=(0,r.useState)(parseInt(T)),A=simple_blog_card_settings_script_data.template,[F,L]=(0,r.useState)(A),U=JSON.parse(simple_blog_card_settings_script_data.template_label_value),E=JSON.parse(simple_blog_card_settings_script_data.template_overviews),[M,H]=(0,r.useState)(!1),[W,K]=(0,r.useState)("");(0,r.useEffect)((()=>{t()({path:"rf/simpleblogcard_set_api/token",method:"POST",data:{dessize:l,imgsize:h,img_pos:j,color:m,color_width:v,t_line_height:w,d_line_height:k,target_blank:R,encoding:P,timeout:z,template:F,cache_delete:M}}).then((e=>{M&&K((0,i.__)("Removed the cache.","simple-blog-card")),H(!1)}))}),[l,h,j,m,v,w,k,R,P,z,F,M]);const Y=[];void 0!==l&&Y.push((0,c.jsx)(a.RangeControl,{max:300,min:0,value:l,onChange:e=>n(e)}));const q=[];void 0!==h&&q.push((0,c.jsx)(a.RangeControl,{max:300,min:0,value:h,onChange:e=>g(e)}));const G=[];void 0!==j&&G.push((0,c.jsx)(a.RadioControl,{selected:j,options:[{label:(0,i.__)("Left","simple-blog-card"),value:"left"},{label:(0,i.__)("Right","simple-blog-card"),value:"right"}],onChange:e=>_(e)}));const Q=[],V=[{name:(0,i.__)("Navy","simple-blog-card"),color:"#000080"},{name:(0,i.__)("Green","simple-blog-card"),color:"#008000"},{name:(0,i.__)("Yellow","simple-blog-card"),color:"#ffff00"},{name:(0,i.__)("Red","simple-blog-card"),color:"#ff0000"},{name:(0,i.__)("Brown","simple-blog-card"),color:"#8f6446"},{name:(0,i.__)("Black","simple-blog-card"),color:"#000000"},{name:(0,i.__)("White","simple-blog-card"),color:"#ffffff"}];void 0!==m&&Q.push((0,c.jsx)(a.ColorPalette,{clearable:!1,colors:V,value:m,onChange:e=>u(e)}));const X=[];void 0!==v&&X.push((0,c.jsx)(a.RangeControl,{max:15,min:0,value:v,onChange:e=>f(e)}));const Z=[];void 0!==w&&Z.push((0,c.jsx)(a.RangeControl,{max:300,min:10,value:w,onChange:e=>C(e)}));const $=[];void 0!==k&&$.push((0,c.jsx)(a.RangeControl,{max:300,min:10,value:k,onChange:e=>y(e)}));const ee=[];void 0!==R&&ee.push((0,c.jsx)(a.ToggleControl,{checked:R,onChange:e=>J(e)}));const se=[];void 0!==P&&se.push((0,c.jsx)(a.SelectControl,{value:P,options:[{label:"UTF-8",value:"UTF-8"},{label:"ASCII",value:"ASCII"},{label:"EUC-JP",value:"EUC-JP"},{label:"SJIS",value:"SJIS"},{label:"eucJP-win",value:"eucJP-win"},{label:"SJIS-win",value:"SJIS-win"},{label:"JIS",value:"JIS"},{label:"ISO-2022-JP",value:"ISO-2022-JP"}],onChange:e=>B(e),__nextHasNoMarginBottom:!0}));const le=[];void 0!==z&&le.push((0,c.jsx)(a.RangeControl,{max:30,min:3,value:z,onChange:e=>D(e)}));const re=[];void 0!==F&&re.push((0,c.jsx)(a.SelectControl,{value:F,options:U,onChange:e=>L(e),__nextHasNoMarginBottom:!0}));const ie=[];E.hasOwnProperty(F)&&ie.push((0,c.jsxs)("ul",{children:[(0,c.jsxs)("li",{children:[(0,i.__)("Description","simple-blog-card")," : ",E[F].description]}),(0,c.jsxs)("li",{children:[(0,i.__)("Version","simple-blog-card")," : ",E[F].version]}),(0,c.jsxs)("li",{children:[(0,i.__)("Author","simple-blog-card")," : ",(0,c.jsx)("a",{className:"aStyle",href:E[F].author_link,target:"_blank",rel:"noopener",children:E[F].author})]})]}));const ne=[];ne.push((0,c.jsx)("p",{children:(0,c.jsx)(a.Button,{className:"button button-primary",onClick:()=>{H(!0)},children:(0,i.__)("Remove Cache","simple-blog-card")})}));const te=[];return W&&te.push((0,c.jsx)(a.Notice,{status:"success",onRemove:()=>{K("")},children:W})),(0,c.jsxs)(c.Fragment,{children:[(0,c.jsx)("h2",{children:"Simple Blog Card"}),(0,c.jsx)(d,{}),(0,c.jsx)("hr",{}),(0,c.jsx)("div",{children:(0,c.jsx)("strong",{children:(0,i.__)("Block","simple-blog-card")})}),(0,c.jsxs)("div",{className:"outer-paragraph",children:[(0,c.jsx)("li",{children:(0,i.__)("You can search for blocks using the following five words.","simple-blog-card")}),(0,c.jsxs)("div",{className:"inner-paragraph",children:[(0,c.jsxs)("div",{children:[(0,c.jsx)("code",{children:(0,i.__)("blogcard","simple-blog-card")}),(0,c.jsx)("code",{children:(0,i.__)("card","simple-blog-card")}),(0,c.jsx)("code",{children:(0,i.__)("external link","simple-blog-card")}),(0,c.jsx)("code",{children:(0,i.__)("internal link","simple-blog-card")}),(0,c.jsx)("code",{children:(0,i.__)("linkcard","simple-blog-card")})]}),(0,c.jsx)("figure",{children:(0,c.jsx)("img",{src:simple_blog_card_settings_script_data.img_block_search})})]})]}),(0,c.jsx)("hr",{}),(0,c.jsx)("div",{children:(0,c.jsx)("strong",{children:(0,i.__)("Shortcode","simple-blog-card")})}),(0,c.jsx)("div",{className:"outer-paragraph",children:(0,c.jsx)("li",{children:(0,c.jsx)("code",{children:'[simpleblogcard url="http://***.*/"]'})})}),(0,c.jsx)("hr",{}),(0,c.jsx)("div",{children:(0,c.jsx)("strong",{children:(0,i.__)("Default attribute values","simple-blog-card")})}),(0,c.jsxs)("table",{border:"1",cellspacing:"0",cellpadding:"5",bordercolor:"#000000",children:[(0,c.jsxs)("tr",{children:[(0,c.jsx)("th",{align:"center",children:(0,c.jsx)("strong",{children:(0,i.__)("Attribute","simple-blog-card")})}),(0,c.jsx)("th",{align:"center",children:(0,c.jsx)("strong",{children:(0,i.__)("Description","simple-blog-card")})}),(0,c.jsx)("th",{align:"center",width:"250px",children:(0,c.jsx)("strong",{children:(0,i.__)("Default value","simple-blog-card")})})]}),(0,c.jsxs)("tr",{children:[(0,c.jsx)("td",{align:"center",children:(0,c.jsx)("code",{children:"url"})}),(0,c.jsx)("td",{align:"right",children:(0,c.jsx)("strong",{children:"URL:"})}),(0,c.jsx)("td",{})]}),(0,c.jsxs)("tr",{children:[(0,c.jsx)("td",{align:"center",children:(0,c.jsx)("code",{children:"dessize"})}),(0,c.jsx)("td",{align:"right",children:(0,c.jsxs)("strong",{children:[(0,i.__)("Description length","simple-blog-card"),":"]})}),(0,c.jsx)("td",{children:Y})]}),(0,c.jsxs)("tr",{children:[(0,c.jsx)("td",{align:"center",children:(0,c.jsx)("code",{children:"imgsize"})}),(0,c.jsx)("td",{align:"right",children:(0,c.jsxs)("strong",{children:[(0,i.__)("Image sizes","simple-blog-card"),":"]})}),(0,c.jsx)("td",{children:q})]}),(0,c.jsxs)("tr",{children:[(0,c.jsx)("td",{align:"center",children:(0,c.jsx)("code",{children:"img_pos"})}),(0,c.jsx)("td",{align:"right",children:(0,c.jsxs)("strong",{children:[(0,i.__)("Image position","simple-blog-card"),":"]})}),(0,c.jsx)("td",{children:G})]}),(0,c.jsxs)("tr",{children:[(0,c.jsx)("td",{align:"center",children:(0,c.jsx)("code",{children:"color"})}),(0,c.jsx)("td",{align:"right",children:(0,c.jsxs)("strong",{children:[(0,i.__)("Border color","simple-blog-card"),":"]})}),(0,c.jsx)("td",{children:Q})]}),(0,c.jsxs)("tr",{children:[(0,c.jsx)("td",{align:"center",children:(0,c.jsx)("code",{children:"color_width"})}),(0,c.jsx)("td",{align:"right",children:(0,c.jsxs)("strong",{children:[(0,i.__)("Border color width","simple-blog-card"),":"]})}),(0,c.jsx)("td",{children:X})]}),(0,c.jsxs)("tr",{children:[(0,c.jsx)("td",{align:"center",children:(0,c.jsx)("code",{children:"title"})}),(0,c.jsx)("td",{align:"right",children:(0,c.jsxs)("strong",{children:[(0,i.__)("Title","simple-blog-card"),":"]})}),(0,c.jsx)("td",{})]}),(0,c.jsxs)("tr",{children:[(0,c.jsx)("td",{align:"center",children:(0,c.jsx)("code",{children:"t_line_height"})}),(0,c.jsx)("td",{align:"right",children:(0,c.jsxs)("strong",{children:[(0,i.__)("Title line height","simple-blog-card"),":"]})}),(0,c.jsx)("td",{children:Z})]}),(0,c.jsxs)("tr",{children:[(0,c.jsx)("td",{align:"center",children:(0,c.jsx)("code",{children:"description"})}),(0,c.jsx)("td",{align:"right",children:(0,c.jsxs)("strong",{children:[(0,i.__)("Description","simple-blog-card"),":"]})}),(0,c.jsx)("td",{})]}),(0,c.jsxs)("tr",{children:[(0,c.jsx)("td",{align:"center",children:(0,c.jsx)("code",{children:"d_line_height"})}),(0,c.jsx)("td",{align:"right",children:(0,c.jsxs)("strong",{children:[(0,i.__)("Description line height","simple-blog-card"),":"]})}),(0,c.jsx)("td",{children:$})]}),(0,c.jsxs)("tr",{children:[(0,c.jsx)("td",{align:"center",children:(0,c.jsx)("code",{children:"target_blank"})}),(0,c.jsx)("td",{align:"right",children:(0,c.jsxs)("strong",{children:[(0,i.__)("Open in new tab","simple-blog-card"),":"]})}),(0,c.jsx)("td",{children:ee})]}),(0,c.jsxs)("tr",{children:[(0,c.jsx)("td",{align:"center",children:(0,c.jsx)("code",{children:"encoding"})}),(0,c.jsx)("td",{align:"right",children:(0,c.jsxs)("strong",{children:[(0,i.__)("Character encoding","simple-blog-card"),":"]})}),(0,c.jsx)("td",{children:se})]})]}),(0,c.jsx)("hr",{}),(0,c.jsx)("div",{children:(0,c.jsx)("strong",{children:(0,i.__)("Time out","simple-blog-card")})}),(0,c.jsxs)("div",{className:"outer-paragraph",children:[(0,c.jsx)("li",{children:(0,i.__)("The limit on the number of seconds a URL can fetch HTML when there is no cache.","simple-blog-card")}),(0,c.jsxs)("div",{className:"inner-paragraph",children:[(0,c.jsx)("li",{children:(0,i.__)("On the management screen, any value from 3 to 30 seconds, default 10 seconds.","simple-blog-card")}),(0,c.jsx)("li",{children:(0,i.__)("Outside the management screen, fixed value to 3 seconds.","simple-blog-card")})]}),(0,c.jsx)("div",{className:"timeout-width",children:le})]}),(0,c.jsx)("hr",{}),(0,c.jsx)("div",{children:(0,c.jsx)("strong",{children:(0,i.__)("Cache","simple-blog-card")})}),(0,c.jsxs)("div",{className:"outer-paragraph",children:[(0,c.jsx)("li",{children:(0,i.__)("Cache is valid for 2 weeks.","simple-blog-card")}),ne,te,(0,c.jsx)("li",{children:(0,i.__)("Can delete and regenerate the cache with the following WP-CLI command. It would be beneficial to register it with the server's cron.","simple-blog-card")}),(0,c.jsx)("div",{children:(0,c.jsx)("strong",{children:"WP-CLI"})}),(0,c.jsx)("div",{children:(0,c.jsx)("code",{children:"wp simpleblogcard_refresh"})})]}),(0,c.jsx)("hr",{}),(0,c.jsx)("div",{children:(0,c.jsx)("strong",{children:(0,i.__)("Select template and CSS","simple-blog-card")})}),(0,c.jsx)("div",{className:"outer-paragraph",children:re}),(0,c.jsxs)("div",{className:"outer-paragraph",children:[(0,c.jsx)("div",{children:(0,c.jsx)("strong",{children:(0,i.__)("Overview of the selected template","simple-blog-card")})}),ie,(0,c.jsx)("p",{className:"description",children:(0,i.__)("If you create a stylish template, please contact me. If i incorporate it into this plugin, i will consider you a contributor to the plugin.","simple-blog-card")}),(0,c.jsxs)("div",{children:[(0,i.__)("Template files allow for flexible customization.","simple-blog-card")," -> ",(0,c.jsx)("a",{className:"aStyle",href:"https://github.com/katsushi-kawamori/Simple-Blog-Card-Templates",target:"_blank",rel:"noopener noreferrer",children:(0,i.__)("Customize","simple-blog-card")})]})]})]})};l()((()=>{(0,r.createRoot)(document.getElementById("simple-blog-card-settings")).render((0,c.jsx)(o,{}))}))})();1 (()=>{"use strict";var e={n:s=>{var r=s&&s.__esModule?()=>s.default:()=>s;return e.d(r,{a:r}),r},d:(s,r)=>{for(var l in r)e.o(r,l)&&!e.o(s,l)&&Object.defineProperty(s,l,{enumerable:!0,get:r[l]})},o:(e,s)=>Object.prototype.hasOwnProperty.call(e,s)};const s=window.wp.domReady;var r=e.n(s);const l=window.wp.element,i=window.wp.i18n,n=window.wp.apiFetch;var t=e.n(n);const a=window.wp.components,c=window.ReactJSXRuntime,o=()=>(0,c.jsxs)("details",{children:[(0,c.jsx)("summary",{children:(0,c.jsx)("strong",{children:credit.links})}),(0,c.jsxs)("span",{className:"span1Style",children:[(0,c.jsxs)("div",{children:[credit.plugin_version," |",(0,c.jsx)("a",{className:"aStyle",href:credit.faq,target:"_blank",rel:"noopener noreferrer",children:"FAQ"})," | ",(0,c.jsx)("a",{className:"aStyle",href:credit.support,target:"_blank",rel:"noopener noreferrer",children:"Support Forums"})," | ",(0,c.jsx)("a",{className:"aStyle",href:credit.review,target:"_blank",rel:"noopener noreferrer",children:"Reviews"})]}),(0,c.jsxs)("div",{children:[(0,c.jsx)("a",{className:"aStyle",href:credit.translate,target:"_blank",rel:"noopener noreferrer",children:credit.translate_text})," | ",(0,c.jsx)("a",{className:"aStyle",href:credit.facebook,target:"_blank",rel:"noopener noreferrer",children:(0,c.jsx)("span",{class:"dashicons dashicons-facebook"})})," | ",(0,c.jsx)("a",{className:"aStyle",href:credit.twitter,target:"_blank",rel:"noopener noreferrer",children:(0,c.jsx)("span",{class:"dashicons dashicons-twitter"})})," | ",(0,c.jsx)("a",{className:"aStyle",href:credit.youtube,target:"_blank",rel:"noopener noreferrer",children:(0,c.jsx)("span",{class:"dashicons dashicons-video-alt3"})})]}),(0,c.jsxs)("div",{className:"boxStyle",children:[(0,c.jsx)("h3",{children:credit.donate_text}),(0,c.jsxs)("div",{className:"divStyle",children:[(0,c.jsx)("span",{className:"span2Style",children:"Plugin Author"})," ",(0,c.jsx)("span",{className:"span1Style",children:"Katsushi Kawamori"})]}),(0,c.jsx)(a.Button,{className:"button button-large",href:credit.donate,target:"_blank",children:credit.donate_button})]})]})]}),d=()=>{const e=JSON.parse(simple_blog_card_settings_script_data.options),s=e.dessize,[r,n]=(0,l.useState)(s),d=e.imgsize,[h,g]=(0,l.useState)(d),x=e.img_pos,[_,j]=(0,l.useState)(x),p=e.color,[m,u]=(0,l.useState)(p),b=e.color_width,[v,f]=(0,l.useState)(b),S=e.t_line_height,[w,N]=(0,l.useState)(S),C=e.d_line_height,[k,y]=(0,l.useState)(C),I=e.target_blank,[B,R]=(0,l.useState)(I),J=e.encoding,[O,P]=(0,l.useState)(J),M=simple_blog_card_settings_script_data.timeout,[T,H]=(0,l.useState)(parseInt(M)),z=simple_blog_card_settings_script_data.template,[D,A]=(0,l.useState)(z),F=JSON.parse(simple_blog_card_settings_script_data.template_label_value),L=JSON.parse(simple_blog_card_settings_script_data.template_overviews),[U,E]=(0,l.useState)(!1),[W,K]=(0,l.useState)("");(0,l.useEffect)((()=>{t()({path:"rf/simpleblogcard_set_api/token",method:"POST",data:{dessize:r,imgsize:h,img_pos:_,color:m,color_width:v,t_line_height:w,d_line_height:k,target_blank:B,encoding:O,timeout:T,template:D,cache_delete:U}}).then((e=>{U&&K((0,i.__)("Removed the cache.","simple-blog-card")),E(!1)}))}),[r,h,_,m,v,w,k,B,O,T,D,U]);const Y=[];void 0!==r&&Y.push((0,c.jsx)(a.RangeControl,{__nextHasNoMarginBottom:!0,max:300,min:0,value:r,onChange:e=>n(e)}));const q=[];void 0!==h&&q.push((0,c.jsx)(a.RangeControl,{__nextHasNoMarginBottom:!0,max:300,min:0,value:h,onChange:e=>g(e)}));const G=[];void 0!==_&&G.push((0,c.jsx)(a.RadioControl,{selected:_,options:[{label:(0,i.__)("Left","simple-blog-card"),value:"left"},{label:(0,i.__)("Right","simple-blog-card"),value:"right"}],onChange:e=>j(e)}));const Q=[],V=[{name:(0,i.__)("Navy","simple-blog-card"),color:"#000080"},{name:(0,i.__)("Green","simple-blog-card"),color:"#008000"},{name:(0,i.__)("Yellow","simple-blog-card"),color:"#ffff00"},{name:(0,i.__)("Red","simple-blog-card"),color:"#ff0000"},{name:(0,i.__)("Brown","simple-blog-card"),color:"#8f6446"},{name:(0,i.__)("Black","simple-blog-card"),color:"#000000"},{name:(0,i.__)("White","simple-blog-card"),color:"#ffffff"}];void 0!==m&&Q.push((0,c.jsx)(a.ColorPalette,{clearable:!1,colors:V,value:m,onChange:e=>u(e)}));const X=[];void 0!==v&&X.push((0,c.jsx)(a.RangeControl,{__nextHasNoMarginBottom:!0,max:15,min:0,value:v,onChange:e=>f(e)}));const Z=[];void 0!==w&&Z.push((0,c.jsx)(a.RangeControl,{__nextHasNoMarginBottom:!0,max:300,min:10,value:w,onChange:e=>N(e)}));const $=[];void 0!==k&&$.push((0,c.jsx)(a.RangeControl,{__nextHasNoMarginBottom:!0,max:300,min:10,value:k,onChange:e=>y(e)}));const ee=[];void 0!==B&&ee.push((0,c.jsx)(a.ToggleControl,{__nextHasNoMarginBottom:!0,checked:B,onChange:e=>R(e)}));const se=[];void 0!==O&&se.push((0,c.jsx)(a.SelectControl,{value:O,options:[{label:"UTF-8",value:"UTF-8"},{label:"ASCII",value:"ASCII"},{label:"EUC-JP",value:"EUC-JP"},{label:"SJIS",value:"SJIS"},{label:"eucJP-win",value:"eucJP-win"},{label:"SJIS-win",value:"SJIS-win"},{label:"JIS",value:"JIS"},{label:"ISO-2022-JP",value:"ISO-2022-JP"}],onChange:e=>P(e),__nextHasNoMarginBottom:!0}));const re=[];void 0!==T&&re.push((0,c.jsx)(a.RangeControl,{__nextHasNoMarginBottom:!0,max:30,min:3,value:T,onChange:e=>H(e)}));const le=[];void 0!==D&&le.push((0,c.jsx)(a.SelectControl,{value:D,options:F,onChange:e=>A(e),__nextHasNoMarginBottom:!0}));const ie=[];L.hasOwnProperty(D)&&ie.push((0,c.jsxs)("ul",{children:[(0,c.jsxs)("li",{children:[(0,i.__)("Description","simple-blog-card")," : ",L[D].description]}),(0,c.jsxs)("li",{children:[(0,i.__)("Version","simple-blog-card")," : ",L[D].version]}),(0,c.jsxs)("li",{children:[(0,i.__)("Author","simple-blog-card")," : ",(0,c.jsx)("a",{className:"aStyle",href:L[D].author_link,target:"_blank",rel:"noopener",children:L[D].author})]})]}));const ne=[];ne.push((0,c.jsx)("p",{children:(0,c.jsx)(a.Button,{className:"button button-primary",onClick:()=>{E(!0)},children:(0,i.__)("Remove Cache","simple-blog-card")})}));const te=[];return W&&te.push((0,c.jsx)(a.Notice,{status:"success",onRemove:()=>{K("")},children:W})),(0,c.jsxs)(c.Fragment,{children:[(0,c.jsx)("h2",{children:"Simple Blog Card"}),(0,c.jsx)(o,{}),(0,c.jsx)("hr",{}),(0,c.jsx)("div",{children:(0,c.jsx)("strong",{children:(0,i.__)("Block","simple-blog-card")})}),(0,c.jsxs)("div",{className:"outer-paragraph",children:[(0,c.jsx)("li",{children:(0,i.__)("You can search for blocks using the following five words.","simple-blog-card")}),(0,c.jsxs)("div",{className:"inner-paragraph",children:[(0,c.jsxs)("div",{children:[(0,c.jsx)("code",{children:(0,i.__)("blogcard","simple-blog-card")}),(0,c.jsx)("code",{children:(0,i.__)("card","simple-blog-card")}),(0,c.jsx)("code",{children:(0,i.__)("external link","simple-blog-card")}),(0,c.jsx)("code",{children:(0,i.__)("internal link","simple-blog-card")}),(0,c.jsx)("code",{children:(0,i.__)("linkcard","simple-blog-card")})]}),(0,c.jsx)("figure",{children:(0,c.jsx)("img",{src:simple_blog_card_settings_script_data.img_block_search})})]})]}),(0,c.jsx)("hr",{}),(0,c.jsx)("div",{children:(0,c.jsx)("strong",{children:(0,i.__)("Shortcode","simple-blog-card")})}),(0,c.jsx)("div",{className:"outer-paragraph",children:(0,c.jsx)("li",{children:(0,c.jsx)("code",{children:'[simpleblogcard url="http://***.*/"]'})})}),(0,c.jsx)("hr",{}),(0,c.jsx)("div",{children:(0,c.jsx)("strong",{children:(0,i.__)("Default attribute values","simple-blog-card")})}),(0,c.jsxs)("table",{border:"1",cellspacing:"0",cellpadding:"5",bordercolor:"#000000",children:[(0,c.jsxs)("tr",{children:[(0,c.jsx)("th",{align:"center",children:(0,c.jsx)("strong",{children:(0,i.__)("Attribute","simple-blog-card")})}),(0,c.jsx)("th",{align:"center",children:(0,c.jsx)("strong",{children:(0,i.__)("Description","simple-blog-card")})}),(0,c.jsx)("th",{align:"center",width:"250px",children:(0,c.jsx)("strong",{children:(0,i.__)("Default value","simple-blog-card")})})]}),(0,c.jsxs)("tr",{children:[(0,c.jsx)("td",{align:"center",children:(0,c.jsx)("code",{children:"url"})}),(0,c.jsx)("td",{align:"right",children:(0,c.jsx)("strong",{children:"URL:"})}),(0,c.jsx)("td",{})]}),(0,c.jsxs)("tr",{children:[(0,c.jsx)("td",{align:"center",children:(0,c.jsx)("code",{children:"dessize"})}),(0,c.jsx)("td",{align:"right",children:(0,c.jsxs)("strong",{children:[(0,i.__)("Description length","simple-blog-card"),":"]})}),(0,c.jsx)("td",{children:Y})]}),(0,c.jsxs)("tr",{children:[(0,c.jsx)("td",{align:"center",children:(0,c.jsx)("code",{children:"imgsize"})}),(0,c.jsx)("td",{align:"right",children:(0,c.jsxs)("strong",{children:[(0,i.__)("Image sizes","simple-blog-card"),":"]})}),(0,c.jsx)("td",{children:q})]}),(0,c.jsxs)("tr",{children:[(0,c.jsx)("td",{align:"center",children:(0,c.jsx)("code",{children:"img_pos"})}),(0,c.jsx)("td",{align:"right",children:(0,c.jsxs)("strong",{children:[(0,i.__)("Image position","simple-blog-card"),":"]})}),(0,c.jsx)("td",{children:G})]}),(0,c.jsxs)("tr",{children:[(0,c.jsx)("td",{align:"center",children:(0,c.jsx)("code",{children:"color"})}),(0,c.jsx)("td",{align:"right",children:(0,c.jsxs)("strong",{children:[(0,i.__)("Border color","simple-blog-card"),":"]})}),(0,c.jsx)("td",{children:Q})]}),(0,c.jsxs)("tr",{children:[(0,c.jsx)("td",{align:"center",children:(0,c.jsx)("code",{children:"color_width"})}),(0,c.jsx)("td",{align:"right",children:(0,c.jsxs)("strong",{children:[(0,i.__)("Border color width","simple-blog-card"),":"]})}),(0,c.jsx)("td",{children:X})]}),(0,c.jsxs)("tr",{children:[(0,c.jsx)("td",{align:"center",children:(0,c.jsx)("code",{children:"title"})}),(0,c.jsx)("td",{align:"right",children:(0,c.jsxs)("strong",{children:[(0,i.__)("Title","simple-blog-card"),":"]})}),(0,c.jsx)("td",{})]}),(0,c.jsxs)("tr",{children:[(0,c.jsx)("td",{align:"center",children:(0,c.jsx)("code",{children:"t_line_height"})}),(0,c.jsx)("td",{align:"right",children:(0,c.jsxs)("strong",{children:[(0,i.__)("Title line height","simple-blog-card"),":"]})}),(0,c.jsx)("td",{children:Z})]}),(0,c.jsxs)("tr",{children:[(0,c.jsx)("td",{align:"center",children:(0,c.jsx)("code",{children:"description"})}),(0,c.jsx)("td",{align:"right",children:(0,c.jsxs)("strong",{children:[(0,i.__)("Description","simple-blog-card"),":"]})}),(0,c.jsx)("td",{})]}),(0,c.jsxs)("tr",{children:[(0,c.jsx)("td",{align:"center",children:(0,c.jsx)("code",{children:"d_line_height"})}),(0,c.jsx)("td",{align:"right",children:(0,c.jsxs)("strong",{children:[(0,i.__)("Description line height","simple-blog-card"),":"]})}),(0,c.jsx)("td",{children:$})]}),(0,c.jsxs)("tr",{children:[(0,c.jsx)("td",{align:"center",children:(0,c.jsx)("code",{children:"target_blank"})}),(0,c.jsx)("td",{align:"right",children:(0,c.jsxs)("strong",{children:[(0,i.__)("Open in new tab","simple-blog-card"),":"]})}),(0,c.jsx)("td",{children:ee})]}),(0,c.jsxs)("tr",{children:[(0,c.jsx)("td",{align:"center",children:(0,c.jsx)("code",{children:"encoding"})}),(0,c.jsx)("td",{align:"right",children:(0,c.jsxs)("strong",{children:[(0,i.__)("Character encoding","simple-blog-card"),":"]})}),(0,c.jsx)("td",{children:se})]})]}),(0,c.jsx)("hr",{}),(0,c.jsx)("div",{children:(0,c.jsx)("strong",{children:(0,i.__)("Time out","simple-blog-card")})}),(0,c.jsxs)("div",{className:"outer-paragraph",children:[(0,c.jsx)("li",{children:(0,i.__)("The limit on the number of seconds a URL can fetch HTML when there is no cache.","simple-blog-card")}),(0,c.jsxs)("div",{className:"inner-paragraph",children:[(0,c.jsx)("li",{children:(0,i.__)("On the management screen, any value from 3 to 30 seconds, default 10 seconds.","simple-blog-card")}),(0,c.jsx)("li",{children:(0,i.__)("Outside the management screen, fixed value to 3 seconds.","simple-blog-card")})]}),(0,c.jsx)("div",{className:"timeout-width",children:re})]}),(0,c.jsx)("hr",{}),(0,c.jsx)("div",{children:(0,c.jsx)("strong",{children:(0,i.__)("Cache","simple-blog-card")})}),(0,c.jsxs)("div",{className:"outer-paragraph",children:[(0,c.jsx)("li",{children:(0,i.__)("Cache is valid for 2 weeks.","simple-blog-card")}),ne,te,(0,c.jsx)("li",{children:(0,i.__)("Can delete and regenerate the cache with the following WP-CLI command. It would be beneficial to register it with the server's cron.","simple-blog-card")}),(0,c.jsx)("div",{children:(0,c.jsx)("strong",{children:"WP-CLI"})}),(0,c.jsx)("div",{children:(0,c.jsx)("code",{children:"wp simpleblogcard_refresh"})})]}),(0,c.jsx)("hr",{}),(0,c.jsx)("div",{children:(0,c.jsx)("strong",{children:(0,i.__)("Select template and CSS","simple-blog-card")})}),(0,c.jsx)("div",{className:"outer-paragraph",children:le}),(0,c.jsxs)("div",{className:"outer-paragraph",children:[(0,c.jsx)("div",{children:(0,c.jsx)("strong",{children:(0,i.__)("Overview of the selected template","simple-blog-card")})}),ie,(0,c.jsx)("p",{className:"description",children:(0,i.__)("If you create a stylish template, please contact me. If i incorporate it into this plugin, i will consider you a contributor to the plugin.","simple-blog-card")}),(0,c.jsxs)("div",{children:[(0,i.__)("Template files allow for flexible customization.","simple-blog-card")," -> ",(0,c.jsx)("a",{className:"aStyle",href:"https://github.com/katsushi-kawamori/Simple-Blog-Card-Templates",target:"_blank",rel:"noopener noreferrer",children:(0,i.__)("Customize","simple-blog-card")})]})]})]})};r()((()=>{(0,l.createRoot)(document.getElementById("simple-blog-card-settings")).render((0,c.jsx)(d,{}))}))})(); -
simple-blog-card/trunk/guten/package.json
r3186792 r3188638 1 1 { 2 2 "name": "simple-blog-card", 3 "version": "1.0. 4",3 "version": "1.0.5", 4 4 "description": "Simple Blog Card", 5 5 "main": "index.js", -
simple-blog-card/trunk/guten/src/components/simpleblogcardadmin.js
r3088677 r3188638 92 92 items_dessize.push( 93 93 <RangeControl 94 __nextHasNoMarginBottom 94 95 max = { 300 } 95 96 min = { 0 } … … 105 106 items_imgsize.push( 106 107 <RangeControl 108 __nextHasNoMarginBottom 107 109 max = { 300 } 108 110 min = { 0 } … … 155 157 items_colorwidth.push( 156 158 <RangeControl 159 __nextHasNoMarginBottom 157 160 max = { 15 } 158 161 min = { 0 } … … 168 171 items_t_line_height.push( 169 172 <RangeControl 173 __nextHasNoMarginBottom 170 174 max = { 300 } 171 175 min = { 10 } … … 181 185 items_d_line_height.push( 182 186 <RangeControl 187 __nextHasNoMarginBottom 183 188 max = { 300 } 184 189 min = { 10 } … … 194 199 items_target_blank.push( 195 200 <ToggleControl 201 __nextHasNoMarginBottom 196 202 checked={ targetBlank } 197 203 onChange={ ( value ) => updatetargetBlank( value ) } … … 227 233 items_timeout.push( 228 234 <RangeControl 235 __nextHasNoMarginBottom 229 236 max = { 30 } 230 237 min = { 3 } -
simple-blog-card/trunk/guten/src/index.js
r3186792 r3188638 1 import './index.css';2 1 import domReady from '@wordpress/dom-ready'; 3 2 import { createRoot } from '@wordpress/element'; -
simple-blog-card/trunk/readme.txt
r3186792 r3188638 6 6 Requires PHP: 8.0 7 7 Tested up to: 6.7 8 Stable tag: 2.3 28 Stable tag: 2.33 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 98 98 == Changelog == 99 99 100 = [2.33] 2024/11/14 = 101 * Fix - Rebuilt javascript. 102 100 103 = [2.32] 2024/11/13 = 101 104 * Fix - Rebuilt javascript. -
simple-blog-card/trunk/simpleblogcard.php
r3186792 r3188638 4 4 * Plugin URI: https://wordpress.org/plugins/simple-blog-card/ 5 5 * Description: Get OGP and display blog card. 6 * Version: 2.3 26 * Version: 2.33 7 7 * Author: Katsushi Kawamori 8 8 * Author URI: https://riverforest-wp.info/
Note: See TracChangeset
for help on using the changeset viewer.