fomantic-ui 2.9.0-beta.8 → 2.9.0-beta.80

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.
Files changed (217) hide show
  1. package/.all-contributorsrc +188 -3
  2. package/CONTRIBUTING.md +1 -1
  3. package/CONTRIBUTORS.md +71 -37
  4. package/README.md +1 -1
  5. package/dist/components/accordion.css +50 -6
  6. package/dist/components/accordion.js +1 -1
  7. package/dist/components/accordion.min.css +2 -2
  8. package/dist/components/accordion.min.js +1 -1
  9. package/dist/components/ad.css +1 -1
  10. package/dist/components/ad.min.css +1 -1
  11. package/dist/components/api.js +26 -24
  12. package/dist/components/api.min.js +2 -2
  13. package/dist/components/breadcrumb.css +1 -1
  14. package/dist/components/breadcrumb.min.css +1 -1
  15. package/dist/components/button.css +6 -6
  16. package/dist/components/button.min.css +2 -2
  17. package/dist/components/calendar.css +1 -1
  18. package/dist/components/calendar.js +106 -10
  19. package/dist/components/calendar.min.css +1 -1
  20. package/dist/components/calendar.min.js +2 -2
  21. package/dist/components/card.css +26 -19
  22. package/dist/components/card.min.css +2 -2
  23. package/dist/components/checkbox.css +2 -1
  24. package/dist/components/checkbox.js +2 -4
  25. package/dist/components/checkbox.min.css +2 -2
  26. package/dist/components/checkbox.min.js +2 -2
  27. package/dist/components/comment.css +11 -11
  28. package/dist/components/comment.min.css +1 -1
  29. package/dist/components/container.css +1 -1
  30. package/dist/components/container.min.css +1 -1
  31. package/dist/components/dimmer.css +28 -14
  32. package/dist/components/dimmer.js +1 -1
  33. package/dist/components/dimmer.min.css +2 -2
  34. package/dist/components/dimmer.min.js +1 -1
  35. package/dist/components/divider.css +1 -1
  36. package/dist/components/divider.min.css +1 -1
  37. package/dist/components/dropdown.css +28 -5
  38. package/dist/components/dropdown.js +15 -19
  39. package/dist/components/dropdown.min.css +2 -2
  40. package/dist/components/dropdown.min.js +2 -2
  41. package/dist/components/embed.css +1 -1
  42. package/dist/components/embed.js +1 -1
  43. package/dist/components/embed.min.css +1 -1
  44. package/dist/components/embed.min.js +1 -1
  45. package/dist/components/emoji.css +2 -2
  46. package/dist/components/feed.css +28 -28
  47. package/dist/components/feed.min.css +2 -2
  48. package/dist/components/flag.css +731 -625
  49. package/dist/components/flag.min.css +2 -2
  50. package/dist/components/form.css +103 -54
  51. package/dist/components/form.js +24 -22
  52. package/dist/components/form.min.css +2 -2
  53. package/dist/components/form.min.js +2 -2
  54. package/dist/components/grid.css +11 -8
  55. package/dist/components/grid.min.css +2 -2
  56. package/dist/components/header.css +1 -1
  57. package/dist/components/header.min.css +1 -1
  58. package/dist/components/icon.css +6 -1
  59. package/dist/components/icon.min.css +2 -2
  60. package/dist/components/image.css +1 -1
  61. package/dist/components/image.min.css +1 -1
  62. package/dist/components/input.css +17 -2
  63. package/dist/components/input.min.css +2 -2
  64. package/dist/components/item.css +13 -13
  65. package/dist/components/item.min.css +1 -1
  66. package/dist/components/label.css +1 -1
  67. package/dist/components/label.min.css +1 -1
  68. package/dist/components/list.css +1 -1
  69. package/dist/components/list.min.css +1 -1
  70. package/dist/components/loader.css +1 -1
  71. package/dist/components/loader.min.css +1 -1
  72. package/dist/components/menu.css +31 -7
  73. package/dist/components/menu.min.css +1 -1
  74. package/dist/components/message.css +1 -1
  75. package/dist/components/message.min.css +1 -1
  76. package/dist/components/modal.css +3 -1
  77. package/dist/components/modal.js +94 -30
  78. package/dist/components/modal.min.css +2 -2
  79. package/dist/components/modal.min.js +2 -2
  80. package/dist/components/nag.css +1 -1
  81. package/dist/components/nag.js +1 -1
  82. package/dist/components/nag.min.css +1 -1
  83. package/dist/components/nag.min.js +1 -1
  84. package/dist/components/placeholder.css +1 -1
  85. package/dist/components/placeholder.min.css +1 -1
  86. package/dist/components/popup.css +5 -3
  87. package/dist/components/popup.js +1 -1
  88. package/dist/components/popup.min.css +2 -2
  89. package/dist/components/popup.min.js +1 -1
  90. package/dist/components/progress.css +1 -1
  91. package/dist/components/progress.js +3 -3
  92. package/dist/components/progress.min.css +1 -1
  93. package/dist/components/progress.min.js +2 -2
  94. package/dist/components/rail.css +1 -1
  95. package/dist/components/rail.min.css +1 -1
  96. package/dist/components/rating.css +7 -46
  97. package/dist/components/rating.js +1 -1
  98. package/dist/components/rating.min.css +2 -2
  99. package/dist/components/rating.min.js +1 -1
  100. package/dist/components/reset.css +1 -1
  101. package/dist/components/reset.min.css +1 -1
  102. package/dist/components/reveal.css +1 -1
  103. package/dist/components/reveal.min.css +1 -1
  104. package/dist/components/search.css +1 -1
  105. package/dist/components/search.js +1 -1
  106. package/dist/components/search.min.css +1 -1
  107. package/dist/components/search.min.js +1 -1
  108. package/dist/components/segment.css +12 -6
  109. package/dist/components/segment.min.css +2 -2
  110. package/dist/components/shape.css +1 -1
  111. package/dist/components/shape.js +1 -1
  112. package/dist/components/shape.min.css +1 -1
  113. package/dist/components/shape.min.js +1 -1
  114. package/dist/components/sidebar.css +1 -1
  115. package/dist/components/sidebar.js +1 -1
  116. package/dist/components/sidebar.min.css +1 -1
  117. package/dist/components/sidebar.min.js +1 -1
  118. package/dist/components/site.css +61 -39
  119. package/dist/components/site.js +1 -1
  120. package/dist/components/site.min.css +2 -2
  121. package/dist/components/site.min.js +1 -1
  122. package/dist/components/slider.js +1 -1
  123. package/dist/components/slider.min.js +1 -1
  124. package/dist/components/state.js +1 -1
  125. package/dist/components/state.min.js +1 -1
  126. package/dist/components/statistic.css +1 -1
  127. package/dist/components/statistic.min.css +1 -1
  128. package/dist/components/step.css +4 -4
  129. package/dist/components/step.min.css +2 -2
  130. package/dist/components/sticky.css +1 -1
  131. package/dist/components/sticky.js +2 -2
  132. package/dist/components/sticky.min.css +1 -1
  133. package/dist/components/sticky.min.js +2 -2
  134. package/dist/components/tab.css +1 -1
  135. package/dist/components/tab.js +1 -1
  136. package/dist/components/tab.min.css +1 -1
  137. package/dist/components/tab.min.js +1 -1
  138. package/dist/components/table.css +5 -3
  139. package/dist/components/table.min.css +2 -2
  140. package/dist/components/text.css +1 -1
  141. package/dist/components/text.min.css +1 -1
  142. package/dist/components/toast.css +7 -1
  143. package/dist/components/toast.js +3 -3
  144. package/dist/components/toast.min.css +2 -2
  145. package/dist/components/toast.min.js +2 -2
  146. package/dist/components/transition.css +1 -1
  147. package/dist/components/transition.js +2 -2
  148. package/dist/components/transition.min.css +1 -1
  149. package/dist/components/transition.min.js +2 -2
  150. package/dist/components/visibility.js +2 -2
  151. package/dist/components/visibility.min.js +1 -1
  152. package/dist/semantic.css +1323 -981
  153. package/dist/semantic.js +293 -135
  154. package/dist/semantic.min.css +2 -2
  155. package/dist/semantic.min.js +2 -2
  156. package/examples/assets/library/iframe-content.js +8 -8
  157. package/examples/assets/library/iframe.js +3 -3
  158. package/package.json +2 -2
  159. package/src/definitions/behaviors/api.js +25 -23
  160. package/src/definitions/behaviors/form.js +23 -21
  161. package/src/definitions/behaviors/visibility.js +1 -1
  162. package/src/definitions/collections/form.less +184 -133
  163. package/src/definitions/collections/grid.less +704 -669
  164. package/src/definitions/collections/menu.less +128 -85
  165. package/src/definitions/collections/message.less +8 -7
  166. package/src/definitions/collections/table.less +186 -174
  167. package/src/definitions/elements/button.less +130 -119
  168. package/src/definitions/elements/container.less +16 -8
  169. package/src/definitions/elements/emoji.less +15 -9
  170. package/src/definitions/elements/flag.less +7 -17
  171. package/src/definitions/elements/header.less +14 -8
  172. package/src/definitions/elements/icon.less +16 -10
  173. package/src/definitions/elements/input.less +17 -1
  174. package/src/definitions/elements/list.less +55 -45
  175. package/src/definitions/elements/segment.less +15 -8
  176. package/src/definitions/elements/step.less +52 -48
  177. package/src/definitions/globals/site.less +23 -2
  178. package/src/definitions/modules/accordion.less +55 -5
  179. package/src/definitions/modules/calendar.js +105 -9
  180. package/src/definitions/modules/checkbox.js +1 -3
  181. package/src/definitions/modules/checkbox.less +1 -146
  182. package/src/definitions/modules/dimmer.less +21 -8
  183. package/src/definitions/modules/dropdown.js +14 -18
  184. package/src/definitions/modules/dropdown.less +96 -64
  185. package/src/definitions/modules/modal.js +93 -29
  186. package/src/definitions/modules/modal.less +2 -0
  187. package/src/definitions/modules/popup.less +5 -1
  188. package/src/definitions/modules/progress.js +2 -2
  189. package/src/definitions/modules/rating.less +18 -12
  190. package/src/definitions/modules/search.less +32 -16
  191. package/src/definitions/modules/sidebar.less +30 -18
  192. package/src/definitions/modules/sticky.js +1 -1
  193. package/src/definitions/modules/toast.js +2 -2
  194. package/src/definitions/modules/toast.less +5 -0
  195. package/src/definitions/modules/transition.js +1 -1
  196. package/src/definitions/views/card.less +373 -333
  197. package/src/definitions/views/comment.less +92 -81
  198. package/src/definitions/views/feed.less +164 -144
  199. package/src/definitions/views/item.less +249 -196
  200. package/src/definitions/views/statistic.less +71 -70
  201. package/src/themes/default/collections/menu.variables +6 -0
  202. package/src/themes/default/elements/button.variables +2 -1
  203. package/src/themes/default/elements/flag.overrides +1635 -986
  204. package/src/themes/default/elements/flag.variables +7 -5
  205. package/src/themes/default/elements/icon.overrides +35 -28
  206. package/src/themes/default/elements/icon.variables +1 -0
  207. package/src/themes/default/elements/step.overrides +1 -1
  208. package/src/themes/default/globals/site.variables +6 -0
  209. package/src/themes/default/globals/variation.variables +74 -1
  210. package/src/themes/default/modules/accordion.variables +15 -0
  211. package/src/themes/default/modules/dimmer.variables +1 -1
  212. package/src/themes/default/modules/dropdown.variables +1 -1
  213. package/src/themes/famfamfam/elements/flag.overrides +1026 -0
  214. package/src/themes/famfamfam/elements/flag.variables +13 -0
  215. package/tasks/admin/components/init.js +2 -2
  216. package/tasks/admin/distributions/init.js +2 -2
  217. package/test/helpers/sinon.js +1 -1
@@ -1,994 +1,1643 @@
1
- /* Flag Sprite Based On http://www.famfamfam.com/lab/icons/flags/ */
2
-
3
1
  /*******************************
4
2
  Theme Overrides
5
3
  *******************************/
