@tekkare/romulus 0.1.168 → 0.1.169
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/module.json +1 -1
- package/dist/runtime/internal/flags.js +12 -0
- package/package.json +1 -1
package/dist/module.json
CHANGED
|
@@ -59,6 +59,18 @@ const MAPLE = (() => {
|
|
|
59
59
|
return `<polygon points="${points}" fill="#D80621"/>`;
|
|
60
60
|
})();
|
|
61
61
|
export const RM_FLAGS = {
|
|
62
|
+
/*
|
|
63
|
+
Pas un pays : la portee mondiale, quand un fil d'Ariane ou une liste melange
|
|
64
|
+
des pays et un « Global ». Le code `ww` est reserve par l'ISO, donc aucun
|
|
65
|
+
pays ne le reclamera. Un emoji globe tenait ce role dans les apps, pose dans
|
|
66
|
+
le libelle : il ne s'alignait pas sur le texte, et surtout il ne suivait pas
|
|
67
|
+
la meme mise en page que les drapeaux poses a cote de lui.
|
|
68
|
+
*/
|
|
69
|
+
ww: `<circle cx="10.5" cy="7.5" r="7.2" fill="#3A6FD8"/>
|
|
70
|
+
<path d="M3.3 7.5H17.7" stroke="#FFFFFF" stroke-width="0.9"/>
|
|
71
|
+
<path d="M4.6 4.2H16.4M4.6 10.8H16.4" stroke="#FFFFFF" stroke-width="0.7"/>
|
|
72
|
+
<ellipse cx="10.5" cy="7.5" rx="3.2" ry="7.2" fill="none" stroke="#FFFFFF" stroke-width="0.7"/>
|
|
73
|
+
<circle cx="10.5" cy="7.5" r="7.2" fill="none" stroke="#FFFFFF" stroke-width="0.7"/>`,
|
|
62
74
|
fr: vertical("#002654", "#FFFFFF", "#ED2939"),
|
|
63
75
|
be: vertical("#000000", "#FDDA24", "#EF3340"),
|
|
64
76
|
ie: vertical("#169B62", "#FFFFFF", "#FF883E"),
|