@sil/data 0.1.0 → 0.1.3
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/sil-data.cjs +14 -1
- package/dist/sil-data.cjs.map +1 -1
- package/dist/sil-data.js +14 -1
- package/dist/sil-data.js.map +1 -1
- package/package.json +1 -1
package/dist/sil-data.js
CHANGED
|
@@ -1533,6 +1533,18 @@ const countries = [
|
|
|
1533
1533
|
languages: ["Burmese"],
|
|
1534
1534
|
tld: ".mm"
|
|
1535
1535
|
},
|
|
1536
|
+
{
|
|
1537
|
+
name: "Nagorno-Karabakh",
|
|
1538
|
+
alpha2: "XN",
|
|
1539
|
+
alpha3: "XNA",
|
|
1540
|
+
numeric: "999",
|
|
1541
|
+
flag: "🇽🇳",
|
|
1542
|
+
phoneCode: "+374",
|
|
1543
|
+
capital: "Stepanakert",
|
|
1544
|
+
continent: "Asia",
|
|
1545
|
+
currency: "AMD",
|
|
1546
|
+
languages: ["Armenian"]
|
|
1547
|
+
},
|
|
1536
1548
|
{
|
|
1537
1549
|
name: "Namibia",
|
|
1538
1550
|
alpha2: "NA",
|
|
@@ -4166,7 +4178,7 @@ const flagData = [
|
|
|
4166
4178
|
{ alpha2: "AO", svgUrl: "https://flagcdn.com/ao.svg", pngUrl: "https://flagcdn.com/w320/ao.png", colors: ["red", "black"], similar: ["AL", "GE"] },
|
|
4167
4179
|
{ alpha2: "AG", svgUrl: "https://flagcdn.com/ag.svg", pngUrl: "https://flagcdn.com/w320/ag.png", colors: ["red", "black", "gold", "white", "blue"], similar: ["BB", "JM"] },
|
|
4168
4180
|
{ alpha2: "AR", svgUrl: "https://flagcdn.com/ar.svg", pngUrl: "https://flagcdn.com/w320/ar.png", colors: ["light-blue", "white"], similar: ["HN", "NI", "SV"] },
|
|
4169
|
-
{ alpha2: "AM", svgUrl: "https://flagcdn.com/am.svg", pngUrl: "https://flagcdn.com/w320/am.png", colors: ["red", "blue", "orange"], similar: ["DE", "BE", "TD"] },
|
|
4181
|
+
{ alpha2: "AM", svgUrl: "https://flagcdn.com/am.svg", pngUrl: "https://flagcdn.com/w320/am.png", colors: ["red", "blue", "orange"], similar: ["DE", "BE", "TD", "XN"] },
|
|
4170
4182
|
{ alpha2: "AU", svgUrl: "https://flagcdn.com/au.svg", pngUrl: "https://flagcdn.com/w320/au.png", colors: ["blue", "red", "white"], similar: ["NZ", "GB", "FJ", "TV"] },
|
|
4171
4183
|
{ alpha2: "AT", svgUrl: "https://flagcdn.com/at.svg", pngUrl: "https://flagcdn.com/w320/at.png", colors: ["red", "white"], similar: ["LV", "SG", "PE", "PL"] },
|
|
4172
4184
|
{ alpha2: "AZ", svgUrl: "https://flagcdn.com/az.svg", pngUrl: "https://flagcdn.com/w320/az.png", colors: ["light-blue", "red", "green"], similar: ["TR", "TM", "UZ"] },
|
|
@@ -4290,6 +4302,7 @@ const flagData = [
|
|
|
4290
4302
|
{ alpha2: "MZ", svgUrl: "https://flagcdn.com/mz.svg", pngUrl: "https://flagcdn.com/w320/mz.png", colors: ["green", "white", "black", "yellow", "red"], similar: ["ZW", "AO", "ET"] },
|
|
4291
4303
|
{ alpha2: "MM", svgUrl: "https://flagcdn.com/mm.svg", pngUrl: "https://flagcdn.com/w320/mm.png", colors: ["yellow", "green", "red", "white"], similar: ["LT", "BO", "GH"] },
|
|
4292
4304
|
// ── N ─────────────────────────────────────────────────────────────────
|
|
4305
|
+
{ alpha2: "XN", svgUrl: "https://flagcdn.com/xn.svg", pngUrl: "https://flagcdn.com/w320/xn.png", colors: ["red", "blue", "orange", "white"], similar: ["AM"] },
|
|
4293
4306
|
{ alpha2: "NA", svgUrl: "https://flagcdn.com/na.svg", pngUrl: "https://flagcdn.com/w320/na.png", colors: ["blue", "red", "green", "white", "gold"], similar: ["ZA", "BW", "ZW"] },
|
|
4294
4307
|
{ alpha2: "NR", svgUrl: "https://flagcdn.com/nr.svg", pngUrl: "https://flagcdn.com/w320/nr.png", colors: ["blue", "white", "gold"], similar: ["AU", "TV", "TO"] },
|
|
4295
4308
|
{ alpha2: "NP", svgUrl: "https://flagcdn.com/np.svg", pngUrl: "https://flagcdn.com/w320/np.png", colors: ["red", "white", "blue"], similar: [] },
|