6
4
  /*rtl:begin:ignore*/
7
5
 
8
- i.flag.ad:before,
9
- i.flag.andorra:before {
10
- background-position: 0 0;
11
- }
12
- i.flag.ae:before,
13
- i.flag.united.arab.emirates:before,
14
- i.flag.uae:before {
15
- background-position: 0 -26px;
16
- }
17
- i.flag.af:before,
18
- i.flag.afghanistan:before {
19
- background-position: 0 -52px;
20
- }
21
- i.flag.ag:before,
22
- i.flag.antigua:before {
23
- background-position: 0 -78px;
24
- }
25
- i.flag.ai:before,
26
- i.flag.anguilla:before {
27
- background-position: 0 -104px;
28
- }
29
- i.flag.al:before,
30
- i.flag.albania:before {
31
- background-position: 0 -130px;
32
- }
33
- i.flag.am:before,
34
- i.flag.armenia:before {
35
- background-position: 0 -156px;
36
- }
37
- i.flag.an:before,
38
- i.flag.netherlands.antilles:before {
39
- background-position: 0 -182px;
40
- }
41
- i.flag.ao:before,
42
- i.flag.angola:before {
43
- background-position: 0 -208px;
44
- }
45
- i.flag.ar:before,
46
- i.flag.argentina:before {
47
- background-position: 0 -234px;
48
- }
49
- i.flag.as:before,
50
- i.flag.american.samoa:before {
51
- background-position: 0 -260px;
52
- }
53
- i.flag.at:before,
54
- i.flag.austria:before {
55
- background-position: 0 -286px;
56
- }
57
- i.flag.au:before,
58
- i.flag.australia:before {
59
- background-position: 0 -312px;
60
- }
61
- i.flag.aw:before,
62
- i.flag.aruba:before {
63
- background-position: 0 -338px;
64
- }
65
- i.flag.ax:before,
66
- i.flag.aland.islands:before {
67
- background-position: 0 -364px;
68
- }
69
- i.flag.az:before,
70
- i.flag.azerbaijan:before {
71
- background-position: 0 -390px;
72
- }
73
- i.flag.ba:before,
74
- i.flag.bosnia:before {
75
- background-position: 0 -416px;
76
- }
77
- i.flag.bb:before,
78
- i.flag.barbados:before {
79
- background-position: 0 -442px;
80
- }
81
- i.flag.bd:before,
82
- i.flag.bangladesh:before {
83
- background-position: 0 -468px;
84
- }
85
- i.flag.be:before,
86
- i.flag.belgium:before {
87
- background-position: 0 -494px;
88
- }
89
- i.flag.bf:before,
90
- i.flag.burkina.faso:before {
91
- background-position: 0 -520px;
92
- }
93
- i.flag.bg:before,
94
- i.flag.bulgaria:before {
95
- background-position: 0 -546px;
96
- }
97
- i.flag.bh:before,
98
- i.flag.bahrain:before {
99
- background-position: 0 -572px;
100
- }
101
- i.flag.bi:before,
102
- i.flag.burundi:before {
103
- background-position: 0 -598px;
104
- }
105
- i.flag.bj:before,
106
- i.flag.benin:before {
107
- background-position: 0 -624px;
108
- }
109
- i.flag.bm:before,
110
- i.flag.bermuda:before {
111
- background-position: 0 -650px;
112
- }
113
- i.flag.bn:before,
114
- i.flag.brunei:before {
115
- background-position: 0 -676px;
116
- }
117
- i.flag.bo:before,
118
- i.flag.bolivia:before {
119
- background-position: 0 -702px;
120
- }
121
- i.flag.br:before,
122
- i.flag.brazil:before {
123
- background-position: 0 -728px;
124
- }
125
- i.flag.bs:before,
126
- i.flag.bahamas:before {
127
- background-position: 0 -754px;
128
- }
129
- i.flag.bt:before,
130
- i.flag.bhutan:before {
131
- background-position: 0 -780px;
132
- }
133
- i.flag.bv:before,
134
- i.flag.bouvet.island:before {
135
- background-position: 0 -806px;
136
- }
137
- i.flag.bw:before,
138
- i.flag.botswana:before {
139
- background-position: 0 -832px;
140
- }
141
- i.flag.by:before,
142
- i.flag.belarus:before {
143
- background-position: 0 -858px;
144
- }
145
- i.flag.bz:before,
146
- i.flag.belize:before {
147
- background-position: 0 -884px;
148
- }
149
- i.flag.ca:before,
150
- i.flag.canada:before {
151
- background-position: 0 -910px;
152
- }
153
- i.flag.cc:before,
154
- i.flag.cocos.islands:before {
155
- background-position: 0 -962px;
156
- }
157
- i.flag.cd:before,
158
- i.flag.congo:before {
159
- background-position: 0 -988px;
160
- }
161
- i.flag.cf:before,
162
- i.flag.central.african.republic:before {
163
- background-position: 0 -1014px;
164
- }
165
- i.flag.cg:before,
166
- i.flag.congo.brazzaville:before {
167
- background-position: 0 -1040px;
168
- }
169
- i.flag.ch:before,
170
- i.flag.switzerland:before {
171
- background-position: 0 -1066px;
172
- }
173
- i.flag.ci:before,
174
- i.flag.cote.divoire:before {
175
- background-position: 0 -1092px;
176
- }
177
- i.flag.ck:before,
178
- i.flag.cook.islands:before {
179
- background-position: 0 -1118px;
180
- }
181
- i.flag.cl:before,
182
- i.flag.chile:before {
183
- background-position: 0 -1144px;
184
- }
185
- i.flag.cm:before,
186
- i.flag.cameroon:before {
187
- background-position: 0 -1170px;
188
- }
189
- i.flag.cn:before,
190
- i.flag.china:before {
191
- background-position: 0 -1196px;
192
- }
193
- i.flag.co:before,
194
- i.flag.colombia:before {
195
- background-position: 0 -1222px;
196
- }
197
- i.flag.cr:before,
198
- i.flag.costa.rica:before {
199
- background-position: 0 -1248px;
200
- }
201
- i.flag.cs:before,
202
- i.flag.serbia:before {
203
- background-position: 0 -1274px;
204
- }
205
- i.flag.cu:before,
206
- i.flag.cuba:before {
207
- background-position: 0 -1300px;
208
- }
209
- i.flag.cv:before,
210
- i.flag.cape.verde:before {
211
- background-position: 0 -1326px;
212
- }
213
- i.flag.cx:before,
214
- i.flag.christmas.island:before {
215
- background-position: 0 -1352px;
216
- }
217
- i.flag.cy:before,
218
- i.flag.cyprus:before {
219
- background-position: 0 -1378px;
220
- }
221
- i.flag.cz:before,
222
- i.flag.czech.republic:before {
223
- background-position: 0 -1404px;
224
- }
225
- i.flag.de:before,
226
- i.flag.germany:before {
227
- background-position: 0 -1430px;
228
- }
229
- i.flag.dj:before,
230
- i.flag.djibouti:before {
231
- background-position: 0 -1456px;
232
- }
233
- i.flag.dk:before,
234
- i.flag.denmark:before {
235
- background-position: 0 -1482px;
236
- }
237
- i.flag.dm:before,
238
- i.flag.dominica:before {
239
- background-position: 0 -1508px;
240
- }
241
- i.flag.do:before,
242
- i.flag.dominican.republic:before {
243
- background-position: 0 -1534px;
244
- }
245
- i.flag.dz:before,
246
- i.flag.algeria:before {
247
- background-position: 0 -1560px;
248
- }
249
- i.flag.ec:before,
250
- i.flag.ecuador:before {
251
- background-position: 0 -1586px;
252
- }
253
- i.flag.ee:before,
254
- i.flag.estonia:before {
255
- background-position: 0 -1612px;
256
- }
257
- i.flag.eg:before,
258
- i.flag.egypt:before {
259
- background-position: 0 -1638px;
260
- }
261
- i.flag.eh:before,
262
- i.flag.western.sahara:before {
263
- background-position: 0 -1664px;
264
- }
265
- i.flag.gb.eng:before,
266
- i.flag.england:before {
267
- background-position: 0 -1690px;
268
- }
269
- i.flag.er:before,
270
- i.flag.eritrea:before {
271
- background-position: 0 -1716px;
272
- }
273
- i.flag.es:before,
274
- i.flag.spain:before {
275
- background-position: 0 -1742px;
276
- }
277
- i.flag.et:before,
278
- i.flag.ethiopia:before {
279
- background-position: 0 -1768px;
280
- }
281
- i.flag.eu:before,
282
- i.flag.european.union:before {
283
- background-position: 0 -1794px;
284
- }
285
- i.flag.fi:before,
286
- i.flag.finland:before {
287
- background-position: 0 -1846px;
288
- }
289
- i.flag.fj:before,
290
- i.flag.fiji:before {
291
- background-position: 0 -1872px;
292
- }
293
- i.flag.fk:before,
294
- i.flag.falkland.islands:before {
295
- background-position: 0 -1898px;
296
- }
297
- i.flag.fm:before,
298
- i.flag.micronesia:before {
299
- background-position: 0 -1924px;
300
- }
301
- i.flag.fo:before,
302
- i.flag.faroe.islands:before {
303
- background-position: 0 -1950px;
304
- }
305
- i.flag.fr:before,
306
- i.flag.france:before {
307
- background-position: 0 -1976px;
308
- }
309
- i.flag.ga:before,
310
- i.flag.gabon:before {
311
- background-position: -36px 0;
312
- }
313
- i.flag.gb:before,
314
- i.flag.uk:before,
315
- i.flag.united.kingdom:before {
316
- background-position: -36px -26px;
317
- }
318
- i.flag.gd:before,
319
- i.flag.grenada:before {
320
- background-position: -36px -52px;
321
- }
322
- i.flag.ge:before,
323
- i.flag.georgia:before {
324
- background-position: -36px -78px;
325
- }
326
- i.flag.gf:before,
327
- i.flag.french.guiana:before {
328
- background-position: -36px -104px;
329
- }
330
- i.flag.gh:before,
331
- i.flag.ghana:before {
332
- background-position: -36px -130px;
333
- }
334
- i.flag.gi:before,
335
- i.flag.gibraltar:before {
336
- background-position: -36px -156px;
337
- }
338
- i.flag.gl:before,
339
- i.flag.greenland:before {
340
- background-position: -36px -182px;
341
- }
342
- i.flag.gm:before,
343
- i.flag.gambia:before {
344
- background-position: -36px -208px;
345
- }
346
- i.flag.gn:before,
347
- i.flag.guinea:before {
348
- background-position: -36px -234px;
349
- }
350
- i.flag.gp:before,
351
- i.flag.guadeloupe:before {
352
- background-position: -36px -260px;
353
- }
354
- i.flag.gq:before,
355
- i.flag.equatorial.guinea:before {
356
- background-position: -36px -286px;
357
- }
358
- i.flag.gr:before,
359
- i.flag.greece:before {
360
- background-position: -36px -312px;
361
- }
362
- i.flag.gs:before,
363
- i.flag.sandwich.islands:before {
364
- background-position: -36px -338px;
365
- }
366
- i.flag.gt:before,
367
- i.flag.guatemala:before {
368
- background-position: -36px -364px;
369
- }
370
- i.flag.gu:before,
371
- i.flag.guam:before {
372
- background-position: -36px -390px;
373
- }
374
- i.flag.gw:before,
375
- i.flag.guinea-bissau:before {
376
- background-position: -36px -416px;
377
- }
378
- i.flag.gy:before,
379
- i.flag.guyana:before {
380
- background-position: -36px -442px;
381
- }
382
- i.flag.hk:before,
383
- i.flag.hong.kong:before {
384
- background-position: -36px -468px;
385
- }
386
- i.flag.hm:before,
387
- i.flag.heard.island:before {
388
- background-position: -36px -494px;
389
- }
390
- i.flag.hn:before,
391
- i.flag.honduras:before {
392
- background-position: -36px -520px;
393
- }
394
- i.flag.hr:before,
395
- i.flag.croatia:before {
396
- background-position: -36px -546px;
397
- }
398
- i.flag.ht:before,
399
- i.flag.haiti:before {
400
- background-position: -36px -572px;
401
- }
402
- i.flag.hu:before,
403
- i.flag.hungary:before {
404
- background-position: -36px -598px;
405
- }
406
- i.flag.id:before,
407
- i.flag.indonesia:before {
408
- background-position: -36px -624px;
409
- }
410
- i.flag.ie:before,
411
- i.flag.ireland:before {
412
- background-position: -36px -650px;
413
- }
414
- i.flag.il:before,
415
- i.flag.israel:before {
416
- background-position: -36px -676px;
417
- }
418
- i.flag.in:before,
419
- i.flag.india:before {
420
- background-position: -36px -702px;
421
- }
422
- i.flag.io:before,
423
- i.flag.indian.ocean.territory:before {
424
- background-position: -36px -728px;
425
- }
426
- i.flag.iq:before,
427
- i.flag.iraq:before {
428
- background-position: -36px -754px;
429
- }
430
- i.flag.ir:before,
431
- i.flag.iran:before {
432
- background-position: -36px -780px;
433
- }
434
- i.flag.is:before,
435
- i.flag.iceland:before {
436
- background-position: -36px -806px;
437
- }
438
- i.flag.it:before,
439
- i.flag.italy:before {
440
- background-position: -36px -832px;
441
- }
442
- i.flag.jm:before,
443
- i.flag.jamaica:before {
444
- background-position: -36px -858px;
445
- }
446
- i.flag.jo:before,
447
- i.flag.jordan:before {
448
- background-position: -36px -884px;
449
- }
450
- i.flag.jp:before,
451
- i.flag.japan:before {
452
- background-position: -36px -910px;
453
- }
454
- i.flag.ke:before,
455
- i.flag.kenya:before {
456
- background-position: -36px -936px;
457
- }
458
- i.flag.kg:before,
459
- i.flag.kyrgyzstan:before {
460
- background-position: -36px -962px;
461
- }
462
- i.flag.kh:before,
463
- i.flag.cambodia:before {
464
- background-position: -36px -988px;
465
- }
466
- i.flag.ki:before,
467
- i.flag.kiribati:before {
468
- background-position: -36px -1014px;
469
- }
470
- i.flag.km:before,
471
- i.flag.comoros:before {
472
- background-position: -36px -1040px;
473
- }
474
- i.flag.kn:before,
475
- i.flag.saint.kitts.and.nevis:before {
476
- background-position: -36px -1066px;
477
- }
478
- i.flag.kp:before,
479
- i.flag.north.korea:before {
480
- background-position: -36px -1092px;
481
- }
482
- i.flag.kr:before,
483
- i.flag.south.korea:before {
484
- background-position: -36px -1118px;
485
- }
486
- i.flag.kw:before,
487
- i.flag.kuwait:before {
488
- background-position: -36px -1144px;
489
- }
490
- i.flag.ky:before,
491
- i.flag.cayman.islands:before {
492
- background-position: -36px -1170px;
493
- }
494
- i.flag.kz:before,
495
- i.flag.kazakhstan:before {
496
- background-position: -36px -1196px;
497
- }
498
- i.flag.la:before,
499
- i.flag.laos:before {
500
- background-position: -36px -1222px;
501
- }
502
- i.flag.lb:before,
503
- i.flag.lebanon:before {
504
- background-position: -36px -1248px;
505
- }
506
- i.flag.lc:before,
507
- i.flag.saint.lucia:before {
508
- background-position: -36px -1274px;
509
- }
510
- i.flag.li:before,
511
- i.flag.liechtenstein:before {
512
- background-position: -36px -1300px;
513
- }
514
- i.flag.lk:before,
515
- i.flag.sri.lanka:before {
516
- background-position: -36px -1326px;
517
- }
518
- i.flag.lr:before,
519
- i.flag.liberia:before {
520
- background-position: -36px -1352px;
521
- }
522
- i.flag.ls:before,
523
- i.flag.lesotho:before {
524
- background-position: -36px -1378px;
525
- }
526
- i.flag.lt:before,
527
- i.flag.lithuania:before {
528
- background-position: -36px -1404px;
529
- }
530
- i.flag.lu:before,
531
- i.flag.luxembourg:before {
532
- background-position: -36px -1430px;
533
- }
534
- i.flag.lv:before,
535
- i.flag.latvia:before {
536
- background-position: -36px -1456px;
537
- }
538
- i.flag.ly:before,
539
- i.flag.libya:before {
540
- background-position: -36px -1482px;
541
- }
542
- i.flag.ma:before,
543
- i.flag.morocco:before {
544
- background-position: -36px -1508px;
545
- }
546
- i.flag.mc:before,
547
- i.flag.monaco:before {
548
- background-position: -36px -1534px;
549
- }
550
- i.flag.md:before,
551
- i.flag.moldova:before {
552
- background-position: -36px -1560px;
553
- }
554
- i.flag.me:before,
555
- i.flag.montenegro:before {
556
- background-position: -36px -1586px;
557
- }
558
- i.flag.mg:before,
559
- i.flag.madagascar:before {
560
- background-position: -36px -1613px;
561
- }
562
- i.flag.mh:before,
563
- i.flag.marshall.islands:before {
564
- background-position: -36px -1639px;
565
- }
566
- i.flag.mk:before,
567
- i.flag.macedonia:before {
568
- background-position: -36px -1665px;
569
- }
570
- i.flag.ml:before,
571
- i.flag.mali:before {
572
- background-position: -36px -1691px;
573
- }
574
- i.flag.mm:before,
575
- i.flag.myanmar:before,
576
- i.flag.burma:before {
577
- background-position: -36px -1717px;
578
- }
579
- i.flag.mn:before,
580
- i.flag.mongolia:before {
581
- background-position: -36px -1743px;
582
- }
583
- i.flag.mo:before,
584
- i.flag.macau:before {
585
- background-position: -36px -1769px;
586
- }
587
- i.flag.mp:before,
588
- i.flag.northern.mariana.islands:before {
589
- background-position: -36px -1795px;
590
- }
591
- i.flag.mq:before,
592
- i.flag.martinique:before {
593
- background-position: -36px -1821px;
594
- }
595
- i.flag.mr:before,
596
- i.flag.mauritania:before {
597
- background-position: -36px -1847px;
598
- }
599
- i.flag.ms:before,
600
- i.flag.montserrat:before {
601
- background-position: -36px -1873px;
602
- }
603
- i.flag.mt:before,
604
- i.flag.malta:before {
605
- background-position: -36px -1899px;
606
- }
607
- i.flag.mu:before,
608
- i.flag.mauritius:before {
609
- background-position: -36px -1925px;
610
- }
611
- i.flag.mv:before,
612
- i.flag.maldives:before {
613
- background-position: -36px -1951px;
614
- }
615
- i.flag.mw:before,
616
- i.flag.malawi:before {
617
- background-position: -36px -1977px;
618
- }
619
- i.flag.mx:before,
620
- i.flag.mexico:before {
621
- background-position: -72px 0;
622
- }
623
- i.flag.my:before,
624
- i.flag.malaysia:before {
625
- background-position: -72px -26px;
626
- }
627
- i.flag.mz:before,
628
- i.flag.mozambique:before {
629
- background-position: -72px -52px;
630
- }
631
- i.flag.na:before,
632
- i.flag.namibia:before {
633
- background-position: -72px -78px;
634
- }
635
- i.flag.nc:before,
636
- i.flag.new.caledonia:before {
637
- background-position: -72px -104px;
638
- }
639
- i.flag.ne:before,
640
- i.flag.niger:before {
641
- background-position: -72px -130px;
642
- }
643
- i.flag.nf:before,
644
- i.flag.norfolk.island:before {
645
- background-position: -72px -156px;
646
- }
647
- i.flag.ng:before,
648
- i.flag.nigeria:before {
649
- background-position: -72px -182px;
650
- }
651
- i.flag.ni:before,
652
- i.flag.nicaragua:before {
653
- background-position: -72px -208px;
654
- }
655
- i.flag.nl:before,
656
- i.flag.netherlands:before {
657
- background-position: -72px -234px;
658
- }
659
- i.flag.no:before,
660
- i.flag.norway:before {
661
- background-position: -72px -260px;
662
- }
663
- i.flag.np:before,
664
- i.flag.nepal:before {
665
- background-position: -72px -286px;
666
- }
667
- i.flag.nr:before,
668
- i.flag.nauru:before {
669
- background-position: -72px -312px;
670
- }
671
- i.flag.nu:before,
672
- i.flag.niue:before {
673
- background-position: -72px -338px;
674
- }
675
- i.flag.nz:before,
676
- i.flag.new.zealand:before {
677
- background-position: -72px -364px;
678
- }
679
- i.flag.om:before,
680
- i.flag.oman:before {
681
- background-position: -72px -390px;
682
- }
683
- i.flag.pa:before,
684
- i.flag.panama:before {
685
- background-position: -72px -416px;
686
- }
687
- i.flag.pe:before,
688
- i.flag.peru:before {
689
- background-position: -72px -442px;
690
- }
691
- i.flag.pf:before,
692
- i.flag.french.polynesia:before {
693
- background-position: -72px -468px;
694
- }
695
- i.flag.pg:before,
696
- i.flag.new.guinea:before {
697
- background-position: -72px -494px;
698
- }
699
- i.flag.ph:before,
700
- i.flag.philippines:before {
701
- background-position: -72px -520px;
702
- }
703
- i.flag.pk:before,
704
- i.flag.pakistan:before {
705
- background-position: -72px -546px;
706
- }
707
- i.flag.pl:before,
708
- i.flag.poland:before {
709
- background-position: -72px -572px;
710
- }
711
- i.flag.pm:before,
712
- i.flag.saint.pierre:before {
713
- background-position: -72px -598px;
714
- }
715
- i.flag.pn:before,
716
- i.flag.pitcairn.islands:before {
717
- background-position: -72px -624px;
718
- }
719
- i.flag.pr:before,
720
- i.flag.puerto.rico:before {
721
- background-position: -72px -650px;
722
- }
723
- i.flag.ps:before,
724
- i.flag.palestine:before {
725
- background-position: -72px -676px;
726
- }
727
- i.flag.pt:before,
728
- i.flag.portugal:before {
729
- background-position: -72px -702px;
730
- }
731
- i.flag.pw:before,
732
- i.flag.palau:before {
733
- background-position: -72px -728px;
734
- }
735
- i.flag.py:before,
736
- i.flag.paraguay:before {
737
- background-position: -72px -754px;
738
- }
739
- i.flag.qa:before,
740
- i.flag.qatar:before {
741
- background-position: -72px -780px;
742
- }
743
- i.flag.re:before,
744
- i.flag.reunion:before {
745
- background-position: -72px -806px;
746
- }
747
- i.flag.ro:before,
748
- i.flag.romania:before {
749
- background-position: -72px -832px;
750
- }
751
- i.flag.rs:before,
752
- i.flag.serbia:before {
753
- background-position: -72px -858px;
754
- }
755
- i.flag.ru:before,
756
- i.flag.russia:before {
757
- background-position: -72px -884px;
758
- }
759
- i.flag.rw:before,
760
- i.flag.rwanda:before {
761
- background-position: -72px -910px;
762
- }
763
- i.flag.sa:before,
764
- i.flag.saudi.arabia:before {
765
- background-position: -72px -936px;
766
- }
767
- i.flag.sb:before,
768
- i.flag.solomon.islands:before {
769
- background-position: -72px -962px;
770
- }
771
- i.flag.sc:before,
772
- i.flag.seychelles:before {
773
- background-position: -72px -988px;
774
- }
775
- i.flag.gb.sct:before,
776
- i.flag.scotland:before {
777
- background-position: -72px -1014px;
778
- }
779
- i.flag.sd:before,
780
- i.flag.sudan:before {
781
- background-position: -72px -1040px;
782
- }
783
- i.flag.se:before,
784
- i.flag.sweden:before {
785
- background-position: -72px -1066px;
786
- }
787
- i.flag.sg:before,
788
- i.flag.singapore:before {
789
- background-position: -72px -1092px;
790
- }
791
- i.flag.sh:before,
792
- i.flag.saint.helena:before {
793
- background-position: -72px -1118px;
794
- }
795
- i.flag.si:before,
796
- i.flag.slovenia:before {
797
- background-position: -72px -1144px;
798
- }
799
- i.flag.sj:before,
800
- i.flag.svalbard:before,
801
- i.flag.jan.mayen:before {
802
- background-position: -72px -1170px;
803
- }
804
- i.flag.sk:before,
805
- i.flag.slovakia:before {
806
- background-position: -72px -1196px;
807
- }
808
- i.flag.sl:before,
809
- i.flag.sierra.leone:before {
810
- background-position: -72px -1222px;
811
- }
812
- i.flag.sm:before,
813
- i.flag.san.marino:before {
814
- background-position: -72px -1248px;
815
- }
816
- i.flag.sn:before,
817
- i.flag.senegal:before {
818
- background-position: -72px -1274px;
819
- }
820
- i.flag.so:before,
821
- i.flag.somalia:before {
822
- background-position: -72px -1300px;
823
- }
824
- i.flag.sr:before,
825
- i.flag.suriname:before {
826
- background-position: -72px -1326px;
827
- }
828
- i.flag.st:before,
829
- i.flag.sao.tome:before {
830
- background-position: -72px -1352px;
831
- }
832
- i.flag.sv:before,
833
- i.flag.el.salvador:before {
834
- background-position: -72px -1378px;
835
- }
836
- i.flag.sy:before,
837
- i.flag.syria:before {
838
- background-position: -72px -1404px;
839
- }
840
- i.flag.sz:before,
841
- i.flag.swaziland:before {
842
- background-position: -72px -1430px;
843
- }
844
- i.flag.tc:before,
845
- i.flag.caicos.islands:before {
846
- background-position: -72px -1456px;
847
- }
848
- i.flag.td:before,
849
- i.flag.chad:before {
850
- background-position: -72px -1482px;
851
- }
852
- i.flag.tf:before,
853
- i.flag.french.territories:before {
854
- background-position: -72px -1508px;
855
- }
856
- i.flag.tg:before,
857
- i.flag.togo:before {
858
- background-position: -72px -1534px;
859
- }
860
- i.flag.th:before,
861
- i.flag.thailand:before {
862
- background-position: -72px -1560px;
863
- }
864
- i.flag.tj:before,
865
- i.flag.tajikistan:before {
866
- background-position: -72px -1586px;
867
- }
868
- i.flag.tk:before,
869
- i.flag.tokelau:before {
870
- background-position: -72px -1612px;
871
- }
872
- i.flag.tl:before,
873
- i.flag.timorleste:before {
874
- background-position: -72px -1638px;
875
- }
876
- i.flag.tm:before,
877
- i.flag.turkmenistan:before {
878
- background-position: -72px -1664px;
879
- }
880
- i.flag.tn:before,
881
- i.flag.tunisia:before {
882
- background-position: -72px -1690px;
883
- }
884
- i.flag.to:before,
885
- i.flag.tonga:before {
886
- background-position: -72px -1716px;
887
- }
888
- i.flag.tr:before,
889
- i.flag.turkey:before {
890
- background-position: -72px -1742px;
891
- }
892
- i.flag.tt:before,
893
- i.flag.trinidad:before {
894
- background-position: -72px -1768px;
895
- }
896
- i.flag.tv:before,
897
- i.flag.tuvalu:before {
898
- background-position: -72px -1794px;
899
- }
900
- i.flag.tw:before,
901
- i.flag.taiwan:before {
902
- background-position: -72px -1820px;
903
- }
904
- i.flag.tz:before,
905
- i.flag.tanzania:before {
906
- background-position: -72px -1846px;
907
- }
908
- i.flag.ua:before,
909
- i.flag.ukraine:before {
910
- background-position: -72px -1872px;
911
- }
912
- i.flag.ug:before,
913
- i.flag.uganda:before {
914
- background-position: -72px -1898px;
915
- }
916
- i.flag.um:before,
917
- i.flag.us.minor.islands:before {
918
- background-position: -72px -1924px;
919
- }
920
- i.flag.us:before,
921
- i.flag.america:before,
922
- i.flag.united.states:before {
923
- background-position: -72px -1950px;
924
- }
925
- i.flag.uy:before,
926
- i.flag.uruguay:before {
927
- background-position: -72px -1976px;
928
- }
929
- i.flag.uz:before,
930
- i.flag.uzbekistan:before {
931
- background-position: -108px 0;
932
- }
933
- i.flag.va:before,
934
- i.flag.vatican.city:before {
935
- background-position: -108px -26px;
936
- }
937
- i.flag.vc:before,
938
- i.flag.saint.vincent:before {
939
- background-position: -108px -52px;
940
- }
941
- i.flag.ve:before,
942
- i.flag.venezuela:before {
943
- background-position: -108px -78px;
944
- }
945
- i.flag.vg:before,
946
- i.flag.british.virgin.islands:before {
947
- background-position: -108px -104px;
948
- }
949
- i.flag.vi:before,
950
- i.flag.us.virgin.islands:before {
951
- background-position: -108px -130px;
952
- }
953
- i.flag.vn:before,
954
- i.flag.vietnam:before {
955
- background-position: -108px -156px;
956
- }
957
- i.flag.vu:before,
958
- i.flag.vanuatu:before {
959
- background-position: -108px -182px;
960
- }
961
- i.flag.gb.wls:before,
962
- i.flag.wales:before {
963
- background-position: -108px -208px;
964
- }
965
- i.flag.wf:before,
966
- i.flag.wallis.and.futuna:before {
967
- background-position: -108px -234px;
968
- }
969
- i.flag.ws:before,
970
- i.flag.samoa:before {
971
- background-position: -108px -260px;
972
- }
973
- i.flag.ye:before,
974
- i.flag.yemen:before {
975
- background-position: -108px -286px;
976
- }
977
- i.flag.yt:before,
978
- i.flag.mayotte:before {
979
- background-position: -108px -312px;
980
- }
981
- i.flag.za:before,
982
- i.flag.south.africa:before {
983
- background-position: -108px -338px;
984
- }
985
- i.flag.zm:before,
986
- i.flag.zambia:before {
987
- background-position: -108px -364px;
988
- }
989
- i.flag.zw:before,
990
- i.flag.zimbabwe:before {
991
- background-position: -108px -390px;
6
+ @flags: {
7
+ @1f3f3-fe0f-200d-1f308: {
8
+ countrycode: rainbow;
9
+ class: rainbow;
10
+ aliasClass: gay_pride;
11
+ aliasClass2: false;
12
+ };
13
+ @1f3f4-200d-2620-fe0f: {
14
+ countrycode: pirate;
15
+ class: pirate;
16
+ aliasClass: false;
17
+ aliasClass2: false;
18
+ };
19
+ @1f1e6-1f1eb: {
20
+ countrycode: af;
21
+ class: afghanistan;
22
+ aliasClass: false;
23
+ aliasClass2: false;
24
+ };
25
+ @1f1e6-1f1fd: {
26
+ countrycode: ax;
27
+ class: åland_islands;
28
+ aliasClass: false;
29
+ aliasClass2: false;
30
+ };
31
+ @1f1e6-1f1f1: {
32
+ countrycode: al;
33
+ class: albania;
34
+ aliasClass: false;
35
+ aliasClass2: false;
36
+ };
37
+ @1f1e9-1f1ff: {
38
+ countrycode: dz;
39
+ class: algeria;
40
+ aliasClass: false;
41
+ aliasClass2: false;
42
+ };
43
+ @1f1e6-1f1f8: {
44
+ countrycode: as;
45
+ class: american_samoa;
46
+ aliasClass: false;
47
+ aliasClass2: false;
48
+ };
49
+ @1f1e6-1f1e9: {
50
+ countrycode: ad;
51
+ class: andorra;
52
+ aliasClass: false;
53
+ aliasClass2: false;
54
+ };
55
+ @1f1e6-1f1f4: {
56
+ countrycode: ao;
57
+ class: angola;
58
+ aliasClass: false;
59
+ aliasClass2: false;
60
+ };
61
+ @1f1e6-1f1ee: {
62
+ countrycode: ai;
63
+ class: anguilla;
64
+ aliasClass: false;
65
+ aliasClass2: false;
66
+ };
67
+ @1f1e6-1f1f6: {
68
+ countrycode: aq;
69
+ class: antarctica;
70
+ aliasClass: false;
71
+ aliasClass2: false;
72
+ };
73
+ @1f1e6-1f1ec: {
74
+ countrycode: ag;
75
+ class: antigua_and_barbuda;
76
+ aliasClass: antigua;
77
+ aliasClass2: false;
78
+ };
79
+ @1f1e6-1f1f7: {
80
+ countrycode: ar;
81
+ class: argentina;
82
+ aliasClass: false;
83
+ aliasClass2: false;
84
+ };
85
+ @1f1e6-1f1f2: {
86
+ countrycode: am;
87
+ class: armenia;
88
+ aliasClass: false;
89
+ aliasClass2: false;
90
+ };
91
+ @1f1e6-1f1fc: {
92
+ countrycode: aw;
93
+ class: aruba;
94
+ aliasClass: false;
95
+ aliasClass2: false;
96
+ };
97
+ @1f1e6-1f1fa: {
98
+ countrycode: au;
99
+ class: australia;
100
+ aliasClass: false;
101
+ aliasClass2: false;
102
+ };
103
+ @1f1e6-1f1f9: {
104
+ countrycode: at;
105
+ class: austria;
106
+ aliasClass: false;
107
+ aliasClass2: false;
108
+ };
109
+ @1f1e6-1f1ff: {
110
+ countrycode: az;
111
+ class: azerbaijan;
112
+ aliasClass: false;
113
+ aliasClass2: false;
114
+ };
115
+ @1f1e7-1f1f8: {
116
+ countrycode: bs;
117
+ class: bahamas;
118
+ aliasClass: false;
119
+ aliasClass2: false;
120
+ };
121
+ @1f1e7-1f1ed: {
122
+ countrycode: bh;
123
+ class: bahrain;
124
+ aliasClass: false;
125
+ aliasClass2: false;
126
+ };
127
+ @1f1e7-1f1e9: {
128
+ countrycode: bd;
129
+ class: bangladesh;
130
+ aliasClass: false;
131
+ aliasClass2: false;
132
+ };
133
+ @1f1e7-1f1e7: {
134
+ countrycode: bb;
135
+ class: barbados;
136
+ aliasClass: false;
137
+ aliasClass2: false;
138
+ };
139
+ @1f1e7-1f1fe: {
140
+ countrycode: by;
141
+ class: belarus;
142
+ aliasClass: false;
143
+ aliasClass2: false;
144
+ };
145
+ @1f1e7-1f1ea: {
146
+ countrycode: be;
147
+ class: belgium;
148
+ aliasClass: false;
149
+ aliasClass2: false;
150
+ };
151
+ @1f1e7-1f1ff: {
152
+ countrycode: bz;
153
+ class: belize;
154
+ aliasClass: false;
155
+ aliasClass2: false;
156
+ };
157
+ @1f1e7-1f1ef: {
158
+ countrycode: bj;
159
+ class: benin;
160
+ aliasClass: false;
161
+ aliasClass2: false;
162
+ };
163
+ @1f1e7-1f1f2: {
164
+ countrycode: bm;
165
+ class: bermuda;
166
+ aliasClass: false;
167
+ aliasClass2: false;
168
+ };
169
+ @1f1e7-1f1f9: {
170
+ countrycode: bt;
171
+ class: bhutan;
172
+ aliasClass: false;
173
+ aliasClass2: false;
174
+ };
175
+ @1f1e7-1f1f4: {
176
+ countrycode: bo;
177
+ class: bolivia;
178
+ aliasClass: false;
179
+ aliasClass2: false;
180
+ };
181
+ @1f1e7-1f1e6: {
182
+ countrycode: ba;
183
+ class: bosnia_and_herzegovina;
184
+ aliasClass: false;
185
+ aliasClass2: false;
186
+ };
187
+ @1f1e7-1f1fc: {
188
+ countrycode: bw;
189
+ class: botswana;
190
+ aliasClass: false;
191
+ aliasClass2: false;
192
+ };
193
+ @1f1e7-1f1f7: {
194
+ countrycode: br;
195
+ class: brazil;
196
+ aliasClass: false;
197
+ aliasClass2: false;
198
+ };
199
+ @1f1ee-1f1f4: {
200
+ countrycode: io;
201
+ class: british_indian_ocean_territory;
202
+ aliasClass: false;
203
+ aliasClass2: false;
204
+ };
205
+ @1f1fb-1f1ec: {
206
+ countrycode: vg;
207
+ class: british_virgin_islands;
208
+ aliasClass: false;
209
+ aliasClass2: false;
210
+ };
211
+ @1f1e7-1f1f3: {
212
+ countrycode: bn;
213
+ class: brunei;
214
+ aliasClass: false;
215
+ aliasClass2: false;
216
+ };
217
+ @1f1e7-1f1ec: {
218
+ countrycode: bg;
219
+ class: bulgaria;
220
+ aliasClass: false;
221
+ aliasClass2: false;
222
+ };
223
+ @1f1e7-1f1eb: {
224
+ countrycode: bf;
225
+ class: burkina_faso;
226
+ aliasClass: false;
227
+ aliasClass2: false;
228
+ };
229
+ @1f1e7-1f1ee: {
230
+ countrycode: bi;
231
+ class: burundi;
232
+ aliasClass: false;
233
+ aliasClass2: false;
234
+ };
235
+ @1f1f0-1f1ed: {
236
+ countrycode: kh;
237
+ class: cambodia;
238
+ aliasClass: false;
239
+ aliasClass2: false;
240
+ };
241
+ @1f1e8-1f1f2: {
242
+ countrycode: cm;
243
+ class: cameroon;
244
+ aliasClass: false;
245
+ aliasClass2: false;
246
+ };
247
+ @1f1e8-1f1e6: {
248
+ countrycode: ca;
249
+ class: canada;
250
+ aliasClass: false;
251
+ aliasClass2: false;
252
+ };
253
+ @1f1ee-1f1e8: {
254
+ countrycode: ic;
255
+ class: canary_islands;
256
+ aliasClass: false;
257
+ aliasClass2: false;
258
+ };
259
+ @1f1e8-1f1fb: {
260
+ countrycode: cv;
261
+ class: cape_verde;
262
+ aliasClass: false;
263
+ aliasClass2: false;
264
+ };
265
+ @1f1e7-1f1f6: {
266
+ countrycode: bq;
267
+ class: caribbean_netherlands;
268
+ aliasClass: an;
269
+ aliasClass2: netherlands_antilles;
270
+ };
271
+ @1f1f0-1f1fe: {
272
+ countrycode: ky;
273
+ class: cayman_islands;
274
+ aliasClass: false;
275
+ aliasClass2: false;
276
+ };
277
+ @1f1e8-1f1eb: {
278
+ countrycode: cf;
279
+ class: central_african_republic;
280
+ aliasClass: false;
281
+ aliasClass2: false;
282
+ };
283
+ @1f1f9-1f1e9: {
284
+ countrycode: td;
285
+ class: chad;
286
+ aliasClass: false;
287
+ aliasClass2: false;
288
+ };
289
+ @1f1e8-1f1f1: {
290
+ countrycode: cl;
291
+ class: chile;
292
+ aliasClass: false;
293
+ aliasClass2: false;
294
+ };
295
+ @1f1e8-1f1f3: {
296
+ countrycode: cn;
297
+ class: china;
298
+ aliasClass: false;
299
+ aliasClass2: false;
300
+ };
301
+ @1f1e8-1f1fd: {
302
+ countrycode: cx;
303
+ class: christmas_island;
304
+ aliasClass: false;
305
+ aliasClass2: false;
306
+ };
307
+ @1f1e8-1f1e8: {
308
+ countrycode: cc;
309
+ class: cocos_islands;
310
+ aliasClass: false;
311
+ aliasClass2: false;
312
+ };
313
+ @1f1e8-1f1f4: {
314
+ countrycode: co;
315
+ class: colombia;
316
+ aliasClass: false;
317
+ aliasClass2: false;
318
+ };
319
+ @1f1f0-1f1f2: {
320
+ countrycode: km;
321
+ class: comoros;
322
+ aliasClass: false;
323
+ aliasClass2: false;
324
+ };
325
+ @1f1e8-1f1ec: {
326
+ countrycode: cg;
327
+ class: congo_brazzaville;
328
+ aliasClass: false;
329
+ aliasClass2: false;
330
+ };
331
+ @1f1e8-1f1e9: {
332
+ countrycode: cd;
333
+ class: congo_kinshasa;
334
+ aliasClass: congo;
335
+ aliasClass2: false;
336
+ };
337
+ @1f1e8-1f1f0: {
338
+ countrycode: ck;
339
+ class: cook_islands;
340
+ aliasClass: false;
341
+ aliasClass2: false;
342
+ };
343
+ @1f1e8-1f1f7: {
344
+ countrycode: cr;
345
+ class: costa_rica;
346
+ aliasClass: false;
347
+ aliasClass2: false;
348
+ };
349
+ @1f1e8-1f1ee: {
350
+ countrycode: ci;
351
+ class: côte_d’ivoire;
352
+ aliasClass: false;
353
+ aliasClass2: false;
354
+ };
355
+ @1f1ed-1f1f7: {
356
+ countrycode: hr;
357
+ class: croatia;
358
+ aliasClass: false;
359
+ aliasClass2: false;
360
+ };
361
+ @1f1e8-1f1fa: {
362
+ countrycode: cu;
363
+ class: cuba;
364
+ aliasClass: false;
365
+ aliasClass2: false;
366
+ };
367
+ @1f1e8-1f1fc: {
368
+ countrycode: cw;
369
+ class: curaçao;
370
+ aliasClass: false;
371
+ aliasClass2: false;
372
+ };
373
+ @1f1e8-1f1fe: {
374
+ countrycode: cy;
375
+ class: cyprus;
376
+ aliasClass: false;
377
+ aliasClass2: false;
378
+ };
379
+ @1f1e8-1f1ff: {
380
+ countrycode: cz;
381
+ class: czechia;
382
+ aliasClass: false;
383
+ aliasClass2: false;
384
+ };
385
+ @1f1e9-1f1f0: {
386
+ countrycode: dk;
387
+ class: denmark;
388
+ aliasClass: false;
389
+ aliasClass2: false;
390
+ };
391
+ @1f1e9-1f1ef: {
392
+ countrycode: dj;
393
+ class: djibouti;
394
+ aliasClass: false;
395
+ aliasClass2: false;
396
+ };
397
+ @1f1e9-1f1f2: {
398
+ countrycode: dm;
399
+ class: dominica;
400
+ aliasClass: false;
401
+ aliasClass2: false;
402
+ };
403
+ @1f1e9-1f1f4: {
404
+ countrycode: do;
405
+ class: dominican_republic;
406
+ aliasClass: false;
407
+ aliasClass2: false;
408
+ };
409
+ @1f1ea-1f1e8: {
410
+ countrycode: ec;
411
+ class: ecuador;
412
+ aliasClass: false;
413
+ aliasClass2: false;
414
+ };
415
+ @1f1ea-1f1ec: {
416
+ countrycode: eg;
417
+ class: egypt;
418
+ aliasClass: false;
419
+ aliasClass2: false;
420
+ };
421
+ @1f1f8-1f1fb: {
422
+ countrycode: sv;
423
+ class: el_salvador;
424
+ aliasClass: false;
425
+ aliasClass2: false;
426
+ };
427
+ @1f1ec-1f1f6: {
428
+ countrycode: gq;
429
+ class: equatorial_guinea;
430
+ aliasClass: false;
431
+ aliasClass2: false;
432
+ };
433
+ @1f1ea-1f1f7: {
434
+ countrycode: er;
435
+ class: eritrea;
436
+ aliasClass: false;
437
+ aliasClass2: false;
438
+ };
439
+ @1f1ea-1f1ea: {
440
+ countrycode: ee;
441
+ class: estonia;
442
+ aliasClass: false;
443
+ aliasClass2: false;
444
+ };
445
+ @1f1ea-1f1f9: {
446
+ countrycode: et;
447
+ class: ethiopia;
448
+ aliasClass: false;
449
+ aliasClass2: false;
450
+ };
451
+ @1f1ea-1f1fa: {
452
+ countrycode: eu;
453
+ class: european_union;
454
+ aliasClass: false;
455
+ aliasClass2: false;
456
+ };
457
+ @1f1eb-1f1f0: {
458
+ countrycode: fk;
459
+ class: falkland_islands;
460
+ aliasClass: false;
461
+ aliasClass2: false;
462
+ };
463
+ @1f1eb-1f1f4: {
464
+ countrycode: fo;
465
+ class: faroe_islands;
466
+ aliasClass: false;
467
+ aliasClass2: false;
468
+ };
469
+ @1f1eb-1f1ef: {
470
+ countrycode: fj;
471
+ class: fiji;
472
+ aliasClass: false;
473
+ aliasClass2: false;
474
+ };
475
+ @1f1eb-1f1ee: {
476
+ countrycode: fi;
477
+ class: finland;
478
+ aliasClass: false;
479
+ aliasClass2: false;
480
+ };
481
+ @1f1eb-1f1f7: {
482
+ countrycode: fr;
483
+ class: france;
484
+ aliasClass: false;
485
+ aliasClass2: false;
486
+ };
487
+ @1f1ec-1f1eb: {
488
+ countrycode: gf;
489
+ class: french_guiana;
490
+ aliasClass: false;
491
+ aliasClass2: false;
492
+ };
493
+ @1f1f5-1f1eb: {
494
+ countrycode: pf;
495
+ class: french_polynesia;
496
+ aliasClass: false;
497
+ aliasClass2: false;
498
+ };
499
+ @1f1f9-1f1eb: {
500
+ countrycode: tf;
501
+ class: french_southern_territories;
502
+ aliasClass: french_territories;
503
+ aliasClass2: false;
504
+ };
505
+ @1f1ec-1f1e6: {
506
+ countrycode: ga;
507
+ class: gabon;
508
+ aliasClass: false;
509
+ aliasClass2: false;
510
+ };
511
+ @1f1ec-1f1f2: {
512
+ countrycode: gm;
513
+ class: gambia;
514
+ aliasClass: false;
515
+ aliasClass2: false;
516
+ };
517
+ @1f1ec-1f1ea: {
518
+ countrycode: ge;
519
+ class: georgia;
520
+ aliasClass: false;
521
+ aliasClass2: false;
522
+ };
523
+ @1f1e9-1f1ea: {
524
+ countrycode: de;
525
+ class: germany;
526
+ aliasClass: false;
527
+ aliasClass2: false;
528
+ };
529
+ @1f1ec-1f1ed: {
530
+ countrycode: gh;
531
+ class: ghana;
532
+ aliasClass: false;
533
+ aliasClass2: false;
534
+ };
535
+ @1f1ec-1f1ee: {
536
+ countrycode: gi;
537
+ class: gibraltar;
538
+ aliasClass: false;
539
+ aliasClass2: false;
540
+ };
541
+ @1f1ec-1f1f7: {
542
+ countrycode: gr;
543
+ class: greece;
544
+ aliasClass: false;
545
+ aliasClass2: false;
546
+ };
547
+ @1f1ec-1f1f1: {
548
+ countrycode: gl;
549
+ class: greenland;
550
+ aliasClass: false;
551
+ aliasClass2: false;
552
+ };
553
+ @1f1ec-1f1e9: {
554
+ countrycode: gd;
555
+ class: grenada;
556
+ aliasClass: false;
557
+ aliasClass2: false;
558
+ };
559
+ @1f1ec-1f1f5: {
560
+ countrycode: gp;
561
+ class: guadeloupe;
562
+ aliasClass: false;
563
+ aliasClass2: false;
564
+ };
565
+ @1f1ec-1f1fa: {
566
+ countrycode: gu;
567
+ class: guam;
568
+ aliasClass: false;
569
+ aliasClass2: false;
570
+ };
571
+ @1f1ec-1f1f9: {
572
+ countrycode: gt;
573
+ class: guatemala;
574
+ aliasClass: false;
575
+ aliasClass2: false;
576
+ };
577
+ @1f1ec-1f1ec: {
578
+ countrycode: gg;
579
+ class: guernsey;
580
+ aliasClass: false;
581
+ aliasClass2: false;
582
+ };
583
+ @1f1ec-1f1f3: {
584
+ countrycode: gn;
585
+ class: guinea;
586
+ aliasClass: false;
587
+ aliasClass2: false;
588
+ };
589
+ @1f1ec-1f1fc: {
590
+ countrycode: gw;
591
+ class: guinea-bissau;
592
+ aliasClass: false;
593
+ aliasClass2: false;
594
+ };
595
+ @1f1ec-1f1fe: {
596
+ countrycode: gy;
597
+ class: guyana;
598
+ aliasClass: false;
599
+ aliasClass2: false;
600
+ };
601
+ @1f1ed-1f1f9: {
602
+ countrycode: ht;
603
+ class: haiti;
604
+ aliasClass: false;
605
+ aliasClass2: false;
606
+ };
607
+ @1f1ed-1f1f3: {
608
+ countrycode: hn;
609
+ class: honduras;
610
+ aliasClass: false;
611
+ aliasClass2: false;
612
+ };
613
+ @1f1ed-1f1f0: {
614
+ countrycode: hk;
615
+ class: hong_kong_sar_china;
616
+ aliasClass: hong_kong;
617
+ aliasClass2: false;
618
+ };
619
+ @1f1ed-1f1fa: {
620
+ countrycode: hu;
621
+ class: hungary;
622
+ aliasClass: false;
623
+ aliasClass2: false;
624
+ };
625
+ @1f1ee-1f1f8: {
626
+ countrycode: is;
627
+ class: iceland;
628
+ aliasClass: false;
629
+ aliasClass2: false;
630
+ };
631
+ @1f1ee-1f1f3: {
632
+ countrycode: in;
633
+ class: india;
634
+ aliasClass: false;
635
+ aliasClass2: false;
636
+ };
637
+ @1f1ee-1f1e9: {
638
+ countrycode: id;
639
+ class: indonesia;
640
+ aliasClass: false;
641
+ aliasClass2: false;
642
+ };
643
+ @1f1ee-1f1f7: {
644
+ countrycode: ir;
645
+ class: iran;
646
+ aliasClass: false;
647
+ aliasClass2: false;
648
+ };
649
+ @1f1ee-1f1f6: {
650
+ countrycode: iq;
651
+ class: iraq;
652
+ aliasClass: false;
653
+ aliasClass2: false;
654
+ };
655
+ @1f1ee-1f1ea: {
656
+ countrycode: ie;
657
+ class: ireland;
658
+ aliasClass: false;
659
+ aliasClass2: false;
660
+ };
661
+ @1f1ee-1f1f2: {
662
+ countrycode: im;
663
+ class: isle_of_man;
664
+ aliasClass: false;
665
+ aliasClass2: false;
666
+ };
667
+ @1f1ee-1f1f1: {
668
+ countrycode: il;
669
+ class: israel;
670
+ aliasClass: false;
671
+ aliasClass2: false;
672
+ };
673
+ @1f1ee-1f1f9: {
674
+ countrycode: it;
675
+ class: italy;
676
+ aliasClass: false;
677
+ aliasClass2: false;
678
+ };
679
+ @1f1ef-1f1f2: {
680
+ countrycode: jm;
681
+ class: jamaica;
682
+ aliasClass: false;
683
+ aliasClass2: false;
684
+ };
685
+ @1f1ef-1f1f5: {
686
+ countrycode: jp;
687
+ class: japan;
688
+ aliasClass: false;
689
+ aliasClass2: false;
690
+ };
691
+ @1f38c: {
692
+ countrycode: crosseds;
693
+ class: crosseds;
694
+ aliasClass: false;
695
+ aliasClass2: false;
696
+ };
697
+ @1f1ef-1f1ea: {
698
+ countrycode: je;
699
+ class: jersey;
700
+ aliasClass: false;
701
+ aliasClass2: false;
702
+ };
703
+ @1f1ef-1f1f4: {
704
+ countrycode: jo;
705
+ class: jordan;
706
+ aliasClass: false;
707
+ aliasClass2: false;
708
+ };
709
+ @1f1f0-1f1ff: {
710
+ countrycode: kz;
711
+ class: kazakhstan;
712
+ aliasClass: false;
713
+ aliasClass2: false;
714
+ };
715
+ @1f1f0-1f1ea: {
716
+ countrycode: ke;
717
+ class: kenya;
718
+ aliasClass: false;
719
+ aliasClass2: false;
720
+ };
721
+ @1f1f0-1f1ee: {
722
+ countrycode: ki;
723
+ class: kiribati;
724
+ aliasClass: false;
725
+ aliasClass2: false;
726
+ };
727
+ @1f1fd-1f1f0: {
728
+ countrycode: xk;
729
+ class: kosovo;
730
+ aliasClass: false;
731
+ aliasClass2: false;
732
+ };
733
+ @1f1f0-1f1fc: {
734
+ countrycode: kw;
735
+ class: kuwait;
736
+ aliasClass: false;
737
+ aliasClass2: false;
738
+ };
739
+ @1f1f0-1f1ec: {
740
+ countrycode: kg;
741
+ class: kyrgyzstan;
742
+ aliasClass: false;
743
+ aliasClass2: false;
744
+ };
745
+ @1f1f1-1f1e6: {
746
+ countrycode: la;
747
+ class: laos;
748
+ aliasClass: false;
749
+ aliasClass2: false;
750
+ };
751
+ @1f1f1-1f1fb: {
752
+ countrycode: lv;
753
+ class: latvia;
754
+ aliasClass: false;
755
+ aliasClass2: false;
756
+ };
757
+ @1f1f1-1f1e7: {
758
+ countrycode: lb;
759
+ class: lebanon;
760
+ aliasClass: false;
761
+ aliasClass2: false;
762
+ };
763
+ @1f1f1-1f1f8: {
764
+ countrycode: ls;
765
+ class: lesotho;
766
+ aliasClass: false;
767
+ aliasClass2: false;
768
+ };
769
+ @1f1f1-1f1f7: {
770
+ countrycode: lr;
771
+ class: liberia;
772
+ aliasClass: false;
773
+ aliasClass2: false;
774
+ };
775
+ @1f1f1-1f1fe: {
776
+ countrycode: ly;
777
+ class: libya;
778
+ aliasClass: false;
779
+ aliasClass2: false;
780
+ };
781
+ @1f1f1-1f1ee: {
782
+ countrycode: li;
783
+ class: liechtenstein;
784
+ aliasClass: false;
785
+ aliasClass2: false;
786
+ };
787
+ @1f1f1-1f1f9: {
788
+ countrycode: lt;
789
+ class: lithuania;
790
+ aliasClass: false;
791
+ aliasClass2: false;
792
+ };
793
+ @1f1f1-1f1fa: {
794
+ countrycode: lu;
795
+ class: luxembourg;
796
+ aliasClass: false;
797
+ aliasClass2: false;
798
+ };
799
+ @1f1f2-1f1f4: {
800
+ countrycode: mo;
801
+ class: macao_sar_china;
802
+ aliasClass: false;
803
+ aliasClass2: false;
804
+ };
805
+ @1f1f2-1f1f0: {
806
+ countrycode: mk;
807
+ class: macedonia;
808
+ aliasClass: false;
809
+ aliasClass2: false;
810
+ };
811
+ @1f1f2-1f1ec: {
812
+ countrycode: mg;
813
+ class: madagascar;
814
+ aliasClass: false;
815
+ aliasClass2: false;
816
+ };
817
+ @1f1f2-1f1fc: {
818
+ countrycode: mw;
819
+ class: malawi;
820
+ aliasClass: false;
821
+ aliasClass2: false;
822
+ };
823
+ @1f1f2-1f1fe: {
824
+ countrycode: my;
825
+ class: malaysia;
826
+ aliasClass: false;
827
+ aliasClass2: false;
828
+ };
829
+ @1f1f2-1f1fb: {
830
+ countrycode: mv;
831
+ class: maldives;
832
+ aliasClass: false;
833
+ aliasClass2: false;
834
+ };
835
+ @1f1f2-1f1f1: {
836
+ countrycode: ml;
837
+ class: mali;
838
+ aliasClass: false;
839
+ aliasClass2: false;
840
+ };
841
+ @1f1f2-1f1f9: {
842
+ countrycode: mt;
843
+ class: malta;
844
+ aliasClass: false;
845
+ aliasClass2: false;
846
+ };
847
+ @1f1f2-1f1ed: {
848
+ countrycode: mh;
849
+ class: marshall_islands;
850
+ aliasClass: false;
851
+ aliasClass2: false;
852
+ };
853
+ @1f1f2-1f1f6: {
854
+ countrycode: mq;
855
+ class: martinique;
856
+ aliasClass: false;
857
+ aliasClass2: false;
858
+ };
859
+ @1f1f2-1f1f7: {
860
+ countrycode: mr;
861
+ class: mauritania;
862
+ aliasClass: false;
863
+ aliasClass2: false;
864
+ };
865
+ @1f1f2-1f1fa: {
866
+ countrycode: mu;
867
+ class: mauritius;
868
+ aliasClass: false;
869
+ aliasClass2: false;
870
+ };
871
+ @1f1fe-1f1f9: {
872
+ countrycode: yt;
873
+ class: mayotte;
874
+ aliasClass: false;
875
+ aliasClass2: false;
876
+ };
877
+ @1f1f2-1f1fd: {
878
+ countrycode: mx;
879
+ class: mexico;
880
+ aliasClass: false;
881
+ aliasClass2: false;
882
+ };
883
+ @1f1eb-1f1f2: {
884
+ countrycode: fm;
885
+ class: micronesia;
886
+ aliasClass: false;
887
+ aliasClass2: false;
888
+ };
889
+ @1f1f2-1f1e9: {
890
+ countrycode: md;
891
+ class: moldova;
892
+ aliasClass: false;
893
+ aliasClass2: false;
894
+ };
895
+ @1f1f2-1f1e8: {
896
+ countrycode: mc;
897
+ class: monaco;
898
+ aliasClass: false;
899
+ aliasClass2: false;
900
+ };
901
+ @1f1f2-1f1f3: {
902
+ countrycode: mn;
903
+ class: mongolia;
904
+ aliasClass: false;
905
+ aliasClass2: false;
906
+ };
907
+ @1f1f2-1f1ea: {
908
+ countrycode: me;
909
+ class: montenegro;
910
+ aliasClass: false;
911
+ aliasClass2: false;
912
+ };
913
+ @1f1f2-1f1f8: {
914
+ countrycode: ms;
915
+ class: montserrat;
916
+ aliasClass: false;
917
+ aliasClass2: false;
918
+ };
919
+ @1f1f2-1f1e6: {
920
+ countrycode: ma;
921
+ class: morocco;
922
+ aliasClass: false;
923
+ aliasClass2: false;
924
+ };
925
+ @1f1f2-1f1ff: {
926
+ countrycode: mz;
927
+ class: mozambique;
928
+ aliasClass: false;
929
+ aliasClass2: false;
930
+ };
931
+ @1f1f2-1f1f2: {
932
+ countrycode: mm;
933
+ class: myanmar;
934
+ aliasClass: burma;
935
+ aliasClass2: false;
936
+ };
937
+ @1f1f3-1f1e6: {
938
+ countrycode: na;
939
+ class: namibia;
940
+ aliasClass: false;
941
+ aliasClass2: false;
942
+ };
943
+ @1f1f3-1f1f7: {
944
+ countrycode: nr;
945
+ class: nauru;
946
+ aliasClass: false;
947
+ aliasClass2: false;
948
+ };
949
+ @1f1f3-1f1f5: {
950
+ countrycode: np;
951
+ class: nepal;
952
+ aliasClass: false;
953
+ aliasClass2: false;
954
+ };
955
+ @1f1f3-1f1f1: {
956
+ countrycode: nl;
957
+ class: netherlands;
958
+ aliasClass: false;
959
+ aliasClass2: false;
960
+ };
961
+ @1f1f3-1f1e8: {
962
+ countrycode: nc;
963
+ class: new_caledonia;
964
+ aliasClass: false;
965
+ aliasClass2: false;
966
+ };
967
+ @1f1f3-1f1ff: {
968
+ countrycode: nz;
969
+ class: new_zealand;
970
+ aliasClass: false;
971
+ aliasClass2: false;
972
+ };
973
+ @1f1f3-1f1ee: {
974
+ countrycode: ni;
975
+ class: nicaragua;
976
+ aliasClass: false;
977
+ aliasClass2: false;
978
+ };
979
+ @1f1f3-1f1ea: {
980
+ countrycode: ne;
981
+ class: niger;
982
+ aliasClass: false;
983
+ aliasClass2: false;
984
+ };
985
+ @1f1f3-1f1ec: {
986
+ countrycode: ng;
987
+ class: nigeria;
988
+ aliasClass: false;
989
+ aliasClass2: false;
990
+ };
991
+ @1f1f3-1f1fa: {
992
+ countrycode: nu;
993
+ class: niue;
994
+ aliasClass: false;
995
+ aliasClass2: false;
996
+ };
997
+ @1f1f3-1f1eb: {
998
+ countrycode: nf;
999
+ class: norfolk_island;
1000
+ aliasClass: false;
1001
+ aliasClass2: false;
1002
+ };
1003
+ @1f1f0-1f1f5: {
1004
+ countrycode: kp;
1005
+ class: north_korea;
1006
+ aliasClass: false;
1007
+ aliasClass2: false;
1008
+ };
1009
+ @1f1f2-1f1f5: {
1010
+ countrycode: mp;
1011
+ class: northern_mariana_islands;
1012
+ aliasClass: false;
1013
+ aliasClass2: false;
1014
+ };
1015
+ @1f1f3-1f1f4: {
1016
+ countrycode: no;
1017
+ class: norway;
1018
+ aliasClass: false;
1019
+ aliasClass2: false;
1020
+ };
1021
+ @1f1f4-1f1f2: {
1022
+ countrycode: om;
1023
+ class: oman;
1024
+ aliasClass: false;
1025
+ aliasClass2: false;
1026
+ };
1027
+ @1f1f5-1f1f0: {
1028
+ countrycode: pk;
1029
+ class: pakistan;
1030
+ aliasClass: false;
1031
+ aliasClass2: false;
1032
+ };
1033
+ @1f1f5-1f1fc: {
1034
+ countrycode: pw;
1035
+ class: palau;
1036
+ aliasClass: false;
1037
+ aliasClass2: false;
1038
+ };
1039
+ @1f1f5-1f1f8: {
1040
+ countrycode: ps;
1041
+ class: palestinian_territories;
1042
+ aliasClass: false;
1043
+ aliasClass2: false;
1044
+ };
1045
+ @1f1f5-1f1e6: {
1046
+ countrycode: pa;
1047
+ class: panama;
1048
+ aliasClass: false;
1049
+ aliasClass2: false;
1050
+ };
1051
+ @1f1f5-1f1ec: {
1052
+ countrycode: pg;
1053
+ class: papua_new_guinea;
1054
+ aliasClass: new_guinea;
1055
+ aliasClass2: false;
1056
+ };
1057
+ @1f1f5-1f1fe: {
1058
+ countrycode: py;
1059
+ class: paraguay;
1060
+ aliasClass: false;
1061
+ aliasClass2: false;
1062
+ };
1063
+ @1f1f5-1f1ea: {
1064
+ countrycode: pe;
1065
+ class: peru;
1066
+ aliasClass: false;
1067
+ aliasClass2: false;
1068
+ };
1069
+ @1f1f5-1f1ed: {
1070
+ countrycode: ph;
1071
+ class: philippines;
1072
+ aliasClass: false;
1073
+ aliasClass2: false;
1074
+ };
1075
+ @1f1f5-1f1f3: {
1076
+ countrycode: pn;
1077
+ class: pitcairn_islands;
1078
+ aliasClass: false;
1079
+ aliasClass2: false;
1080
+ };
1081
+ @1f1f5-1f1f1: {
1082
+ countrycode: pl;
1083
+ class: poland;
1084
+ aliasClass: false;
1085
+ aliasClass2: false;
1086
+ };
1087
+ @1f1f5-1f1f9: {
1088
+ countrycode: pt;
1089
+ class: portugal;
1090
+ aliasClass: false;
1091
+ aliasClass2: false;
1092
+ };
1093
+ @1f1f5-1f1f7: {
1094
+ countrycode: pr;
1095
+ class: puerto_rico;
1096
+ aliasClass: false;
1097
+ aliasClass2: false;
1098
+ };
1099
+ @1f1f6-1f1e6: {
1100
+ countrycode: qa;
1101
+ class: qatar;
1102
+ aliasClass: false;
1103
+ aliasClass2: false;
1104
+ };
1105
+ @1f1f7-1f1ea: {
1106
+ countrycode: re;
1107
+ class: réunion;
1108
+ aliasClass: false;
1109
+ aliasClass2: false;
1110
+ };
1111
+ @1f1f7-1f1f4: {
1112
+ countrycode: ro;
1113
+ class: romania;
1114
+ aliasClass: false;
1115
+ aliasClass2: false;
1116
+ };
1117
+ @1f1f7-1f1fa: {
1118
+ countrycode: ru;
1119
+ class: russia;
1120
+ aliasClass: false;
1121
+ aliasClass2: false;
1122
+ };
1123
+ @1f1f7-1f1fc: {
1124
+ countrycode: rw;
1125
+ class: rwanda;
1126
+ aliasClass: false;
1127
+ aliasClass2: false;
1128
+ };
1129
+ @1f1fc-1f1f8: {
1130
+ countrycode: ws;
1131
+ class: samoa;
1132
+ aliasClass: false;
1133
+ aliasClass2: false;
1134
+ };
1135
+ @1f1f8-1f1f2: {
1136
+ countrycode: sm;
1137
+ class: san_marino;
1138
+ aliasClass: false;
1139
+ aliasClass2: false;
1140
+ };
1141
+ @1f1f8-1f1f9: {
1142
+ countrycode: st;
1143
+ class: são_tomé_and_príncipe;
1144
+ aliasClass: samo_tome;
1145
+ aliasClass2: false;
1146
+ };
1147
+ @1f1f8-1f1e6: {
1148
+ countrycode: sa;
1149
+ class: saudi_arabia;
1150
+ aliasClass: saudiarabia;
1151
+ aliasClass2: saudi
1152
+ };
1153
+ @1f1f8-1f1f3: {
1154
+ countrycode: sn;
1155
+ class: senegal;
1156
+ aliasClass: false;
1157
+ aliasClass2: false;
1158
+ };
1159
+ @1f1f7-1f1f8: {
1160
+ countrycode: rs;
1161
+ class: serbia;
1162
+ aliasClass: false;
1163
+ aliasClass2: false;
1164
+ };
1165
+ @1f1f8-1f1e8: {
1166
+ countrycode: sc;
1167
+ class: seychelles;
1168
+ aliasClass: false;
1169
+ aliasClass2: false;
1170
+ };
1171
+ @1f1f8-1f1f1: {
1172
+ countrycode: sl;
1173
+ class: sierra_leone;
1174
+ aliasClass: false;
1175
+ aliasClass2: false;
1176
+ };
1177
+ @1f1f8-1f1ec: {
1178
+ countrycode: sg;
1179
+ class: singapore;
1180
+ aliasClass: false;
1181
+ aliasClass2: false;
1182
+ };
1183
+ @1f1f8-1f1fd: {
1184
+ countrycode: sx;
1185
+ class: sint_maarten;
1186
+ aliasClass: false;
1187
+ aliasClass2: false;
1188
+ };
1189
+ @1f1f8-1f1f0: {
1190
+ countrycode: sk;
1191
+ class: slovakia;
1192
+ aliasClass: false;
1193
+ aliasClass2: false;
1194
+ };
1195
+ @1f1f8-1f1ee: {
1196
+ countrycode: si;
1197
+ class: slovenia;
1198
+ aliasClass: false;
1199
+ aliasClass2: false;
1200
+ };
1201
+ @1f1ec-1f1f8: {
1202
+ countrycode: gs;
1203
+ class: south_georgia_and_south_sandwich_islands;
1204
+ aliasClass: sandwich_islands;
1205
+ aliasClass2: false;
1206
+ };
1207
+ @1f1f8-1f1e7: {
1208
+ countrycode: sb;
1209
+ class: solomon_islands;
1210
+ aliasClass: false;
1211
+ aliasClass2: false;
1212
+ };
1213
+ @1f1f8-1f1f4: {
1214
+ countrycode: so;
1215
+ class: somalia;
1216
+ aliasClass: false;
1217
+ aliasClass2: false;
1218
+ };
1219
+ @1f1ff-1f1e6: {
1220
+ countrycode: za;
1221
+ class: south_africa;
1222
+ aliasClass: false;
1223
+ aliasClass2: false;
1224
+ };
1225
+ @1f1f0-1f1f7: {
1226
+ countrycode: kr;
1227
+ class: south_korea;
1228
+ aliasClass: false;
1229
+ aliasClass2: false;
1230
+ };
1231
+ @1f1f8-1f1f8: {
1232
+ countrycode: ss;
1233
+ class: south_sudan;
1234
+ aliasClass: false;
1235
+ aliasClass2: false;
1236
+ };
1237
+ @1f1ea-1f1f8: {
1238
+ countrycode: es;
1239
+ class: spain;
1240
+ aliasClass: false;
1241
+ aliasClass2: false;
1242
+ };
1243
+ @1f1f1-1f1f0: {
1244
+ countrycode: lk;
1245
+ class: sri_lanka;
1246
+ aliasClass: false;
1247
+ aliasClass2: false;
1248
+ };
1249
+ @1f1e7-1f1f1: {
1250
+ countrycode: bl;
1251
+ class: st_barthélemy;
1252
+ aliasClass: saint_barth;
1253
+ aliasClass2: false;
1254
+ };
1255
+ @1f1f8-1f1ed: {
1256
+ countrycode: sh;
1257
+ class: st_helena;
1258
+ aliasClass: saint_helena;
1259
+ aliasClass2: false;
1260
+ };
1261
+ @1f1f0-1f1f3: {
1262
+ countrycode: kn;
1263
+ class: st_kitts_and_nevis;
1264
+ aliasClass: saint_kitts_and_navis;
1265
+ aliasClass2: false;
1266
+ };
1267
+ @1f1f1-1f1e8: {
1268
+ countrycode: lc;
1269
+ class: st_lucia;
1270
+ aliasClass: saint_lucia;
1271
+ aliasClass2: false;
1272
+ };
1273
+ @1f1f5-1f1f2: {
1274
+ countrycode: pm;
1275
+ class: st_pierre_and_miquelon;
1276
+ aliasClass: saint_pierre;
1277
+ aliasClass2: false;
1278
+ };
1279
+ @1f1fb-1f1e8: {
1280
+ countrycode: vc;
1281
+ class: st_vincent_and_grenadines;
1282
+ aliasClass: false;
1283
+ aliasClass2: false;
1284
+ };
1285
+ @1f1f8-1f1e9: {
1286
+ countrycode: sd;
1287
+ class: sudan;
1288
+ aliasClass: false;
1289
+ aliasClass2: false;
1290
+ };
1291
+ @1f1f8-1f1f7: {
1292
+ countrycode: sr;
1293
+ class: suriname;
1294
+ aliasClass: false;
1295
+ aliasClass2: false;
1296
+ };
1297
+ @1f1f8-1f1ff: {
1298
+ countrycode: sz;
1299
+ class: eswatini;
1300
+ aliasClass: false;
1301
+ aliasClass2: false;
1302
+ };
1303
+ @1f1f8-1f1ea: {
1304
+ countrycode: se;
1305
+ class: sweden;
1306
+ aliasClass: false;
1307
+ aliasClass2: false;
1308
+ };
1309
+ @1f1e8-1f1ed: {
1310
+ countrycode: ch;
1311
+ class: switzerland;
1312
+ aliasClass: false;
1313
+ aliasClass2: false;
1314
+ };
1315
+ @1f1f8-1f1fe: {
1316
+ countrycode: sy;
1317
+ class: syria;
1318
+ aliasClass: false;
1319
+ aliasClass2: false;
1320
+ };
1321
+ @1f1f9-1f1fc: {
1322
+ countrycode: tw;
1323
+ class: taiwan;
1324
+ aliasClass: false;
1325
+ aliasClass2: false;
1326
+ };
1327
+ @1f1f9-1f1ef: {
1328
+ countrycode: tj;
1329
+ class: tajikistan;
1330
+ aliasClass: false;
1331
+ aliasClass2: false;
1332
+ };
1333
+ @1f1f9-1f1ff: {
1334
+ countrycode: tz;
1335
+ class: tanzania;
1336
+ aliasClass: false;
1337
+ aliasClass2: false;
1338
+ };
1339
+ @1f1f9-1f1ed: {
1340
+ countrycode: th;
1341
+ class: thailand;
1342
+ aliasClass: false;
1343
+ aliasClass2: false;
1344
+ };
1345
+ @1f1f9-1f1f1: {
1346
+ countrycode: tl;
1347
+ class: timor-leste;
1348
+ aliasClass: false;
1349
+ aliasClass2: false;
1350
+ };
1351
+ @1f1f9-1f1ec: {
1352
+ countrycode: tg;
1353
+ class: togo;
1354
+ aliasClass: false;
1355
+ aliasClass2: false;
1356
+ };
1357
+ @1f1f9-1f1f0: {
1358
+ countrycode: tk;
1359
+ class: tokelau;
1360
+ aliasClass: false;
1361
+ aliasClass2: false;
1362
+ };
1363
+ @1f1f9-1f1f4: {
1364
+ countrycode: to;
1365
+ class: tonga;
1366
+ aliasClass: false;
1367
+ aliasClass2: false;
1368
+ };
1369
+ @1f1f9-1f1f9: {
1370
+ countrycode: tt;
1371
+ class: trinidad_and_tobago;
1372
+ aliasClass: false;
1373
+ aliasClass2: false;
1374
+ };
1375
+ @1f1f9-1f1f3: {
1376
+ countrycode: tn;
1377
+ class: tunisia;
1378
+ aliasClass: false;
1379
+ aliasClass2: false;
1380
+ };
1381
+ @1f1f9-1f1f7: {
1382
+ countrycode: tr;
1383
+ class: turkey;
1384
+ aliasClass: false;
1385
+ aliasClass2: false;
1386
+ };
1387
+ @1f1f9-1f1f2: {
1388
+ countrycode: tm;
1389
+ class: turkmenistan;
1390
+ aliasClass: false;
1391
+ aliasClass2: false;
1392
+ };
1393
+ @1f1f9-1f1e8: {
1394
+ countrycode: tc;
1395
+ class: turks_and_caicos_islands;
1396
+ aliasClass: false;
1397
+ aliasClass2: false;
1398
+ };
1399
+ @1f1fb-1f1ee: {
1400
+ countrycode: vi;
1401
+ class: us_virgin_islands;
1402
+ aliasClass: false;
1403
+ aliasClass2: false;
1404
+ };
1405
+ @1f1f9-1f1fb: {
1406
+ countrycode: tv;
1407
+ class: tuvalu;
1408
+ aliasClass: false;
1409
+ aliasClass2: false;
1410
+ };
1411
+ @1f1fa-1f1ec: {
1412
+ countrycode: ug;
1413
+ class: uganda;
1414
+ aliasClass: false;
1415
+ aliasClass2: false;
1416
+ };
1417
+ @1f1fa-1f1e6: {
1418
+ countrycode: ua;
1419
+ class: ukraine;
1420
+ aliasClass: false;
1421
+ aliasClass2: false;
1422
+ };
1423
+ @1f1e6-1f1ea: {
1424
+ countrycode: ae;
1425
+ class: united_arab_emirates;
1426
+ aliasClass: uae;
1427
+ aliasClass2: false;
1428
+ };
1429
+ @1f1ec-1f1e7: {
1430
+ countrycode: gb;
1431
+ class: united_kingdom;
1432
+ aliasClass: uk;
1433
+ aliasClass2: false;
1434
+ };
1435
+ @1f3f4-e0067-e0062-e0065-e006e-e0067-e007f: {
1436
+ countrycode: gb_eng;
1437
+ class: england;
1438
+ aliasClass: false;
1439
+ aliasClass2: false;
1440
+ };
1441
+ @1f3f4-e0067-e0062-e0073-e0063-e0074-e007f: {
1442
+ countrycode: gb_sct;
1443
+ class: scotland;
1444
+ aliasClass: false;
1445
+ aliasClass2: false;
1446
+ };
1447
+ @1f3f4-e0067-e0062-e0077-e006c-e0073-e007f: {
1448
+ countrycode: gb_wls;
1449
+ class: wales;
1450
+ aliasClass: false;
1451
+ aliasClass2: false;
1452
+ };
1453
+ @1f1fa-1f1f8: {
1454
+ countrycode: us;
1455
+ class: united_states;
1456
+ aliasClass: america;
1457
+ aliasClass2: false;
1458
+ };
1459
+ @1f1fa-1f1fe: {
1460
+ countrycode: uy;
1461
+ class: uruguay;
1462
+ aliasClass: false;
1463
+ aliasClass2: false;
1464
+ };
1465
+ @1f1fa-1f1ff: {
1466
+ countrycode: uz;
1467
+ class: uzbekistan;
1468
+ aliasClass: false;
1469
+ aliasClass2: false;
1470
+ };
1471
+ @1f1fb-1f1fa: {
1472
+ countrycode: vu;
1473
+ class: vanuatu;
1474
+ aliasClass: false;
1475
+ aliasClass2: false;
1476
+ };
1477
+ @1f1fb-1f1e6: {
1478
+ countrycode: va;
1479
+ class: vatican_city;
1480
+ aliasClass: false;
1481
+ aliasClass2: false;
1482
+ };
1483
+ @1f1fb-1f1ea: {
1484
+ countrycode: ve;
1485
+ class: venezuela;
1486
+ aliasClass: false;
1487
+ aliasClass2: false;
1488
+ };
1489
+ @1f1fb-1f1f3: {
1490
+ countrycode: vn;
1491
+ class: vietnam;
1492
+ aliasClass: false;
1493
+ aliasClass2: false;
1494
+ };
1495
+ @1f1fc-1f1eb: {
1496
+ countrycode: wf;
1497
+ class: wallis_and_futuna;
1498
+ aliasClass: false;
1499
+ aliasClass2: false;
1500
+ };
1501
+ @1f1ea-1f1ed: {
1502
+ countrycode: eh;
1503
+ class: western_sahara;
1504
+ aliasClass: false;
1505
+ aliasClass2: false;
1506
+ };
1507
+ @1f1fe-1f1ea: {
1508
+ countrycode: ye;
1509
+ class: yemen;
1510
+ aliasClass: false;
1511
+ aliasClass2: false;
1512
+ };
1513
+ @1f1ff-1f1f2: {
1514
+ countrycode: zm;
1515
+ class: zambia;
1516
+ aliasClass: false;
1517
+ aliasClass2: false;
1518
+ };
1519
+ @1f1ff-1f1fc: {
1520
+ countrycode: zw;
1521
+ class: zimbabwe;
1522
+ aliasClass: false;
1523
+ aliasClass2: false;
1524
+ };
1525
+ @1f1e6-1f1e8: {
1526
+ countrycode: ac;
1527
+ class: ascension_island;
1528
+ aliasClass: false;
1529
+ aliasClass2: false;
1530
+ };
1531
+ @1f1e7-1f1fb: {
1532
+ countrycode: bv;
1533
+ class: bouvet_island;
1534
+ aliasClass: false;
1535
+ aliasClass2: false;
1536
+ };
1537
+ @1f1e8-1f1f5: {
1538
+ countrycode: cp;
1539
+ class: clipperton_island;
1540
+ aliasClass: false;
1541
+ aliasClass2: false;
1542
+ };
1543
+ @1f1ea-1f1e6: {
1544
+ countrycode: ea;
1545
+ class: ceuta_and_melilla;
1546
+ aliasClass: false;
1547
+ aliasClass2: false;
1548
+ };
1549
+ @1f1e9-1f1ec: {
1550
+ countrycode: dg;
1551
+ class: diego_garcia;
1552
+ aliasClass: false;
1553
+ aliasClass2: false;
1554
+ };
1555
+ @1f1ed-1f1f2: {
1556
+ countrycode: hm;
1557
+ class: heard_and_mcdonald_islands;
1558
+ aliasClass: false;
1559
+ aliasClass2: false;
1560
+ };
1561
+ @1f1f2-1f1eb: {
1562
+ countrycode: mf;
1563
+ class: st_martin;
1564
+ aliasClass: false;
1565
+ aliasClass2: false;
1566
+ };
1567
+ @1f1f8-1f1ef: {
1568
+ countrycode: sj;
1569
+ class: svalbard_and_jan_mayen;
1570
+ aliasClass: svalbard;
1571
+ aliasClass2: jan_mayen
1572
+ };
1573
+ @1f1f9-1f1e6: {
1574
+ countrycode: ta;
1575
+ class: tristan_da_cunha;
1576
+ aliasClass: false;
1577
+ aliasClass2: false;
1578
+ };
1579
+ @1f1fa-1f1f2: {
1580
+ countrycode: um;
1581
+ class: us_outlying_islands;
1582
+ aliasClass: minor_islands;
1583
+ aliasClass2: false;
1584
+ };
1585
+ @1f1fa-1f1f3: {
1586
+ countrycode: un;
1587
+ class: united_nations;
1588
+ aliasClass: united_nations;
1589
+ aliasClass2: false;
1590
+ }
992
1591
  }
993
1592
 
1593
+ @size-map: {
1594
+ small: 1;
1595
+ medium: 2;
1596
+ large: 4;
1597
+ big: 5;
1598
+ huge: 6;
1599
+ massive: 8;
1600
+ };
1601
+
1602
+ each(@size-map, {
1603
+ i.flag.@{key} {
1604
+ font-size: 1.5em * @value;
1605
+ vertical-align: middle;
1606
+ }
1607
+ });
1608
+
1609
+ each(@flags, {
1610
+ @unicode: replace(@key,'@','');
1611
+ @cc: replace(@flags[@@unicode][countrycode],'_','.','g');
1612
+ @cls: replace(@flags[@@unicode][class],'_','.','g');
1613
+ @alias: replace(@flags[@@unicode][aliasClass],'_','.','g');
1614
+ @alias2: replace(@flags[@@unicode][aliasClass2],'_','.','g');
1615
+ & when (@cc = @cls) and (@alias = false) and (@alias2 = false){
1616
+ i.flag.@{cc}:before {
1617
+ background-image: url("@{flagPath}@{unicode}.@{flagFileType}");
1618
+ }
1619
+ }
1620
+ & when not (@cc = @cls) and (@alias = false) and (@alias2 = false) {
1621
+ i.flag.@{cc}:before,
1622
+ i.flag.@{cls}:before {
1623
+ background-image: url("@{flagPath}@{unicode}.@{flagFileType}");
1624
+ }
1625
+ }
1626
+ & when not (@alias = false) and (@alias2 = false) {
1627
+ i.flag.@{cc}:before,
1628
+ i.flag.@{cls}:before,
1629
+ i.flag.@{alias}:before {
1630
+ background-image: url("@{flagPath}@{unicode}.@{flagFileType}");
1631
+ }
1632
+ }
1633
+ & when not (@alias2 = false) {
1634
+ i.flag.@{cc}:before,
1635
+ i.flag.@{cls}:before,
1636
+ i.flag.@{alias}:before,
1637
+ i.flag.@{alias2}:before {
1638
+ background-image: url("@{flagPath}@{unicode}.@{flagFileType}");
1639
+ }
1640
+ }
1641
+ })
1642
+
994
1643
  /*rtl:end:ignore*/