@sankyu/vue-circle-flags 0.0.3-beta → 0.0.4-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <div align="center">
2
2
  <a href="https://react-circle-flags.js.org/">
3
- <img src="https://raw.githubusercontent.com/SanKyu-Lab/react-circle-flags/main/website/public/favicon.svg" alt="@sankyu/vue-circle-flags" width="120" height="120" />
3
+ <img src="https://raw.githubusercontent.com/SanKyu-Lab/react-circle-flags/main/.github/assets/favicon.svg" alt="@sankyu/vue-circle-flags" width="120" height="120" />
4
4
  </a>
5
5
  </div>
6
6
 
package/README.zh.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <div align="center">
2
2
  <a href="https://react-circle-flags.js.org/">
3
- <img src="https://raw.githubusercontent.com/SanKyu-Lab/react-circle-flags/main/website/public/favicon.svg" alt="@sankyu/vue-circle-flags" width="120" height="120" />
3
+ <img src="https://raw.githubusercontent.com/SanKyu-Lab/react-circle-flags/main/.github/assets/favicon.svg" alt="@sankyu/vue-circle-flags" width="120" height="120" />
4
4
  </a>
5
5
  </div>
6
6
 
@@ -0,0 +1 @@
1
+ 'use strict';const vue=require('vue');function r(t){return t.replace(/[&<>"']/g,e=>{switch(e){case "&":return "&amp;";case "<":return "&lt;";case ">":return "&gt;";case '"':return "&quot;";case "'":return "&#39;";default:return e}})}const o='<mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#ffda44" d="M0 0h512v512H0z"/><path fill="#d80027" d="M111 57h401v57H111zm0 114h401v57H111zm0 114h401v56H111zm0 113h401v57H111z"/><path fill="#0052b4" d="M0 0h111v512H0z"/></g>',g=vue.defineComponent({name:"FlagEsVc",inheritAttrs:false,props:{width:{type:[Number,String],default:48},height:{type:[Number,String],default:48},className:{type:String,default:void 0},title:{type:String,default:"ES-VC"}},setup(t,{attrs:e}){return ()=>{let a=e,{class:n,style:i,...s}=a;return vue.h("svg",{...s,viewBox:"0 0 512 512",width:t.width,height:t.height,class:[t.className,n],style:i,role:"img","aria-label":t.title,innerHTML:"<title>"+r(t.title)+"</title>"+o})}}});exports.FlagEsVc=g;
@@ -0,0 +1 @@
1
+ import {defineComponent,h}from'vue';function r(t){return t.replace(/[&<>"']/g,e=>{switch(e){case "&":return "&amp;";case "<":return "&lt;";case ">":return "&gt;";case '"':return "&quot;";case "'":return "&#39;";default:return e}})}const o='<mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#ffda44" d="M0 0h512v512H0z"/><path fill="#d80027" d="M111 57h401v57H111zm0 114h401v57H111zm0 114h401v56H111zm0 113h401v57H111z"/><path fill="#0052b4" d="M0 0h111v512H0z"/></g>',g=defineComponent({name:"FlagEsVc",inheritAttrs:false,props:{width:{type:[Number,String],default:48},height:{type:[Number,String],default:48},className:{type:String,default:void 0},title:{type:String,default:"ES-VC"}},setup(t,{attrs:e}){return ()=>{let a=e,{class:n,style:i,...s}=a;return h("svg",{...s,viewBox:"0 0 512 512",width:t.width,height:t.height,class:[t.className,n],style:i,role:"img","aria-label":t.title,innerHTML:"<title>"+r(t.title)+"</title>"+o})}}});export{g as FlagEsVc};