nanoplot 0.0.7 → 0.0.8
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/dist/Bars/Bars.js +1 -1
- package/dist/Graph/Graph.js +1 -1
- package/dist/GridLines/GridLines.js +1 -1
- package/dist/Legend/Legend.js +1 -1
- package/dist/Lines/Lines.js +1 -1
- package/dist/Pie/Pie.js +1 -1
- package/dist/Radar/Radar.js +2 -2
- package/dist/Scatter/Scatter.js +1 -1
- package/dist/Sunburst/Sunburst.js +1 -1
- package/dist/Worldmap/Worldmap.js +1 -1
- package/dist/XAxis/XAxis.js +1 -1
- package/dist/YAxis/YAxis.js +1 -1
- package/dist/chunk-3EW3BLEK.js +1 -0
- package/dist/chunk-BYV3TGBM.js +1 -0
- package/dist/chunk-EK5RVQCU.js +1 -0
- package/dist/chunk-J2FUB24Y.js +1 -0
- package/dist/chunk-M6F6RZND.js +1 -0
- package/dist/chunk-Q2EJRTJX.js +1 -0
- package/dist/chunk-RKKAG5M5.js +1 -0
- package/dist/chunk-VIFX3JFV.js +1 -0
- package/dist/library-global.css.map +1 -1
- package/esbuild.js +1 -0
- package/package.json +1 -1
- package/react-global.js +1 -0
package/dist/Bars/Bars.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a as
|
|
1
|
+
import{a as l}from"../chunk-EK5RVQCU.js";import{a as i}from"../chunk-J2FUB24Y.js";import{a as c}from"../chunk-3EW3BLEK.js";import{a as d}from"../chunk-VIFX3JFV.js";import"../chunk-M6F6RZND.js";import{a,d as m}from"../chunk-Q2EJRTJX.js";a();a();import f from"react";var u=({children:s,className:x})=>{let t=m();if(!t||!c.isXYData(t.data))return null;let h=l.xCoordinateFor(t),y=l.yCoordinateFor(t),r=t.data.map((o,e,n)=>({...o,id:o.id??o.name,stroke:o.stroke??i.colorFor(e,n.length),fill:o.fill===!0?o.stroke??i.colorFor(e,n.length):o.fill,bar:o.group??o.name,data:o.data.map(p=>({x:h(p.x),y:y(p.y)}))}))[0],g=r.data[1].x-r.data[1].x/2;return f.createElement("svg",{viewBox:`0 0 ${t.viewbox.x} ${t.viewbox.y}`,className:d("[grid-area:graph] h-full w-full",x),preserveAspectRatio:"none"},r.data.map((o,e)=>f.createElement("path",{key:e,d:`M ${o.x} ${t.viewbox.y} l0 ${-o.y} l${g} 0 l0 ${o.y} Z`,fill:"transparent",stroke:r.stroke,vectorEffect:"non-scaling-stroke",strokeWidth:1.5})),s)};var N=s=>React.createElement(u,{...s});export{N as Bars};
|
package/dist/Graph/Graph.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{b as a}from"../chunk-
|
|
1
|
+
import{b as a}from"../chunk-RKKAG5M5.js";import"../chunk-3EW3BLEK.js";import"../chunk-VIFX3JFV.js";import"../chunk-M6F6RZND.js";import"../chunk-Q2EJRTJX.js";export{a as Graph};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a as e}from"../chunk-
|
|
1
|
+
import{a as e}from"../chunk-VIFX3JFV.js";import{a as i,d as l}from"../chunk-Q2EJRTJX.js";i();import t from"react";var k=({border:c,horizontal:d,vertical:f,className:p})=>{let n=l(),{x:o,y:s}=n.viewbox,{domain:a}=n;return t.createElement("svg",{viewBox:`0 0 ${o} ${s}`,className:e("[grid-area:graph] h-full w-full",p),preserveAspectRatio:"none"},c&&t.createElement("path",{d:`M 0 0 l${o} 0 l0 ${s} l${-o} 0 Z`,strokeWidth:3,vectorEffect:"non-scaling-stroke",fill:"transparent",className:e("stroke-foreground grid-lines__border")}),d&&t.createElement("path",{d:a.y.map(({coordinate:r})=>`M 0 ${r} L ${o} ${r}`).join(" "),strokeWidth:3,vectorEffect:"non-scaling-stroke",strokeDasharray:"4, 7",className:e("stroke-foreground grid-lines__horizontal")}),f&&t.createElement("path",{d:a.x.map(({coordinate:r})=>`M ${r} 0 L ${r} ${s}`).join(" "),strokeWidth:3,vectorEffect:"non-scaling-stroke",strokeDasharray:"4, 10",className:e("stroke-foreground grid-lines__vertical")}))};export{k as GridLines};
|
package/dist/Legend/Legend.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a}from"../chunk-
|
|
1
|
+
import{a as m}from"../chunk-J2FUB24Y.js";import{b as n}from"../chunk-RKKAG5M5.js";import"../chunk-3EW3BLEK.js";import{a as u}from"../chunk-VIFX3JFV.js";import"../chunk-M6F6RZND.js";import{a as s,d as a}from"../chunk-Q2EJRTJX.js";s();var p=({position:t="top",alignment:o="left"})=>{let e=a(),r=t==="top"||t==="bottom"?n.Row:n.Column;return React.createElement(r,{className:u("flex","gap-2",(t==="left"||t==="right")&&"flex-col",o==="left"&&"justify-start",o==="right"&&"justify-end",o==="center"&&"justify-center")},e.data?.map(({name:i,stroke:c},l,f)=>React.createElement("div",{key:l,className:"flex items-center"},React.createElement("div",{className:"size-4 mr-1 rounded-full",style:{background:c??m.colorFor(l,f.length)}}),React.createElement("div",null,i))))};p.context=(t,o)=>{let e=o.position==="top"?"max-content "+t.layout.rows:o.position==="bottom"?t.layout.rows+" max-content":t.layout.rows,r=o.position==="left"?"max-content "+t.layout.columns:o.position==="right"?t.layout.columns+" max-content":t.layout.columns;return{...t,layout:{...t.layout,rows:e,columns:r}}};export{p as Legend};
|
package/dist/Lines/Lines.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a as i}from"../chunk-
|
|
1
|
+
import{a as i}from"../chunk-EK5RVQCU.js";import{a as s}from"../chunk-J2FUB24Y.js";import{a as d}from"../chunk-3EW3BLEK.js";import"../chunk-M6F6RZND.js";import{a as n,d as p}from"../chunk-Q2EJRTJX.js";n();import c from"react";var $=({children:m})=>{let t=p();if(!d.isXYData(t.data))return null;let l=i.xCoordinateFor(t),f=i.yCoordinateFor(t),h=t.data.map((o,e,a)=>({...o,id:o.id??o.name,stroke:o.stroke??s.colorFor(e,a.length),fill:o.fill===!0?o.stroke??s.colorFor(e,a.length):o.fill,data:o.data.map(r=>({x:l(r.x),y:f(r.y)}))}));return c.createElement("svg",{viewBox:`0 0 ${t.viewbox.x} ${t.viewbox.y}`,height:"100%",width:"100%",preserveAspectRatio:"none"},h.map((o,e)=>{let a=o.data.map((r,u)=>`${u===0?"M":"L"} ${r.x} ${r.y}`).join(" ");return c.createElement("path",{key:e,d:a,fill:"transparent",stroke:o.stroke,vectorEffect:"non-scaling-stroke",strokeWidth:1.5})}),m)};export{$ as Lines};
|
package/dist/Pie/Pie.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a as
|
|
1
|
+
import{a as T}from"../chunk-J2FUB24Y.js";import{a as s}from"../chunk-BYV3TGBM.js";import{a as _}from"../chunk-3EW3BLEK.js";import{a as m}from"../chunk-VIFX3JFV.js";import{a as d}from"../chunk-M6F6RZND.js";import{a as g,d as S}from"../chunk-Q2EJRTJX.js";g();import{useId as L}from"react";g();var $=({children:l,tag:h,...n})=>React.createElement("div",{...n,className:m("[grid-area:graph]",n.className)},l),A=new Proxy($,{get:function(l,h){return({children:n,...x})=>React.createElement($,{...x,tag:h},n)}});var r=3e3,i=3e3,F=.8,te=({donut:l,labels:h=!0,loading:n,children:x})=>{let I=L(),D=L(),w=L(),v=S();if(!v||!_.isSegmentData(v.data))return null;let{data:y}=v,c=r/3*F,b=y.length===1,k=y.reduce((e,{value:t})=>e+Number(t),0);if(n)return React.createElement("svg",{viewBox:"0 0 3000 3000",role:"status","aria-busy":n,className:"h-full w-full"},React.createElement("path",{d:s.circleArc(r/2,i/2,c),className:"[filter:brightness(300%)] dark:[filter:brightness(100%)]"},React.createElement("animate",{attributeName:"fill",values:"#2d2d2d; #3c3c3c; #2d2d2d; #2d2d2d;",dur:"2s",repeatCount:"indefinite",calcMode:"spline",keyTimes:"0; 0.3; 0.6; 1",keySplines:"0.15 0.25 0.25 0.15; 0.15 0.25 0.25 0.15; 0 0 0 0"})),l&&React.createElement("path",{className:"",d:s.circleArc(r/2,i/2,c*.65)}));if(!v.data.length)return React.createElement(React.Fragment,null,React.createElement("svg",{"data-testid":"pie-empty-state",role:"img",viewBox:"0 0 3000 3000",height:"100%",width:"100%"},React.createElement("path",{d:"M 1500 1500 m 800, 1.9594348786357651e-13 a 800, 800 0 1,0 -1600, -3.9188697572715303e-13 a 800, 800 0 1,0 1600, 3.9188697572715303e-13",fill:`url(#${w})`,className:"[filter:invert(1)] dark:[filter:invert(0)]"}),React.createElement("linearGradient",{id:w,gradientTransform:"rotate(90)"},React.createElement("stop",{offset:"0%","stop-color":"#3c3c3c"}),React.createElement("stop",{offset:"100%","stop-color":"#3c3c3c","stop-opacity":"0.2"}))));let H=y.map((e,t,o)=>({...e,id:e.name??e.name,value:Number(e.value),stroke:e.stroke??T.colorFor(t,o.length),fill:typeof e.fill=="string"?e.fill:T.colorFor(t,o.length)})).sort((e,t)=>t.value-e.value).map((e,t,o)=>({...e,previousTotalDegrees:o.slice(0,t).map(({value:p})=>d.scale(p,k,360)).reduce((p,f)=>p+f,180),degrees:d.scale(e.value,k,360)})).map((e,t,o)=>{let p=s.polarToCartesian(r/2,i/2,c,e.previousTotalDegrees+e.degrees/(b?.75:2)+180),f=o.slice(0,t+1).map(a=>({name:a.name,position:s.polarToCartesian(r/2,i/2,c*1.2,a.previousTotalDegrees+a.degrees/(b?.75:2)+180)})).filter((a,E,R)=>{if(!R[E-1])return!1;let C=.15,{y:B,x:G}=a.position,{y:M,x:O}=R[E-1].position;return d.isBetween(M*(1-C),M*(1+C),B)&&d.isBetween(O*.7,O*1.3,G)}).map(a=>a.name).findIndex(a=>e.name===a),P=f>4,u=s.polarToCartesian(r/2,i/2,c*(1.2+.1*((P?f-4:f)+1)),e.previousTotalDegrees+e.degrees/(b?.75:2)+180),N=P||d.scale(u.x,r,100)>50,U=React.createElement("g",{className:"transform origin-center rotate-180 group",key:t},h&&React.createElement(React.Fragment,null,React.createElement("path",{className:"stroke-2 fill-transparent group-hover:stroke-[15] transform origin-center rotate-180",key:e.name,d:`M ${p.x} ${p.y} L ${u.x} ${u.y} ${N?"l 100 0":"l -100 0"}`,stroke:e.stroke}),React.createElement("g",{className:m("text-7xl font-bold pointer-events-auto transform origin-center rotate-180")},React.createElement("text",{"aria-label":`${e.name}-label`,y:u.y,x:u.x,stroke:e.stroke,fill:e.fill,dx:N?140:-140,style:{textAnchor:N?"start":"end"}},React.createElement("tspan",null,e.name.length>20?e.name.slice(0,20)+"...":e.name),React.createElement("tspan",{dx:25},+(Math.round(+((e.value/k*100).toFixed(1)+"e+2"))+"e-2"),"%")))),React.createElement("path",{className:"transition-all duration-200 ease-in-out scale-100 origin-center pointer-events-auto gorup-hover:drop-shadow-[0_0_50px_rgba(0,0,0,0.5)] hover:brightness-110 hover:scale-102",d:s.describeArc(r/2,i/2,c,e.previousTotalDegrees,e.previousTotalDegrees+e.degrees)+` L ${r/2} ${r/2} Z`,fill:e.fill,"data-degrees":e.degrees}));return{id:e.id,path:U}});return React.createElement(React.Fragment,null,l&&React.createElement(A.div,{className:"absolute inset-0 flex items-center justify-center"},x),H.map(({path:e,id:t},o)=>React.createElement("svg",{key:o,viewBox:`0 0 ${r} ${i}`,role:"img",className:m("[grid-area:graph] pointer-events-none h-full w-full has-[path:hover]:z-[1] has-[path:hover]:[&_.label-path]:stroke-current",l&&"mask-radial [mask-position:50%_50%] [mask-repeat:no-repeat] [mask-image:radial-gradient(circle,transparent_14%,black_14.1%)]")},React.createElement("filter",{id:I+t,filterUnits:"userSpaceOnUse"},React.createElement("feDropShadow",{dx:"0",dy:"-150",stdDeviation:"100",floodColor:"#000000",floodOpacity:"0.4"}),React.createElement("feDropShadow",{dx:"0",dy:"200",stdDeviation:"100",floodColor:"#000000",floodOpacity:"0.5"})),React.createElement("use",{xlinkHref:`#${D+t}`,filter:"blur(150px)",opacity:.5,scale:.9}),React.createElement("g",{id:D+t},e),l&&React.createElement("path",{className:"",d:s.circleArc(r/2,i/2,c*.65)}))))};export{te as Pie};
|
package/dist/Radar/Radar.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a as n}from"../chunk-
|
|
2
|
-
L ${s} ${i+t.y/100}`}).join(" "),
|
|
1
|
+
import{a as n}from"../chunk-BYV3TGBM.js";import{a as b}from"../chunk-3EW3BLEK.js";import{a as G}from"../chunk-VIFX3JFV.js";import{a as k}from"../chunk-M6F6RZND.js";import{a as x,d as T}from"../chunk-Q2EJRTJX.js";x();import r,{useId as M}from"react";x();var v=({})=>React.createElement("div",null,"placeholder");var X=.8,q=4,to=({scalars:p=[0,20,40,60,80,100],loading:D,className:N})=>{let m=T();if(!b.isSegmentData(m.data))return null;let{data:h,viewbox:t}=m,u=!D&&m.data.length==0,e=t.x/2*X,d=Math.max(...p),$=h.length,C=Array.from({length:$},(o,s)=>s*360/$),g=Array.from({length:p.length},(o,s)=>1-s*(1/(p.length-1))),S=g.toReversed(),f="white",c=360/$,A=d/(p.length-1),I=h.every(({value:o})=>!o);if(D)return r.createElement(v,null);let U=o=>{if(o===0)return q;if(o>=d)return d;let s=p.findIndex((y,a,H)=>{let O=H[a+1];return O!==o&&k.isBetween(o,y,O)||O===void 0}),i=[A*s,A*Math.min(p.length,s+1)];return k.scale(o,[p[s],p[s+1]||p[s]],i)},P=h.map(o=>({...o,scaled:I?0:U(+o.value)})),E=P.map(({scaled:o},s)=>n.polarToCartesian(t.x/2,t.y/2,o*e/d,s*c)).map(({x:o,y:s},i)=>i===0?`M ${o} ${s}`:`L ${o} ${s}`).join(" ").concat(" Z"),L=C.map(o=>{let{x:s,y:i}=n.polarToCartesian(t.x/2,t.y/2,e,o);return`M ${t.x/2} ${t.y/2} L ${s} ${i}`}).join(" "),j=g.map(o=>{let s=n.polarToCartesian(t.x/2,t.y/2,e*o,90).x,i=n.polarToCartesian(t.x/2,t.y/2,e,90).y;return`M ${s} ${i}
|
|
2
|
+
L ${s} ${i+t.y/100}`}).join(" "),_=g.slice(0,u?2:1/0).map(o=>n.circleArc(t.x/2,t.y/2,e*o)).join(" "),B=P.filter(({scaled:o})=>!!o).map(({scaled:o},s)=>{let{x:i,y}=n.polarToCartesian(t.x/2,t.y/2,o*e/d,s*c),a=t.x/100;return`M ${i-a} ${y} A ${a} ${a} 0 1 1 ${i+a} ${y} A ${a} ${a} 0 1 1 ${i-a} ${y} Z`}).join(" "),Z=M(),w=M(),l="#11ACAE";return r.createElement("svg",{className:G("h-full w-full",N),viewBox:`0 0 ${t.x} ${t.y}`},r.createElement("defs",null,r.createElement("filter",{id:"radarPointGlow",filterUnits:"userSpaceOnUse"},r.createElement("feDropShadow",{dx:"0",dy:"0",stdDeviation:"20",floodColor:"white",floodOpacity:"1"})),r.createElement("radialGradient",{id:Z},r.createElement("stop",{offset:"30%",stopColor:f,stopOpacity:.3}),r.createElement("stop",{offset:"50%",stopColor:f,stopOpacity:.2}),r.createElement("stop",{offset:"60%",stopColor:f,stopOpacity:.15}),r.createElement("stop",{offset:"70%",stopColor:f,stopOpacity:.08}),r.createElement("stop",{offset:"80%",stopColor:f,stopOpacity:.06}),r.createElement("stop",{offset:"100%",stopColor:f,stopOpacity:.03})),r.createElement("radialGradient",{id:w,cx:t.x/2,cy:t.y/2,gradientUnits:"userSpaceOnUse"},r.createElement("stop",{offset:"30%",stopColor:l}),r.createElement("stop",{offset:"50%",stopColor:l,stopOpacity:.7}),r.createElement("stop",{offset:"60%",stopColor:l,stopOpacity:.5}),r.createElement("stop",{offset:"70%",stopColor:l,stopOpacity:.4}),r.createElement("stop",{offset:"80%",stopColor:l,stopOpacity:.3}),r.createElement("stop",{offset:"100%",stopColor:l,stopOpacity:.2}))),r.createElement("path",{d:n.circleArc(t.x/2,t.y/2,e),fill:"#111111"}),r.createElement("path",{d:_,fillRule:"evenodd",fill:"#1b1b1b",className:"[vector-effect:non-scaling-stroke] stroke-1 stroke-[#2D2D2D]"}),u?r.createElement("text",{x:t.x/2,y:t.y/2},"NA"):r.createElement(r.Fragment,null,r.createElement("path",{d:L}),r.createElement("path",{d:j}),p.map((o,s)=>o===0?"0":s===p.length-1?`>${o}x`:`${o}x`).map((o,s)=>r.createElement("text",{key:s,x:n.polarToCartesian(t.x/2,t.y/2,e*S[s],90).x,y:n.polarToCartesian(t.x/2,t.y/2,e,90).y+135},o))),r.createElement("path",{d:B,strokeOpacity:"0",fillOpacity:.5,filter:"url(#radarPointGlow)"}),!u&&C.map((o,s)=>r.createElement("circle",{key:s,cx:n.polarToCartesian(t.x/2,t.y/2,e,o).x,cy:n.polarToCartesian(t.x/2,t.y/2,e,o).y,r:t.x/150,fill:"white"})),r.createElement("path",{stroke:l,d:E,fill:`url(#${w}`,className:"stroke-[10] [fill-opacity:0.7]"}),C.map((o,s)=>r.createElement("path",{key:s,className:"[vector-effect:non-scaling-stroke] dark:fill-white [fill-opacity:0] [stroke-opacity:0]",d:n.describeArc(t.x/2,t.y/2,e,o-c/2,o+c/2)+` L ${t.x/2} ${t.x/2} Z`})))};export{to as Radar};
|
package/dist/Scatter/Scatter.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a as s}from"../chunk-
|
|
1
|
+
import{a as s}from"../chunk-EK5RVQCU.js";import{a as p}from"../chunk-J2FUB24Y.js";import{a as c}from"../chunk-BYV3TGBM.js";import{a as m}from"../chunk-3EW3BLEK.js";import"../chunk-M6F6RZND.js";import{a as i,d as l}from"../chunk-Q2EJRTJX.js";i();var F=({trendline:d})=>{let o=l(),{x:k,y:f}=o.viewbox;if(!m.isXYData(o.data))return null;let h=s.xCoordinateFor(o),u=s.yCoordinateFor(o),n=o.data.map((t,a,r)=>({id:t.name??t.id,...t,data:t.data.map(({x:e,y:v})=>({x:h(e),y:u(v)})),stroke:t.stroke??p.colorFor(a,r.length)}));return React.createElement("svg",{viewBox:`0 0 ${k} ${f}`,className:"[grid-area:graph] h-full w-full",preserveAspectRatio:"none"},n.map((t,a)=>React.createElement("path",{key:a,d:t.data.map(({x:r,y:e})=>`M ${r} ${e} A 0 0 0 0 1 ${r} ${e}`).join(" "),strokeWidth:10,stroke:t.stroke,strokeLinecap:"round",strokeLinejoin:"round",vectorEffect:"non-scaling-stroke"})),d&&React.createElement("path",{strokeWidth:3,strokeDasharray:"4,4",className:"stroke-black dark:stroke-white [vector-effect:non-scaling-stroke]",d:c.trend(n.flatMap(({data:t})=>t),o.viewbox)}))};export{F as Scatter};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a as
|
|
1
|
+
import{a as D}from"../chunk-J2FUB24Y.js";import{a as p}from"../chunk-BYV3TGBM.js";import{a as G,d as b}from"../chunk-Q2EJRTJX.js";G();import s,{Fragment as E,useState as N}from"react";var k=[{name:"Other",value:50,children:[]},{name:"Amazon",value:30,children:[{name:"",value:20,children:[{name:"",value:10,children:[{name:"",value:5,children:[]},{name:"",value:2,children:[]},{name:"",value:2,children:[]},{name:"",value:1,children:[]}]},{name:"",value:10,children:[]}]},{name:"",value:5,children:[{name:"",value:2,children:[]},{name:"",value:1,children:[]},{name:"",value:1,children:[]},{name:"",value:1,children:[]}]},{name:"",value:5,children:[]}]},{name:"Disney",value:40,children:[{name:"Anime",value:20,children:[{name:"Spirited Away",value:20,children:[{name:"",value:2,children:[]},{name:"",value:2,children:[]},{name:"",value:2,children:[]},{name:"",value:2,children:[]},{name:"",value:2,children:[]},{name:"",value:2,children:[]},{name:"",value:2,children:[]},{name:"",value:2,children:[]},{name:"",value:2,children:[]},{name:"",value:2,children:[]}]}]},{name:"Action",value:20,children:[{name:"y",value:10,children:[{name:"",value:1,children:[]},{name:"",value:1,children:[]},{name:"",value:1,children:[]},{name:"",value:1,children:[]},{name:"",value:1,children:[]},{name:"",value:1,children:[]},{name:"",value:1,children:[]},{name:"",value:1,children:[]},{name:"",value:1,children:[]},{name:"",value:1,children:[]}]},{name:"x",value:10,children:[{name:"",value:1,children:[]},{name:"",value:1,children:[]},{name:"",value:1,children:[]},{name:"",value:1,children:[]},{name:"",value:1,children:[]},{name:"",value:1,children:[]},{name:"",value:1,children:[]},{name:"",value:1,children:[]},{name:"",value:1,children:[]},{name:"",value:1,children:[]}]}]}]},{name:"Netflix",value:30,children:[{name:"ABC",value:20,children:[]},{name:"",value:5,children:[]},{name:"",value:5,children:[]}]}],M=({})=>{let{viewbox:l}=b(),[d,t]=N(),v=k.toSorted((e,n)=>n.value-e.value),h=function e(n,a=1){let u=n.map(i=>i.children.length?a+e(i.children):a);return Math.max(...u)}(k),c=({ring:e,availableDegrees:n,startDegrees:a,previousTotal:u,color:i})=>(r,o,x)=>{let g=d===r,S=(()=>{if(g)return 360;let m=n*(r.value/u);return m===360?m:m-.5})(),f=g?0:a+n*(x.slice(0,o).reduce((m,{value:y})=>m+y,0)/u),A=i||D.colorFor(o);return d&&!g&&e===1?null:s.createElement(E,{key:o},s.createElement(P,{segment:r,degrees:S,previousDegrees:f,ring:e,stroke:A,onClick:()=>{r.children.length&&t(r)}}),r.children.map(c({ring:e+1,availableDegrees:S,startDegrees:f,previousTotal:r.value,color:A})))};return s.createElement("svg",{viewBox:`0 0 ${l.x} ${l.y}`,className:"h-full w-full"},v.map(c({ring:1,availableDegrees:360,startDegrees:0,previousTotal:v.reduce((e,{value:n})=>e+n,0)})),s.createElement("path",{d:p.circleArc(l.x/2,l.y/2,320),fill:"black",stroke:"black",onClick:()=>t(void 0)}))},P=({onClick:l,segment:d,previousDegrees:t,degrees:v,ring:h,stroke:c})=>{let{viewbox:e}=b(),n=300,a=20,u=t,i=t+v;return s.createElement("path",{d:p.annularArc(e.x/2,e.y/2,u,i,n*h+a,n*h+n),fill:c,stroke:c,onClick:l})};export{M as Sunburst};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a as f}from"../chunk-IPNLOTJZ.js";import{a as s}from"../chunk-DCUZK3HV.js";import{a as m}from"../chunk-27FBH32H.js";import{c as Z}from"../chunk-LALBDKPZ.js";import p,{useId as x}from"react";var h={base:"_base_17xbr_2",inner:"_inner_17xbr_8","inner--center-top":"_inner--center-top_17xbr_17","inner--left-top":"_inner--left-top_17xbr_25","inner--right-top":"_inner--right-top_17xbr_33","inner--left-middle":"_inner--left-middle_17xbr_41","inner--left-bottom":"_inner--left-bottom_17xbr_49","inner--right-bottom":"_inner--right-bottom_17xbr_57","inner--bottom-center":"_inner--bottom-center_17xbr_65","inner--right-middle":"_inner--right-middle_17xbr_73","inner--top":"_inner--top_17xbr_81","inner--bottom":"_inner--bottom_17xbr_65","inner--left":"_inner--left_17xbr_25","inner--right":"_inner--right_17xbr_33",title:"_title_17xbr_94",description:"_description_17xbr_103",triangle:"_triangle_17xbr_110","triangle--top-left":"_triangle--top-left_17xbr_118","triangle--top-right":"_triangle--top-right_17xbr_123","triangle--top-center":"_triangle--top-center_17xbr_128","triangle--bottom-left":"_triangle--bottom-left_17xbr_134","triangle--bottom-right":"_triangle--bottom-right_17xbr_139","triangle--bottom-center":"_triangle--bottom-center_17xbr_144"};import*as t from"react";var c=({ref:i,target:{side:l,alignment:v},border:r,children:d,...o})=>{let a=(()=>{if(v==="left")return"translate(-10%, 0)";if(v==="right")return"translate(10%, 0)";if(v==="top")return"translate(0, -10%)";if(v==="bottom")return"translate(0, 10%)"})(),_=(()=>{if(l==="top"&&v==="center")return h.innerTopCenter;if(l==="top"&&v==="left")return h.innerTopLeft;if(l==="top"&&v==="right")return h.innerTopRight;if(l==="bottom"&&v==="center")return h.innerBottomCenter;if(l==="bottom"&&v==="left")return h.innerBottomLeft;if(l==="bottom"&&v==="right")return h.innerBottomRight;if(l==="left"&&v==="center")return h.innerLeftCenter;if(l==="left"&&v==="top")return h.innerLeftTop;if(l==="left"&&v==="bottom")return h.innerLeftBottom;if(l==="right"&&v==="center")return h.innerRightCenter;if(l==="right"&&v==="top")return h.innerRightTop;if(l==="right"&&v==="bottom")return h.innerRightBottom})(),e=(()=>{let k={lefttop:t.createElement("path",{d:"M 30 0 L 60 30"}),righttop:t.createElement("path",{d:"M 0 30 L 30 0"}),centertop:t.createElement("path",{d:"M 0 30 L 30 0 L 60 30"}),leftbottom:t.createElement("path",{d:"M 30 30 L 60 0"}),rightbottom:t.createElement("path",{d:"M 0 0 L 30 30"}),centerbottom:t.createElement("path",{d:"M 0 0 L 30 30 L 60 0"})};return t.createElement("svg",{viewBox:"0 0 60 30",stroke:r,className:s(h.triangle,{[h.triangleBottom]:l==="bottom",[h.triangleTopLeft]:v==="left"&&l==="top",[h.triangleTopRight]:v==="right"&&l==="top",[h.triangleTopCenter]:v==="center"&&l==="top",[h.triangleBottomLeft]:v==="left"&&l==="bottom",[h.triangleBottomRight]:v==="right"&&l==="bottom",[h.triangleBottomCenter]:v==="center"&&l==="bottom"})},k[`${v}${l}`])})(),b=(()=>{if(l==="top")return h.innerTop;if(l==="bottom")return h.innerBottom;if(l==="right")return h.innerRight;if(l==="left")return h.innerLeft;if(v==="left"&&l==="center")return h.innerLeftMiddle;if(v==="right"&&l==="center")return h.innerRightMiddle})();return t.createElement("div",{ref:i,...o,style:{pointerEvents:"none",transform:a,...o.style,border:`1px solid ${r}`},className:s(h.base,_,o.className)},t.createElement("div",{className:s(h.inner,b,_)},d,e))};var n={GF:"m389 341-1 1-3 4h-3l-1 1-1-1 1-1v-1l1-2-2-1v-3l1-1 1-1h1l2 1 2 1 1 1Z",MT:"m589.1 239.66-.39.1-.25-.17.29-.3Z","??":"M1050 398v1h1v1l-1 1v-1l-1-2Zm2 4 1 1-1 1ZM367 524l1 1 1-1 1 1-3 1-1 1-1-1 1-1Zm-5 0h4l-2 2Z","???":"m924 382-1-2 1-1h4l1 1h-1l-3 1ZM642 433v5h-2l-1-1-1-1v-1l1-2h1ZM610 217h-1l-2 1v-1l-1-1 1-1 2-1 1 1h1ZM649 255v-1Zm3 0-1-1v-2l1-1h1v3Z",BN:"m893 338-1 1 1 1-1 1-2-2h1l2-1h1Z",PR:"M345 297h1l-1 1h-3v-2Z",LU:"m564 187 1 1-1 2-1-1-1-1Z",BW:"m695 391 1 2 1 3v2l1 2-1 2-1-2-1 1 1 2-1 3v2l-3 8-1 3-1 3-1 5-1 3-2 1h-1l-2 1h-1l-1-1h-2l-1-1-1-2v-2l-1-2v-3l1-2 1-1 1-4 1-1-1-1v-2l-1-1v-3l1-2 1-1 1-1h2v-1h2l1-1 4-3v-1l3-3v-2l1-1ZM648 324v3l-2 1-1 1 1 1h1l1 1 2 2 1 3h1l-4 4-2 2h-8l-1-1h-1l-1-2-2 1-1-1-2 1-1-1-1-1-1-2-2-1v-2l-2-1-1-1-1-1-1-2h-1l-1-1 1-1 1-3 1-1 2-1v1l2 2h4l1 1h2l1-1 1-1 1-1h1l2 1h2l1-1 1-1 1-2v-2h-1 2l2-1-1 2v2l3 2ZM592 330l-1 1-1 3-1 1 1 4v1l1 1 2 3h1v4l-1-1h-8v-1h-10v-3l-1-2h-2v-1l-1-1 1-2v-2l4-3h1l1 1 1 1 1-1 1-2v-1l2-3 1-1v-2h1v-1l1-2 1-2 2-1v-2l-1-1v-2l1 1 1 1 1 2v4l1 2h-4l-1 1 1 1 3 2 1 2ZM621 407v1l2 2 1 3 2 1 1 1 1 1h1v2l1 1 3 1 1 1-2 1-2 1-1 1-2 2-1 2-1 1-2 1-1 2-2 1-3-1-2-1-1 1v2l-2 1-1 1h-3l-1-1 1-2-1-3h-2v-9h3l1-4v-8l7-1v2l3-2Z",CF:"m645 382 1 1 1 2-1 1v5h-1v2l-1 2 1 1h1l-5 1-4 2v2h-2l-2 1-1 2-2 1-3 3h-4l-2-1h-5l-4-3v-11h5l1-2v-5l1 1v1l2-1 1 1 2 1h3v-1l1 2 3 1 2 3 1-1 1 1v-4l-1 1h-1l-2-2v-1l1-3v-2l-1-2 2-2 5-1 1 1h1l2 2h1ZM614 320l1 1 2 2-1 3 2 1 1 1h1l1 2 1 1 1 1 2 1v2l2 1 1 2-1-1-1 1-4-1-1 1h-2l-3 1h-2l-1 2-3-1h-3l-1-2h-3l-2 2v3l-1-1h-5v2l-1 2v-2h-1l-2-3-1-1v-1l-1-4 1-1 1-3 1-1h4l2-1h3l2-2v-1l4-1 1-1 1-1 2-1v-1l2-1Z",DE:"m574 168 2 2 4 2 2-1 1-2 1 1 3 2 1 1 1 1-1 2 1 1 1 2-1 1 1 3v1h-1l-6 2-1 1 1 3 4 2-1 2-2 1-1 2h-3l-1 1-2-1-1 1-2-1-3-1-3 1v-2l2-3-2-1h-3l-1-1 1-2-1-1v-1l-1-1v-1l1-2-1-1 2-1 1-2 1-4v-1h4l1-1v-3l-1-1Z",YE:"m706 302-3 1v2l-2 1-3 1-1 1h-3l-2 2h-2l-1 1-2 1h-4l-2 2h-1l-2 1-1-1-1-1v-1l-1-2v-1l-1-4 1-2 1-1v-3l2 1h8l1 1h2v-1l2-3 2-1 9-1 3 5Z",OM:"M716 276v1l2 2 4 1 4 5-1 2-2 1-1 2-2 1v4h-2l-1 1-1 1-1 1h-2l-1 3h-3l-2 1h-1l-1-2-3-5 5-2 4-1 2-7-1-2v-1l2-4v-2l1 1Z",CG:"M601 343v1l-1 3v1l-1 2v5l-2 1-1 1-1 2-1 1v4l-1 1h-1l-2 3h-1l-1-2-2 2-1-1h-3l-1 1v-1l-2-2 1-1 1-1-1-1v-2h3v-1h1v1h3l1 1 1-2v-4l-2-1v-2l1-1h1l-1-2h-3v-2h8l1 1v-2l1-2v-2h5ZM854 284l3 3-1 1 1 1h3l2 1v1l1 1-1 1h-2v1l2 1 1 1v1h1l1 2 2 2 1 2 2 1v1l1 2v1l-3 1h-2v2l-3-2h1v-3l1-1-1-1h-1l-1-2v-2l-2-3h-2l-1 1h-1l-2-1-3 3v-3l1-2-1-2h-1l-1-1v-1h-1l1-2 1-1 1-1v1h2v-2l-1-1 1-1ZM608 33l5-1 13 2 1 2-4 3-5 2-10-2-6-2-1-2Zm-12 3 5 2 2 3h4l3 3-5 1-4 3-5 10-8-4 2-3-4-3-5-4-3-7h6l2 2 7-2Zm14 9 5 4h3l-1 3h-5l-2-3-4-4Z",PL:"M604 170h10l2 1v1l1 3v2l-2 2h2l-1 3 2 2-1 2-3 3-1 2-2-1h-4l-2 1-1-2-2 1-1-2h-2l-2-2-1 1-3-2-3-1v-1l-1-3 1-1-1-2-1-1 1-2-1-1v-1l6-2 1-1 2-1h3l2 2Z",EH:"M519 267v6h-10v8h-2l-1 1-1 2 1 3h-12l-1 2 1-3 1-2 1-2 2-3 1-2 1-1v-2l1-2 3-2 1-3ZM640 422h-3l-2-1h-1l-1-1-3-1-1-1v-2h-1l-1-1-1-1-2-1-1-3-2-2v-1l2 1h4l3-3 2-1 1-2 2-1h2v1h3l2 1h1l2 1v5l-1 2 1 3-2 3v2ZM630 162l2 1h2v1h3l2 1v4l1 2h1l3 3-2 1h-2l1 3v1h-2l-2 2-3 1-1-1h-6l-4-1h-4l-3 2 1-3h-2l2-2v-2l-1-3h4l2-2 1-2 1-1 2-3h2Z",GR:"M617 241h3l2 1h1l-3 1-1-1h-3Zm7-18-3-1h-2l-2 1v1h-1l-2-1-1 2 1 1 1 3v1l3 1-2 1h-1v3l-1-1 1 2h-3l-2-1v-1l-1-2 1-1h1l3 1-1-1h-4l-1-2-2-1v-2l2-1 1-2-1-1h2l1-1h3v-1h4l3 1 3-1 1-1 1 1Zm-8 6 2 1-1 1-2-2Z",KG:"m546 308-1 1 2 2 1 1v1l2 2 1-1v2l1 1-1 1h-2l-1 2-3-1-2 1h-7v1h1v3l-2-1h-2l-2 1-1-1v-1l-2-1v-2h1v-2l1-1h2l-1-2h1v-1l1-1 1 1h1v-2l3-1h1l1-1 2-1 1-1h1ZM788 217v1l-3 1-3 1v1l-4 1-1 1-2 1-1-1h-2l-2 2h-1v2h-6l-1 1-1-1h-5l-1-1 1-1 1-1 1 1 2-1 2 1 4-3h-1l-3-2-1 1h-2l-2-2 2-1 1-1 1-2h1l4 1h1l1-2 2-1 2 2 6-1 7 1 1 1Z",RO:"m630 205 2 1 1-1 2 1-1 1-1 1-1 1v3l-5-2-3 1-2 1-7-1-1-1-4-3v-1l-2-1v-1l-2-1 3-1 3-6h2l1-1 5 2 4-2 2-1 1 1 1 2 2 2 1 2-1 2Z",GN:"M511 315v2l1-1 1 1 1-1h1l3-1v3h2v3l1 1-1 1v1h1v3l-1 3h-1l-1 1h-1l-1-1h1l-1-2-1-1h-2v-2l-2-2h-4l-1 2-1 1-1-3-3-1-1-2h-1l2-2 2-1v-3l2 1 3 1Z",GY:"m528 321 2 1v1l1 1 2-1h2l2 1v5l-1 2-1 1v2l2 3-1 1-3-1-5 1-4 1-2 1v-2l1-1-1-2h-1v-1l-2-1 1-1-1-2h1l1-3v-3h-1v-1l1-1 1-1 1 1h2l1-2 1 2ZM662 298l1 2 1 2v2l1 2h1l1 1 3 1 1 2 2 2 2 2h1l-2 1h-1l-2-2-1-1-2-2-1-1-4-1-1 1-2-1-1 2-1-1-1 1h-1l-1-3 2-4v-2h1l1-1 2-1ZM372 336l-1 2h-1l-1 2 1 2 1 1 1 1 1 3h1-2l-1 1h-3v1h-2l-2-2v-1l-1-1 1-3 1-1-1-2h-1v-2h-2l-2-2 1-1v-1l2-1-1-2 1-1h1l1-1-1-1 3 2 1 1 1 2h1l3 3ZM585 347v2h3l1 2h-1l-1 1v2l2 1v4l-1 2-1-1h-3v-1h-1v1h-3v2l1 1-1 1-1 1-3-3-2-2-1-1v-1l-1-1v-2l1-1 1-4h5v-4h6ZM295 287h-1l-1-1h2Zm2-5h6l2 2h2l2 2h1l3 2h3v1l2 1 2 1-2 1h-8l1-1v-1l-2-1-2-1v-1h-2l-3-1-1-1h-4v-2h-3l-1 2h-3v-1l1-1 2-1h3ZM940 216l1 1h-1l-2 2v3l-5 3-2 1v2h1l2 2-1 1h-3l-2 2h-3l-1-1h-1l1-2 1-2v-1l-3-1v-1l1-2 3-1 3-3 1 1h3v-2h2l2-2h1v-2l1 1Z",IS:"m498 116 2 1v1l4 1-1 4-3 2-4 1-1 1-4 1-2 2-5-1-5-3v-2l-3-2 2-3h-6l1-2 4-2 3 3 1 2 2-2v-1l5-1h6l3-2Z",SY:"m673 235-1 2h-2v6l-1 2h-1l-6 3-6 4-1-1-2-1 1-2v-1l2-2-1-1h-1v-2l-1-1 1-2v1l2-4 2 1 3-1 1 1h2l2-1 2-1h5ZM760 224l-2 1-1-1-1 1-1 1 1 1h5l1 1 1-1h5v3h3l1 5-2-1-2 1-1-1-1 1-4 2-1-2 1-3-1-1h-1l-2 1v1l-3 1v1h-1l-3 1-1-1v-1l2-2-1-2v-1h-1l-1-1 1-2 2 1 1-3h2v-1h1l2-2 1 1-1 1ZM812 266l-1 3 1 1v1h-6l-3-1-2-1v-1h-6l-2-2-4-2-2-1 1-3 2-1 2-1h1l1 1 2 1 1 1 1 1h2v1l1 1h2v1h1l3 1 2 1ZM648 356h-11l-1 1h-1v-4l1-1v-1l3-3 1-1-1-1h-1v-4h8l2-2v2h1v1l1 2 1 2v1l-1 1-1 1-1 3Z",TN:"M580 249v2l-2 2-2 2v2l-1 1-1 1-2-6-2-2v-1l-1-1-1-2v-1l2-2v-7l1-1 3-2 2 1 1 1h2l-2 2v2h1l1 2-2 2-2 1 1 2 1 1 2-1v2Z",GH:"M545 319v2l1 1v2l1 1-1 2 1 1v5l2 2h-1l-2 1-3 1-3 1-1 1-3-1 1-1-2-3v-2l1-1 1-2v-8h-1v-1h7Z",UY:"M383 459l-1 2-1 1-2 1h-4l-2-1h-3l-2-2v-2l1-2v-3l1-3v-1l1-2 1 1 1-1 2 2 1 1h1l1 1 2 1 1 1 1 1 1 1 1 1-1 1Z",BD:"M825 285v2l-1 1 1 1-1-1v-2l-1-2-1-1h-2l-1-1v3l-1 1-1-1-2 1v-1l-1-4-1-1 1-2-2-1 1-2v-1l-1-1 1-2 2 1 2 1v2h7v1l-1 2-1 1-1 1v2h1l1-1 1-1 1 2v1Z",SN:"m508 308 1 2v2h1l1 2v1l-3 1-3-1-2-1h-4l-1 1h-4v-2h3l1-1h-3l-2-4 2-3v-1l1-1h2l1-1h3l1 2h1l1 1 1 2ZM651 388h-1l-1 2 1 4 2 1 2 3-1 4h-1l-1 2 1 1-3-2v-1l1-2-1-2v-1h-2l-1-1h-1l-1-1 1-2v-2h1v-5l1-1-1-2-1-1 4 1 1 1v3ZM861 321h-3l1-1-1-1-1 1v-3l-1-1v-1l-1-1v-2l1-1 1-2h6l3 2v-2h2l3-1-1 2 1 2-1 1 1 2-2 1-2 1v1h-2l1 1v1h-2l-2 1Z",HR:"m602 203 1 2v2h-4l-4-1-1 1-1-1v2l1 2 4 4-2-1-3-1-2-2-1-3-1-1-2 1-1-1v-1h5l1-1v-2l3-1 2 2 2 1Zm-4 12 3 1Z",AT:"m596 193 1 2-2 3v1l-1 1-1 1h-7l-3-1h-1l-3-1-1 1h-1l-3-1v-2l2 1 1-1 2 1 1-1h3l1-2 2-1 1-2 1 1h1l1-1 4 1 1-1Z",NI:"M293 307v2l-1 1v5l-1 2 1 1-1 1 1 1h-4l-2-1h-1l-2-2-1-1-2-2h1l1-1v-2h2v-1l1 1 2-2 1-1h3Z",HU:"m612 194 2 2h-2l-3 6-3 1-2-1-2 1-3 1-2-1-2-2-1-1 1-1v-1l2-3 2 1h3v-1h3l2-2h3Z",HN:"M556 317v2l1 2-1 1v1h-1l-1 2-1 1v8h-3v-8l-1-1v-2l-2-1 1-2 1-2h2l1-1v-1l2-1ZM293 307l-2 1h-3l-1 1-2 2-1-1v1h-2v2l-1 1-1-2h-1v-1l-1-1-1 1-2-2h-1l1-1 1-1 2-2 2-1 2 1h2l1-1 1 1 2-1 2 1 1 2h2Z",BG:"m632 212-1 1-1 1-1 1-1 1 2 2h-4l-1 1-1 1-3 1-3-1h-4l1-1-1-1-1-1v-2l2-1-2-1v-2l1-1 1 1 7 1 2-1 3-1Z",JO:"m664 252-1 1-6 1 3 4h-1l-1 1-2 1-1 1-1 1h-3v-4l1-2v-1l1-1v-4l2 1 1 1 6-4Z",AZ:"m692 218 2 2v1l2 2-2 4-1 1v3h-1l-2-2h1l-1-3-4 3v-1l-2-2v-2l-2-1 1-1-2-2h1l4 1v-1l-1-1 1-1 1 1 1 1 2 1Zm-7 11h-2l-2-3 3 1ZM519 330l1 2-1 1 2 1v1h1l1 2-1 1v2l-2-1-3-1-3-3-4-3 1-1 2-1 1-3h1l1 1 1 2h-1l1 1h1l1-1Z",LV:"m628 156 1 1v2l1 3-2 2h-2l-6-3-2 1-6-1-3 2v-4l2-3h2l4 3 2-2v-2l2-1 3 1 1 1Z",SR:"m381 337-1 1v3l2 1-1 2v1l-1 1-2-1-3 1v1h-2l-1-3-1-1-1-1-1-2 1-2h1l1-2 1-1h8Z",PT:"m523 235-2 1-2-1-1-1v-4h-2l1-3 1-3 1-3-1-3 2-1 1 1 2 1 2-1 1 2-2 1v5l-2 1 2 2-1 2v1l-1 2Z",AE:"m715 274 1 2-1 1-1-1v2l-2 4v1l-8-1-3-3v-1l1 1 2-1 4 1 2-1 1-2 3-3 1-1Z",IE:"m526 171 1 5-2 3h-3l-4 2-4-1 1-1 2-4-2-1v-4h4l-1-1 2-2 3-1v1l-3 3 3 1Z",GT:"m686 218-1 1 1 1v1l-4-1h-1l-4 1-2-2-1 1h-3v-5l-2-1-3-1 2-1 3 1h2l5 2v1l2-1h2l1 1v1ZM275 299v6h3l-2 2-1 1-1 1-1 1-1 1h-3l-2-1-1-1v-3l1-2h4v-1l-1-1-2-2h1l1-1Z",RS:"m606 203 2 1v1l2 1v1l4 3-1 1v2l2 1-2 1v2h-3l1-2h-1l-1-1-2 1-3-2-1-1h1l-1-3 1-2h-1v-2l-1-2 2-1Z",CZ:"m590 184 3 1 3 2 1-1 2 2h2l1 2-2 1-1 1h-2l-1 1-1-1-1 1-4-1-1 1h-1l-1-1-4-2-1-3 1-1 6-2Z",KR:"M934 230v2l3 3v4l-1 3h-2v1h-2l-2 1h-2l-1-2 2-2-1-3-1-1 2-1-1-2 2-2h3Z",PA:"M311 327v3h-1l-1 1-1-1v-2l-2-2h-2v1l-2 1-1 1 2 1-2 1h-1v-1h-2v-2h-3l-1 1v-5h1l1 2h4l2-1 2-1h3l2 1Z",LT:"m626 164-2 3-1 1-1 2-2 2h-4v-1l-2-1v-2l-5-2v-3l3-2 6 1 2-1Z",EE:"m630 148-2 3 1 4-1 1h-3l-1-1-3-1-2 1v-2h-2l-1-2v-2l3-1 3-1 5 1Zm-17 4h3l-4 2v-2Z",DK:"M574 168h-3v-3h-1v-5l1-2h3l1-2 2 1-1 3v4l-2 1Zm9-4-3 2h-1l-1-2 4-2Zm-6 1 1 2h-3v-2Z",NL:"m558 182-1 1-2-1Zm0 0h-2l3-4v-2l2 2 1-1-1-2 2-1h4l-1 4-1 2-2 1 1 1-1 2v1h-1l1-2-4-1Z",SK:"m613 191-1 3-2-1h-3l-2 2h-3v1h-3l-2-1-1-2 1-1h2l1-1 2-1 2-1 1 2 2-1h4Z",CR:"M292 320v1l2 3h1-1v5l-1-2h-2l1-1-1-1-2-1h-2l-1-1-1-2 1-1-1-1h1l2 1h2Z",BA:"M603 207h1l-1 2 1 3h-2l-1 2v2l-3-1v-1l-4-4-1-2v-2l1 1 1-1 4 1h3Z",MD:"M630 205v-2l1-2-1-2-2-2-1-2-1-1h2l5 2v2h1l1 2v2l-2-1v2ZM514 327l-1 3-2 1-1 1h-1l-2-1v-1l-1-1-1-2v-1l1-1 1-2h4l2 2v2ZM1035 385h1v1l-2-1Zm-6-4v1h2v1h-2l-1-1Zm3-3v1l1 2h-1l-1-3Zm-3 1-3-2h1l2 1Z",CH:"M574 197v2l3 1-2 2h-2l-1 2-1-2-2 1h-3l-1-1-2-1 3-3 2-1 3-1Z",TG:"m548 320-1 2 2 1v2l1 1v8l-1 1-2-2v-5l-1-1 1-2-1-1v-2l-1-1v-2Z",LK:"M787 323h1l1 2 2 2 1 1 1 3v1l-1 2-3 1-1-1-1-2v-6l1-1Z",DO:"M328 298v-6h2l3 1 1 1 3 1 1 1-1 1h-7l-1 2ZM686 229h-1l-1-2-3-1-2-1h-1l-1-2v-2l4-1 2 2-1 1 2 1v2l2 2Z",BE:"M562 185h1l1 1v1l-2 1 1 1-3-1-2-1-4-2-1-2 2-1 2 1 1-1h1l4 1Z",IL:"M653 250v1h-1l-1 1v2l1 1v1l-1 2v3l-2-6v-1l1-1 1-4h1l2-1Z",FJ:"M1042 415h1l2 2 2 1 3 3v1l-2-1-3-2-2-2-1-1ZM1085 406l1 1v1l-3 1-1-1 1-2Zm5-4-1 1 1 1-3 1-1-1 3-1Z",TW:"m911 283-1 1h-1v-4l2-4 2-1 1 1-2 6Z",HT:"m822 267 2 1v2h-7l-3-1v-1l2-2 1-1 2 1h3ZM499 320l-1-1v-2h-2l-2-2h4l1-1h4v3l-2 1ZM328 293v5l-1-1h-4l-2 1-1-1v-1l5 1 1-1-1-1v-2h-1v-1h1Z",AL:"m606 216 1 1v4l1 1 1 1-1 2-2 1-1-1-1-1v-6l-1-1 2-1Z",LS:"m629 443 3-1 2 2-1 2-2 1-1 2-2-1-1-2 1-1Z",SI:"m595 201-3 1v2l-1 1h-5 1l-1-3v-1h7l1-1Z",BI:"m638 360-1 2 1 1-1 1-1 1-1 2h-1l-1-2v-4l1 1 1-1 1-1Z",MK:"m613 217 1 1 1 1-1 1v1h-3l-1 1h-2l-1-1v-3l2-1h1Z",ME:"m637 356 1 2v2h-2l-1 1-1 1-1-1-1-1h1v-1l2-2h1ZM603 212l1 1 3 2-1 1h-1l-2 1 1 1-3-2v-2l1-2Z",KW:"M692 264h-3v-1l-3-1 1-1 1-1 1-1h1v2l1 2Z",GQ:"M276 305h-1v-6l1-1 1-1 1-1v6ZM274 309h1l2 2 1-1 1 1v2h-2l-2-1h-2l-1-1 1-1ZM676 318l-1 2-1-1-2 1-1-2 2-3h1l2-1v3h-1ZM310 277l-1 1-1-1 1-2Zm1-4v-2h1l-1 1ZM574 350h-1l2-3v-1h4v4Z",LB:"m654 248-2 1h-1l3-5h1l1 1-2 2Z",CY:"m649 241-1 1v1l-3 1h-2v-1l2-2h1Z",QA:"m700 277-1-1v-3l1-1 1 1v2Z",JM:"M311 297h3l-1 1h-3l-2-1 1-1Z",GM:"M494 313v-1h4l-1 1h-2ZM754 515l3 1-1 1-2-1Z",RU:"m3 87 4 2v1l-6 1H0v-3Zm1084 5v-3l3-1v3Zm-359 4-3 1-3-2 2-1Zm329 2-4-1 2-1 3 1Zm-360 2-2 2-3 1-1-2 1-2h2ZM1 102l2 1 5 2 6 3 3 3h2l3 1h3l5 4-2 3-4 1v2l-3 1v2h-2l-2-1-3-1-1-1-1-2-3-1H5l-2-2-2 1 1 1-2 3v-20Zm1039 50 1-2h2Zm-431 14 5 2v2h-10l1-2 2-1 1-1Zm368 4 1 2 1 2v3l-1 2 1 3 1 5 2 3-4 1-1 4v1l1 2 1 3-2-1-1 3-2-2 1-2v-13l1-3-2-2v-7h3Zm18 36-2 1-1-1ZM837 28l4 2-2 4h-8l-2 1-7-2 5-3v-2l8-2Zm-126-1 9 3-6 1-5-2Zm22 2-3 3h-5v-3Zm108 5 7 3-2 6h-6l-8-2-5-2 6-4Zm16 6 6 3 1 2-5 2h-8l-2-3 4-4Zm84 177-1-1v-1h2v-8l3-1 3 1v-2l2-3 1-4 2-1-1-3-3 1h-1l-2 1-4 1-1-2v-1l-2-2-2-2-3-1h-1l-2-1v-1l-2-4-2-5-2-3h-2l-4-2-4 1-5 1-1 1 1 1 1 2-2 2-3 5v1l-2 1-2 2-4-2h-4l-2-1h-1l-3 1-1 1-5 1-1 1h-2l-3-1h-2l-2-1v-1h-2l-2-2h-4l-5 1-3-1-1-1-1-3h-2l-3-1-5-2-2 3-1 2 2 2-1 1-3 2v-1h-8l-1-3h-7l-7 3v1l-2 1h-2l-1 1h-2l-2-2-1 1-3-1-1-2-2-1-1-1-2-1-2 1h-3l-2-2-3 2-1-3-3-5-3-3-3-2-1-2-6 3h-3v-1l-1-1h-6l1-2-2-3-2 1-3-1-2 1h-1l-5 2h-3l-1 1h-2l-4 1-3 1-2-1-1 2v1l3 1v1h-3l-1 1 1 1-3 2 1 1 3 1v2l-2 1-2-1-1 1h-3l-1-2h-2l-1 1-1-1-2 1-2 1h-1l-2-1-1 1-1-2-3-1h-2l-1-1-2 1-2-1-2 1-2 1-2 2v3h-1l-3-2-1 1-1 3v1l-1 1v2h1l1 2h3l2 4-1 1 2 1-3 2-2 1-2 4 1 1 1 2v2l3 4-2 3-2-1-1-1-1-1-3-1v-1l-1-1h-2l-2 1v-1l-5-2h-2l-3-1-2 1-4-4h-1l-1-1h-2l-1-2 2-1 1-2h1l-1-2 4-2h-3v-2l2-1h2l1-1-1-3 1-1-1-2-1-1-3-1-1 1-2-2-3 1-3-2v-2l-3-1v-1l-2-3h-4l-2 1v-1l-1-3h2l2-1-3-3h-1l-1-2v-4l-2-1h-3v-1h-2l-2-1-1-3v-2l-1-1 1-1-1-4 2-3v-1l3-1v-1l-1-2h-3l6-5 5-4v-2l-1-1-3-3 1-1-1-2v-2l-1-1 1-6-3-4 3-3-2-3-3-2 2-3 5-4 4-1 3 1-2 2 4 1h7l13 8h2l1 5-2 2-4 1-3 1-8-2-3-1-7-2 4 3 3 3-1 2 1 2 1 2 2 1 2 2 3 1 2-1v-2h-2l-2-2 1-2 3 1 5 2 2-2-1-3 5-3 2-2 6 2 1-2-1-3h-1l1-4-1-3h6l2 3-3 1-2 1 3 4h2l3-1 1-3 3-1 6-3 5-1 4-3v5l2-1 5-2 3 1 5-3 3 3 3-2-2-4 3-1 7 1 15 7 2-3h-1l-2-3-3-1v-2l1-4-2-1 1-2 4-2 2-6 2-1h5l4 1v4l-2 3 2 4v9l3 3-2 3-1 2-3 4-2 1-3-1-2 1 3 1 5 1 1-2 4-2 1-2 2-2-1-4 1-1 6-1 2 2 1-2-5-2-3 1-4-1v-2l2-5-4-5 2-2 6-3 1 3 8-3h2l5 2 2 1h4l-2-2-4-2-1-3v-3l9-1 9-1v-5l3-2 8-3 10-2 3-2 7 2 11-4 2-3 6-4 3-1 6 2-3 2 7 2 2 1h9l5 2 4 3-1 4-5 3-6 3-5 3-3 1-3 2h4l7-1 1-4 6 2 5 1 4-1 10 1v2l4 1 10 1 1-2-1-2 4-1 3 1 7 1 3 1 2 5-3 2 4 5 4 2 1-1 3-5 5 3 5-2 5 2 2-2h5v-5l7-1 10 1 4 1h5l4 1 3 4 3 1 3 3 4-1 6-1h7l3 2 2 2v3l5 2 3-1h6l7 1 3-2 2 3 3 1 1 2 2-1 2-1-2-3v-3l6 1 3 1h8l3 1 6 1 3 3v20l-4 2-4-1v2l4 2v2l2 2 1 2-2 2-5-2-6 3-3 1-2 1-3 1-1 2-5 2-2 2-3-2h-3l-3 1-2-1-4 2h-4l-1 1-1 3-3 3-1 2 2 1 2 1-1 1v3h1l1 2h-3l-1 1-1 3 1 2-1 1h-3l-2 2-1 1v2l-4 2v2l-1 2-4 4-1-2-1-4v-2l-2-8v-2l1-6 3-2 2-3 2-1 3-2 2-3 6-4 1-1 2-2 3-1 1-2v-6l-2 1-1 3-2 1-5 4-3-2 1-3-2 1-1-1h-5l-3 2v1l-2 2-3 2-2 2 1 2h2l-4 2-2-1-1 1-3-1-1-1-3-1-3-1-1 2h-4l-1 1-4-1-1 1-1-1h-7l-4 2-1 1-3 2-1 2-1 1-4 3-3 3-5 4-2 1 1 2h3v3h1l1 1h3l1-1v-2h3l2 2 3 3-1 3 1 1-2 4-1 2v4l-1 4-2 3-1 2-1 1-1 2-2 3-3 2-2 3h-1l-2 3-4 3h-4v-2h-2l-2 3ZM750 60l-4 1-15 5-4 3-5 1v3l-5 4h-5l-4-2 2-1 8-9 5-3 13-2 8-2 5-3h3l2 3Zm219 2 3 1 4-1h4l5 2-4 3-6 1-9 2-3-1-3-3 1-4 4-2Zm20 3 10 1 2 2-3 1h-5l-5-3Zm-101 6-2 2-3-1 1-2Zm88 3 3 2v2l-8-1 1-3Zm-264 4h4l-3 4-1 3 6 8-8-1h-2l-1-4h-5l-1-3 3-2 4-5Z",US:"M42 144h1l1 2h-2l-3-1Zm-16-16h3l2 3Zm92-30v46l6 1 4 4 1 1 2-1 1-2 3-1 1 3 4 2 6 9h1l3 2 1 1v4l-1 1-2-1 1-3-3-2-3-3-2-1v-2l-2-3-2-1-2 1-1-1-3 1-2-1-3-2-6-3h-1l-3-1-4-1h-2l-4-1-3-1-3-2-4 1v3h-3l-5 4h-2v-4l1-3 2-1v-2l-3 2v1l-5 4-3 2v1l3 1-2 2-1 2h-2l-5 3v1l-3 2-3 1 1 1-4 2h-1l-4 2h-2l-1 1h-2v-1l2-2 3-1 1 1 2-2 3-2 3-3 2-1v-4l-3-1-2 1-1-2h-3l-4 2v-5l-1-2-3 1h-2l-3-2-2-1 2-2-2-1-2-3 3-3 2-3h3l5-2h2l1-1v-4l-3-1-3 2-3-1h-7l-4-4-2-1 10-5h3v2l6 1 1-1 4-1-2-1-3-1v-1h-4l-2-1-1-2-7-5 1-2h6l3-3 1-2 3-3h3l5-3h4l3-2 5 1 3 2 3-1 3 1 1 2 8-1 5 2h5l2 1 6-1 6 3ZM74 295h-1v-4l2 1 1 1Zm251-73-2 1-1-1Zm-63-29h1l5 2h6l3-1 11 6 1 1h1l1 2 1 1 3 2 1 6-1 4-2 1v1l2 1 4-2h3l4-2-1-2 2-1h5l1-2 4-3h11l1-1h1l2-3 1-3 2-2h3l2 1v5l1 1v1h1v1l-3 2h-1l-4 2h-1l-2 4-1 2h1l1 2-1 1-2-1-1 1-4 1h-2l-2 2 1 1-1 2v1l-2 1h-1l1 2-2 2-2-2v4l1 3-2 2h3v1l-3 2v1l-3 2-1 1h-2l-1 1-1 2-5 3-2 5 1 3 1 3 1 1v1l1 4 1 2-1 2v2h-3v-2h-1l-1-2-2-2v-2h-1l1-3v-1l-2-2-1-1-1-1-1 1-3 1v-1l-3-2h-8l-2 1-2-1-1 1 3 1-2 2h-3l-1-1-1-1-1 1-3-1h-2l-3 2-1 1-2 1h-2v1l-2 1-1 3v2l1 2h-1l-2-1-3-1-1-2v-1l-3-3-1-2-2-3h-3l-1 1-1 1-1 1-2-2h-1l-2-3-4-4h-6v1h-8l-6-2-6-2 1-1-8 1-1-3-3-2h-2l-1-1-3-1v-2l-1-1-3-3v-1l-2-2v-2l-1-1v-1l-3-2v-3l-1-2-1-1 1-3-1-5 1-3 1-7-1-5-1-3v-3l2 1h5l-2-3h84l2 1h2ZM50 167v1l-3 2-1-1 1-1Zm98-2v1h-2v-2Zm-7-3h1l3 4v2l-2-1-2-3Zm0-3h1v2h-2v-3Zm-5-2 1 3-3-3Zm-54-2 2 2-5 2h-1l-1-2 1-1h1Zm52-2 2 1v2h-3l-1-2Zm3 1 2 2 1 1-2 1-1-2Z",CA:"m226 80-5-3 5-2 2 2Zm78-5 7 1 3 3v1h-5l-5 1-4-4v-2Zm-21 16 5-1 1-3-4-2 2-2-1-2 2-4 7-2 4 1 3 5-2 3 7-1 3-2 7 1 1 2 4 3 6 1 3 2v2h5l5 4 2 4-3 1-1 3 3 1 2 2 6 1 1 2 6 2 2 2-2 3-2 2h-2v2h-4l-2-3v-1l-3-2-2 2h-4l3 2 2 2 4 3 2 3 1 3h-2l-1 3-2-1-5-1 4 4v2l-3-1-5-2-2-1h-2l-3-2-6-6-4-2-1 2-5 1-4-1v-3l2-1v-1l4 1 7-2-2-3 4-3 2-2-3-6-4-2-1-1-4 1 2-3-5-2-5-5-1 1 1 2-1 1-6-1-3 1-12-2-1-1-4 1-3-2-2-3 4 1 1-2h-4l-2-1-1-3 3-6 4-4h8l-4 5 2 6 3 3Zm-41-17 3 1 5-1 1 1-2 3 2 3 1 5-6 3h-1l-5-5-3-1-3-2h7v-2l-3-2 1-2Zm21-1 3 1h5l-5 7-4-1-2 5h-3l-1-4-1-6 2-2Zm-81 0 7-1 6 4v1l-10 4-4 3-1 4-8 2-2-3-6-3 3-2v-3l3-4-3-4 11-1Zm80-6v2l-4 1-5-3 2-3h4Zm-27-6-3 2-3-3h5Zm14-3 1 6-1 3h-7l-2-2-5-1 3-3-2-1 5-2Zm-32 3 9 2-2 3-3 2-6-1-6 3-5 1h-3l-3-4-3 1-6-2 3-5 3-2h4l5 1 5 4h6v-1l-4-4 6-2Zm42-5 5 2 5-1 3 4 6 3h6l7-2h5l8 3v3l-2 2-5 1h-20l-4-1-6-1-2-4 1-3-3-3-6 1-5-3 3-2Zm-64-3-2 5-9 2-2 2-6-1 1-2 7-6Zm61-3h7l-1 2h-8Zm-45-2 2 1-2 3-5 1-4-1v-3Zm2-4 1 2h-12l9-2Zm41 1 4 1-1 3-6 1-3-4Zm-22-5 11 5 2 5-5-1-1-2-5-1-2-2-7-2 1-2Zm35-13 4 4 9 2 1 4 5 1 1 3-5 2-6 4-5 1-7-2-7-6-1-2-4-4 4-2-2-2 3-2Zm68-14 17 2 7 2-2 4-8 2-2 3-14 6-4 5-12 2-3 3 6 2-5 5h-6v3l-4 2 3 1v3l-7 2-2-2-8 1h-4l-13-1v-2l3-2h5l-4-4 4-1-2-2 2-4 8-1-3-4-4-2 1-3 8 1 11-3-11-1-5 2-11-2-3-3 3-3-5-2 12-2 13-4 7-2 30-1Zm25 190 1 1 1-2h2l-2 2-3 1v-2l2-3h1v2Zm-8-2h5l-2 2-3-1Zm-33 6 3-2 1-2 4-2 2-1 2-1 5-5 4-2 5-1h4l1 1v1l-3 2h-2l1 2 2-1h1l-1 2-1 1 1 1 2 2 3 2 3 1 1-1h2v2l-7 3h-2l-1 2-3 1-1-1v-2l1-1 4-2-1-2-3 2-3 1-1-1h-1v-1l-1-1v-5l-2-1h-3l-2 2-1 3-2 3h-1l-1 1Zm39-16h-1l-4-1-2-2 4 1 3 1Zm-198-6 5 1 3 4 2 1 1 2v1l-4-1-3-2v-1h-2l-1-2h-1l-3-3 1-1Zm217-4-1 3-3 3 3 1v1l3 1h3l1 1-1 1 1 3h2l-1 2h2l-2 3h-3l1-2h-3l-4-1h-9l-1-1 2-2v-1l2-4 2-3 2-3 2-2Zm-76-4-4-1v-1h2Zm-158-6h3l-1 3h-2l-1-2Zm163-9-1 1h-2l1-1Zm-2-28 1 2-1 2-2-1 1-2Zm-7-2-1 1-2 2h-2l-1-1 2-2Zm-9-11h4l5 3 1 3 2-1 2 2-2 1-4-1-1-1-3-1-1 2-2 2-3 1-1-3h-4l3-2-1-2 2-6h2Zm28-16h1l1 4-2 1h-4l-1-2 2-3Zm-66-7 3 2 2 3-2 1h-3l-6-2v-1Zm69 109h-2l-4 3-1 2h-5l-2 1 1 2-4 2h-3l-4 2-2-1v-1l2-1 1-4-1-6-3-2-1-1-1-2h-1l-1-1-11-6-3 1h-6l-5-2h-4l-2-1h-85v-2h-2l-2-2-2-2h-4v-2h-2l-2-1 1-1-3-3 1-3-2-1-1-1-1 1-3-2 1-2-1-1 2-5-1-2-1-1-3-2h-1l-6-9-4-2-1-3-3 1-1 2-2 1-1-1-4-4-6-1V98l6 1 3 2 4 1h3v-2l2-1h6l8-4 5 3 3-3h2l2 3 2 1 3-3 4 3 2-2 6 1 2 1 4 1 2 1 7 1h1l4 1-3 5h13l3-1 1 1 3 1 3 3-2-6v-3l7-1 2 2 4 3 2-1 2 2h13l1-3 3-1 3 2-1 3 2 2 2-1-2-2 6-4v-2l-1-3-6-2-1-2 1-2-1-1v-3l4-3h2l5 3-1 2 5 4-4 3 6 2 1 2 4-2 3 2 1 3h-1v3l3 3 2-2 2-3v-3l3-2-2-1v-3l9 1v1l4 2v2l-4 1 2 3 2 2-1 2-3 3-6 2-3-2h-3l1 3-3 3h-2l-6-3v1l3 2 6 1-1 2-3 3-1 1h-5v1l-4 1 2 1v2h-5l-3 6-1 1-3 5v6l2 1h3l3 8 3-1h2l2 1h3l2 2 2 2 5 1 2 2h4l4 1 1 1-1 2 1 2v4l2 2 3 3 1 1 1 1 1-2h2l1-2v-2l-2-6-1-2 5-3 2-1 2-2v-5l-2-4-4-3 3-3 1-3-2-3 1-3-2-3 1-1 2-1 8 1 3-1 5 4 2 2 3 1 2 1v6l2 2h1l3 3 3-1 3-3 2-5h2l4 7 1 1 1 2 2 1v2l1 2v2l5 5 2 1 1 1h2l2 1-2 1 2 1 1 1h2l2 3v4l-4 3h-4l-2 3-3 2h-4l-4-1-6 1-2-1-3 1-2 1-1 2-3 1-2 1-2 3-1 1-2 3-2 1h-2l-3 2-3 4ZM198 82l3-1 3-2 4 2 8 1 3-5 4 1 3 3 3 7-1 2 2 2 9 4v2l-4-1-2 1 3 1 1 2-5 1-5-1h-3l-2-2-2 2-5 2-7 1h-6l-1-4-9-1-2-3 8-2 6 1 2-1-5-2-7 1h-5l-2-2 1-1-3-3v-2l2-1v-2l2-2 9-3 2 3Z",CN:"M881 292v1l-1 1-1 2-2 1-3-1v-2l3-2 3-1Zm59-76-1-1-1-1v2h-1l-2 2h-2v2h-3l-1-1-3 3-3 1-1 2-1 1h-3l-3 1-2 2 1-2-1-1 2-3-1-1h-2l-2 2-3 1-2 3h-3l-1 2 1 2h3l1 1-1 2h2l2-2h2l2 1h3v2h-2l-3 1-1 2-2 1-2 3 1 1 2 1 2 4v2l2 1-1 1v1l1 1 1 1-3 2h1l2 2v2l-1 3h-1l-3 4-2 4v1l-2 1-1 2h-1l-1 1-4 4-3 1h-2l-2 1h-1l-1-1v2h-2l-1 1h-2l-1 1h-3l-1 1 1 2-2 1-1-2 1-2h-3l-2-1-1 1h-2l-2-2v-3h-3l-1-1-1 1h-1l-1 1h-3l-1 1-2-1-1 1h-1l-1 1 1 1v2h-2v-1h-3v-2h-3l1-1v-2h-2v-3h-3l-1-2 1-2h1l2-2v-6l-1 1-1-2-2-2v1h-2l-1-2-1-2-2 2-2-1h-1l-2 1-2 1-1 2-3 1h-1v-1h-3l-2-1-1 1-2 2v-2h-2l-3 1-2-1-3-1h-1v-1h-2l-1-1v-1h-2l-1-1-1-1-2-1-1-1h-1l-2 1-1-1h-1l-1-2h-2v-1h-1l-1-2-1-2h3v-2l-1-1-1-2 1-1-2-1-1-3h-2l-3-1-1-1v-2l-2-1h-2l1-1-1-5h-3v-3h1v-2h1l2-2h2l1 1 2-1 1-1 4-1v-1l3-1 3-1v-3l2-1-2-4 1-2-2-1 5-1h3l-1-1 2-6h1l5 1 2-2v-2l1-2 2-1 1-1 1-1h2v2l2 1 2 1h1l2 2 1 1 1 1 1 2v2l-1 2v1l2 1h7l3 2 2 1 1 3 2 2h2l7 1 2-1 5 1 1 1 3 1 2 1 2-1v1h3l4-2 5-1h3l3-1 2-2 3-1-2-3 2-2 5 1 1-1 2-2h3l2-1 1-2h2l3-2 4 1 1-1-1-1-3-4h-2l-2 2-1-1-3 1-1-1 3-8 4 2 2-2 2-1v-1l3-5 2-2-1-2-1-1 1-1 5-1 4-1 4 2h2l2 3 2 5 2 4v1l2 1h1l3 1 2 2 2 2v1l1 2 4-1 2-1h1l3-1 1 3-2 1-1 4-2 3v2l-3-1-3 1v8h-2Z",BR:"m388 357 1-2h1v1Zm7-3h4l-1 1-1 3h-5l-1-1v-2l1-1 1-1Zm-21-7h1v-1l3-1 2 1 1 1 1-1h3l3-4 1-1h1v2l2 4v1h2v2l-1 1-2 2h-1l-2 2v3l2-1 1-1 1 2v1h2l2-1 1 1 2-4h4l1 1h1l2 1h2l1 1 1 3h4l2 1 1-1 2 1h4l5 2 1 2 2 2 2 1 2-1 1 1 1 1 1 2 1 3v2l-1 3-1 1-3 4-2 1-1 2-1 2-2 2h-1l-1 1v8l-1 5v1l-1 1v4l-1 2-1 2-2 1v2l-1 2-1 1-1 1v1h-8l-3 2h-1l-3 2-3 2-2 3v7l-1 2-1 1-2 2-1 3h-3l-1 2-1 1-1 2v1l-1 3-3 2v-2l1-1-1-1-1-1-1-1-1-1-2-1-1-1h-1l-1-1-2-2-1 1-1-1 2-2 3-4 2-1 1-1 2-1 1-1v-5h-2v-1l1-4h-4l-1-4v-1l-2-1-1 1-4-1 1-3-1-3v-1l1-2 1-3-1-2-2-1v-3h-5l-1-5v-3l-2-1h-2l-1-1h-2l-1-1-2-1h-2v-1l-2-1-1-2v-4h-4l-3 2-1 1-1 1-4-1-2 1h-1v-5l-2 1h-3v-1h-3l1-2-2-2-1-2 1-1v-1l2-1-1-1 1-2v-1l1-1 2-1 3-1h3l1-5 1-4-1-2-1-2v-2l3-1h-2v-2h6l1-1 2 2 1 2h1l1-1h2l3-2v-1l2-1h-2v-4l-1-1h3l1 1 1-1h2l3-2 2-1-1-1h2v2h1l1 2-1 1-1 3 1 1v1l2 2h2v-1h3l1-1h1Z",GL:"M468 91v2l-7 1v-3Zm-83 5 2 1v2l-4 1-1-1-3-1v-3h4Zm69-87 12 2 5 3 9 3-11 4 11-1 1 3 12 2 5-3 10 2 2 1-9 5-7 1v3l-8-1-2 4h3v4l-5 4v4l2 4 5 1v2h-7l-3 2 1 2h4l2 3v3h-3l4 5-1 1-5 1 2 1v2l-5 2v6l-6-2-2 1 8 4 1 1 1 5-6 1-1-1-2-3h-4l-3 1h-3l-2 2 1 1 4-1 11 2v2l-10 6-9 2h-1l-4 1-3-1-1 2-2 2-3 4-2 2-5 3-4 1h-7l1 1-3 2 1 2-1 2v2l-5 6v4l-1 4-2 4h-2l-4-1-2-2v-3l-3 2h-3l-3-2-1-2-1-3-2-1v-2l-4-4v-1l-2-2v-4l-4-6 1-2-2-2 1-2v-1l1-5h6l2-7h-5l-6-2v-2h5l3 2 1-3-6-2-1-2-4 2-2-1 1-4-1-2 2-2-4-4 1-2-3-2 2-2-7-5v-2l-9-3-6-1-10 3-8-3v-2l-4-1-1-2 5-2-10-5 1-2 10-2 5-2h4l4-6h-6l-1-3 12-5h5l1-4 7-3 12-2 6 1 6 3 6-4 11 4 3-4-7-4 10-2 31-3Z",AU:"M984 484h1l3 1h3l2-1h1v4l-1 2v2l-2-1-1 3h-3l-2-4v-2l-2-2v-1Zm-22-18-1 1h-2v-1h2Zm-3-71v2l-1-1v-1Zm-19-7 2-1 1 1-2 1Zm39 1-1 1 1 2 1 2v3h1l1-1 1 1 2 2v4l2 2v4l1 1 1 2 2 1v-1l2 2 2 1v1l2 2 1 4 1-1 2 2 1 2 1 1 2 2 1 1 1 1 1 2 1 1v4l1 4v2l-1 1v2l-1 3v2l-1 2v2l-2 1-1 2-1 2-1 1-1 3-1 2-1 4v2l-2 1h-3l-3 2-1 1-3 1-1-1-3-1-3 2-3-1-3-1h-1l-1-1h-1l-3-3v-4l-2-1h-3l1-2v-1l-1-2-1 3h-3l1-1h1v-2l2-2-1-2h-1v2l-3 1-2 3-2-3-1-2-1-1-1-1v-1l-2-1h-1l-1-1h-2l-1-1h-9l-2 2h-7l-3 2-2 1-2 3h-11l-1 1-2 1-2 1-2 1-3-1h-2l-1-1-2-1 1-2h1v-7l-1-3-1-2v-2l-1-3-1-2-1-2-1-3h1l-1-1v-2l2 3v-2l-2-3-1-1 1-3v-3l1-2 1 1 2-2 2-1 1-1 2-2 2 1 3-1 2-1 1-1 1 1 4-2 2-1 1-2 1-2v-2l2-2v-1l2 4 1-2-1-2 3-1v-1l1-2h1v-1l2-1h1v-1h1l1-1 3 1 1 2 4 1 1-1-1-1 1-1v-2h1v-1l1-1 1-1 1-1h4l1-2h1v1h2l1 1h3l2-1 1 2 1-2 2 2-2 1 1 1-2 1v1l-1 1-1 2v1l2 1 2 2h1l2 1 2 1 2 1 1 1 2 1h1l1-1 2-2v-2l1-3v-3l-1-1 1-2v-2l1-2v-3h1l1 1 1 2Z",IN:"m783 253 1 2h1v1h2l1 2h1l1 1-2 1-1 3 2 1 4 2 2 2h6v1l2 1 3 1h6v-1l-1-1 1-3h2v3l3 1h7v-2l-2-1h1l3-1 1-2 2-1 2-1h1l2 1 2-2 1 2 1 2h2v1l-2 2-2 1-3 2v1l-2 2 1 2-2 2v1h-2v3l-1 1v1l-1 1h-1v-3l-1-2-1 1-1 1h-1v-2l1-1 1-1 1-2v-1h-7v-2l-2-1-2-1-1 2 1 1v1l-1 2 2 1-1 2 1 1 1 4v1l-3 1-1-1-2 1-1 1v3l-2 1-2 1-2 1-2 3-2 1-1 1-3 2v1l-1 1h-2l-1 2h-2l-1 2 1 2v5l-1 3-1 1 1 1v3h-2l-1 2v1h-2v1l-1 2-1 1-2-1-1-2-1-2v-1l-1-3-1-1-1-3-2-3v-2l-1-2-1-2v-1l-2-2v-5l-1-3-1-4 1-2-1-2v-4l-1 1-1 1 1 1-1 1-3 1h-1l-2-1-3-3 3-1 1-2-2 1h-1l-2-1-2-3h2v-1h7v-1l-1-3-1-1-1-1v-1l-2-1 1-1 1-2 1-1 1 1 4-1 1-2 2-1 1-3 1-1 1-1 2-2v-2l2-2-2-1-2-2 1-1-1-4 1-1 4 1 3-1 1-1 3-1 1 3 2 1-1 1 1 2 1 1v2h-3Z",ID:"M837 337h3l1 1 1 2 1 1 4 2 2 3 1 1 1-1 1 2h1l1 1 1 2h1l1 1h1l1 1-1 1v1l1 1h2l1 3v1h2l1 1 1 1-1 2 1 4-1 2v1l-1-1h-2v1l-3-3-2-1-2-1-1-2-1-1-3-3v-1l-1-2v-1l-2-3-2-1-1-3-1-2-2-1-1-2-1-2-2-1-3-2-1-2v-1h2l1 1Zm71 45h2l1 2h-2l-2-1h-1v-1Zm16 0-2 2h-2l-1-1 1-1 1-1h1l1-1Zm-26-3-1 1h-1v-1l1-1 1 1Zm19 0-4 1h-2l-3-1 2-1 3 1h3Zm-14-1h2v2h-2l-4 1v-2l1-1 1 1 2-1Zm-8 0v1l-1 1-2-2Zm34-2-1 1h-2l2-1Zm35 2v1l-2-1 1-2h1l1-1 1 1Zm-21-1h-1v-1h2Zm-53-2h-4l1-1h3Zm62-2v1h-1v-2Zm-82-2 1 1h2l1 2h5l1-1h3l1 1h2l1 2h3l2 1-1 2 1 1-4-2-2 1-3-1h-3l-2-1-2-1h-2l-1 1-1-1h-4v-2h-4l2-2v-1l2 1 1-1Zm83-1v2h-1v-2Zm-37-1v-2h1Zm13-7 1 1v1l-1 1-2-1v-1Zm9 0h2l1 2v1l-3-2-1 1-2-1h-2v-1h4Zm-65 0-2 1v-2h1Zm50-4v1h-1v-1Zm32 0h2v1Zm-89 0 1 3h1v1h-2l-1-2-2-1 2-1Zm67 0h-2v-1Zm-88 0h-1v-2l2 2Zm110-3h1v1Zm17 6v20l-3-3h-4l1-2-1-1v-1l-1-2-1-2-3-2h-1l-2-1h-3l-3-2-1-2-2 2-1-1v-1l-1-1 2-2 2 1v-2l-2 1h-2l-1-1-1-1-1-1-1-1 2-1 1-1h2l2 1h2l1 2-1 1v2l3 3h1l3-2v-1h1l1-1 2-1h3l3 2h3Zm-132-12 2 1-1 1-1-1-1-1Zm83 1-1 2h-13v1l-1 1 1 1 1 1v1h1l2-1h1l1-1h2l-1 2-2 2h-2l2 1 2 3-1 1 2 2-2 1-1 1-1-1v-2l-2-1 1-1v-2h-2l-1 1 1 2-1 1 1 2-1 2v1h-2l-1-1 1-3v-2h-2v-3h1v-4l2-2v-3l1-2 1 1 1-2h2v1h5l2 1 1-1 2-2 1 1Zm9 0h1l1-2h1v2h-2l2 2h-3l1 3-1-1v-2h-1v-5l2 1v1l-1 1Zm-31-10v2h-1l1 2 1 2v1l1 1 2 2-1 1-1-1-1 1-1 1v3l-3 3v2l-1 2-1 2-4 2v-2l-2-1v1l-1-1h-4l-1 1v-2h-5l-1-5-1-1h-1v-3l-1-1v-3l1-2h1v1l3 2h4l1-1 1-1 3 1h3l1-2v-1h1l-1-2h2v-3l1-1h4Z",AR:"m355 421 1 1 2 3 2 1 4 1 1 2 3 1 2 1 1 1-1 2-1 1v1l-1 1 4 1 2 1 1-1h1l1-1h1l1-2 1-3h2v5l-1 1-2 1-1 1-2 1-3 4-2 2-1 2v1l-1 3v4h-1v2l1 3 2 2 1 1-1 1 1 1 1 1v2l-2 3v1l-2 1-5 2h-7l-1 1 1 1-1 2v3l-2 1h-2l-3-1h-1v4l2 2h2v1h-1l-2-1-1 1 2 1-2 1-1 1v3l-1 1v1h-1l-3 1-2 3v1l3 3h2l1 1v2l-4 3-2 3v2l-4 2-1 2 1 3 2 3-5-1-6-1-1-1v-3l-1-1h-1l-2-2v-2l3-3 1-2-1-2 1-1 1-1v-2l1-1-1-1 1-2 1-2-1-1 1-1v-1h-1v-2l-1-2 1-1h-1v-3l1-1-1-1v-4l1-1v-2l1-3h1v-8l2-2v-4l2-2v-3h-1v-3l-2-3v-2l2-2v-4h1v-3l2-1 1-3h1l-1-2 1-1-1-2 1-1-1-1 1-2 3-1 1-3v-1l1-2h1l1-1 1 1h3l1 2 1-2h4Zm-18 117v-9l1 2 1 2 2 2 6 3-3 1h-2Z",KZ:"m809 191-1 1-1 1-2 1-1 2v2l-2 2-5-1h-1l-2 6 1 1h-3l-5 1 2 1-1 2 2 4-2 1v2l-2-1-1-1-7-1-6 1-2-2-2 1-1 2h-1l-4-1h-1l-1 2-2 1-1 1-3 1-2 3-1-2h-4l-1-3h-1v-4l-1 1-1-2-1-1h-9l-3-2v-1l-8-4-8 2v13l-1 1-2-3-2-1h-3l-2 2v-4h-2l-2-3-1-2-2-1 1-1h1l2-3h4l1-3v-1l-1-2-2 1-3-1-2 1-2 1h-2v1l-2-1 1-1-2-4h-3l-1-2h-1v-2l1-1v-1l1-3 1-1 3 2h1v-3l2-2 2-1 2-1 2 1 2-1 1 1h2l3 1 1 2 1-1 2 1h1l2-1 2-1 1 1 1-1h2l1 2h3l1-1 2 1 2-1v-2l-3-1-1-1 3-2-1-1 1-1h3v-1l-3-1v-1l1-2 2 1 3-1 4-1h2l1-1h3l5-2h1l2-1 3 1 2-1 2 3-1 2h6l1 1v1h3l6-3 1 2 3 2 3 3 3 5 1 3 3-2 2 2h3l2-1 2 1 1 1 2 1 1 2 3 1 1-1Z",MX:"m251 273-1 3-1 2v9l2 3 2 2v2l2 2h3l1 1h5v-1h5l-1-1 2-1 1-2v-3l2-1 3-1h6v2l-2 2v2l-1 4-1-1-1 1-1 1-1 1h-5l-1 1h-1l2 2 1 1v1h-4l-1 2v3l-2-2-3-3-2-1-1 1v-1l-2 1-3 1-2-1h-2l-2-1h-1l-3-1-1-1-2-1-3-1v-1h-3l-2-1-2-2-3-1-1-2-1-2 1-2v-1l-1-2v-2l-2-1-2-3-3-2-1-2-3-2v-3h-1l-1-1-2-1v-2h-1l-2-2-2-1v-1l-1-3-1-2v-1l-4-2-2-1v3l1 2v1l1 1 2 2v1l2 2 1 2 1 1 1 1 1 1 1 3 1 1 1 2v2h2l2 3v1l-2 1-1-3-3-2-2-2v-2l-1-2-2-1-1-1h-1l-1-1h-2l-1-2 2-1 1-1-1-1-2-3-2-1-1-3-2-3-2-3 8-1-1 1 6 2 6 2h8v-1h6l4 4 2 3h1l2 2 1-1 1-1 1-1h3l2 3 1 2 3 3v1l1 2 3 1 2 1Z",DZ:"m571 236-1 1v7l-2 2v1l1 2 1 1v1l2 2 2 6h-1l1 2 1 2v8h-1v1l1 3 1 2h1l3 1 1 3-8 4-5 4-5 4-5 1-3 1-1-1h1v-2l-3-1h-2l-1-2-1-1-7-5-6-4-5-3-4-3-7-5v-4l3-2 2-1h1v-1h4l1-2 2-1 1-2v-1l3-1 2-1h3l1-1-2-1v-7l-2-1h1l3-2 3-1 2-1 2-1h4l1-1h5l2 1 2-1 2-1 1 1h3Z",CD:"m628 338 1 1 1 1 2-1 1 1 2-1 1 2h1l1 1v4h1l1 1-1 1-3 3v1l-1 1v4l-2 2v1h-1l1 1v4l1 2v1l1 2-1 1 1 2 2 2 1 3-5 1-2 2 1 2v2l-1 3v1l2 2h1l1-1v4l-1-1-1 1-2-3-3-1-1-2v1h-3l-2-1-1-1-2 1v-1l-1-1-1 1h-4v-1l-1-2-1-2v-7h-4v-1h-2l-1 1v2h-3l-3 1-1-2-1-3v-1l-2-1h-12l1-1v-1l1-2h1l1 1 2-2 1 2h1l2-3h1l1-1v-4l1-1 1-2 1-1 2-1v-5l1-2v-1l1-3v-4l2-2h3l1 2h3l3 1 1-2h2l3-1h2l1-1 4 1 1-1Z",NO:"m638 97-5 4v-3l-4-2-4 1-1 1-1 3-2 3-4-2-4 1-3-3-3 1-2 4-4-1-2 3-2-1-3 4 1 2-3 2-3 2v4l-3 4h2l-1 3h-4l-2 3 1 2v6l2 1-2 2 1 2v2l-3 2 1 2-2 1-1-1-4 1-4 4h-4l-4-2 1-4-2 1v-6l-1-1v-4l2-3 2-2h3l-1-1 4-1v-2h4v-2l5-5 3-1v-2l2-2 1-3 5-5v-1l4-2 1-3 5-2v-2l6-2h3l1-2 4-1 1 2 4-4 1-1h3l6-1 4 1 6 4-4 1v2Z",MN:"m898 188-3 8 1 1 3-1 1 1 2-2h2l3 4 1 1-1 1-4-1-3 2h-2l-1 2-2 1h-3l-2 2-1 1-5-1-2 2 2 3-3 1-2 2-3 1h-3l-5 1-4 2h-3v-1l-2 1-2-1-3-1-1-1-5-1-2 1-7-1h-2l-2-2-1-3-2-1-3-2h-7l-2-1v-1l1-2v-2l-1-2-1-1-1-1-2-2h-1l-2-1-2-1v-2l1-1h2l2-1v-1l7-3h7l1 3h8v1l3-2 1-1-2-2 1-2 2-3 5 2 3 1h2l1 3 1 1 3 1 5-1h4l2 2h2v1l2 1h2l3 1h2l1-1 5-1 1-1 3-1h1l2 1h3Z",SA:"m686 262 3 1v1h3l1 3 2 2 1 1 1 2h-1l2 3 1 1 1 1 1 1v1l3 3 8 1 1 2-2 7-4 1-5 2-9 1-2 1-2 3v1h-2l-1-1h-8l-2-1v3l-1 1-1-1-1-1v-1l-2-2-1-2-1-1-1-3-2-1-1-1-2-2v-5l-2-3-1-2h-1l-1-2-1-1-1-2-1-2-2-3-1-2h-2v-2l1-2h3l1-1 1-1 2-1 1-1h1l-3-4 6-1 1-1 3 1 5 3 3 2 5 4 5 1Z",CL:"M342 540h-3v-1h2Zm-8-1h2l2 1v1h-3l-2-2Zm-10-6 2 1h-3l-1-2Zm13-4v9h-5l-3-1 1-1v-2l3-2-1-1 2-2Zm-17-14-1 3h-2v-3l2-2Zm-1-2h-1l-1-2h2Zm5-15h-1v-1l2 1Zm-2-1h-1l1 3h-1l-2-2v-1Zm0-4h-2v-2l1-4 1 1 1 2h-1l1 2Zm20-70v1l-1 3-3 1-1 2 1 1-1 1 1 2-1 1 1 2h-1l-1 3-2 1v3h-1v4l-2 2v2l2 3v3h1v3l-2 2v4l-2 2v8h-1l-1 3v2l-1 1v4l1 1-1 1v3h1l-1 1 1 2v2h1v1l-1 1 1 1-1 2-1 2 1 1-1 1v2l-1 1-1 1 1 2-1 2-3 3v2l2 2h1l1 1v3l1 1 6 1 5 1-3-1-1 1-3 2-1 4h-1l-3-1 1-1 2-1v-1l-3 2h-2l-3-3 1-2-1-1v-2l-3-1v-2l2-3v-5l-1-1v-2l1-2v-1l-4-2 2-1v-1l2-1 1-1h1l1-2 2-1v-1l-2-1 1-2 1-5v-2h-3l-1-2 1-4 1-1v-2l-1-3 1-1-1-1v-2h1l1-2v-1l1-2 1-2 1-3 1-2v-2l1-1-1-3v-5l1-1v-1l-1-3 1-2 1-2 1-4v-2l1-2-1-2 1-3-1-2 1-1 1-4-1-2 1-3-1-5h1l1-2h1v1h1v3l2 2-1 1v2h1l1 3v4Z",ES:"m540 213 1 1 4 1 4 1h1l1 1 4-1v2l-4 2-3 1-4 6v1l2 2-2 1-1 1v2h-2l-1 1-1 1-7 1h-1l-2 1-1 1-1-1-2-2-1-1h-1l-1-1 1-2v-1l1-2-2-2 2-1v-5l2-1-1-2-2 1-2-1-1-1-2 1 1-1-2-3 1-1 4-2 1 1h5l3 1 3-1 2 1h2Zm15 13-1 2-2-2h1Zm-59 39-1 1-1-1Z",IR:"M685 229h1l4-3 1 3h-1l2 2h1l1 2 1 1h2l1 2 2 1h3l6-1-1-2h3l1-1 1-1h2l1-1h2l1 1 3 1h1l1 1 1 1 2 1 1 1h2v6l-2 3v1l1 1-1 1 1 3v3h3v2l-2 2-1 1 2 2 1 1v1l2 1 1 1v2h1v2l-2 1-2 1v1l-1 2h-2l-4-1h-5l-1-1-1-3-2-1h-3l-2 2-3-1-1-1-2-1-1-1h-3l-1-1v-2l-2-2v-1l-2-2h-3l-1 1-2-2v-2h-1l1-3-2-2-2-1h-1v-1l-3-3 1-1v-2l2-1-2-2-1-1-1-4-1-2h-1l1-2-2-4 3-1 2 3Z",ML:"M558 294v8l-1 3-1 1h-7l-1 1-2 1-2-1h-1l-1 1-2 1-1 1h-1l-3 1v2h-1l-1-1-1 1v1h-1l1 2h-2l-1 1v2h-1v2l-1 1-1-2-1 2h-2l-1-1-1 1-1-1v-3h-2v-3l-3 1h-1l-1 1-1-1-1 1v-3l-1-2h-1v-2l-1-2 1-1v-1l1-1 2 2 1-1h15l1-3-1-1-1-6-1-8v-4l-1-8h5l5 3 6 4 7 5 1 1 1 2h2l3 1v2h-1l1 1Z",PE:"M333 366h-3l-3 1-2 1-1 1v1l-1 2 1 1-2 1v1l-1 1 1 2 2 2-1 2h3v1h3l2-1v5h1l2-1 3 5-1 1v4l-1 2v1l1 1-1 1v1l1 1v1l-2 2 1 1h-1l-1 2h-1l-3-2-1-1-1-1-1-1-5-2h-1l-2-2-2-2h-1l-1-2v-2l-2-3-1-1v-1l-1-2v-1l-2-2-1-5-2-2-2-3-1-1-2-1-1-1h1l-1-3v-2l1-2 2-1v2h-1v1h1l2 1 1 1h1l2-4v-1l1-1 4-1 2-1 1-2 1-3v-2l2 1 1 1v1l2 1v1l1 1 1 1h6l3 1-2 4h1Z",JP:"M973 220v3l1 1 1 2v2l-1 1-1 2h-1v5l-1 1v2l1 1-2 1v1l-2 1v-2l-1 1-1 2-1-2-2 2-4-1-1 1 1 1h-1l-1 3h-2l-1-2v-1l1-1-2-1-2 1-3 1h-3v2l-1-1h-3l1-1h1l4-4h4l3-1 2 1 1-1v-1l2-2 2-1 3-1 2-2 1-1 2-5v-4l1-1h2Zm7-10 3 1h1l1 3h-2l-2 1-2 1v2l-5-2-2 1-2-1v1h1l-1 3-1-1v-1l-1-2h1l2-3 2 1 1-4v-4l1-1 2 3Zm-38 37h1l1 2 1 1-1 1-1 4-3 1-1-1 1-1-1-2 2-1-4-2 3-2 1-1Zm10-2h1v2h-1l-1 2-1-1h-1l-1 2h-2v-2l1-2h2l2-1Z",PK:"m781 241-3 1-1 1-3 1-4-1-1 1 1 4-1 1 2 2 2 1-2 2v2l-2 2-1 1-1 1-1 3-2 1-1 2-4 1-1-1-1 1-1 2-1 1 2 1v1l1 1 1 1 1 3v1h-7v1h-2l-1 1-1-2-1-1-1-1v-1l-1-1-2 1h-13l1-2v-1l2-1 2-1v-2h-1v-2l-1-1-2-1v-1l-1-1-2-2 5 1h8l3-1 1-4 2-1h1l1-1 2-1 2 1 1-1v-4h2l1-1-1-2h3v-2l2-2-1-2v-1l1-1 3-2h8l2 1v2l1 1 3 1Z",SD:"M657 285v3l1 2v5l2 1 2 2-1 1-2 1-1 1h-1v2l-2 4 1 3-1 2v1l-1 1-1 1-2 2v3h-1l-1 1v1l-1 2v-2l-3-2v-2l1-2-2 1h-2 1v2l-1 2-1 1-1 1h-2l-2-1h-1l-1 1-1 1-1 1h-2l-1-1h-4l-2-2v-1l-2 1-1 1-1 3-1 1-2-1 1-3-2-2-1-1v-1l-1-1v-3l-2-1 1-2v-1l1-1v-1l1-1v-1l1-2h3v-13h3v-7h28Z",LY:"m621 254-1 1 1 2-1 2 1 3v30h-3v1l-8-3-5-3-6-3-6-3-3 1-2 1-2-1-5-1-1-3-3-1h-1l-1-2-1-3v-1h1v-8l-1-2-1-2h1l1-1 1-1v-2l2-2 2-2v-2l2 1h6l1 1h2l1 3 2 1 4 1 2 1 2 1h3l1-2-1-3 1-1 1-1 4-1h1l3 1 1 1 2 1h2Z",ZA:"m640 422 1 3v2l1 2v4h-3l-1 2v1l1 1 1 1h2v-2h3l-1 5-1 1-2 1-1 2-3 5-5 4-3 3-2 1-2 1h-1l-1 1h-2l-1 1-4-1h-4l-1 1h-2l-2 1-1 1h-2l-2-3h-1v-1l-2-2 1-1v-4l-1-2-2-3-1-2-1-3h1l1-2 1 1v1l2 1h3l2-1v-12h2l1 3-1 2 1 1h3l1-1 2-1v-2l1-1 2 1 3 1 2-1 1-2 2-1 1-1 1-2 2-2 1-1 2-1 2-1h1l2 1Zm-11 21-1 2-1 1 1 2 2 1 1-2 2-1 1-2-2-2Z",CO:"m329 317-2 1-1 1-1 1-1 1v2l-1 2h2v2l1 1v2l1 2h6l2 2h5l1 1-1 2v4l1 2-1 1 2 2 1 3-2-2-1 1h-6v2h2l-3 1v2l1 2 1 2-1 4-1 5-1-1h-1l2-4-3-1h-6l-1-1-1-1v-1l-2-1v-1l-1-1-2-1h-2l-1-1h-3l-1-1-2-1-2-1 1-1v-2h1l2-2 1-2v-6l-1-2 1-1-2-2 1-1h1v-3l1 2v-2l2-1v-1l2-1v-2l1-1 1-2 2 1 1-1h2l2-2h1l1-1 1-1 1 1Z",NE:"m590 282 1 4v1l1 2 1 2v1l-1 9-3 4-3 4v2h-1l-2 1v1l-3-1h-2l-2 1-2 1h-3l-1-1-1-1-3 1-2-1-2-1h-2l-2 1-1 2-1 1v2l-2-2-2 1v1l-1-1v-2l-1 1-2-2v-1l-1-1-2-2 1-1 2-1 1-1h7l1-1 1-3v-8l5-1 5-4 5-4 8-4 5 1 2 1Z",SE:"M618 118h-3l-5 2-1 3 1 2-2 2-5 3-2 2h-2l-1 5-1 1v4l2 1 2 1 1 3-3 2-1 2-3 1v6l-2 4h-3l-2 2v1l-3 1-2-4 1-2-1-1-3-5-1-4 2-1-1-2 3-2v-2l-1-2 2-2-2-1v-6l-1-2 2-3h4l1-3h-2l3-4v-4l3-2 3-2-1-2 3-4 2 1 2-3 4 1 2-4 5 3 2 1 3 2-1 3 2 3-1 1Zm-15 37-1 3-2-2 1-1Z",MM:"M645 436h-3v-7l-1-2v-2l-1-3 3-3v-2l2-3-1-3 1-2v-5l-2-1h-1l-2-1h-3v-3l4-2 5-1 1 1h2v1l1 2-1 2v1l3 2-1-1 1-2h1l1-4-2-3-2-1-1-4 1-2h3l3 1 1-1 2 1 1-2 2 1v-1h2l2-1 2-1v2l-1 1 1 4v5l1 1-1 2-2 2v1l-3 2-3 1-2 1-2 3-3 2-2 2h-1v2l1 1 1 3v2l1 2-1 2v2l-1 1-1 1-4 1-2 1v2h1ZM673 315l-2 3 1 2 2-1 1 1-1 1 1 1 1 1 1 2 1 1 9 3h3l-6 6-3 3h-4l-2 1v1l-3 1h-2l-2-1-2 1-1 2-5-1-3-2h-3l-1-2v-1l-1-1h-1l-1-3-2-2-1-1h-1l-1-1 1-1 2-1v-3l1-2v-1l1-1h1v-3l2-2 1-1 1-1v-1l1-2h1l1-1 1 1 1-2 2 1 1-1 4 1 1 1 2 2 1 1ZM614 320h-1l-2 1v1l-2 1-1 1-1 1-4 1v1l-2 2h-3l-2 1h-4v-1l-1-2-3-2-1-1 1-1h4l-1-2v-4l-1-2-1-1-1-1-2-2v-2l3-4 3-4 1-9v-1l-1-2-1-2v-1l-1-4 3-1 6 3 6 3 5 3 8 3v12h-3l-1 2v1l-1 1v1l-1 1v1l-1 2 2 1v3l1 1ZM582 371l-1-3 1-1h3-1l-1 2v1Zm36 15v5l-1 2h-5v11l4 3-6 1h-6l-2-1-1-1h-14l-1-1h-1l-2 1h-2v-5l1-3 1-4 1-2 2-1 1-2v-2l-2-4-1-2 1-2 1-1-2-3v-1l-1-1-1-1 3-1h9l2 1v1l1 3 1 2 3-1h3v-2l1-1h2v1h4v7l1 2 1 2v1h4ZM851 287l-1 1-1 1-1 2-1-1-1 1-1 1h-3l-1 1v3h-1l1 3 2 2 1 2-1 3-1 1v1l3 3v3l1 1 1 2-2 2-1 2v1l-1-1 1-1v-2l-1-5-1-2-1-3v-3l-1-1 1-1h-1l-1-2-1 1-3 2-1 1h-2l-1-2-1 1 1-5v-2l-1-2h-1l1-2-2-1-1-1-1-1-1-1-1-1 1-1v-2h1l1-1v-1l1-1v-3h2v-1l2-2-1-2 2-2v-1l3-2 2-1 2-2v-2l2 2 1 2 1-1v6l-2 2h-1l-1 2 1 2h3v3h2v2l-1 1h3v2Z",BO:"M616 407h5l-2 1-3 2v-2l-7 1v8l-1 4h-3v21l-2 1h-3l-2-1v-1l-1-1-1 2h-1l-2-2-2-2-1-3v-5l-1-2v-5l-1-2-1-1-1-3-1-2-2-4-1-1-1-2v-2h2l2-1h1l1 1h14l1 1 2 1h6ZM369 415v-1l-3-2h-3l-5 1v2l-2 1v2l-1 3h-4l-1 2-1-2h-3l-1-1-1 1h-1l-1 2h-3v-4l-1-3h-1v-2l1-1-2-2v-3h-1v-1l-1-1 2-2v-1l-1-1v-1l1-1-1-1v-1l1-2v-4l1-1-3-5 4 1 1-1 1-1 3-2h4v4l1 2 2 1v1h2l2 1 1 1h2l1 1h2l2 1v3l1 5h5v3l2 1 1 2-1 3-1 2Z",VE:"m363 327 1 1-1 1h-1l-1 1 1 2-2 1v1l-1 1 2 2 1 1-2 1-3 2h-2l-1 1-1-1h-3l1 1v4h2l-2 1v1l-3 2h-2l-1 1h-1l-1-2-1-3-2-2 1-1-1-2v-4l1-2-1-1h-5l-2-2h-6l-1-2v-2l-1-1v-2h-2l1-2v-2l1-1 1-1 1-1 2-1-2 1 1 3-1 2 1 3 1-1h1v-1l-1-2-1-2h1l3-2v-1l1-1 1 2h3l1 1v2h6l2 1h3l3-1 3-1v1l1 1 5 3h-1l-1 3 2-1Z",MR:"m508 308-2-1-1-2-1-1h-1l-1-2h-3l-1 1h-2l-1 1v1-2l1-4v-4l-1-1 1-2v-1l-1-1-2-1 1-2h12l-1-3 1-2 1-1h2v-8h10v-5l7 5 4 3h-5l1 8v4l1 8 1 6 1 1-1 3h-15l-1 1-2-2-1 1v1ZM760 217l-1 1-2 1 2 2h2l1-1 3 2h1l-4 3-2-1-2-1 1-1-1-1-2 2h-1v1h-2l-1 3-2-1-1 2 1 1h1v1l1 2-2 2v1h-2l-2-1 1-2-3-1-5-2-4-3-3-5h-4l-1-1v-2l-1-1h-1l-3-2h-1l-1 2h-1l-2 1 1 3-4-1v-13l8-2 8 4v1l3 2h9l1 1 1 2 1-1v4h1l1 3h4l1 2 2-3 3-1 1-1Z",UA:"M661 199h-2l-1 1-3 1h-2l-2 1v2l2 2 2-1v2l-2-1-2 2h-1l-2 1h-2l1-3-4-1 4-2-1-1-3 1-1-1v-2l-4 1-2 3h-1v2l-2-1-1 1-2-1 3-2v-2l2 1v-2l-1-2h-1v-2l-5-2h-2l-2 1-4 2-5-2-1 1-2-2 1-3 1-2 3-3 1-2-2-2 3-2h4l4 1h6l1 1 3-1 2-2h2l2-1h4l2 3v1l3 1v2l3 2 3-1 2 2 1-1 3 1 1 1 1 2-1 1 1 3-1 1h-2l-2 1Z",SO:"m671 358-2-2v-11l1-2 2-2 3-1v-1l2-1h4l3-3 6-6h-3l-9-3-1-1-1-2-1-1-1-1 1-1 1-2 2 2 1 1h2l3-1h2l3-1h4l4-1 2-1h1v4l-1 1v2l-1 2-1 2-3 4v2l-2 2-2 3-3 4-3 3-3 2-2 1-2 2-5 5Z",FR:"m563 189 1 1 1 1h3l2 1-2 3v2l-2 1-3 3 2 1 1 1 1 2-2 1 1 2v2h2v1h-1v1l-2 2h-1l-3-1h-2l-2-1-2 2-1 1 1 1-4 1-1-1h-1l-4-1-4-1-1-1 1-1v-4l1-4v-2l-2-1-1-2-4-2-3-1-1-1 1-1-1-1 4-1 2 1h4l-2-4h2l1 1h3l1-1 3-1 1-2v-1l1-1 2-1 1 2 4 2 2 1Zm11 26v2l-1 3-1-1-1-3Z",NZ:"m1069 486 2-1h2l-1 1 1 1-3 3-1 2-1 1 1 2h-2l-3 1-1 3-1 3-3 3h-4l-1-1h-4v-3l1-2 2-1 2-2h1l3-2 2-2h1l2-2v-3l2-1v-2l2-1 1 1Zm1-23 1 1h2v2l1 2v2h2v-1l2 1v3l4 1 2-2 2 1-1 3h-1v2h-2l-1 1v1l-1 2-2 3-2 2-2-1 1-3 1-1-1-1-3-2-1-1 3-1 1-4-1-1v-2h-1v-1l-1-1-3-4Z",AF:"m772 235-1 1h-6l-3 2-1 1v1l1 2-2 2v2h-3l1 2-1 1h-2v4l-1 1-2-1-2 1-1 1h-1l-2 1-1 4-3 1h-8l-5-1 1-1 2-2v-2h-3v-3l-1-3 1-1-1-1v-1l2-3v-3l5 2 1-1v-1l2-1 2-1 1-3h2l1-1h2l2 1h2l1 1 3-1h1v-1l3-1v-1l2-1h1l1 1-1 3 1 2 4-2 1-1 1 1 2-1Z",IT:"m574 222 1 1-1 5h-2v1l-2-1 1-4-1-1 3-2Zm18 9-1 3v3l-2-1-6-3 2-1h5Zm-6-30v1l1 3-2-1-3 1 1 2-1 1 1 2 3 2 1 3 3 3h3v2l4 1 2 2 2 2h-1l-1-1-3-1-1 3 2 1v2l-2 1v1l-1 1h-1v-2h1v-3l-1-2-3-1v-1l-2-1-1-1h-2l-2-1-3-3-3-3-2-4-3-1-3 2h-1v-1h-2v-2l-1-2 2-1-1-2h3l2-1 1 2 1-2h2l2-2h1l1-1 3 1h1Zm-3 10Z",PG:"M1008 367h-1v-2l2 1Zm9 6-1 1-1-1v-1l-1-1v-1l2 2h1Zm-12-7h1v1l-1 1 1 1-1 1h-1l-1 1-3 1h-2l-1-1v1l-3-1v-1h6l2-1 1-1h1v-2Zm-33 15v-20l4 1 2 1h2l1 2h1l2 1h1l1 2 1 2h1l2 1h1l2 1v1h-3v1l1 1 1 2 1 1 1 1 1 2h2v1l1 1h1l2 1v1h-3l-6-1-3-4-2-2-3-1-1-1-3 2h-2l1 2-2 1h-5Z",PH:"M927 325v1l1 3v2l-1 2-1-2-1 1v4l-3-1-1-1-1-2 1-1-1-1-1-1v2l-3-1-1 2v-3l2-1 2-1 2 1 1-1h1v-1l2-1v-2Zm-5-2v1h-2v-1l1-1 1 1Zm-4 3-2-2v-1l1-1v-2h2l-1 3v2Zm1-2v-1l1-2v1l-1 1Zm-19 3 2-2h1l2-3 1-1v-1h1v1l-1 1-1 1-1 2-2 1Zm22-8 1-1 1 2v3l-1-1v-2h-1Zm-6-1h2l-1 1v1l-2 1-1-1 1-2Zm8-3 1 1v3h-1l-1-2-1-1-1-1Zm-14-3h2l1 1v2l-1 1-1-1v-1l-1-1Zm2-16 2 1h1v3l1 1-1 3h-2v4l1 2 2-1 1 1 1 1 1-1 1 1-1 1 2 1v2l-3-2v-1l-2-1v1l-2-1-2 1-2-2 1-1v-1h-2l-1-5 1 1h1l-1-1 1-2-1-2 1-3Z",TZ:"m648 356 2 1 5 3 4 2v2l5 3-1 4v1l2 2v1l-1 1v3l1 4 3 2-2 1-2 1h-2v1l-2-1-1 2-2-1-1 1-3-1h-2l-1-1v-3l-1-1-4-1-2-1h-1l-2-2h-1l-1-1-1-3-2-2-1-2 1-1-1-2v-1h1l1-2 1-1 1-1-1-1 1-2v-2l-1-2h5Z",TH:"M848 291h1v1l1 1h1l1 2-1 2v3l3-3 2 1h1l1-1h2l2 3v2l1 2h1l1 1-1 1v3h-7l-1 2-1 1v2l1 1v1l1 1h-1l-3-3-1 1-2-1 1-2h-3v4l-1 2-1 2-1 2v1l1 2h1l1 2 1 1v2l1 1 1 1h1l2 2-1 1h-1v1l-1-2-2-1-1 1-1-2-2-3-2-1-1-1 1-2 1-3v-1l1-2 2-2-1-2-1-1v-3l-3-3v-1l1-1 1-3-1-2-2-2-1-3h1v-3l1-1h3l1-1 1-1Z",EG:"m649 255 2 6-1 1-1 4v1l-2-1-1-2-1-1-1-2v2l1 1 2 2v1l1 2v1l2 4 2 3 1 2v3l2 1 2 2h-36v-23l-1-3 1-2-1-2 1-1h2l5 1 2 1h1l2 1 2-1 2-1h1l1-1 3 2h5Z",TR:"M671 220h3l1-1 2 2v2l1 2h1l2 1-3 1 2 4-1 2h1l1 2-2 1v-1h-2l-2-1-2 1h-5l-2 1-2 1h-2l-1-1-3 1-2-1-2 4v-1l-1-1 2-1-1-1-1 1-3-1-3 3h-4l-1-2-2-1h-2l-1 2-2 1-2-1v-1l-2-1h-3l-1-3v-1l-1-1v-1l1-1-1-1-2-1v-2l2-1h5l3-2v-1h6v-1l3-1 3-1h4l2 1h2l2 2 5 1 3-1 3 1 2-1Zm-41-2 1 2 2 1-1 1-2-1-2 1v1h-4l2-3-1-1 1-1h2Z",NG:"m586 311 2 2v2l1 1v2l-2 1-1 2-1 2v1h-1v2l-1 1-2 3v1l-1 2-1 1-1-1-1-1h-1l-4 3v2l-1 2h-4l-2 1h-2l-1-1-1-3-1-1-2-1h-5v-8l1-1 1-2h1v-1l1-1-1-2v-4l1-1 1-2 2-1h2l2 1 2 1 3-1 1 1 1 1h3l2-1 2-1h2l3 1v-1l2-1Z",ZM:"m645 382 1 1 1 2-1 1v5h-1v2l-1 2 1 1h1l-5 1-4 2v2h-2l-2 1-1 2-2 1-3 3h-4l-2-1h-5l-4-3v-11h5l1-2v-5l1 1v1l2-1 1 1 2 1h3v-1l1 2 3 1 2 3 1-1 1 1v-4l-1 1h-1l-2-2v-1l1-3v-2l-1-2 2-2 5-1 1 1h1l2 2h1Z",MY:"m854 334 3 2 1 2v6l1 1 2 4h-2l-3-2-4-3v-1l-2-2v-2l-1-3v-1l-1-1 1-1 2 1 1 2v-1h1Zm47 6h-5l-1 1v3h-2l1 2h-1v1l-1 2h-3l-3-1-1 1-1 1h-4l-3-2v-1l1 1h4v-2l1-2h3l1-1 3-3v-1l2 2 1-1-1-1 1-1h2l-1-1 2-1 1-2 1-1h3v2h2l1 1 2 1v1h-3l1 2Z",FI:"m633 101-2 3 3 2 2 3-3 3 3 4-1 6 1 1v2l1 2-1 1 3 3 1 1v2l-5 4-6 5-6 1-6 2-3-1-1-1-3-1v-5l-1-2v-3l3-4 3-2 4-4 3-1v-3l-4-1-1-4 1-1-2-3 1-3-3-2-2-1-5-3 3-1 3 3 4-1 4 2 2-3 1-3 1-1 4-1 4 2Z",VN:"m872 287-2 1-2 1v2l-2 1-1 3 1 1 1 2v1l3 2 2 2 2 3 1 2 1 3v6l-2 2-1 1-3 1h-2v3l-4 1v1l-1 1-1-1v-2l1-2h-1l-1-1h1l2-1h2v-1l-1-1h2v-1l2-1 2-1-1-2 1-1-1-2 1-2v-1l-1-2v-1l-2-1-1-2-2-2-1-2h-1v-1l-1-1-2-1v-1h2l1-1-1-1v-1l-2-1h-3l-1-1 1-1-3-3 1-1 2 1 1-1h3l1-1h1l1-1 1 1h3v3l2 2Z",TM:"M746 234h-2l-1 1h-2l-1 3-2 1-2 1v1l-1 1-5-2v-3h-2l-1-1-2-1-1-1-1-1h-1l-3-1-1-1h-2l-1 1h-2l-1 1-1 1h-3v-5l-1-1-1-1 1-1v-1h-2v-1l1-2 2 1 3-1-1-1-1-1-1-2h-3l-1 1 2-2h3l2 1 2 3 1-1 4 1-1-3 2-1h1l1-2h1l3 2h1l1 1v2l1 1h4l3 5 4 3 5 2 3 1Z",EC:"m269 353 1 2v1l-2-2Zm48 0v2l-1 3-1 2-2 1-4 1-1 1v1l-2 4h-1l-1-1-2-1h-1v-1h1v-2l1-1 1-1h-3l-1-1v-4h1v-2l1-1 1-1v-1l1-1 2-1 2 1 2 1 1 1h3l1 1Z",MA:"m538 242 2 1v7l2 1-1 1h-3l-2 1-3 1v1l-1 2-2 1-1 2h-4v1h-1l-2 1-3 2v3h-14l1-1h3l1-1 1-1 2-1 3-4v-1l-1-1v-2l2-3v-1l2-2 5-3 2-3 1-3 2-1 1 2 2 1h4Z",MG:"m695 391 1 2 1 3v2l1 2-1 2-1-2-1 1 1 2-1 3v2l-3 8-1 3-1 3-1 5-1 3-2 1h-1l-2 1h-1l-1-1h-2l-1-1-1-2v-2l-1-2v-3l1-2 1-1 1-4 1-1-1-1v-2l-1-1v-3l1-2 1-1 1-1h2v-1h2l1-1 4-3v-1l3-3v-2l1-1Z",KE:"m672 341-2 2-1 2v11l2 2-2 1-1 2h-1l-1 2-1 4h-1l-5-3v-2l-4-2-5-3-2-1v-3l1-3 1-1 1-1v-1l-1-2-1-2v-1h-1v-2l4-4 1 1v1l1 2h3l3 2 5 1 1-2 2-1 2 1Z",IQ:"m681 235 1 4 1 1 2 2-2 1v2l-1 1 3 3v1h1l2 1 2 2-1 3h1v2l2 2-2-1h-1l-1 1-1 1-1 1-1 1-5-1-5-4-3-2-5-3-3-1-2-4 6-3h1l1-2v-6h2l1-2 2-1 2 1h2v1Z",PY:"m369 415 1 3-1 3 4 1 1-1 2 1v1l1 4h4l-1 4v1l-1 3-1 2h-1l-1 1h-1l-1 1-2-1-4-1 1-1v-1l1-1 1-2-1-1-2-1-3-1-1-2-4-1-2-1-2-3-1-1 1-3v-2l2-1v-2l5-1h3l3 2Z",GB:"m526.17 171.05-3.44-.14-2.31-1.22 2.72-2.84 3.3-.53 2 3.01-.42.95Zm9.41-18.98-2.66 2.45 1.78 1.1 4.02.03.9.9-2.65 5.09-1.6 1.02 3.13.75 1.49 1.42 1.1 3.36 1.88 1.13 1.4 2 2.32 4.36 3.33.87-.3 2.72-1.83 1.13-.81 1.7 2.2.09-1.37 1.75-2.29.65-5.21.06-3.12.52-2.6-.06-1.18 1.6-1.14-.64-3.54.57 2.3-2.1 1.19-1.65 3.19-.07-3.8-2.16-1.55.47-.57-1.5 2.14-.81 1.22-1.4-.4-2.77 3.17-.86.42-1.26-3.12-4.37-3.57-.32 1.26-2.38-1.6-2.16-1.1-.54.66-1.97-1.65-.39 1.14-2.7-.78-.9 1.46-3.5 1.88-1.2Z"};var g={tooltip:"_tooltip_1bizk_1",base:"_base_1bizk_6"};var z=({tooltips:i,translate:l,children:v})=>{let{data:r}=Z(),d=x(),o=Object.fromEntries(r.map(a=>[a.id??a.name,a]));return p.createElement(p.Fragment,null,p.createElement("svg",{id:d,viewBox:"0 0 1090 539",className:"w-auto h-full aspect-[1090/539] group",preserveAspectRatio:"none",transform:`translate(${l?.x??0}, ${l?.y??0}) scale(${1+(l?.scale??0)/85})`},Object.entries(n).map(([a,_],e)=>p.createElement("path",{key:e,d:_,fill:typeof o[a]?.fill=="string"?o[a].fill:"#2c2c2c",stroke:o[a]?.stroke??"white",strokeWidth:.5,"data-iso":a,className:"hover:stroke-white hover:stroke-[1.5]"}))),Object.entries(n).map(([a,_],e)=>{let{x:b,y:k}=f.center(_);return p.createElement(c,{key:e,target:{side:"bottom",alignment:"center"},style:{left:m.scale(b,1090,100)+"%",top:m.scale(k,539,100)+"%"},border:"rgb(45, 45, 45)",className:s("!bg-gradient-to-r !from-[#015dc6] !to-[#a00766] pointer-events-none",g.tooltip),"data-iso":a},p.createElement("div",null,i?.[a]?i[a]:a))}),v)};z.context=(i,l)=>({...i,attributes:{...i.attributes,className:s(i.attributes.className,"ratio-[1090/539]",g.base)}});export{z as Worldmap};
|
|
1
|
+
import{a as c}from"../chunk-BYV3TGBM.js";import{a as _}from"../chunk-VIFX3JFV.js";import{a as n}from"../chunk-M6F6RZND.js";import{a as t,d as f}from"../chunk-Q2EJRTJX.js";t();import e,{useId as z}from"react";t();t();var h={base:"_base_17xbr_2",inner:"_inner_17xbr_8","inner--center-top":"_inner--center-top_17xbr_17","inner--left-top":"_inner--left-top_17xbr_25","inner--right-top":"_inner--right-top_17xbr_33","inner--left-middle":"_inner--left-middle_17xbr_41","inner--left-bottom":"_inner--left-bottom_17xbr_49","inner--right-bottom":"_inner--right-bottom_17xbr_57","inner--bottom-center":"_inner--bottom-center_17xbr_65","inner--right-middle":"_inner--right-middle_17xbr_73","inner--top":"_inner--top_17xbr_81","inner--bottom":"_inner--bottom_17xbr_65","inner--left":"_inner--left_17xbr_25","inner--right":"_inner--right_17xbr_33",title:"_title_17xbr_94",description:"_description_17xbr_103",triangle:"_triangle_17xbr_110","triangle--top-left":"_triangle--top-left_17xbr_118","triangle--top-right":"_triangle--top-right_17xbr_123","triangle--top-center":"_triangle--top-center_17xbr_128","triangle--bottom-left":"_triangle--bottom-left_17xbr_134","triangle--bottom-right":"_triangle--bottom-right_17xbr_139","triangle--bottom-center":"_triangle--bottom-center_17xbr_144"};import*as i from"react";var x=({ref:o,target:{side:l,alignment:v},border:b,children:k,...s})=>{let a=(()=>{if(v==="left")return"translate(-10%, 0)";if(v==="right")return"translate(10%, 0)";if(v==="top")return"translate(0, -10%)";if(v==="bottom")return"translate(0, 10%)"})(),p=(()=>{if(l==="top"&&v==="center")return h.innerTopCenter;if(l==="top"&&v==="left")return h.innerTopLeft;if(l==="top"&&v==="right")return h.innerTopRight;if(l==="bottom"&&v==="center")return h.innerBottomCenter;if(l==="bottom"&&v==="left")return h.innerBottomLeft;if(l==="bottom"&&v==="right")return h.innerBottomRight;if(l==="left"&&v==="center")return h.innerLeftCenter;if(l==="left"&&v==="top")return h.innerLeftTop;if(l==="left"&&v==="bottom")return h.innerLeftBottom;if(l==="right"&&v==="center")return h.innerRightCenter;if(l==="right"&&v==="top")return h.innerRightTop;if(l==="right"&&v==="bottom")return h.innerRightBottom})(),r=(()=>{let m={lefttop:i.createElement("path",{d:"M 30 0 L 60 30"}),righttop:i.createElement("path",{d:"M 0 30 L 30 0"}),centertop:i.createElement("path",{d:"M 0 30 L 30 0 L 60 30"}),leftbottom:i.createElement("path",{d:"M 30 30 L 60 0"}),rightbottom:i.createElement("path",{d:"M 0 0 L 30 30"}),centerbottom:i.createElement("path",{d:"M 0 0 L 30 30 L 60 0"})};return i.createElement("svg",{viewBox:"0 0 60 30",stroke:b,className:_(h.triangle,{[h.triangleBottom]:l==="bottom",[h.triangleTopLeft]:v==="left"&&l==="top",[h.triangleTopRight]:v==="right"&&l==="top",[h.triangleTopCenter]:v==="center"&&l==="top",[h.triangleBottomLeft]:v==="left"&&l==="bottom",[h.triangleBottomRight]:v==="right"&&l==="bottom",[h.triangleBottomCenter]:v==="center"&&l==="bottom"})},m[`${v}${l}`])})(),d=(()=>{if(l==="top")return h.innerTop;if(l==="bottom")return h.innerBottom;if(l==="right")return h.innerRight;if(l==="left")return h.innerLeft;if(v==="left"&&l==="center")return h.innerLeftMiddle;if(v==="right"&&l==="center")return h.innerRightMiddle})();return i.createElement("div",{ref:o,...s,style:{pointerEvents:"none",transform:a,...s.style,border:`1px solid ${b}`},className:_(h.base,p,s.className)},i.createElement("div",{className:_(h.inner,d,p)},k,r))};t();var g={GF:"m389 341-1 1-3 4h-3l-1 1-1-1 1-1v-1l1-2-2-1v-3l1-1 1-1h1l2 1 2 1 1 1Z",MT:"m589.1 239.66-.39.1-.25-.17.29-.3Z","??":"M1050 398v1h1v1l-1 1v-1l-1-2Zm2 4 1 1-1 1ZM367 524l1 1 1-1 1 1-3 1-1 1-1-1 1-1Zm-5 0h4l-2 2Z","???":"m924 382-1-2 1-1h4l1 1h-1l-3 1ZM642 433v5h-2l-1-1-1-1v-1l1-2h1ZM610 217h-1l-2 1v-1l-1-1 1-1 2-1 1 1h1ZM649 255v-1Zm3 0-1-1v-2l1-1h1v3Z",BN:"m893 338-1 1 1 1-1 1-2-2h1l2-1h1Z",PR:"M345 297h1l-1 1h-3v-2Z",LU:"m564 187 1 1-1 2-1-1-1-1Z",BW:"m695 391 1 2 1 3v2l1 2-1 2-1-2-1 1 1 2-1 3v2l-3 8-1 3-1 3-1 5-1 3-2 1h-1l-2 1h-1l-1-1h-2l-1-1-1-2v-2l-1-2v-3l1-2 1-1 1-4 1-1-1-1v-2l-1-1v-3l1-2 1-1 1-1h2v-1h2l1-1 4-3v-1l3-3v-2l1-1ZM648 324v3l-2 1-1 1 1 1h1l1 1 2 2 1 3h1l-4 4-2 2h-8l-1-1h-1l-1-2-2 1-1-1-2 1-1-1-1-1-1-2-2-1v-2l-2-1-1-1-1-1-1-2h-1l-1-1 1-1 1-3 1-1 2-1v1l2 2h4l1 1h2l1-1 1-1 1-1h1l2 1h2l1-1 1-1 1-2v-2h-1 2l2-1-1 2v2l3 2ZM592 330l-1 1-1 3-1 1 1 4v1l1 1 2 3h1v4l-1-1h-8v-1h-10v-3l-1-2h-2v-1l-1-1 1-2v-2l4-3h1l1 1 1 1 1-1 1-2v-1l2-3 1-1v-2h1v-1l1-2 1-2 2-1v-2l-1-1v-2l1 1 1 1 1 2v4l1 2h-4l-1 1 1 1 3 2 1 2ZM621 407v1l2 2 1 3 2 1 1 1 1 1h1v2l1 1 3 1 1 1-2 1-2 1-1 1-2 2-1 2-1 1-2 1-1 2-2 1-3-1-2-1-1 1v2l-2 1-1 1h-3l-1-1 1-2-1-3h-2v-9h3l1-4v-8l7-1v2l3-2Z",CF:"m645 382 1 1 1 2-1 1v5h-1v2l-1 2 1 1h1l-5 1-4 2v2h-2l-2 1-1 2-2 1-3 3h-4l-2-1h-5l-4-3v-11h5l1-2v-5l1 1v1l2-1 1 1 2 1h3v-1l1 2 3 1 2 3 1-1 1 1v-4l-1 1h-1l-2-2v-1l1-3v-2l-1-2 2-2 5-1 1 1h1l2 2h1ZM614 320l1 1 2 2-1 3 2 1 1 1h1l1 2 1 1 1 1 2 1v2l2 1 1 2-1-1-1 1-4-1-1 1h-2l-3 1h-2l-1 2-3-1h-3l-1-2h-3l-2 2v3l-1-1h-5v2l-1 2v-2h-1l-2-3-1-1v-1l-1-4 1-1 1-3 1-1h4l2-1h3l2-2v-1l4-1 1-1 1-1 2-1v-1l2-1Z",DE:"m574 168 2 2 4 2 2-1 1-2 1 1 3 2 1 1 1 1-1 2 1 1 1 2-1 1 1 3v1h-1l-6 2-1 1 1 3 4 2-1 2-2 1-1 2h-3l-1 1-2-1-1 1-2-1-3-1-3 1v-2l2-3-2-1h-3l-1-1 1-2-1-1v-1l-1-1v-1l1-2-1-1 2-1 1-2 1-4v-1h4l1-1v-3l-1-1Z",YE:"m706 302-3 1v2l-2 1-3 1-1 1h-3l-2 2h-2l-1 1-2 1h-4l-2 2h-1l-2 1-1-1-1-1v-1l-1-2v-1l-1-4 1-2 1-1v-3l2 1h8l1 1h2v-1l2-3 2-1 9-1 3 5Z",OM:"M716 276v1l2 2 4 1 4 5-1 2-2 1-1 2-2 1v4h-2l-1 1-1 1-1 1h-2l-1 3h-3l-2 1h-1l-1-2-3-5 5-2 4-1 2-7-1-2v-1l2-4v-2l1 1Z",CG:"M601 343v1l-1 3v1l-1 2v5l-2 1-1 1-1 2-1 1v4l-1 1h-1l-2 3h-1l-1-2-2 2-1-1h-3l-1 1v-1l-2-2 1-1 1-1-1-1v-2h3v-1h1v1h3l1 1 1-2v-4l-2-1v-2l1-1h1l-1-2h-3v-2h8l1 1v-2l1-2v-2h5ZM854 284l3 3-1 1 1 1h3l2 1v1l1 1-1 1h-2v1l2 1 1 1v1h1l1 2 2 2 1 2 2 1v1l1 2v1l-3 1h-2v2l-3-2h1v-3l1-1-1-1h-1l-1-2v-2l-2-3h-2l-1 1h-1l-2-1-3 3v-3l1-2-1-2h-1l-1-1v-1h-1l1-2 1-1 1-1v1h2v-2l-1-1 1-1ZM608 33l5-1 13 2 1 2-4 3-5 2-10-2-6-2-1-2Zm-12 3 5 2 2 3h4l3 3-5 1-4 3-5 10-8-4 2-3-4-3-5-4-3-7h6l2 2 7-2Zm14 9 5 4h3l-1 3h-5l-2-3-4-4Z",PL:"M604 170h10l2 1v1l1 3v2l-2 2h2l-1 3 2 2-1 2-3 3-1 2-2-1h-4l-2 1-1-2-2 1-1-2h-2l-2-2-1 1-3-2-3-1v-1l-1-3 1-1-1-2-1-1 1-2-1-1v-1l6-2 1-1 2-1h3l2 2Z",EH:"M519 267v6h-10v8h-2l-1 1-1 2 1 3h-12l-1 2 1-3 1-2 1-2 2-3 1-2 1-1v-2l1-2 3-2 1-3ZM640 422h-3l-2-1h-1l-1-1-3-1-1-1v-2h-1l-1-1-1-1-2-1-1-3-2-2v-1l2 1h4l3-3 2-1 1-2 2-1h2v1h3l2 1h1l2 1v5l-1 2 1 3-2 3v2ZM630 162l2 1h2v1h3l2 1v4l1 2h1l3 3-2 1h-2l1 3v1h-2l-2 2-3 1-1-1h-6l-4-1h-4l-3 2 1-3h-2l2-2v-2l-1-3h4l2-2 1-2 1-1 2-3h2Z",GR:"M617 241h3l2 1h1l-3 1-1-1h-3Zm7-18-3-1h-2l-2 1v1h-1l-2-1-1 2 1 1 1 3v1l3 1-2 1h-1v3l-1-1 1 2h-3l-2-1v-1l-1-2 1-1h1l3 1-1-1h-4l-1-2-2-1v-2l2-1 1-2-1-1h2l1-1h3v-1h4l3 1 3-1 1-1 1 1Zm-8 6 2 1-1 1-2-2Z",KG:"m546 308-1 1 2 2 1 1v1l2 2 1-1v2l1 1-1 1h-2l-1 2-3-1-2 1h-7v1h1v3l-2-1h-2l-2 1-1-1v-1l-2-1v-2h1v-2l1-1h2l-1-2h1v-1l1-1 1 1h1v-2l3-1h1l1-1 2-1 1-1h1ZM788 217v1l-3 1-3 1v1l-4 1-1 1-2 1-1-1h-2l-2 2h-1v2h-6l-1 1-1-1h-5l-1-1 1-1 1-1 1 1 2-1 2 1 4-3h-1l-3-2-1 1h-2l-2-2 2-1 1-1 1-2h1l4 1h1l1-2 2-1 2 2 6-1 7 1 1 1Z",RO:"m630 205 2 1 1-1 2 1-1 1-1 1-1 1v3l-5-2-3 1-2 1-7-1-1-1-4-3v-1l-2-1v-1l-2-1 3-1 3-6h2l1-1 5 2 4-2 2-1 1 1 1 2 2 2 1 2-1 2Z",GN:"M511 315v2l1-1 1 1 1-1h1l3-1v3h2v3l1 1-1 1v1h1v3l-1 3h-1l-1 1h-1l-1-1h1l-1-2-1-1h-2v-2l-2-2h-4l-1 2-1 1-1-3-3-1-1-2h-1l2-2 2-1v-3l2 1 3 1Z",GY:"m528 321 2 1v1l1 1 2-1h2l2 1v5l-1 2-1 1v2l2 3-1 1-3-1-5 1-4 1-2 1v-2l1-1-1-2h-1v-1l-2-1 1-1-1-2h1l1-3v-3h-1v-1l1-1 1-1 1 1h2l1-2 1 2ZM662 298l1 2 1 2v2l1 2h1l1 1 3 1 1 2 2 2 2 2h1l-2 1h-1l-2-2-1-1-2-2-1-1-4-1-1 1-2-1-1 2-1-1-1 1h-1l-1-3 2-4v-2h1l1-1 2-1ZM372 336l-1 2h-1l-1 2 1 2 1 1 1 1 1 3h1-2l-1 1h-3v1h-2l-2-2v-1l-1-1 1-3 1-1-1-2h-1v-2h-2l-2-2 1-1v-1l2-1-1-2 1-1h1l1-1-1-1 3 2 1 1 1 2h1l3 3ZM585 347v2h3l1 2h-1l-1 1v2l2 1v4l-1 2-1-1h-3v-1h-1v1h-3v2l1 1-1 1-1 1-3-3-2-2-1-1v-1l-1-1v-2l1-1 1-4h5v-4h6ZM295 287h-1l-1-1h2Zm2-5h6l2 2h2l2 2h1l3 2h3v1l2 1 2 1-2 1h-8l1-1v-1l-2-1-2-1v-1h-2l-3-1-1-1h-4v-2h-3l-1 2h-3v-1l1-1 2-1h3ZM940 216l1 1h-1l-2 2v3l-5 3-2 1v2h1l2 2-1 1h-3l-2 2h-3l-1-1h-1l1-2 1-2v-1l-3-1v-1l1-2 3-1 3-3 1 1h3v-2h2l2-2h1v-2l1 1Z",IS:"m498 116 2 1v1l4 1-1 4-3 2-4 1-1 1-4 1-2 2-5-1-5-3v-2l-3-2 2-3h-6l1-2 4-2 3 3 1 2 2-2v-1l5-1h6l3-2Z",SY:"m673 235-1 2h-2v6l-1 2h-1l-6 3-6 4-1-1-2-1 1-2v-1l2-2-1-1h-1v-2l-1-1 1-2v1l2-4 2 1 3-1 1 1h2l2-1 2-1h5ZM760 224l-2 1-1-1-1 1-1 1 1 1h5l1 1 1-1h5v3h3l1 5-2-1-2 1-1-1-1 1-4 2-1-2 1-3-1-1h-1l-2 1v1l-3 1v1h-1l-3 1-1-1v-1l2-2-1-2v-1h-1l-1-1 1-2 2 1 1-3h2v-1h1l2-2 1 1-1 1ZM812 266l-1 3 1 1v1h-6l-3-1-2-1v-1h-6l-2-2-4-2-2-1 1-3 2-1 2-1h1l1 1 2 1 1 1 1 1h2v1l1 1h2v1h1l3 1 2 1ZM648 356h-11l-1 1h-1v-4l1-1v-1l3-3 1-1-1-1h-1v-4h8l2-2v2h1v1l1 2 1 2v1l-1 1-1 1-1 3Z",TN:"M580 249v2l-2 2-2 2v2l-1 1-1 1-2-6-2-2v-1l-1-1-1-2v-1l2-2v-7l1-1 3-2 2 1 1 1h2l-2 2v2h1l1 2-2 2-2 1 1 2 1 1 2-1v2Z",GH:"M545 319v2l1 1v2l1 1-1 2 1 1v5l2 2h-1l-2 1-3 1-3 1-1 1-3-1 1-1-2-3v-2l1-1 1-2v-8h-1v-1h7Z",UY:"M383 459l-1 2-1 1-2 1h-4l-2-1h-3l-2-2v-2l1-2v-3l1-3v-1l1-2 1 1 1-1 2 2 1 1h1l1 1 2 1 1 1 1 1 1 1 1 1-1 1Z",BD:"M825 285v2l-1 1 1 1-1-1v-2l-1-2-1-1h-2l-1-1v3l-1 1-1-1-2 1v-1l-1-4-1-1 1-2-2-1 1-2v-1l-1-1 1-2 2 1 2 1v2h7v1l-1 2-1 1-1 1v2h1l1-1 1-1 1 2v1Z",SN:"m508 308 1 2v2h1l1 2v1l-3 1-3-1-2-1h-4l-1 1h-4v-2h3l1-1h-3l-2-4 2-3v-1l1-1h2l1-1h3l1 2h1l1 1 1 2ZM651 388h-1l-1 2 1 4 2 1 2 3-1 4h-1l-1 2 1 1-3-2v-1l1-2-1-2v-1h-2l-1-1h-1l-1-1 1-2v-2h1v-5l1-1-1-2-1-1 4 1 1 1v3ZM861 321h-3l1-1-1-1-1 1v-3l-1-1v-1l-1-1v-2l1-1 1-2h6l3 2v-2h2l3-1-1 2 1 2-1 1 1 2-2 1-2 1v1h-2l1 1v1h-2l-2 1Z",HR:"m602 203 1 2v2h-4l-4-1-1 1-1-1v2l1 2 4 4-2-1-3-1-2-2-1-3-1-1-2 1-1-1v-1h5l1-1v-2l3-1 2 2 2 1Zm-4 12 3 1Z",AT:"m596 193 1 2-2 3v1l-1 1-1 1h-7l-3-1h-1l-3-1-1 1h-1l-3-1v-2l2 1 1-1 2 1 1-1h3l1-2 2-1 1-2 1 1h1l1-1 4 1 1-1Z",NI:"M293 307v2l-1 1v5l-1 2 1 1-1 1 1 1h-4l-2-1h-1l-2-2-1-1-2-2h1l1-1v-2h2v-1l1 1 2-2 1-1h3Z",HU:"m612 194 2 2h-2l-3 6-3 1-2-1-2 1-3 1-2-1-2-2-1-1 1-1v-1l2-3 2 1h3v-1h3l2-2h3Z",HN:"M556 317v2l1 2-1 1v1h-1l-1 2-1 1v8h-3v-8l-1-1v-2l-2-1 1-2 1-2h2l1-1v-1l2-1ZM293 307l-2 1h-3l-1 1-2 2-1-1v1h-2v2l-1 1-1-2h-1v-1l-1-1-1 1-2-2h-1l1-1 1-1 2-2 2-1 2 1h2l1-1 1 1 2-1 2 1 1 2h2Z",BG:"m632 212-1 1-1 1-1 1-1 1 2 2h-4l-1 1-1 1-3 1-3-1h-4l1-1-1-1-1-1v-2l2-1-2-1v-2l1-1 1 1 7 1 2-1 3-1Z",JO:"m664 252-1 1-6 1 3 4h-1l-1 1-2 1-1 1-1 1h-3v-4l1-2v-1l1-1v-4l2 1 1 1 6-4Z",AZ:"m692 218 2 2v1l2 2-2 4-1 1v3h-1l-2-2h1l-1-3-4 3v-1l-2-2v-2l-2-1 1-1-2-2h1l4 1v-1l-1-1 1-1 1 1 1 1 2 1Zm-7 11h-2l-2-3 3 1ZM519 330l1 2-1 1 2 1v1h1l1 2-1 1v2l-2-1-3-1-3-3-4-3 1-1 2-1 1-3h1l1 1 1 2h-1l1 1h1l1-1Z",LV:"m628 156 1 1v2l1 3-2 2h-2l-6-3-2 1-6-1-3 2v-4l2-3h2l4 3 2-2v-2l2-1 3 1 1 1Z",SR:"m381 337-1 1v3l2 1-1 2v1l-1 1-2-1-3 1v1h-2l-1-3-1-1-1-1-1-2 1-2h1l1-2 1-1h8Z",PT:"m523 235-2 1-2-1-1-1v-4h-2l1-3 1-3 1-3-1-3 2-1 1 1 2 1 2-1 1 2-2 1v5l-2 1 2 2-1 2v1l-1 2Z",AE:"m715 274 1 2-1 1-1-1v2l-2 4v1l-8-1-3-3v-1l1 1 2-1 4 1 2-1 1-2 3-3 1-1Z",IE:"m526 171 1 5-2 3h-3l-4 2-4-1 1-1 2-4-2-1v-4h4l-1-1 2-2 3-1v1l-3 3 3 1Z",GT:"m686 218-1 1 1 1v1l-4-1h-1l-4 1-2-2-1 1h-3v-5l-2-1-3-1 2-1 3 1h2l5 2v1l2-1h2l1 1v1ZM275 299v6h3l-2 2-1 1-1 1-1 1-1 1h-3l-2-1-1-1v-3l1-2h4v-1l-1-1-2-2h1l1-1Z",RS:"m606 203 2 1v1l2 1v1l4 3-1 1v2l2 1-2 1v2h-3l1-2h-1l-1-1-2 1-3-2-1-1h1l-1-3 1-2h-1v-2l-1-2 2-1Z",CZ:"m590 184 3 1 3 2 1-1 2 2h2l1 2-2 1-1 1h-2l-1 1-1-1-1 1-4-1-1 1h-1l-1-1-4-2-1-3 1-1 6-2Z",KR:"M934 230v2l3 3v4l-1 3h-2v1h-2l-2 1h-2l-1-2 2-2-1-3-1-1 2-1-1-2 2-2h3Z",PA:"M311 327v3h-1l-1 1-1-1v-2l-2-2h-2v1l-2 1-1 1 2 1-2 1h-1v-1h-2v-2h-3l-1 1v-5h1l1 2h4l2-1 2-1h3l2 1Z",LT:"m626 164-2 3-1 1-1 2-2 2h-4v-1l-2-1v-2l-5-2v-3l3-2 6 1 2-1Z",EE:"m630 148-2 3 1 4-1 1h-3l-1-1-3-1-2 1v-2h-2l-1-2v-2l3-1 3-1 5 1Zm-17 4h3l-4 2v-2Z",DK:"M574 168h-3v-3h-1v-5l1-2h3l1-2 2 1-1 3v4l-2 1Zm9-4-3 2h-1l-1-2 4-2Zm-6 1 1 2h-3v-2Z",NL:"m558 182-1 1-2-1Zm0 0h-2l3-4v-2l2 2 1-1-1-2 2-1h4l-1 4-1 2-2 1 1 1-1 2v1h-1l1-2-4-1Z",SK:"m613 191-1 3-2-1h-3l-2 2h-3v1h-3l-2-1-1-2 1-1h2l1-1 2-1 2-1 1 2 2-1h4Z",CR:"M292 320v1l2 3h1-1v5l-1-2h-2l1-1-1-1-2-1h-2l-1-1-1-2 1-1-1-1h1l2 1h2Z",BA:"M603 207h1l-1 2 1 3h-2l-1 2v2l-3-1v-1l-4-4-1-2v-2l1 1 1-1 4 1h3Z",MD:"M630 205v-2l1-2-1-2-2-2-1-2-1-1h2l5 2v2h1l1 2v2l-2-1v2ZM514 327l-1 3-2 1-1 1h-1l-2-1v-1l-1-1-1-2v-1l1-1 1-2h4l2 2v2ZM1035 385h1v1l-2-1Zm-6-4v1h2v1h-2l-1-1Zm3-3v1l1 2h-1l-1-3Zm-3 1-3-2h1l2 1Z",CH:"M574 197v2l3 1-2 2h-2l-1 2-1-2-2 1h-3l-1-1-2-1 3-3 2-1 3-1Z",TG:"m548 320-1 2 2 1v2l1 1v8l-1 1-2-2v-5l-1-1 1-2-1-1v-2l-1-1v-2Z",LK:"M787 323h1l1 2 2 2 1 1 1 3v1l-1 2-3 1-1-1-1-2v-6l1-1Z",DO:"M328 298v-6h2l3 1 1 1 3 1 1 1-1 1h-7l-1 2ZM686 229h-1l-1-2-3-1-2-1h-1l-1-2v-2l4-1 2 2-1 1 2 1v2l2 2Z",BE:"M562 185h1l1 1v1l-2 1 1 1-3-1-2-1-4-2-1-2 2-1 2 1 1-1h1l4 1Z",IL:"M653 250v1h-1l-1 1v2l1 1v1l-1 2v3l-2-6v-1l1-1 1-4h1l2-1Z",FJ:"M1042 415h1l2 2 2 1 3 3v1l-2-1-3-2-2-2-1-1ZM1085 406l1 1v1l-3 1-1-1 1-2Zm5-4-1 1 1 1-3 1-1-1 3-1Z",TW:"m911 283-1 1h-1v-4l2-4 2-1 1 1-2 6Z",HT:"m822 267 2 1v2h-7l-3-1v-1l2-2 1-1 2 1h3ZM499 320l-1-1v-2h-2l-2-2h4l1-1h4v3l-2 1ZM328 293v5l-1-1h-4l-2 1-1-1v-1l5 1 1-1-1-1v-2h-1v-1h1Z",AL:"m606 216 1 1v4l1 1 1 1-1 2-2 1-1-1-1-1v-6l-1-1 2-1Z",LS:"m629 443 3-1 2 2-1 2-2 1-1 2-2-1-1-2 1-1Z",SI:"m595 201-3 1v2l-1 1h-5 1l-1-3v-1h7l1-1Z",BI:"m638 360-1 2 1 1-1 1-1 1-1 2h-1l-1-2v-4l1 1 1-1 1-1Z",MK:"m613 217 1 1 1 1-1 1v1h-3l-1 1h-2l-1-1v-3l2-1h1Z",ME:"m637 356 1 2v2h-2l-1 1-1 1-1-1-1-1h1v-1l2-2h1ZM603 212l1 1 3 2-1 1h-1l-2 1 1 1-3-2v-2l1-2Z",KW:"M692 264h-3v-1l-3-1 1-1 1-1 1-1h1v2l1 2Z",GQ:"M276 305h-1v-6l1-1 1-1 1-1v6ZM274 309h1l2 2 1-1 1 1v2h-2l-2-1h-2l-1-1 1-1ZM676 318l-1 2-1-1-2 1-1-2 2-3h1l2-1v3h-1ZM310 277l-1 1-1-1 1-2Zm1-4v-2h1l-1 1ZM574 350h-1l2-3v-1h4v4Z",LB:"m654 248-2 1h-1l3-5h1l1 1-2 2Z",CY:"m649 241-1 1v1l-3 1h-2v-1l2-2h1Z",QA:"m700 277-1-1v-3l1-1 1 1v2Z",JM:"M311 297h3l-1 1h-3l-2-1 1-1Z",GM:"M494 313v-1h4l-1 1h-2ZM754 515l3 1-1 1-2-1Z",RU:"m3 87 4 2v1l-6 1H0v-3Zm1084 5v-3l3-1v3Zm-359 4-3 1-3-2 2-1Zm329 2-4-1 2-1 3 1Zm-360 2-2 2-3 1-1-2 1-2h2ZM1 102l2 1 5 2 6 3 3 3h2l3 1h3l5 4-2 3-4 1v2l-3 1v2h-2l-2-1-3-1-1-1-1-2-3-1H5l-2-2-2 1 1 1-2 3v-20Zm1039 50 1-2h2Zm-431 14 5 2v2h-10l1-2 2-1 1-1Zm368 4 1 2 1 2v3l-1 2 1 3 1 5 2 3-4 1-1 4v1l1 2 1 3-2-1-1 3-2-2 1-2v-13l1-3-2-2v-7h3Zm18 36-2 1-1-1ZM837 28l4 2-2 4h-8l-2 1-7-2 5-3v-2l8-2Zm-126-1 9 3-6 1-5-2Zm22 2-3 3h-5v-3Zm108 5 7 3-2 6h-6l-8-2-5-2 6-4Zm16 6 6 3 1 2-5 2h-8l-2-3 4-4Zm84 177-1-1v-1h2v-8l3-1 3 1v-2l2-3 1-4 2-1-1-3-3 1h-1l-2 1-4 1-1-2v-1l-2-2-2-2-3-1h-1l-2-1v-1l-2-4-2-5-2-3h-2l-4-2-4 1-5 1-1 1 1 1 1 2-2 2-3 5v1l-2 1-2 2-4-2h-4l-2-1h-1l-3 1-1 1-5 1-1 1h-2l-3-1h-2l-2-1v-1h-2l-2-2h-4l-5 1-3-1-1-1-1-3h-2l-3-1-5-2-2 3-1 2 2 2-1 1-3 2v-1h-8l-1-3h-7l-7 3v1l-2 1h-2l-1 1h-2l-2-2-1 1-3-1-1-2-2-1-1-1-2-1-2 1h-3l-2-2-3 2-1-3-3-5-3-3-3-2-1-2-6 3h-3v-1l-1-1h-6l1-2-2-3-2 1-3-1-2 1h-1l-5 2h-3l-1 1h-2l-4 1-3 1-2-1-1 2v1l3 1v1h-3l-1 1 1 1-3 2 1 1 3 1v2l-2 1-2-1-1 1h-3l-1-2h-2l-1 1-1-1-2 1-2 1h-1l-2-1-1 1-1-2-3-1h-2l-1-1-2 1-2-1-2 1-2 1-2 2v3h-1l-3-2-1 1-1 3v1l-1 1v2h1l1 2h3l2 4-1 1 2 1-3 2-2 1-2 4 1 1 1 2v2l3 4-2 3-2-1-1-1-1-1-3-1v-1l-1-1h-2l-2 1v-1l-5-2h-2l-3-1-2 1-4-4h-1l-1-1h-2l-1-2 2-1 1-2h1l-1-2 4-2h-3v-2l2-1h2l1-1-1-3 1-1-1-2-1-1-3-1-1 1-2-2-3 1-3-2v-2l-3-1v-1l-2-3h-4l-2 1v-1l-1-3h2l2-1-3-3h-1l-1-2v-4l-2-1h-3v-1h-2l-2-1-1-3v-2l-1-1 1-1-1-4 2-3v-1l3-1v-1l-1-2h-3l6-5 5-4v-2l-1-1-3-3 1-1-1-2v-2l-1-1 1-6-3-4 3-3-2-3-3-2 2-3 5-4 4-1 3 1-2 2 4 1h7l13 8h2l1 5-2 2-4 1-3 1-8-2-3-1-7-2 4 3 3 3-1 2 1 2 1 2 2 1 2 2 3 1 2-1v-2h-2l-2-2 1-2 3 1 5 2 2-2-1-3 5-3 2-2 6 2 1-2-1-3h-1l1-4-1-3h6l2 3-3 1-2 1 3 4h2l3-1 1-3 3-1 6-3 5-1 4-3v5l2-1 5-2 3 1 5-3 3 3 3-2-2-4 3-1 7 1 15 7 2-3h-1l-2-3-3-1v-2l1-4-2-1 1-2 4-2 2-6 2-1h5l4 1v4l-2 3 2 4v9l3 3-2 3-1 2-3 4-2 1-3-1-2 1 3 1 5 1 1-2 4-2 1-2 2-2-1-4 1-1 6-1 2 2 1-2-5-2-3 1-4-1v-2l2-5-4-5 2-2 6-3 1 3 8-3h2l5 2 2 1h4l-2-2-4-2-1-3v-3l9-1 9-1v-5l3-2 8-3 10-2 3-2 7 2 11-4 2-3 6-4 3-1 6 2-3 2 7 2 2 1h9l5 2 4 3-1 4-5 3-6 3-5 3-3 1-3 2h4l7-1 1-4 6 2 5 1 4-1 10 1v2l4 1 10 1 1-2-1-2 4-1 3 1 7 1 3 1 2 5-3 2 4 5 4 2 1-1 3-5 5 3 5-2 5 2 2-2h5v-5l7-1 10 1 4 1h5l4 1 3 4 3 1 3 3 4-1 6-1h7l3 2 2 2v3l5 2 3-1h6l7 1 3-2 2 3 3 1 1 2 2-1 2-1-2-3v-3l6 1 3 1h8l3 1 6 1 3 3v20l-4 2-4-1v2l4 2v2l2 2 1 2-2 2-5-2-6 3-3 1-2 1-3 1-1 2-5 2-2 2-3-2h-3l-3 1-2-1-4 2h-4l-1 1-1 3-3 3-1 2 2 1 2 1-1 1v3h1l1 2h-3l-1 1-1 3 1 2-1 1h-3l-2 2-1 1v2l-4 2v2l-1 2-4 4-1-2-1-4v-2l-2-8v-2l1-6 3-2 2-3 2-1 3-2 2-3 6-4 1-1 2-2 3-1 1-2v-6l-2 1-1 3-2 1-5 4-3-2 1-3-2 1-1-1h-5l-3 2v1l-2 2-3 2-2 2 1 2h2l-4 2-2-1-1 1-3-1-1-1-3-1-3-1-1 2h-4l-1 1-4-1-1 1-1-1h-7l-4 2-1 1-3 2-1 2-1 1-4 3-3 3-5 4-2 1 1 2h3v3h1l1 1h3l1-1v-2h3l2 2 3 3-1 3 1 1-2 4-1 2v4l-1 4-2 3-1 2-1 1-1 2-2 3-3 2-2 3h-1l-2 3-4 3h-4v-2h-2l-2 3ZM750 60l-4 1-15 5-4 3-5 1v3l-5 4h-5l-4-2 2-1 8-9 5-3 13-2 8-2 5-3h3l2 3Zm219 2 3 1 4-1h4l5 2-4 3-6 1-9 2-3-1-3-3 1-4 4-2Zm20 3 10 1 2 2-3 1h-5l-5-3Zm-101 6-2 2-3-1 1-2Zm88 3 3 2v2l-8-1 1-3Zm-264 4h4l-3 4-1 3 6 8-8-1h-2l-1-4h-5l-1-3 3-2 4-5Z",US:"M42 144h1l1 2h-2l-3-1Zm-16-16h3l2 3Zm92-30v46l6 1 4 4 1 1 2-1 1-2 3-1 1 3 4 2 6 9h1l3 2 1 1v4l-1 1-2-1 1-3-3-2-3-3-2-1v-2l-2-3-2-1-2 1-1-1-3 1-2-1-3-2-6-3h-1l-3-1-4-1h-2l-4-1-3-1-3-2-4 1v3h-3l-5 4h-2v-4l1-3 2-1v-2l-3 2v1l-5 4-3 2v1l3 1-2 2-1 2h-2l-5 3v1l-3 2-3 1 1 1-4 2h-1l-4 2h-2l-1 1h-2v-1l2-2 3-1 1 1 2-2 3-2 3-3 2-1v-4l-3-1-2 1-1-2h-3l-4 2v-5l-1-2-3 1h-2l-3-2-2-1 2-2-2-1-2-3 3-3 2-3h3l5-2h2l1-1v-4l-3-1-3 2-3-1h-7l-4-4-2-1 10-5h3v2l6 1 1-1 4-1-2-1-3-1v-1h-4l-2-1-1-2-7-5 1-2h6l3-3 1-2 3-3h3l5-3h4l3-2 5 1 3 2 3-1 3 1 1 2 8-1 5 2h5l2 1 6-1 6 3ZM74 295h-1v-4l2 1 1 1Zm251-73-2 1-1-1Zm-63-29h1l5 2h6l3-1 11 6 1 1h1l1 2 1 1 3 2 1 6-1 4-2 1v1l2 1 4-2h3l4-2-1-2 2-1h5l1-2 4-3h11l1-1h1l2-3 1-3 2-2h3l2 1v5l1 1v1h1v1l-3 2h-1l-4 2h-1l-2 4-1 2h1l1 2-1 1-2-1-1 1-4 1h-2l-2 2 1 1-1 2v1l-2 1h-1l1 2-2 2-2-2v4l1 3-2 2h3v1l-3 2v1l-3 2-1 1h-2l-1 1-1 2-5 3-2 5 1 3 1 3 1 1v1l1 4 1 2-1 2v2h-3v-2h-1l-1-2-2-2v-2h-1l1-3v-1l-2-2-1-1-1-1-1 1-3 1v-1l-3-2h-8l-2 1-2-1-1 1 3 1-2 2h-3l-1-1-1-1-1 1-3-1h-2l-3 2-1 1-2 1h-2v1l-2 1-1 3v2l1 2h-1l-2-1-3-1-1-2v-1l-3-3-1-2-2-3h-3l-1 1-1 1-1 1-2-2h-1l-2-3-4-4h-6v1h-8l-6-2-6-2 1-1-8 1-1-3-3-2h-2l-1-1-3-1v-2l-1-1-3-3v-1l-2-2v-2l-1-1v-1l-3-2v-3l-1-2-1-1 1-3-1-5 1-3 1-7-1-5-1-3v-3l2 1h5l-2-3h84l2 1h2ZM50 167v1l-3 2-1-1 1-1Zm98-2v1h-2v-2Zm-7-3h1l3 4v2l-2-1-2-3Zm0-3h1v2h-2v-3Zm-5-2 1 3-3-3Zm-54-2 2 2-5 2h-1l-1-2 1-1h1Zm52-2 2 1v2h-3l-1-2Zm3 1 2 2 1 1-2 1-1-2Z",CA:"m226 80-5-3 5-2 2 2Zm78-5 7 1 3 3v1h-5l-5 1-4-4v-2Zm-21 16 5-1 1-3-4-2 2-2-1-2 2-4 7-2 4 1 3 5-2 3 7-1 3-2 7 1 1 2 4 3 6 1 3 2v2h5l5 4 2 4-3 1-1 3 3 1 2 2 6 1 1 2 6 2 2 2-2 3-2 2h-2v2h-4l-2-3v-1l-3-2-2 2h-4l3 2 2 2 4 3 2 3 1 3h-2l-1 3-2-1-5-1 4 4v2l-3-1-5-2-2-1h-2l-3-2-6-6-4-2-1 2-5 1-4-1v-3l2-1v-1l4 1 7-2-2-3 4-3 2-2-3-6-4-2-1-1-4 1 2-3-5-2-5-5-1 1 1 2-1 1-6-1-3 1-12-2-1-1-4 1-3-2-2-3 4 1 1-2h-4l-2-1-1-3 3-6 4-4h8l-4 5 2 6 3 3Zm-41-17 3 1 5-1 1 1-2 3 2 3 1 5-6 3h-1l-5-5-3-1-3-2h7v-2l-3-2 1-2Zm21-1 3 1h5l-5 7-4-1-2 5h-3l-1-4-1-6 2-2Zm-81 0 7-1 6 4v1l-10 4-4 3-1 4-8 2-2-3-6-3 3-2v-3l3-4-3-4 11-1Zm80-6v2l-4 1-5-3 2-3h4Zm-27-6-3 2-3-3h5Zm14-3 1 6-1 3h-7l-2-2-5-1 3-3-2-1 5-2Zm-32 3 9 2-2 3-3 2-6-1-6 3-5 1h-3l-3-4-3 1-6-2 3-5 3-2h4l5 1 5 4h6v-1l-4-4 6-2Zm42-5 5 2 5-1 3 4 6 3h6l7-2h5l8 3v3l-2 2-5 1h-20l-4-1-6-1-2-4 1-3-3-3-6 1-5-3 3-2Zm-64-3-2 5-9 2-2 2-6-1 1-2 7-6Zm61-3h7l-1 2h-8Zm-45-2 2 1-2 3-5 1-4-1v-3Zm2-4 1 2h-12l9-2Zm41 1 4 1-1 3-6 1-3-4Zm-22-5 11 5 2 5-5-1-1-2-5-1-2-2-7-2 1-2Zm35-13 4 4 9 2 1 4 5 1 1 3-5 2-6 4-5 1-7-2-7-6-1-2-4-4 4-2-2-2 3-2Zm68-14 17 2 7 2-2 4-8 2-2 3-14 6-4 5-12 2-3 3 6 2-5 5h-6v3l-4 2 3 1v3l-7 2-2-2-8 1h-4l-13-1v-2l3-2h5l-4-4 4-1-2-2 2-4 8-1-3-4-4-2 1-3 8 1 11-3-11-1-5 2-11-2-3-3 3-3-5-2 12-2 13-4 7-2 30-1Zm25 190 1 1 1-2h2l-2 2-3 1v-2l2-3h1v2Zm-8-2h5l-2 2-3-1Zm-33 6 3-2 1-2 4-2 2-1 2-1 5-5 4-2 5-1h4l1 1v1l-3 2h-2l1 2 2-1h1l-1 2-1 1 1 1 2 2 3 2 3 1 1-1h2v2l-7 3h-2l-1 2-3 1-1-1v-2l1-1 4-2-1-2-3 2-3 1-1-1h-1v-1l-1-1v-5l-2-1h-3l-2 2-1 3-2 3h-1l-1 1Zm39-16h-1l-4-1-2-2 4 1 3 1Zm-198-6 5 1 3 4 2 1 1 2v1l-4-1-3-2v-1h-2l-1-2h-1l-3-3 1-1Zm217-4-1 3-3 3 3 1v1l3 1h3l1 1-1 1 1 3h2l-1 2h2l-2 3h-3l1-2h-3l-4-1h-9l-1-1 2-2v-1l2-4 2-3 2-3 2-2Zm-76-4-4-1v-1h2Zm-158-6h3l-1 3h-2l-1-2Zm163-9-1 1h-2l1-1Zm-2-28 1 2-1 2-2-1 1-2Zm-7-2-1 1-2 2h-2l-1-1 2-2Zm-9-11h4l5 3 1 3 2-1 2 2-2 1-4-1-1-1-3-1-1 2-2 2-3 1-1-3h-4l3-2-1-2 2-6h2Zm28-16h1l1 4-2 1h-4l-1-2 2-3Zm-66-7 3 2 2 3-2 1h-3l-6-2v-1Zm69 109h-2l-4 3-1 2h-5l-2 1 1 2-4 2h-3l-4 2-2-1v-1l2-1 1-4-1-6-3-2-1-1-1-2h-1l-1-1-11-6-3 1h-6l-5-2h-4l-2-1h-85v-2h-2l-2-2-2-2h-4v-2h-2l-2-1 1-1-3-3 1-3-2-1-1-1-1 1-3-2 1-2-1-1 2-5-1-2-1-1-3-2h-1l-6-9-4-2-1-3-3 1-1 2-2 1-1-1-4-4-6-1V98l6 1 3 2 4 1h3v-2l2-1h6l8-4 5 3 3-3h2l2 3 2 1 3-3 4 3 2-2 6 1 2 1 4 1 2 1 7 1h1l4 1-3 5h13l3-1 1 1 3 1 3 3-2-6v-3l7-1 2 2 4 3 2-1 2 2h13l1-3 3-1 3 2-1 3 2 2 2-1-2-2 6-4v-2l-1-3-6-2-1-2 1-2-1-1v-3l4-3h2l5 3-1 2 5 4-4 3 6 2 1 2 4-2 3 2 1 3h-1v3l3 3 2-2 2-3v-3l3-2-2-1v-3l9 1v1l4 2v2l-4 1 2 3 2 2-1 2-3 3-6 2-3-2h-3l1 3-3 3h-2l-6-3v1l3 2 6 1-1 2-3 3-1 1h-5v1l-4 1 2 1v2h-5l-3 6-1 1-3 5v6l2 1h3l3 8 3-1h2l2 1h3l2 2 2 2 5 1 2 2h4l4 1 1 1-1 2 1 2v4l2 2 3 3 1 1 1 1 1-2h2l1-2v-2l-2-6-1-2 5-3 2-1 2-2v-5l-2-4-4-3 3-3 1-3-2-3 1-3-2-3 1-1 2-1 8 1 3-1 5 4 2 2 3 1 2 1v6l2 2h1l3 3 3-1 3-3 2-5h2l4 7 1 1 1 2 2 1v2l1 2v2l5 5 2 1 1 1h2l2 1-2 1 2 1 1 1h2l2 3v4l-4 3h-4l-2 3-3 2h-4l-4-1-6 1-2-1-3 1-2 1-1 2-3 1-2 1-2 3-1 1-2 3-2 1h-2l-3 2-3 4ZM198 82l3-1 3-2 4 2 8 1 3-5 4 1 3 3 3 7-1 2 2 2 9 4v2l-4-1-2 1 3 1 1 2-5 1-5-1h-3l-2-2-2 2-5 2-7 1h-6l-1-4-9-1-2-3 8-2 6 1 2-1-5-2-7 1h-5l-2-2 1-1-3-3v-2l2-1v-2l2-2 9-3 2 3Z",CN:"M881 292v1l-1 1-1 2-2 1-3-1v-2l3-2 3-1Zm59-76-1-1-1-1v2h-1l-2 2h-2v2h-3l-1-1-3 3-3 1-1 2-1 1h-3l-3 1-2 2 1-2-1-1 2-3-1-1h-2l-2 2-3 1-2 3h-3l-1 2 1 2h3l1 1-1 2h2l2-2h2l2 1h3v2h-2l-3 1-1 2-2 1-2 3 1 1 2 1 2 4v2l2 1-1 1v1l1 1 1 1-3 2h1l2 2v2l-1 3h-1l-3 4-2 4v1l-2 1-1 2h-1l-1 1-4 4-3 1h-2l-2 1h-1l-1-1v2h-2l-1 1h-2l-1 1h-3l-1 1 1 2-2 1-1-2 1-2h-3l-2-1-1 1h-2l-2-2v-3h-3l-1-1-1 1h-1l-1 1h-3l-1 1-2-1-1 1h-1l-1 1 1 1v2h-2v-1h-3v-2h-3l1-1v-2h-2v-3h-3l-1-2 1-2h1l2-2v-6l-1 1-1-2-2-2v1h-2l-1-2-1-2-2 2-2-1h-1l-2 1-2 1-1 2-3 1h-1v-1h-3l-2-1-1 1-2 2v-2h-2l-3 1-2-1-3-1h-1v-1h-2l-1-1v-1h-2l-1-1-1-1-2-1-1-1h-1l-2 1-1-1h-1l-1-2h-2v-1h-1l-1-2-1-2h3v-2l-1-1-1-2 1-1-2-1-1-3h-2l-3-1-1-1v-2l-2-1h-2l1-1-1-5h-3v-3h1v-2h1l2-2h2l1 1 2-1 1-1 4-1v-1l3-1 3-1v-3l2-1-2-4 1-2-2-1 5-1h3l-1-1 2-6h1l5 1 2-2v-2l1-2 2-1 1-1 1-1h2v2l2 1 2 1h1l2 2 1 1 1 1 1 2v2l-1 2v1l2 1h7l3 2 2 1 1 3 2 2h2l7 1 2-1 5 1 1 1 3 1 2 1 2-1v1h3l4-2 5-1h3l3-1 2-2 3-1-2-3 2-2 5 1 1-1 2-2h3l2-1 1-2h2l3-2 4 1 1-1-1-1-3-4h-2l-2 2-1-1-3 1-1-1 3-8 4 2 2-2 2-1v-1l3-5 2-2-1-2-1-1 1-1 5-1 4-1 4 2h2l2 3 2 5 2 4v1l2 1h1l3 1 2 2 2 2v1l1 2 4-1 2-1h1l3-1 1 3-2 1-1 4-2 3v2l-3-1-3 1v8h-2Z",BR:"m388 357 1-2h1v1Zm7-3h4l-1 1-1 3h-5l-1-1v-2l1-1 1-1Zm-21-7h1v-1l3-1 2 1 1 1 1-1h3l3-4 1-1h1v2l2 4v1h2v2l-1 1-2 2h-1l-2 2v3l2-1 1-1 1 2v1h2l2-1 1 1 2-4h4l1 1h1l2 1h2l1 1 1 3h4l2 1 1-1 2 1h4l5 2 1 2 2 2 2 1 2-1 1 1 1 1 1 2 1 3v2l-1 3-1 1-3 4-2 1-1 2-1 2-2 2h-1l-1 1v8l-1 5v1l-1 1v4l-1 2-1 2-2 1v2l-1 2-1 1-1 1v1h-8l-3 2h-1l-3 2-3 2-2 3v7l-1 2-1 1-2 2-1 3h-3l-1 2-1 1-1 2v1l-1 3-3 2v-2l1-1-1-1-1-1-1-1-1-1-2-1-1-1h-1l-1-1-2-2-1 1-1-1 2-2 3-4 2-1 1-1 2-1 1-1v-5h-2v-1l1-4h-4l-1-4v-1l-2-1-1 1-4-1 1-3-1-3v-1l1-2 1-3-1-2-2-1v-3h-5l-1-5v-3l-2-1h-2l-1-1h-2l-1-1-2-1h-2v-1l-2-1-1-2v-4h-4l-3 2-1 1-1 1-4-1-2 1h-1v-5l-2 1h-3v-1h-3l1-2-2-2-1-2 1-1v-1l2-1-1-1 1-2v-1l1-1 2-1 3-1h3l1-5 1-4-1-2-1-2v-2l3-1h-2v-2h6l1-1 2 2 1 2h1l1-1h2l3-2v-1l2-1h-2v-4l-1-1h3l1 1 1-1h2l3-2 2-1-1-1h2v2h1l1 2-1 1-1 3 1 1v1l2 2h2v-1h3l1-1h1Z",GL:"M468 91v2l-7 1v-3Zm-83 5 2 1v2l-4 1-1-1-3-1v-3h4Zm69-87 12 2 5 3 9 3-11 4 11-1 1 3 12 2 5-3 10 2 2 1-9 5-7 1v3l-8-1-2 4h3v4l-5 4v4l2 4 5 1v2h-7l-3 2 1 2h4l2 3v3h-3l4 5-1 1-5 1 2 1v2l-5 2v6l-6-2-2 1 8 4 1 1 1 5-6 1-1-1-2-3h-4l-3 1h-3l-2 2 1 1 4-1 11 2v2l-10 6-9 2h-1l-4 1-3-1-1 2-2 2-3 4-2 2-5 3-4 1h-7l1 1-3 2 1 2-1 2v2l-5 6v4l-1 4-2 4h-2l-4-1-2-2v-3l-3 2h-3l-3-2-1-2-1-3-2-1v-2l-4-4v-1l-2-2v-4l-4-6 1-2-2-2 1-2v-1l1-5h6l2-7h-5l-6-2v-2h5l3 2 1-3-6-2-1-2-4 2-2-1 1-4-1-2 2-2-4-4 1-2-3-2 2-2-7-5v-2l-9-3-6-1-10 3-8-3v-2l-4-1-1-2 5-2-10-5 1-2 10-2 5-2h4l4-6h-6l-1-3 12-5h5l1-4 7-3 12-2 6 1 6 3 6-4 11 4 3-4-7-4 10-2 31-3Z",AU:"M984 484h1l3 1h3l2-1h1v4l-1 2v2l-2-1-1 3h-3l-2-4v-2l-2-2v-1Zm-22-18-1 1h-2v-1h2Zm-3-71v2l-1-1v-1Zm-19-7 2-1 1 1-2 1Zm39 1-1 1 1 2 1 2v3h1l1-1 1 1 2 2v4l2 2v4l1 1 1 2 2 1v-1l2 2 2 1v1l2 2 1 4 1-1 2 2 1 2 1 1 2 2 1 1 1 1 1 2 1 1v4l1 4v2l-1 1v2l-1 3v2l-1 2v2l-2 1-1 2-1 2-1 1-1 3-1 2-1 4v2l-2 1h-3l-3 2-1 1-3 1-1-1-3-1-3 2-3-1-3-1h-1l-1-1h-1l-3-3v-4l-2-1h-3l1-2v-1l-1-2-1 3h-3l1-1h1v-2l2-2-1-2h-1v2l-3 1-2 3-2-3-1-2-1-1-1-1v-1l-2-1h-1l-1-1h-2l-1-1h-9l-2 2h-7l-3 2-2 1-2 3h-11l-1 1-2 1-2 1-2 1-3-1h-2l-1-1-2-1 1-2h1v-7l-1-3-1-2v-2l-1-3-1-2-1-2-1-3h1l-1-1v-2l2 3v-2l-2-3-1-1 1-3v-3l1-2 1 1 2-2 2-1 1-1 2-2 2 1 3-1 2-1 1-1 1 1 4-2 2-1 1-2 1-2v-2l2-2v-1l2 4 1-2-1-2 3-1v-1l1-2h1v-1l2-1h1v-1h1l1-1 3 1 1 2 4 1 1-1-1-1 1-1v-2h1v-1l1-1 1-1 1-1h4l1-2h1v1h2l1 1h3l2-1 1 2 1-2 2 2-2 1 1 1-2 1v1l-1 1-1 2v1l2 1 2 2h1l2 1 2 1 2 1 1 1 2 1h1l1-1 2-2v-2l1-3v-3l-1-1 1-2v-2l1-2v-3h1l1 1 1 2Z",IN:"m783 253 1 2h1v1h2l1 2h1l1 1-2 1-1 3 2 1 4 2 2 2h6v1l2 1 3 1h6v-1l-1-1 1-3h2v3l3 1h7v-2l-2-1h1l3-1 1-2 2-1 2-1h1l2 1 2-2 1 2 1 2h2v1l-2 2-2 1-3 2v1l-2 2 1 2-2 2v1h-2v3l-1 1v1l-1 1h-1v-3l-1-2-1 1-1 1h-1v-2l1-1 1-1 1-2v-1h-7v-2l-2-1-2-1-1 2 1 1v1l-1 2 2 1-1 2 1 1 1 4v1l-3 1-1-1-2 1-1 1v3l-2 1-2 1-2 1-2 3-2 1-1 1-3 2v1l-1 1h-2l-1 2h-2l-1 2 1 2v5l-1 3-1 1 1 1v3h-2l-1 2v1h-2v1l-1 2-1 1-2-1-1-2-1-2v-1l-1-3-1-1-1-3-2-3v-2l-1-2-1-2v-1l-2-2v-5l-1-3-1-4 1-2-1-2v-4l-1 1-1 1 1 1-1 1-3 1h-1l-2-1-3-3 3-1 1-2-2 1h-1l-2-1-2-3h2v-1h7v-1l-1-3-1-1-1-1v-1l-2-1 1-1 1-2 1-1 1 1 4-1 1-2 2-1 1-3 1-1 1-1 2-2v-2l2-2-2-1-2-2 1-1-1-4 1-1 4 1 3-1 1-1 3-1 1 3 2 1-1 1 1 2 1 1v2h-3Z",ID:"M837 337h3l1 1 1 2 1 1 4 2 2 3 1 1 1-1 1 2h1l1 1 1 2h1l1 1h1l1 1-1 1v1l1 1h2l1 3v1h2l1 1 1 1-1 2 1 4-1 2v1l-1-1h-2v1l-3-3-2-1-2-1-1-2-1-1-3-3v-1l-1-2v-1l-2-3-2-1-1-3-1-2-2-1-1-2-1-2-2-1-3-2-1-2v-1h2l1 1Zm71 45h2l1 2h-2l-2-1h-1v-1Zm16 0-2 2h-2l-1-1 1-1 1-1h1l1-1Zm-26-3-1 1h-1v-1l1-1 1 1Zm19 0-4 1h-2l-3-1 2-1 3 1h3Zm-14-1h2v2h-2l-4 1v-2l1-1 1 1 2-1Zm-8 0v1l-1 1-2-2Zm34-2-1 1h-2l2-1Zm35 2v1l-2-1 1-2h1l1-1 1 1Zm-21-1h-1v-1h2Zm-53-2h-4l1-1h3Zm62-2v1h-1v-2Zm-82-2 1 1h2l1 2h5l1-1h3l1 1h2l1 2h3l2 1-1 2 1 1-4-2-2 1-3-1h-3l-2-1-2-1h-2l-1 1-1-1h-4v-2h-4l2-2v-1l2 1 1-1Zm83-1v2h-1v-2Zm-37-1v-2h1Zm13-7 1 1v1l-1 1-2-1v-1Zm9 0h2l1 2v1l-3-2-1 1-2-1h-2v-1h4Zm-65 0-2 1v-2h1Zm50-4v1h-1v-1Zm32 0h2v1Zm-89 0 1 3h1v1h-2l-1-2-2-1 2-1Zm67 0h-2v-1Zm-88 0h-1v-2l2 2Zm110-3h1v1Zm17 6v20l-3-3h-4l1-2-1-1v-1l-1-2-1-2-3-2h-1l-2-1h-3l-3-2-1-2-2 2-1-1v-1l-1-1 2-2 2 1v-2l-2 1h-2l-1-1-1-1-1-1-1-1 2-1 1-1h2l2 1h2l1 2-1 1v2l3 3h1l3-2v-1h1l1-1 2-1h3l3 2h3Zm-132-12 2 1-1 1-1-1-1-1Zm83 1-1 2h-13v1l-1 1 1 1 1 1v1h1l2-1h1l1-1h2l-1 2-2 2h-2l2 1 2 3-1 1 2 2-2 1-1 1-1-1v-2l-2-1 1-1v-2h-2l-1 1 1 2-1 1 1 2-1 2v1h-2l-1-1 1-3v-2h-2v-3h1v-4l2-2v-3l1-2 1 1 1-2h2v1h5l2 1 1-1 2-2 1 1Zm9 0h1l1-2h1v2h-2l2 2h-3l1 3-1-1v-2h-1v-5l2 1v1l-1 1Zm-31-10v2h-1l1 2 1 2v1l1 1 2 2-1 1-1-1-1 1-1 1v3l-3 3v2l-1 2-1 2-4 2v-2l-2-1v1l-1-1h-4l-1 1v-2h-5l-1-5-1-1h-1v-3l-1-1v-3l1-2h1v1l3 2h4l1-1 1-1 3 1h3l1-2v-1h1l-1-2h2v-3l1-1h4Z",AR:"m355 421 1 1 2 3 2 1 4 1 1 2 3 1 2 1 1 1-1 2-1 1v1l-1 1 4 1 2 1 1-1h1l1-1h1l1-2 1-3h2v5l-1 1-2 1-1 1-2 1-3 4-2 2-1 2v1l-1 3v4h-1v2l1 3 2 2 1 1-1 1 1 1 1 1v2l-2 3v1l-2 1-5 2h-7l-1 1 1 1-1 2v3l-2 1h-2l-3-1h-1v4l2 2h2v1h-1l-2-1-1 1 2 1-2 1-1 1v3l-1 1v1h-1l-3 1-2 3v1l3 3h2l1 1v2l-4 3-2 3v2l-4 2-1 2 1 3 2 3-5-1-6-1-1-1v-3l-1-1h-1l-2-2v-2l3-3 1-2-1-2 1-1 1-1v-2l1-1-1-1 1-2 1-2-1-1 1-1v-1h-1v-2l-1-2 1-1h-1v-3l1-1-1-1v-4l1-1v-2l1-3h1v-8l2-2v-4l2-2v-3h-1v-3l-2-3v-2l2-2v-4h1v-3l2-1 1-3h1l-1-2 1-1-1-2 1-1-1-1 1-2 3-1 1-3v-1l1-2h1l1-1 1 1h3l1 2 1-2h4Zm-18 117v-9l1 2 1 2 2 2 6 3-3 1h-2Z",KZ:"m809 191-1 1-1 1-2 1-1 2v2l-2 2-5-1h-1l-2 6 1 1h-3l-5 1 2 1-1 2 2 4-2 1v2l-2-1-1-1-7-1-6 1-2-2-2 1-1 2h-1l-4-1h-1l-1 2-2 1-1 1-3 1-2 3-1-2h-4l-1-3h-1v-4l-1 1-1-2-1-1h-9l-3-2v-1l-8-4-8 2v13l-1 1-2-3-2-1h-3l-2 2v-4h-2l-2-3-1-2-2-1 1-1h1l2-3h4l1-3v-1l-1-2-2 1-3-1-2 1-2 1h-2v1l-2-1 1-1-2-4h-3l-1-2h-1v-2l1-1v-1l1-3 1-1 3 2h1v-3l2-2 2-1 2-1 2 1 2-1 1 1h2l3 1 1 2 1-1 2 1h1l2-1 2-1 1 1 1-1h2l1 2h3l1-1 2 1 2-1v-2l-3-1-1-1 3-2-1-1 1-1h3v-1l-3-1v-1l1-2 2 1 3-1 4-1h2l1-1h3l5-2h1l2-1 3 1 2-1 2 3-1 2h6l1 1v1h3l6-3 1 2 3 2 3 3 3 5 1 3 3-2 2 2h3l2-1 2 1 1 1 2 1 1 2 3 1 1-1Z",MX:"m251 273-1 3-1 2v9l2 3 2 2v2l2 2h3l1 1h5v-1h5l-1-1 2-1 1-2v-3l2-1 3-1h6v2l-2 2v2l-1 4-1-1-1 1-1 1-1 1h-5l-1 1h-1l2 2 1 1v1h-4l-1 2v3l-2-2-3-3-2-1-1 1v-1l-2 1-3 1-2-1h-2l-2-1h-1l-3-1-1-1-2-1-3-1v-1h-3l-2-1-2-2-3-1-1-2-1-2 1-2v-1l-1-2v-2l-2-1-2-3-3-2-1-2-3-2v-3h-1l-1-1-2-1v-2h-1l-2-2-2-1v-1l-1-3-1-2v-1l-4-2-2-1v3l1 2v1l1 1 2 2v1l2 2 1 2 1 1 1 1 1 1 1 3 1 1 1 2v2h2l2 3v1l-2 1-1-3-3-2-2-2v-2l-1-2-2-1-1-1h-1l-1-1h-2l-1-2 2-1 1-1-1-1-2-3-2-1-1-3-2-3-2-3 8-1-1 1 6 2 6 2h8v-1h6l4 4 2 3h1l2 2 1-1 1-1 1-1h3l2 3 1 2 3 3v1l1 2 3 1 2 1Z",DZ:"m571 236-1 1v7l-2 2v1l1 2 1 1v1l2 2 2 6h-1l1 2 1 2v8h-1v1l1 3 1 2h1l3 1 1 3-8 4-5 4-5 4-5 1-3 1-1-1h1v-2l-3-1h-2l-1-2-1-1-7-5-6-4-5-3-4-3-7-5v-4l3-2 2-1h1v-1h4l1-2 2-1 1-2v-1l3-1 2-1h3l1-1-2-1v-7l-2-1h1l3-2 3-1 2-1 2-1h4l1-1h5l2 1 2-1 2-1 1 1h3Z",CD:"m628 338 1 1 1 1 2-1 1 1 2-1 1 2h1l1 1v4h1l1 1-1 1-3 3v1l-1 1v4l-2 2v1h-1l1 1v4l1 2v1l1 2-1 1 1 2 2 2 1 3-5 1-2 2 1 2v2l-1 3v1l2 2h1l1-1v4l-1-1-1 1-2-3-3-1-1-2v1h-3l-2-1-1-1-2 1v-1l-1-1-1 1h-4v-1l-1-2-1-2v-7h-4v-1h-2l-1 1v2h-3l-3 1-1-2-1-3v-1l-2-1h-12l1-1v-1l1-2h1l1 1 2-2 1 2h1l2-3h1l1-1v-4l1-1 1-2 1-1 2-1v-5l1-2v-1l1-3v-4l2-2h3l1 2h3l3 1 1-2h2l3-1h2l1-1 4 1 1-1Z",NO:"m638 97-5 4v-3l-4-2-4 1-1 1-1 3-2 3-4-2-4 1-3-3-3 1-2 4-4-1-2 3-2-1-3 4 1 2-3 2-3 2v4l-3 4h2l-1 3h-4l-2 3 1 2v6l2 1-2 2 1 2v2l-3 2 1 2-2 1-1-1-4 1-4 4h-4l-4-2 1-4-2 1v-6l-1-1v-4l2-3 2-2h3l-1-1 4-1v-2h4v-2l5-5 3-1v-2l2-2 1-3 5-5v-1l4-2 1-3 5-2v-2l6-2h3l1-2 4-1 1 2 4-4 1-1h3l6-1 4 1 6 4-4 1v2Z",MN:"m898 188-3 8 1 1 3-1 1 1 2-2h2l3 4 1 1-1 1-4-1-3 2h-2l-1 2-2 1h-3l-2 2-1 1-5-1-2 2 2 3-3 1-2 2-3 1h-3l-5 1-4 2h-3v-1l-2 1-2-1-3-1-1-1-5-1-2 1-7-1h-2l-2-2-1-3-2-1-3-2h-7l-2-1v-1l1-2v-2l-1-2-1-1-1-1-2-2h-1l-2-1-2-1v-2l1-1h2l2-1v-1l7-3h7l1 3h8v1l3-2 1-1-2-2 1-2 2-3 5 2 3 1h2l1 3 1 1 3 1 5-1h4l2 2h2v1l2 1h2l3 1h2l1-1 5-1 1-1 3-1h1l2 1h3Z",SA:"m686 262 3 1v1h3l1 3 2 2 1 1 1 2h-1l2 3 1 1 1 1 1 1v1l3 3 8 1 1 2-2 7-4 1-5 2-9 1-2 1-2 3v1h-2l-1-1h-8l-2-1v3l-1 1-1-1-1-1v-1l-2-2-1-2-1-1-1-3-2-1-1-1-2-2v-5l-2-3-1-2h-1l-1-2-1-1-1-2-1-2-2-3-1-2h-2v-2l1-2h3l1-1 1-1 2-1 1-1h1l-3-4 6-1 1-1 3 1 5 3 3 2 5 4 5 1Z",CL:"M342 540h-3v-1h2Zm-8-1h2l2 1v1h-3l-2-2Zm-10-6 2 1h-3l-1-2Zm13-4v9h-5l-3-1 1-1v-2l3-2-1-1 2-2Zm-17-14-1 3h-2v-3l2-2Zm-1-2h-1l-1-2h2Zm5-15h-1v-1l2 1Zm-2-1h-1l1 3h-1l-2-2v-1Zm0-4h-2v-2l1-4 1 1 1 2h-1l1 2Zm20-70v1l-1 3-3 1-1 2 1 1-1 1 1 2-1 1 1 2h-1l-1 3-2 1v3h-1v4l-2 2v2l2 3v3h1v3l-2 2v4l-2 2v8h-1l-1 3v2l-1 1v4l1 1-1 1v3h1l-1 1 1 2v2h1v1l-1 1 1 1-1 2-1 2 1 1-1 1v2l-1 1-1 1 1 2-1 2-3 3v2l2 2h1l1 1v3l1 1 6 1 5 1-3-1-1 1-3 2-1 4h-1l-3-1 1-1 2-1v-1l-3 2h-2l-3-3 1-2-1-1v-2l-3-1v-2l2-3v-5l-1-1v-2l1-2v-1l-4-2 2-1v-1l2-1 1-1h1l1-2 2-1v-1l-2-1 1-2 1-5v-2h-3l-1-2 1-4 1-1v-2l-1-3 1-1-1-1v-2h1l1-2v-1l1-2 1-2 1-3 1-2v-2l1-1-1-3v-5l1-1v-1l-1-3 1-2 1-2 1-4v-2l1-2-1-2 1-3-1-2 1-1 1-4-1-2 1-3-1-5h1l1-2h1v1h1v3l2 2-1 1v2h1l1 3v4Z",ES:"m540 213 1 1 4 1 4 1h1l1 1 4-1v2l-4 2-3 1-4 6v1l2 2-2 1-1 1v2h-2l-1 1-1 1-7 1h-1l-2 1-1 1-1-1-2-2-1-1h-1l-1-1 1-2v-1l1-2-2-2 2-1v-5l2-1-1-2-2 1-2-1-1-1-2 1 1-1-2-3 1-1 4-2 1 1h5l3 1 3-1 2 1h2Zm15 13-1 2-2-2h1Zm-59 39-1 1-1-1Z",IR:"M685 229h1l4-3 1 3h-1l2 2h1l1 2 1 1h2l1 2 2 1h3l6-1-1-2h3l1-1 1-1h2l1-1h2l1 1 3 1h1l1 1 1 1 2 1 1 1h2v6l-2 3v1l1 1-1 1 1 3v3h3v2l-2 2-1 1 2 2 1 1v1l2 1 1 1v2h1v2l-2 1-2 1v1l-1 2h-2l-4-1h-5l-1-1-1-3-2-1h-3l-2 2-3-1-1-1-2-1-1-1h-3l-1-1v-2l-2-2v-1l-2-2h-3l-1 1-2-2v-2h-1l1-3-2-2-2-1h-1v-1l-3-3 1-1v-2l2-1-2-2-1-1-1-4-1-2h-1l1-2-2-4 3-1 2 3Z",ML:"M558 294v8l-1 3-1 1h-7l-1 1-2 1-2-1h-1l-1 1-2 1-1 1h-1l-3 1v2h-1l-1-1-1 1v1h-1l1 2h-2l-1 1v2h-1v2l-1 1-1-2-1 2h-2l-1-1-1 1-1-1v-3h-2v-3l-3 1h-1l-1 1-1-1-1 1v-3l-1-2h-1v-2l-1-2 1-1v-1l1-1 2 2 1-1h15l1-3-1-1-1-6-1-8v-4l-1-8h5l5 3 6 4 7 5 1 1 1 2h2l3 1v2h-1l1 1Z",PE:"M333 366h-3l-3 1-2 1-1 1v1l-1 2 1 1-2 1v1l-1 1 1 2 2 2-1 2h3v1h3l2-1v5h1l2-1 3 5-1 1v4l-1 2v1l1 1-1 1v1l1 1v1l-2 2 1 1h-1l-1 2h-1l-3-2-1-1-1-1-1-1-5-2h-1l-2-2-2-2h-1l-1-2v-2l-2-3-1-1v-1l-1-2v-1l-2-2-1-5-2-2-2-3-1-1-2-1-1-1h1l-1-3v-2l1-2 2-1v2h-1v1h1l2 1 1 1h1l2-4v-1l1-1 4-1 2-1 1-2 1-3v-2l2 1 1 1v1l2 1v1l1 1 1 1h6l3 1-2 4h1Z",JP:"M973 220v3l1 1 1 2v2l-1 1-1 2h-1v5l-1 1v2l1 1-2 1v1l-2 1v-2l-1 1-1 2-1-2-2 2-4-1-1 1 1 1h-1l-1 3h-2l-1-2v-1l1-1-2-1-2 1-3 1h-3v2l-1-1h-3l1-1h1l4-4h4l3-1 2 1 1-1v-1l2-2 2-1 3-1 2-2 1-1 2-5v-4l1-1h2Zm7-10 3 1h1l1 3h-2l-2 1-2 1v2l-5-2-2 1-2-1v1h1l-1 3-1-1v-1l-1-2h1l2-3 2 1 1-4v-4l1-1 2 3Zm-38 37h1l1 2 1 1-1 1-1 4-3 1-1-1 1-1-1-2 2-1-4-2 3-2 1-1Zm10-2h1v2h-1l-1 2-1-1h-1l-1 2h-2v-2l1-2h2l2-1Z",PK:"m781 241-3 1-1 1-3 1-4-1-1 1 1 4-1 1 2 2 2 1-2 2v2l-2 2-1 1-1 1-1 3-2 1-1 2-4 1-1-1-1 1-1 2-1 1 2 1v1l1 1 1 1 1 3v1h-7v1h-2l-1 1-1-2-1-1-1-1v-1l-1-1-2 1h-13l1-2v-1l2-1 2-1v-2h-1v-2l-1-1-2-1v-1l-1-1-2-2 5 1h8l3-1 1-4 2-1h1l1-1 2-1 2 1 1-1v-4h2l1-1-1-2h3v-2l2-2-1-2v-1l1-1 3-2h8l2 1v2l1 1 3 1Z",SD:"M657 285v3l1 2v5l2 1 2 2-1 1-2 1-1 1h-1v2l-2 4 1 3-1 2v1l-1 1-1 1-2 2v3h-1l-1 1v1l-1 2v-2l-3-2v-2l1-2-2 1h-2 1v2l-1 2-1 1-1 1h-2l-2-1h-1l-1 1-1 1-1 1h-2l-1-1h-4l-2-2v-1l-2 1-1 1-1 3-1 1-2-1 1-3-2-2-1-1v-1l-1-1v-3l-2-1 1-2v-1l1-1v-1l1-1v-1l1-2h3v-13h3v-7h28Z",LY:"m621 254-1 1 1 2-1 2 1 3v30h-3v1l-8-3-5-3-6-3-6-3-3 1-2 1-2-1-5-1-1-3-3-1h-1l-1-2-1-3v-1h1v-8l-1-2-1-2h1l1-1 1-1v-2l2-2 2-2v-2l2 1h6l1 1h2l1 3 2 1 4 1 2 1 2 1h3l1-2-1-3 1-1 1-1 4-1h1l3 1 1 1 2 1h2Z",ZA:"m640 422 1 3v2l1 2v4h-3l-1 2v1l1 1 1 1h2v-2h3l-1 5-1 1-2 1-1 2-3 5-5 4-3 3-2 1-2 1h-1l-1 1h-2l-1 1-4-1h-4l-1 1h-2l-2 1-1 1h-2l-2-3h-1v-1l-2-2 1-1v-4l-1-2-2-3-1-2-1-3h1l1-2 1 1v1l2 1h3l2-1v-12h2l1 3-1 2 1 1h3l1-1 2-1v-2l1-1 2 1 3 1 2-1 1-2 2-1 1-1 1-2 2-2 1-1 2-1 2-1h1l2 1Zm-11 21-1 2-1 1 1 2 2 1 1-2 2-1 1-2-2-2Z",CO:"m329 317-2 1-1 1-1 1-1 1v2l-1 2h2v2l1 1v2l1 2h6l2 2h5l1 1-1 2v4l1 2-1 1 2 2 1 3-2-2-1 1h-6v2h2l-3 1v2l1 2 1 2-1 4-1 5-1-1h-1l2-4-3-1h-6l-1-1-1-1v-1l-2-1v-1l-1-1-2-1h-2l-1-1h-3l-1-1-2-1-2-1 1-1v-2h1l2-2 1-2v-6l-1-2 1-1-2-2 1-1h1v-3l1 2v-2l2-1v-1l2-1v-2l1-1 1-2 2 1 1-1h2l2-2h1l1-1 1-1 1 1Z",NE:"m590 282 1 4v1l1 2 1 2v1l-1 9-3 4-3 4v2h-1l-2 1v1l-3-1h-2l-2 1-2 1h-3l-1-1-1-1-3 1-2-1-2-1h-2l-2 1-1 2-1 1v2l-2-2-2 1v1l-1-1v-2l-1 1-2-2v-1l-1-1-2-2 1-1 2-1 1-1h7l1-1 1-3v-8l5-1 5-4 5-4 8-4 5 1 2 1Z",SE:"M618 118h-3l-5 2-1 3 1 2-2 2-5 3-2 2h-2l-1 5-1 1v4l2 1 2 1 1 3-3 2-1 2-3 1v6l-2 4h-3l-2 2v1l-3 1-2-4 1-2-1-1-3-5-1-4 2-1-1-2 3-2v-2l-1-2 2-2-2-1v-6l-1-2 2-3h4l1-3h-2l3-4v-4l3-2 3-2-1-2 3-4 2 1 2-3 4 1 2-4 5 3 2 1 3 2-1 3 2 3-1 1Zm-15 37-1 3-2-2 1-1Z",MM:"M645 436h-3v-7l-1-2v-2l-1-3 3-3v-2l2-3-1-3 1-2v-5l-2-1h-1l-2-1h-3v-3l4-2 5-1 1 1h2v1l1 2-1 2v1l3 2-1-1 1-2h1l1-4-2-3-2-1-1-4 1-2h3l3 1 1-1 2 1 1-2 2 1v-1h2l2-1 2-1v2l-1 1 1 4v5l1 1-1 2-2 2v1l-3 2-3 1-2 1-2 3-3 2-2 2h-1v2l1 1 1 3v2l1 2-1 2v2l-1 1-1 1-4 1-2 1v2h1ZM673 315l-2 3 1 2 2-1 1 1-1 1 1 1 1 1 1 2 1 1 9 3h3l-6 6-3 3h-4l-2 1v1l-3 1h-2l-2-1-2 1-1 2-5-1-3-2h-3l-1-2v-1l-1-1h-1l-1-3-2-2-1-1h-1l-1-1 1-1 2-1v-3l1-2v-1l1-1h1v-3l2-2 1-1 1-1v-1l1-2h1l1-1 1 1 1-2 2 1 1-1 4 1 1 1 2 2 1 1ZM614 320h-1l-2 1v1l-2 1-1 1-1 1-4 1v1l-2 2h-3l-2 1h-4v-1l-1-2-3-2-1-1 1-1h4l-1-2v-4l-1-2-1-1-1-1-2-2v-2l3-4 3-4 1-9v-1l-1-2-1-2v-1l-1-4 3-1 6 3 6 3 5 3 8 3v12h-3l-1 2v1l-1 1v1l-1 1v1l-1 2 2 1v3l1 1ZM582 371l-1-3 1-1h3-1l-1 2v1Zm36 15v5l-1 2h-5v11l4 3-6 1h-6l-2-1-1-1h-14l-1-1h-1l-2 1h-2v-5l1-3 1-4 1-2 2-1 1-2v-2l-2-4-1-2 1-2 1-1-2-3v-1l-1-1-1-1 3-1h9l2 1v1l1 3 1 2 3-1h3v-2l1-1h2v1h4v7l1 2 1 2v1h4ZM851 287l-1 1-1 1-1 2-1-1-1 1-1 1h-3l-1 1v3h-1l1 3 2 2 1 2-1 3-1 1v1l3 3v3l1 1 1 2-2 2-1 2v1l-1-1 1-1v-2l-1-5-1-2-1-3v-3l-1-1 1-1h-1l-1-2-1 1-3 2-1 1h-2l-1-2-1 1 1-5v-2l-1-2h-1l1-2-2-1-1-1-1-1-1-1-1-1 1-1v-2h1l1-1v-1l1-1v-3h2v-1l2-2-1-2 2-2v-1l3-2 2-1 2-2v-2l2 2 1 2 1-1v6l-2 2h-1l-1 2 1 2h3v3h2v2l-1 1h3v2Z",BO:"M616 407h5l-2 1-3 2v-2l-7 1v8l-1 4h-3v21l-2 1h-3l-2-1v-1l-1-1-1 2h-1l-2-2-2-2-1-3v-5l-1-2v-5l-1-2-1-1-1-3-1-2-2-4-1-1-1-2v-2h2l2-1h1l1 1h14l1 1 2 1h6ZM369 415v-1l-3-2h-3l-5 1v2l-2 1v2l-1 3h-4l-1 2-1-2h-3l-1-1-1 1h-1l-1 2h-3v-4l-1-3h-1v-2l1-1-2-2v-3h-1v-1l-1-1 2-2v-1l-1-1v-1l1-1-1-1v-1l1-2v-4l1-1-3-5 4 1 1-1 1-1 3-2h4v4l1 2 2 1v1h2l2 1 1 1h2l1 1h2l2 1v3l1 5h5v3l2 1 1 2-1 3-1 2Z",VE:"m363 327 1 1-1 1h-1l-1 1 1 2-2 1v1l-1 1 2 2 1 1-2 1-3 2h-2l-1 1-1-1h-3l1 1v4h2l-2 1v1l-3 2h-2l-1 1h-1l-1-2-1-3-2-2 1-1-1-2v-4l1-2-1-1h-5l-2-2h-6l-1-2v-2l-1-1v-2h-2l1-2v-2l1-1 1-1 1-1 2-1-2 1 1 3-1 2 1 3 1-1h1v-1l-1-2-1-2h1l3-2v-1l1-1 1 2h3l1 1v2h6l2 1h3l3-1 3-1v1l1 1 5 3h-1l-1 3 2-1Z",MR:"m508 308-2-1-1-2-1-1h-1l-1-2h-3l-1 1h-2l-1 1v1-2l1-4v-4l-1-1 1-2v-1l-1-1-2-1 1-2h12l-1-3 1-2 1-1h2v-8h10v-5l7 5 4 3h-5l1 8v4l1 8 1 6 1 1-1 3h-15l-1 1-2-2-1 1v1ZM760 217l-1 1-2 1 2 2h2l1-1 3 2h1l-4 3-2-1-2-1 1-1-1-1-2 2h-1v1h-2l-1 3-2-1-1 2 1 1h1v1l1 2-2 2v1h-2l-2-1 1-2-3-1-5-2-4-3-3-5h-4l-1-1v-2l-1-1h-1l-3-2h-1l-1 2h-1l-2 1 1 3-4-1v-13l8-2 8 4v1l3 2h9l1 1 1 2 1-1v4h1l1 3h4l1 2 2-3 3-1 1-1Z",UA:"M661 199h-2l-1 1-3 1h-2l-2 1v2l2 2 2-1v2l-2-1-2 2h-1l-2 1h-2l1-3-4-1 4-2-1-1-3 1-1-1v-2l-4 1-2 3h-1v2l-2-1-1 1-2-1 3-2v-2l2 1v-2l-1-2h-1v-2l-5-2h-2l-2 1-4 2-5-2-1 1-2-2 1-3 1-2 3-3 1-2-2-2 3-2h4l4 1h6l1 1 3-1 2-2h2l2-1h4l2 3v1l3 1v2l3 2 3-1 2 2 1-1 3 1 1 1 1 2-1 1 1 3-1 1h-2l-2 1Z",SO:"m671 358-2-2v-11l1-2 2-2 3-1v-1l2-1h4l3-3 6-6h-3l-9-3-1-1-1-2-1-1-1-1 1-1 1-2 2 2 1 1h2l3-1h2l3-1h4l4-1 2-1h1v4l-1 1v2l-1 2-1 2-3 4v2l-2 2-2 3-3 4-3 3-3 2-2 1-2 2-5 5Z",FR:"m563 189 1 1 1 1h3l2 1-2 3v2l-2 1-3 3 2 1 1 1 1 2-2 1 1 2v2h2v1h-1v1l-2 2h-1l-3-1h-2l-2-1-2 2-1 1 1 1-4 1-1-1h-1l-4-1-4-1-1-1 1-1v-4l1-4v-2l-2-1-1-2-4-2-3-1-1-1 1-1-1-1 4-1 2 1h4l-2-4h2l1 1h3l1-1 3-1 1-2v-1l1-1 2-1 1 2 4 2 2 1Zm11 26v2l-1 3-1-1-1-3Z",NZ:"m1069 486 2-1h2l-1 1 1 1-3 3-1 2-1 1 1 2h-2l-3 1-1 3-1 3-3 3h-4l-1-1h-4v-3l1-2 2-1 2-2h1l3-2 2-2h1l2-2v-3l2-1v-2l2-1 1 1Zm1-23 1 1h2v2l1 2v2h2v-1l2 1v3l4 1 2-2 2 1-1 3h-1v2h-2l-1 1v1l-1 2-2 3-2 2-2-1 1-3 1-1-1-1-3-2-1-1 3-1 1-4-1-1v-2h-1v-1l-1-1-3-4Z",AF:"m772 235-1 1h-6l-3 2-1 1v1l1 2-2 2v2h-3l1 2-1 1h-2v4l-1 1-2-1-2 1-1 1h-1l-2 1-1 4-3 1h-8l-5-1 1-1 2-2v-2h-3v-3l-1-3 1-1-1-1v-1l2-3v-3l5 2 1-1v-1l2-1 2-1 1-3h2l1-1h2l2 1h2l1 1 3-1h1v-1l3-1v-1l2-1h1l1 1-1 3 1 2 4-2 1-1 1 1 2-1Z",IT:"m574 222 1 1-1 5h-2v1l-2-1 1-4-1-1 3-2Zm18 9-1 3v3l-2-1-6-3 2-1h5Zm-6-30v1l1 3-2-1-3 1 1 2-1 1 1 2 3 2 1 3 3 3h3v2l4 1 2 2 2 2h-1l-1-1-3-1-1 3 2 1v2l-2 1v1l-1 1h-1v-2h1v-3l-1-2-3-1v-1l-2-1-1-1h-2l-2-1-3-3-3-3-2-4-3-1-3 2h-1v-1h-2v-2l-1-2 2-1-1-2h3l2-1 1 2 1-2h2l2-2h1l1-1 3 1h1Zm-3 10Z",PG:"M1008 367h-1v-2l2 1Zm9 6-1 1-1-1v-1l-1-1v-1l2 2h1Zm-12-7h1v1l-1 1 1 1-1 1h-1l-1 1-3 1h-2l-1-1v1l-3-1v-1h6l2-1 1-1h1v-2Zm-33 15v-20l4 1 2 1h2l1 2h1l2 1h1l1 2 1 2h1l2 1h1l2 1v1h-3v1l1 1 1 2 1 1 1 1 1 2h2v1l1 1h1l2 1v1h-3l-6-1-3-4-2-2-3-1-1-1-3 2h-2l1 2-2 1h-5Z",PH:"M927 325v1l1 3v2l-1 2-1-2-1 1v4l-3-1-1-1-1-2 1-1-1-1-1-1v2l-3-1-1 2v-3l2-1 2-1 2 1 1-1h1v-1l2-1v-2Zm-5-2v1h-2v-1l1-1 1 1Zm-4 3-2-2v-1l1-1v-2h2l-1 3v2Zm1-2v-1l1-2v1l-1 1Zm-19 3 2-2h1l2-3 1-1v-1h1v1l-1 1-1 1-1 2-2 1Zm22-8 1-1 1 2v3l-1-1v-2h-1Zm-6-1h2l-1 1v1l-2 1-1-1 1-2Zm8-3 1 1v3h-1l-1-2-1-1-1-1Zm-14-3h2l1 1v2l-1 1-1-1v-1l-1-1Zm2-16 2 1h1v3l1 1-1 3h-2v4l1 2 2-1 1 1 1 1 1-1 1 1-1 1 2 1v2l-3-2v-1l-2-1v1l-2-1-2 1-2-2 1-1v-1h-2l-1-5 1 1h1l-1-1 1-2-1-2 1-3Z",TZ:"m648 356 2 1 5 3 4 2v2l5 3-1 4v1l2 2v1l-1 1v3l1 4 3 2-2 1-2 1h-2v1l-2-1-1 2-2-1-1 1-3-1h-2l-1-1v-3l-1-1-4-1-2-1h-1l-2-2h-1l-1-1-1-3-2-2-1-2 1-1-1-2v-1h1l1-2 1-1 1-1-1-1 1-2v-2l-1-2h5Z",TH:"M848 291h1v1l1 1h1l1 2-1 2v3l3-3 2 1h1l1-1h2l2 3v2l1 2h1l1 1-1 1v3h-7l-1 2-1 1v2l1 1v1l1 1h-1l-3-3-1 1-2-1 1-2h-3v4l-1 2-1 2-1 2v1l1 2h1l1 2 1 1v2l1 1 1 1h1l2 2-1 1h-1v1l-1-2-2-1-1 1-1-2-2-3-2-1-1-1 1-2 1-3v-1l1-2 2-2-1-2-1-1v-3l-3-3v-1l1-1 1-3-1-2-2-2-1-3h1v-3l1-1h3l1-1 1-1Z",EG:"m649 255 2 6-1 1-1 4v1l-2-1-1-2-1-1-1-2v2l1 1 2 2v1l1 2v1l2 4 2 3 1 2v3l2 1 2 2h-36v-23l-1-3 1-2-1-2 1-1h2l5 1 2 1h1l2 1 2-1 2-1h1l1-1 3 2h5Z",TR:"M671 220h3l1-1 2 2v2l1 2h1l2 1-3 1 2 4-1 2h1l1 2-2 1v-1h-2l-2-1-2 1h-5l-2 1-2 1h-2l-1-1-3 1-2-1-2 4v-1l-1-1 2-1-1-1-1 1-3-1-3 3h-4l-1-2-2-1h-2l-1 2-2 1-2-1v-1l-2-1h-3l-1-3v-1l-1-1v-1l1-1-1-1-2-1v-2l2-1h5l3-2v-1h6v-1l3-1 3-1h4l2 1h2l2 2 5 1 3-1 3 1 2-1Zm-41-2 1 2 2 1-1 1-2-1-2 1v1h-4l2-3-1-1 1-1h2Z",NG:"m586 311 2 2v2l1 1v2l-2 1-1 2-1 2v1h-1v2l-1 1-2 3v1l-1 2-1 1-1-1-1-1h-1l-4 3v2l-1 2h-4l-2 1h-2l-1-1-1-3-1-1-2-1h-5v-8l1-1 1-2h1v-1l1-1-1-2v-4l1-1 1-2 2-1h2l2 1 2 1 3-1 1 1 1 1h3l2-1 2-1h2l3 1v-1l2-1Z",ZM:"m645 382 1 1 1 2-1 1v5h-1v2l-1 2 1 1h1l-5 1-4 2v2h-2l-2 1-1 2-2 1-3 3h-4l-2-1h-5l-4-3v-11h5l1-2v-5l1 1v1l2-1 1 1 2 1h3v-1l1 2 3 1 2 3 1-1 1 1v-4l-1 1h-1l-2-2v-1l1-3v-2l-1-2 2-2 5-1 1 1h1l2 2h1Z",MY:"m854 334 3 2 1 2v6l1 1 2 4h-2l-3-2-4-3v-1l-2-2v-2l-1-3v-1l-1-1 1-1 2 1 1 2v-1h1Zm47 6h-5l-1 1v3h-2l1 2h-1v1l-1 2h-3l-3-1-1 1-1 1h-4l-3-2v-1l1 1h4v-2l1-2h3l1-1 3-3v-1l2 2 1-1-1-1 1-1h2l-1-1 2-1 1-2 1-1h3v2h2l1 1 2 1v1h-3l1 2Z",FI:"m633 101-2 3 3 2 2 3-3 3 3 4-1 6 1 1v2l1 2-1 1 3 3 1 1v2l-5 4-6 5-6 1-6 2-3-1-1-1-3-1v-5l-1-2v-3l3-4 3-2 4-4 3-1v-3l-4-1-1-4 1-1-2-3 1-3-3-2-2-1-5-3 3-1 3 3 4-1 4 2 2-3 1-3 1-1 4-1 4 2Z",VN:"m872 287-2 1-2 1v2l-2 1-1 3 1 1 1 2v1l3 2 2 2 2 3 1 2 1 3v6l-2 2-1 1-3 1h-2v3l-4 1v1l-1 1-1-1v-2l1-2h-1l-1-1h1l2-1h2v-1l-1-1h2v-1l2-1 2-1-1-2 1-1-1-2 1-2v-1l-1-2v-1l-2-1-1-2-2-2-1-2h-1v-1l-1-1-2-1v-1h2l1-1-1-1v-1l-2-1h-3l-1-1 1-1-3-3 1-1 2 1 1-1h3l1-1h1l1-1 1 1h3v3l2 2Z",TM:"M746 234h-2l-1 1h-2l-1 3-2 1-2 1v1l-1 1-5-2v-3h-2l-1-1-2-1-1-1-1-1h-1l-3-1-1-1h-2l-1 1h-2l-1 1-1 1h-3v-5l-1-1-1-1 1-1v-1h-2v-1l1-2 2 1 3-1-1-1-1-1-1-2h-3l-1 1 2-2h3l2 1 2 3 1-1 4 1-1-3 2-1h1l1-2h1l3 2h1l1 1v2l1 1h4l3 5 4 3 5 2 3 1Z",EC:"m269 353 1 2v1l-2-2Zm48 0v2l-1 3-1 2-2 1-4 1-1 1v1l-2 4h-1l-1-1-2-1h-1v-1h1v-2l1-1 1-1h-3l-1-1v-4h1v-2l1-1 1-1v-1l1-1 2-1 2 1 2 1 1 1h3l1 1Z",MA:"m538 242 2 1v7l2 1-1 1h-3l-2 1-3 1v1l-1 2-2 1-1 2h-4v1h-1l-2 1-3 2v3h-14l1-1h3l1-1 1-1 2-1 3-4v-1l-1-1v-2l2-3v-1l2-2 5-3 2-3 1-3 2-1 1 2 2 1h4Z",MG:"m695 391 1 2 1 3v2l1 2-1 2-1-2-1 1 1 2-1 3v2l-3 8-1 3-1 3-1 5-1 3-2 1h-1l-2 1h-1l-1-1h-2l-1-1-1-2v-2l-1-2v-3l1-2 1-1 1-4 1-1-1-1v-2l-1-1v-3l1-2 1-1 1-1h2v-1h2l1-1 4-3v-1l3-3v-2l1-1Z",KE:"m672 341-2 2-1 2v11l2 2-2 1-1 2h-1l-1 2-1 4h-1l-5-3v-2l-4-2-5-3-2-1v-3l1-3 1-1 1-1v-1l-1-2-1-2v-1h-1v-2l4-4 1 1v1l1 2h3l3 2 5 1 1-2 2-1 2 1Z",IQ:"m681 235 1 4 1 1 2 2-2 1v2l-1 1 3 3v1h1l2 1 2 2-1 3h1v2l2 2-2-1h-1l-1 1-1 1-1 1-1 1-5-1-5-4-3-2-5-3-3-1-2-4 6-3h1l1-2v-6h2l1-2 2-1 2 1h2v1Z",PY:"m369 415 1 3-1 3 4 1 1-1 2 1v1l1 4h4l-1 4v1l-1 3-1 2h-1l-1 1h-1l-1 1-2-1-4-1 1-1v-1l1-1 1-2-1-1-2-1-3-1-1-2-4-1-2-1-2-3-1-1 1-3v-2l2-1v-2l5-1h3l3 2Z",GB:"m526.17 171.05-3.44-.14-2.31-1.22 2.72-2.84 3.3-.53 2 3.01-.42.95Zm9.41-18.98-2.66 2.45 1.78 1.1 4.02.03.9.9-2.65 5.09-1.6 1.02 3.13.75 1.49 1.42 1.1 3.36 1.88 1.13 1.4 2 2.32 4.36 3.33.87-.3 2.72-1.83 1.13-.81 1.7 2.2.09-1.37 1.75-2.29.65-5.21.06-3.12.52-2.6-.06-1.18 1.6-1.14-.64-3.54.57 2.3-2.1 1.19-1.65 3.19-.07-3.8-2.16-1.55.47-.57-1.5 2.14-.81 1.22-1.4-.4-2.77 3.17-.86.42-1.26-3.12-4.37-3.57-.32 1.26-2.38-1.6-2.16-1.1-.54.66-1.97-1.65-.39 1.14-2.7-.78-.9 1.46-3.5 1.88-1.2Z"};t();var Z={tooltip:"_tooltip_1bizk_1",base:"_base_1bizk_6"};var M=({tooltips:o,translate:l,children:v})=>{let{data:b}=f(),k=z(),s=Object.fromEntries(b.map(a=>[a.id??a.name,a]));return e.createElement(e.Fragment,null,e.createElement("svg",{id:k,viewBox:"0 0 1090 539",className:"w-auto h-full aspect-[1090/539] group",preserveAspectRatio:"none",transform:`translate(${l?.x??0}, ${l?.y??0}) scale(${1+(l?.scale??0)/85})`},Object.entries(g).map(([a,p],r)=>e.createElement("path",{key:r,d:p,fill:typeof s[a]?.fill=="string"?s[a].fill:"#2c2c2c",stroke:s[a]?.stroke??"white",strokeWidth:.5,"data-iso":a,className:"hover:stroke-white hover:stroke-[1.5]"}))),Object.entries(g).map(([a,p],r)=>{let{x:d,y:m}=c.center(p);return e.createElement(x,{key:r,target:{side:"bottom",alignment:"center"},style:{left:n.scale(d,1090,100)+"%",top:n.scale(m,539,100)+"%"},border:"rgb(45, 45, 45)",className:_("!bg-gradient-to-r !from-[#015dc6] !to-[#a00766] pointer-events-none",Z.tooltip),"data-iso":a},e.createElement("div",null,o?.[a]?o[a]:a))}),v)};M.context=(o,l)=>({...o,attributes:{...o.attributes,className:_(o.attributes.className,"ratio-[1090/539]",Z.base)}});export{M as Worldmap};
|
package/dist/XAxis/XAxis.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a
|
|
1
|
+
import{a,b as u}from"../chunk-RKKAG5M5.js";import"../chunk-3EW3BLEK.js";import"../chunk-VIFX3JFV.js";import{a as s}from"../chunk-M6F6RZND.js";import{a as r,b as n,d as i}from"../chunk-Q2EJRTJX.js";r();import o from"react";var p=({})=>{let t=i(),m=n(t);return o.createElement(u.Row,{className:"flex items-center relative pt-2 text-xs font-normal select-none",style:{gridColumn:m}},t.domain.x.map((e,l)=>o.createElement(o.Fragment,{key:l},o.createElement("div",{className:"absolute -translate-x-1/2 dark:text-white",style:{left:`${s.scale(e.coordinate,3e3,100)}%`}},typeof e.tick=="number"?e.tick.toFixed(2):e.tick.toString()),o.createElement("div",{className:"opacity-0"},typeof e.tick=="number"?e.tick.toFixed(2):e.tick.toString()))))};p.context=(t,m)=>({...t,layout:{...t.layout,rows:t.layout.rows+" min-content",columns:t.layout.columns},domain:{...t.domain,y:t.domain.y,x:a.x.ticks(t,m.ticks)}});export{p as XAxis};
|
package/dist/YAxis/YAxis.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a as
|
|
1
|
+
import{a as i,b as a}from"../chunk-RKKAG5M5.js";import"../chunk-3EW3BLEK.js";import"../chunk-VIFX3JFV.js";import{a as n}from"../chunk-M6F6RZND.js";import{a as e,d as r}from"../chunk-Q2EJRTJX.js";e();import o from"react";var u=({})=>{let t=r();return o.createElement(a.Column,{className:"relative text-xs font-normal select-none dark:text-white"},t.domain.y.map((m,s)=>o.createElement(o.Fragment,{key:s},o.createElement("div",{className:"absolute -translate-y-1/2",style:{top:`${n.scale(m.coordinate,3e3,100)}%`}},typeof m.tick=="number"?m.tick.toFixed(2):m.tick.toString()),o.createElement("div",{className:"opacity-0"},typeof m.tick=="number"?m.tick.toFixed(2):m.tick.toString()))))};u.context=(t,m)=>({...t,layout:{...t.layout,rows:t.layout.rows,columns:"min-content "+t.layout.columns},domain:{...t.domain,x:t.domain.x,y:i.y.ticks(t,m.ticks)}});export{u as YAxis};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{a}from"./chunk-Q2EJRTJX.js";a();var e={isSegmentData:t=>t.length===0||"value"in t[0],isXYData:t=>t.length===0||"data"in t[0]&&"x"in(t[0].data[0]??{})};export{e as a};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{a as A}from"./chunk-Q2EJRTJX.js";A();var g={trend:(e,n)=>{let r=e.length,c=e.reduce((a,M)=>a+M.x,0)/r,t=e.reduce((a,M)=>a+M.y,0)/r,{numerator:o,denominator:b}=e.reduce((a,M)=>(a.numerator+=(M.x-c)*(M.y-t),a.denominator+=(M.x-c)**2,a),{numerator:0,denominator:0}),m=o/b,p=t-m*c,s=e.map(a=>a.x),l=Math.min(...s),$=Math.max(...s),h=m*l+p,u=m*$+p,C=$-l,L=Math.max(...e.map(a=>a.y))-Math.min(...e.map(a=>a.y)),y=n.x/C,f=n.y/L,x=(l-l)*y,P=n.y-(h-Math.min(...e.map(a=>a.y)))*f,X=($-l)*y,Y=n.y-(u-Math.min(...e.map(a=>a.y)))*f;return`M ${x} ${n.y-P} L ${X} ${n.y-Y}`},annularArc:(e,n,r,c,t,o)=>{if(c-r>=360)return console.log("FULL"),`M ${e-o} ${n} A ${o} ${o} 0 1 1 ${e+o} ${n} A ${o} ${o} 1 1 1 ${e-o} ${n} M ${e-t} ${n} A ${t} ${t} 0 1 1 ${e+t} ${n} A ${t} ${t} 1 1 1 ${e-t} ${n} Z`;let[b,m]=[r%360,c%360],p=b>m?m+360:m,s=(C,L,y,f)=>[(C+Math.sin(f)*y).toFixed(2),(L-Math.cos(f)*y).toFixed(2)],[l,$]=[b/360*2*Math.PI,p/360*2*Math.PI],h=[s(e,n,t,l),s(e,n,o,l),s(e,n,o,$),s(e,n,t,$)],u=$-l>Math.PI?"1":"0";return`M ${h[0][0]} ${h[0][1]} L ${h[1][0]} ${h[1][1]} A ${o} ${o} 0 ${u} 1 ${h[2][0]} ${h[2][1]} L ${h[3][0]} ${h[3][1]} A ${t} ${t} 0 ${u} 0 ${h[0][0]} ${h[0][1]} Z`},polarToCartesian:(e,n,r,c)=>{let t=(c-90)*Math.PI/180;return{x:e+r*Math.cos(t),y:n+r*Math.sin(t)}},describeArc:(e,n,r,c,t)=>{if(t-c>=360)return g.circleArc(e,n,r);let o=g.polarToCartesian(e,n,r,t),b=g.polarToCartesian(e,n,r,c),m=t-c<=180?"0":"1";return["M",o.x,o.y,"A",r,r,0,m,0,b.x,b.y].join(" ")},circleArc:(e,n,r)=>{let c=360*Math.PI/180,t=r*Math.cos(c),o=-r*Math.sin(c);return`M ${e} ${n} m ${t}, ${o} a ${r}, ${r} 0 1,0 ${-2*t}, ${-2*o} a ${r}, ${r} 0 1,0 ${2*t}, ${2*o}`},parse:e=>{let n=[],r=/([a-zA-Z])|([-+]?\d*\.?\d+)/g,c,t=null;for(;(c=r.exec(e))!==null;){let p=c[0];if(isNaN(Number(p)))t=p,n.push({type:t,coords:[]});else{let s=parseFloat(p);t&&n[n.length-1].coords.push(s)}}let o=[],b=null,m=[0,0];for(let p of n){let{type:s,coords:l}=p;if(s.toLowerCase()==="m"||s.toLowerCase()==="l"){let $=0;for(;$<l.length;){let h=l[$],u=l[$+1]??0;s==="m"||s==="l"?m=[m[0]+h,m[1]+u]:m=[h,u],o.push({type:s.toLowerCase()==="m"&&$===0?"M":"L",coords:[...m]}),$+=2}s==="m"&&(p.type="l")}else if(s==="h")for(let $ of l)m[0]+=$,o.push({type:"L",coords:[...m]});else if(s==="v")for(let $ of l)m[1]+=$,o.push({type:"L",coords:[...m]});else(s==="z"||s==="Z")&&o.push({type:"Z",coords:[]});b=p}return o},center:e=>{let n=g.parse(e),r=n.reduce((t,{coords:o})=>t+(o?.[0]??0),0)/n.length,c=n.reduce((t,{coords:o})=>t+(o[1]??0),0)/n.length;return{x:r,y:c}}};export{g as a};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{a as o}from"./chunk-M6F6RZND.js";import{a as p}from"./chunk-Q2EJRTJX.js";p();var h={xCoordinateFor:({domain:n,viewbox:i})=>{let f=Math.max(...n.x.map(({tick:t})=>+t)),u=Math.min(...n.x.map(({tick:t})=>+t));return t=>{if(typeof t=="string")return n.x.find(({tick:e})=>e===t)?.coordinate??i.x;if(f===u&&n.x.length===1)return n.x[0]?.coordinate??i.x;let r=+t;return r>f?i.x:r<u?0:n.x.reduce((e,{tick:s,coordinate:a},x)=>{if(e!==void 0)return e;let y=n.x[x+1],{coordinate:c,tick:d}=y;return o.isBetween(+r,+s,+d)?o.scale(r,[+s,+d],[a,c]):e},void 0)??0}},yCoordinateFor:({domain:n,viewbox:i})=>{let f=Math.max(...n.y.map(({tick:t})=>+t)),u=Math.min(...n.y.map(({tick:t})=>+t));return f===u?()=>n.y[0]?.coordinate??i.y:t=>+t>f?0:+t<u?i.y:typeof t=="string"?n.y.find(({tick:r})=>r===t)?.coordinate??i.y:n.y.reduce((r,{tick:e,coordinate:s},a)=>{if(r!==void 0||typeof e=="string")return r;let x=n.y[a+1];if(!x)return r;let{coordinate:y,tick:c}=x;return o.isBetween(+t,+e,+c)?o.scale(t,[+e,+c],[s,y]):r},void 0)??i.y}};export{h as a};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{a as u}from"./chunk-Q2EJRTJX.js";u();var l=[{fill:"#9844fc",color:"white"},{fill:"#d63cdd",color:"white"},{fill:"#ff5069",color:"white"},{fill:"#f86c44",color:"white"},{fill:"#fd9825",color:"white"},{fill:"#e7cd33",color:"black"},{fill:"#80e148",color:"black"},{fill:"#00d599",color:"white"},{fill:"#14ada4",color:"white"},{fill:"#00a7f1",color:"white"},{fill:"#696aff",color:"white"}],w={colorFor:(f,i)=>{if(i)switch(i){case 1:return[l[6].fill][f];case 2:return[l[6].fill,l[4].fill][f];case 3:return[l[0].fill,l[5].fill,l[7].fill][f];case 4:return[l[0].fill,l[3].fill,l[6].fill,l[8].fill][f];case 5:return[l[0].fill,l[3].fill,l[5].fill,l[6].fill,l[8].fill][f];case 6:return[l[0].fill,l[3].fill,l[5].fill,l[6].fill,l[7].fill,l[8].fill][f];case 7:return[l[0].fill,l[2].fill,l[3].fill,l[5].fill,l[6].fill,l[7].fill,l[8].fill][f];case 8:return[l[0].fill,l[2].fill,l[3].fill,l[4].fill,l[5].fill,l[6].fill,l[7].fill,l[8].fill][f];case 9:return[l[0].fill,l[1].fill,l[2].fill,l[3].fill,l[4].fill,l[5].fill,l[6].fill,l[7].fill,l[8].fill][f];case 10:return[l[0].fill,l[1].fill,l[2].fill,l[3].fill,l[4].fill,l[5].fill,l[6].fill,l[7].fill,l[8].fill,l[9].fill][f];default:return"#9844fc"}return l.map(({fill:r})=>r)[f]||"#9844fc"},between:(f,i,r)=>{if(r===1)return i;if(r===0)return f;let c=/rgb\((\d{1,3}), (\d{1,3}), (\d{1,3})\)/.exec(i)||[255,255,255],o=/rgb\((\d{1,3}), (\d{1,3}), (\d{1,3})\)/.exec(f)||[255,255,255],t=r*2/2,e=1-t,[a,s,n]=[Math.round(+c[1]*t+ +o[1]*e),Math.round(+c[2]*t+ +o[2]*e),Math.round(+c[3]*t+ +o[3]*e)];return`rgb(${a}, ${s}, ${n})`}};export{w as a};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{a as t}from"./chunk-Q2EJRTJX.js";t();var s={isBetween:(r,e,n)=>r>=e&&r<=n,scale:(r,e,n)=>{let[b,m]=typeof e=="number"?[0,e]:e,[u,o]=typeof n=="number"?[0,n]:n;return(r-b)/(m-b)*(o-u)+u}};export{s as a};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var a=Object.defineProperty;var C=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var l=Object.prototype.hasOwnProperty;var s=(t,e)=>()=>(t&&(e=t(t=0)),e);var c=(t,e)=>{for(var o in e)a(t,o,{get:e[o],enumerable:!0})},G=(t,e,o,m)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of g(e))!l.call(t,n)&&n!==o&&a(t,n,{get:()=>e[n],enumerable:!(m=C(e,n))||m.enumerable});return t};var i=t=>G(a({},"__esModule",{value:!0}),t);import"react";var r=s(()=>{"use strict"});var p={};c(p,{GraphContextServer:()=>v,useGraphServer:()=>D});import{cache as b}from"react";var f,y,v,D,u=s(()=>{"use strict";r();[f,y]=b(()=>{let t={};return[()=>t,e=>t=e]})(),v=({value:t,children:e})=>(y(t),React.createElement(React.Fragment,null,e)),D=()=>f()});var x={};c(x,{GraphContextClient:()=>R,useGraphClient:()=>S});import{createContext as w,useContext as A}from"react";var h,R,S,d=s(()=>{"use strict";r();h=w(void 0),R=({value:t,children:e})=>React.createElement(h.Provider,{value:t},e),S=()=>{let t=A(h);if(!t)throw Error("Can only useGraph inside <Graph/>");return t}});r();var X=t=>t.layout.columns.split(" ").findIndex(e=>e.includes("[graph]"))+1,Y=typeof window>"u"?(u(),i(p)).GraphContextServer:(d(),i(x)).GraphContextClient,I=typeof window>"u"?(u(),i(p)).useGraphServer:(d(),i(x)).useGraphClient;export{r as a,X as b,Y as c,I as d};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{a as h}from"./chunk-3EW3BLEK.js";import{a as C}from"./chunk-VIFX3JFV.js";import{a as l}from"./chunk-M6F6RZND.js";import{a as u,c as g}from"./chunk-Q2EJRTJX.js";u();import f,{useId as A}from"react";u();import v from"react";var b={context:(a,s)=>v.Children.toArray(a).reduce((p,r)=>typeof r!="string"&&v.isValidElement(r)&&typeof r.type!="string"&&"context"in r.type&&typeof r.type.context=="function"?r.type.context(p,r.props):p,s)};u();var y={x:{ticks:({data:a,viewbox:s},{from:p="min",to:r="max",jumps:m=10}={from:"min",to:"max",jumps:10})=>{if(!h.isXYData(a)||a.length===0)return[];if(typeof a[0]?.data?.[0].x=="string"){let n=Array.from(new Set(a.flatMap(i=>i.data.map(d=>d.x)))),t=s.x/n.length;return n.map((i,d)=>({tick:i,coordinate:d*t+t/2}))}let e=Math.min(...a.flatMap(n=>n.data.map(t=>+t.x))),o=Math.max(...a.flatMap(n=>n.data.map(t=>+t.x)));if(e===o)return[{tick:e,coordinate:s.x}];if(typeof m=="string")return[];let c=(()=>{if(p==="min")return e;if(typeof p=="number")return p;let n=p.match(/(\+|-)/)?.[0],t=p.includes("%"),i=+p.replace(/[^0-9]/g,"");return n==="+"?t?e+e*i/100:e+i:n==="-"?t?e-e*i/100:e-i:e})(),x=(()=>{if(r==="max")return o;if(typeof r=="number")return r;let n=r.match(/(\+|-)/)?.[0],t=r.includes("%"),i=+r.replace(/[^0-9]/g,"");return n==="+"?t?o+o*i/100:o+i:n==="-"?t?o-o*i/100:o-i:o})();return Array.from({length:m},(n,t)=>({tick:l.scale(t,[0,m-1],[c,x]),coordinate:l.scale(t,[0,m-1],[0,s.x])}))}},y:{ticks:({data:a,viewbox:s},{from:p="min - 10%",to:r="max + 10%",jumps:m=5}={from:"min - 10%",to:"max + 10%",jumps:5})=>{if(!h.isXYData(a)||a.length===0)return[];let e=Math.min(...a.flatMap(n=>n.data.map(t=>+t.y))),o=Math.max(...a.flatMap(n=>n.data.map(t=>+t.y)));if(e===o)return[{tick:e,coordinate:s.y}];if(typeof m=="string")return[];let c=(()=>{if(p==="min")return e;if(typeof p=="number")return p;let n=p.match(/(\+|-)/)?.[0],t=p.includes("%"),i=+p.replace(/[^0-9]/g,"");return n==="+"?t?e+e*i/100:e+i:n==="-"?t?e-e*i/100:e-i:e})(),x=(()=>{if(r==="max")return o;if(typeof r=="number")return r;let n=r.match(/(\+|-)/)?.[0],t=r.includes("%"),i=+r.replace(/[^0-9]/g,"");return n==="+"?t?o+o*i/100:o+i:n==="-"?t?o-o*i/100:o-i:o})();return Array.from({length:m},(n,t)=>({tick:l.scale(t,[0,m-1],[c,x]),coordinate:l.scale(t,[0,m-1],[s.y,0])}))}}};var M=({data:a,gap:s,children:p,interactions:r})=>{let m=A(),e=3e3,o=3e3,c=b.context(p,{id:m,layout:{rows:"[graph] auto",columns:"[graph] auto"},viewbox:{x:e,y:o},data:a,gap:{top:s?.top??0,left:s?.left??0,right:s?.right??0,bottom:s?.bottom??0},attributes:{className:"relative grid h-full w-full"},domain:{x:y.x.ticks({data:a,viewbox:{x:e,y:o}}),y:y.y.ticks({data:a,viewbox:{x:e,y:o}})},interactions:{hovered:r?.hovered??[],pinned:r?.pinned??[]}});return f.createElement("div",{id:m,...c.attributes,style:{...c.attributes.style,gridTemplateColumns:c.layout.columns,gridTemplateRows:c.layout.rows,padding:`${c.gap.top}px ${c.gap.right}px ${c.gap.bottom}px ${c.gap.left}px`}},f.createElement(g,{value:c},p))};M.Row=({children:a,...s})=>f.createElement("div",{...s,className:C("col-span-full",s.className)},a);M.Column=({children:a,...s})=>f.createElement("div",{...s},a);export{y as a,M as b};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{a as n}from"./chunk-Q2EJRTJX.js";n();var l=(...r)=>r.map(e=>!e||typeof e=="string"?e:Object.entries(e).map(([t,i])=>i?t:"")).flat().filter(Boolean).join(" ");export{l as a};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
|
-
"sources": ["../../../../AppData/Local/Temp/tmp-
|
|
3
|
+
"sources": ["../../../../AppData/Local/Temp/tmp-26364-UY9aVJ43Plc6/nanoplotx/src/styles/library-global.css"],
|
|
4
4
|
"sourcesContent": [".sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border-width: 0\n}\n.pointer-events-none {\n pointer-events: none\n}\n.pointer-events-auto {\n pointer-events: auto\n}\n.invisible {\n visibility: hidden\n}\n.absolute {\n position: absolute\n}\n.relative {\n position: relative\n}\n.inset-0 {\n inset: 0px\n}\n.left-0 {\n left: 0px\n}\n.top-16 {\n top: 4rem\n}\n.z-10 {\n z-index: 10\n}\n.col-span-full {\n grid-column: 1 / -1\n}\n.row-span-2 {\n grid-row: span 2 / span 2\n}\n.m-3 {\n margin: 0.75rem\n}\n.my-2 {\n margin-top: 0.5rem;\n margin-bottom: 0.5rem\n}\n.mb-2 {\n margin-bottom: 0.5rem\n}\n.ml-1 {\n margin-left: 0.25rem\n}\n.ml-2 {\n margin-left: 0.5rem\n}\n.mr-1 {\n margin-right: 0.25rem\n}\n.mr-1\\.5 {\n margin-right: 0.375rem\n}\n.mr-3 {\n margin-right: 0.75rem\n}\n.mt-2 {\n margin-top: 0.5rem\n}\n.inline-block {\n display: inline-block\n}\n.flex {\n display: flex\n}\n.inline-flex {\n display: inline-flex\n}\n.grid {\n display: grid\n}\n.hidden {\n display: none\n}\n.aspect-\\[1090\\/539\\] {\n aspect-ratio: 1090/539\n}\n.size-4 {\n width: 1rem;\n height: 1rem\n}\n.h-14 {\n height: 3.5rem\n}\n.h-5 {\n height: 1.25rem\n}\n.h-8 {\n height: 2rem\n}\n.h-full {\n height: 100%\n}\n.h-screen {\n height: 100vh\n}\n.max-h-screen {\n max-height: 100vh\n}\n.w-14 {\n width: 3.5rem\n}\n.w-5 {\n width: 1.25rem\n}\n.w-8 {\n width: 2rem\n}\n.w-auto {\n width: auto\n}\n.w-fit {\n width: -moz-fit-content;\n width: fit-content\n}\n.w-full {\n width: 100%\n}\n.w-screen {\n width: 100vw\n}\n.min-w-32 {\n min-width: 8rem\n}\n.min-w-60 {\n min-width: 15rem\n}\n.min-w-\\[4\\.5rem\\] {\n min-width: 4.5rem\n}\n.flex-1 {\n flex: 1 1 0%\n}\n.origin-center {\n transform-origin: center\n}\n.origin-top-right {\n transform-origin: top right\n}\n.-translate-x-1\\/2 {\n --tw-translate-x: -50%;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))\n}\n.-translate-y-1\\/2 {\n --tw-translate-y: -50%;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))\n}\n.rotate-180 {\n --tw-rotate: 180deg;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))\n}\n.scale-100 {\n --tw-scale-x: 1;\n --tw-scale-y: 1;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))\n}\n.transform {\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))\n}\n.cursor-pointer {\n cursor: pointer\n}\n.select-none {\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none\n}\n.grid-cols-1 {\n grid-template-columns: repeat(1, minmax(0, 1fr))\n}\n.grid-cols-2 {\n grid-template-columns: repeat(2, minmax(0, 1fr))\n}\n.grid-cols-\\[40\\%_1fr\\] {\n grid-template-columns: 40% 1fr\n}\n.grid-rows-2 {\n grid-template-rows: repeat(2, minmax(0, 1fr))\n}\n.flex-row-reverse {\n flex-direction: row-reverse\n}\n.flex-col {\n flex-direction: column\n}\n.items-start {\n align-items: flex-start\n}\n.items-center {\n align-items: center\n}\n.justify-start {\n justify-content: flex-start\n}\n.justify-end {\n justify-content: flex-end\n}\n.justify-center {\n justify-content: center\n}\n.justify-between {\n justify-content: space-between\n}\n.gap-2 {\n gap: 0.5rem\n}\n.gap-4 {\n gap: 1rem\n}\n.gap-6 {\n gap: 1.5rem\n}\n.gap-8 {\n gap: 2rem\n}\n.overflow-hidden {\n overflow: hidden\n}\n.overflow-y-auto {\n overflow-y: auto\n}\n.rounded-full {\n border-radius: 9999px\n}\n.rounded-md {\n border-radius: 0.375rem\n}\n.border {\n border-width: 1px\n}\n.border-\\[1px\\] {\n border-width: 1px\n}\n.border-b {\n border-bottom-width: 1px\n}\n.border-dotted {\n border-style: dotted\n}\n.border-black {\n --tw-border-opacity: 1;\n border-color: rgb(0 0 0 / var(--tw-border-opacity, 1))\n}\n.border-foreground {\n border-color: hsl(var(--foreground))\n}\n.border-primary-foreground\\/40 {\n border-color: hsl(var(--primary-foreground) / 0.4)\n}\n.border-white {\n --tw-border-opacity: 1;\n border-color: rgb(255 255 255 / var(--tw-border-opacity, 1))\n}\n.bg-background {\n background-color: hsl(var(--background))\n}\n.bg-primary {\n background-color: hsl(var(--primary))\n}\n.\\!bg-gradient-to-r {\n background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important\n}\n.bg-gradient-to-r {\n background-image: linear-gradient(to right, var(--tw-gradient-stops))\n}\n.\\!from-\\[\\#015dc6\\] {\n --tw-gradient-from: #015dc6 var(--tw-gradient-from-position) !important;\n --tw-gradient-to: rgb(1 93 198 / 0) var(--tw-gradient-to-position) !important;\n --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important\n}\n.from-primary {\n --tw-gradient-from: hsl(var(--primary)) var(--tw-gradient-from-position);\n --tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);\n --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)\n}\n.\\!to-\\[\\#a00766\\] {\n --tw-gradient-to: #a00766 var(--tw-gradient-to-position) !important\n}\n.to-primary-foreground {\n --tw-gradient-to: hsl(var(--primary-foreground)) var(--tw-gradient-to-position)\n}\n.fill-primary-foreground {\n fill: hsl(var(--primary-foreground))\n}\n.fill-transparent {\n fill: transparent\n}\n.stroke-\\[\\#2D2D2D\\] {\n stroke: #2D2D2D\n}\n.stroke-background {\n stroke: hsl(var(--background))\n}\n.stroke-black {\n stroke: #000\n}\n.stroke-foreground {\n stroke: hsl(var(--foreground))\n}\n.stroke-white {\n stroke: #fff\n}\n.stroke-1 {\n stroke-width: 1\n}\n.stroke-2 {\n stroke-width: 2\n}\n.stroke-\\[10\\] {\n stroke-width: 10\n}\n.p-1 {\n padding: 0.25rem\n}\n.p-2 {\n padding: 0.5rem\n}\n.p-4 {\n padding: 1rem\n}\n.px-3 {\n padding-left: 0.75rem;\n padding-right: 0.75rem\n}\n.px-4 {\n padding-left: 1rem;\n padding-right: 1rem\n}\n.py-1 {\n padding-top: 0.25rem;\n padding-bottom: 0.25rem\n}\n.py-2 {\n padding-top: 0.5rem;\n padding-bottom: 0.5rem\n}\n.pt-2 {\n padding-top: 0.5rem\n}\n.text-left {\n text-align: left\n}\n.text-7xl {\n font-size: 4.5rem;\n line-height: 1\n}\n.text-sm {\n font-size: 0.875rem;\n line-height: 1.25rem\n}\n.text-xs {\n font-size: 0.75rem;\n line-height: 1rem\n}\n.font-bold {\n font-weight: 700\n}\n.font-medium {\n font-weight: 500\n}\n.font-normal {\n font-weight: 400\n}\n.font-semibold {\n font-weight: 600\n}\n.text-foreground {\n color: hsl(var(--foreground))\n}\n.text-gray-400 {\n --tw-text-opacity: 1;\n color: rgb(156 163 175 / var(--tw-text-opacity, 1))\n}\n.text-gray-500 {\n --tw-text-opacity: 1;\n color: rgb(107 114 128 / var(--tw-text-opacity, 1))\n}\n.text-primary {\n color: hsl(var(--primary))\n}\n.text-primary-foreground {\n color: hsl(var(--primary-foreground))\n}\n.text-white {\n --tw-text-opacity: 1;\n color: rgb(255 255 255 / var(--tw-text-opacity, 1))\n}\n.accent-red-500 {\n accent-color: #ef4444\n}\n.opacity-0 {\n opacity: 0\n}\n.shadow-lg {\n --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);\n --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)\n}\n.shadow-md {\n --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);\n --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)\n}\n.ring {\n --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);\n --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);\n box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)\n}\n.ring-opacity-5 {\n --tw-ring-opacity: 0.05\n}\n.blur {\n --tw-blur: blur(8px);\n filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)\n}\n.filter {\n filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)\n}\n.transition-all {\n transition-property: all;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-duration: 150ms\n}\n.transition-transform {\n transition-property: transform;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-duration: 150ms\n}\n.duration-200 {\n transition-duration: 200ms\n}\n.ease-in-out {\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)\n}\n.\\[fill-opacity\\:0\\.7\\] {\n fill-opacity: 0.7\n}\n.\\[fill-opacity\\:0\\] {\n fill-opacity: 0\n}\n.\\[filter\\:brightness\\(300\\%\\)\\] {\n filter: brightness(300%)\n}\n.\\[filter\\:invert\\(1\\)\\] {\n filter: invert(1)\n}\n.\\[grid-area\\:graph\\] {\n grid-area: graph\n}\n.\\[mask-image\\:radial-gradient\\(circle\\2c transparent_14\\%\\2c black_14\\.1\\%\\)\\] {\n -webkit-mask-image: radial-gradient(circle,transparent 14%,black 14.1%);\n mask-image: radial-gradient(circle,transparent 14%,black 14.1%)\n}\n.\\[mask-position\\:50\\%_50\\%\\] {\n -webkit-mask-position: 50% 50%;\n mask-position: 50% 50%\n}\n.\\[mask-repeat\\:no-repeat\\] {\n -webkit-mask-repeat: no-repeat;\n mask-repeat: no-repeat\n}\n.\\[resize\\:both\\] {\n resize: both\n}\n.\\[stroke-opacity\\:0\\] {\n stroke-opacity: 0\n}\n.\\[vector-effect\\:non-scaling-stroke\\] {\n vector-effect: non-scaling-stroke\n}\n.hover\\:scale-102:hover {\n --tw-scale-x: 1.02;\n --tw-scale-y: 1.02;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))\n}\n.hover\\:bg-primary-foreground:hover {\n background-color: hsl(var(--primary-foreground))\n}\n.hover\\:stroke-white:hover {\n stroke: #fff\n}\n.hover\\:stroke-\\[1\\.5\\]:hover {\n stroke-width: 1.5\n}\n.hover\\:brightness-110:hover {\n --tw-brightness: brightness(1.1);\n filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)\n}\n.focus\\:outline-none:focus {\n outline: 2px solid transparent;\n outline-offset: 2px\n}\n.focus\\:ring-primary:focus {\n --tw-ring-color: hsl(var(--primary))\n}\n.group:hover .group-hover\\:visible {\n visibility: visible\n}\n.group:hover .group-hover\\:rotate-180 {\n --tw-rotate: 180deg;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))\n}\n.group:hover .group-hover\\:stroke-\\[15\\] {\n stroke-width: 15\n}\n.group:hover .group-hover\\:opacity-100 {\n opacity: 1\n}\n.has-\\[path\\:hover\\]\\:z-\\[1\\]:has(path:hover) {\n z-index: 1\n}\n@media (min-width: 768px) {\n .md\\:col-span-1 {\n grid-column: span 1 / span 1\n }\n .md\\:col-span-2 {\n grid-column: span 2 / span 2\n }\n .md\\:mx-6 {\n margin-left: 1.5rem;\n margin-right: 1.5rem\n }\n .md\\:grid-cols-1 {\n grid-template-columns: repeat(1, minmax(0, 1fr))\n }\n .md\\:grid-cols-3 {\n grid-template-columns: repeat(3, minmax(0, 1fr))\n }\n}\n@media (min-width: 1024px) {\n .lg\\:col-span-3 {\n grid-column: span 3 / span 3\n }\n .lg\\:block {\n display: block\n }\n .lg\\:flex {\n display: flex\n }\n .lg\\:w-fit {\n width: -moz-fit-content;\n width: fit-content\n }\n .lg\\:grid-cols-4 {\n grid-template-columns: repeat(4, minmax(0, 1fr))\n }\n .lg\\:flex-row {\n flex-direction: row\n }\n .lg\\:justify-end {\n justify-content: flex-end\n }\n}\n.dark\\:fill-white:where(.dark, .dark *) {\n fill: #fff\n}\n.dark\\:stroke-white:where(.dark, .dark *) {\n stroke: #fff\n}\n.dark\\:text-white:where(.dark, .dark *) {\n --tw-text-opacity: 1;\n color: rgb(255 255 255 / var(--tw-text-opacity, 1))\n}\n.dark\\:\\[filter\\:brightness\\(100\\%\\)\\]:where(.dark, .dark *) {\n filter: brightness(100%)\n}\n.dark\\:\\[filter\\:invert\\(0\\)\\]:where(.dark, .dark *) {\n filter: invert(0)\n}\n.\\[\\&\\>svg\\]\\:opacity-30>svg {\n opacity: 0.3\n}\n.hover\\:\\[\\&\\>svg\\]\\:scale-110>svg:hover {\n --tw-scale-x: 1.1;\n --tw-scale-y: 1.1;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))\n}\n.hover\\:\\[\\&\\>svg\\]\\:opacity-60>svg:hover {\n opacity: 0.6\n}\n.has-\\[path\\:hover\\]\\:\\[\\&_\\.label-path\\]\\:stroke-current .label-path:has(path:hover) {\n stroke: currentColor\n}\n.\\[\\&_g\\>\\*\\]\\:fill-primary-foreground g>* {\n fill: hsl(var(--primary-foreground))\n}\n.\\[\\&_g\\>\\*\\]\\:stroke-primary-foreground g>* {\n stroke: hsl(var(--primary-foreground))\n}\n.\\[\\&_g\\>_path\\]\\:fill-primary-foreground g> path {\n fill: hsl(var(--primary-foreground))\n}\n.\\[\\&_g\\>_path\\]\\:stroke-primary-foreground g> path {\n stroke: hsl(var(--primary-foreground))\n}\n.\\[\\&_svg\\]\\:opacity-100 svg {\n opacity: 1\n}"],
|
|
5
5
|
"mappings": "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",
|
|
6
6
|
"names": []
|
package/esbuild.js
CHANGED
package/package.json
CHANGED
package/react-global.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import React from "react";
|