fomantic-ui 2.9.4-beta.8 → 2.9.4-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 (269) hide show
  1. package/.all-contributorsrc +20 -1
  2. package/.eslintrc.js +17 -0
  3. package/.github/FUNDING.yml +1 -1
  4. package/.github/workflows/ci.yml +6 -6
  5. package/.github/workflows/depsreview.yml +14 -0
  6. package/.github/workflows/nightly.yml +1 -1
  7. package/.github/workflows/release.yml +1 -1
  8. package/CONTRIBUTORS.md +2 -0
  9. package/README.md +2 -12
  10. package/dist/components/accordion.css +1 -1
  11. package/dist/components/accordion.js +4 -2
  12. package/dist/components/accordion.min.css +1 -1
  13. package/dist/components/accordion.min.js +2 -2
  14. package/dist/components/ad.css +1 -1
  15. package/dist/components/ad.min.css +1 -1
  16. package/dist/components/api.js +7 -3
  17. package/dist/components/api.min.js +2 -2
  18. package/dist/components/breadcrumb.css +1 -1
  19. package/dist/components/breadcrumb.min.css +1 -1
  20. package/dist/components/button.css +21 -3
  21. package/dist/components/button.min.css +2 -2
  22. package/dist/components/calendar.css +1 -1
  23. package/dist/components/calendar.js +15 -3
  24. package/dist/components/calendar.min.css +1 -1
  25. package/dist/components/calendar.min.js +3 -3
  26. package/dist/components/card.css +1 -1
  27. package/dist/components/card.min.css +1 -1
  28. package/dist/components/checkbox.css +1 -1
  29. package/dist/components/checkbox.js +10 -4
  30. package/dist/components/checkbox.min.css +1 -1
  31. package/dist/components/checkbox.min.js +3 -3
  32. package/dist/components/comment.css +1 -1
  33. package/dist/components/comment.min.css +1 -1
  34. package/dist/components/container.css +1 -1
  35. package/dist/components/container.min.css +1 -1
  36. package/dist/components/dimmer.css +7 -3
  37. package/dist/components/dimmer.js +4 -2
  38. package/dist/components/dimmer.min.css +2 -2
  39. package/dist/components/dimmer.min.js +2 -2
  40. package/dist/components/divider.css +1 -1
  41. package/dist/components/divider.min.css +1 -1
  42. package/dist/components/dropdown.css +46 -38
  43. package/dist/components/dropdown.js +104 -33
  44. package/dist/components/dropdown.min.css +2 -2
  45. package/dist/components/dropdown.min.js +3 -3
  46. package/dist/components/embed.css +1 -1
  47. package/dist/components/embed.js +17 -7
  48. package/dist/components/embed.min.css +1 -1
  49. package/dist/components/embed.min.js +3 -3
  50. package/dist/components/emoji.css +4309 -3713
  51. package/dist/components/emoji.min.css +2 -2
  52. package/dist/components/feed.css +12 -1
  53. package/dist/components/feed.min.css +2 -2
  54. package/dist/components/flag.css +3 -1
  55. package/dist/components/flag.min.css +2 -2
  56. package/dist/components/flyout.css +1 -1
  57. package/dist/components/flyout.js +4 -2
  58. package/dist/components/flyout.min.css +1 -1
  59. package/dist/components/flyout.min.js +2 -2
  60. package/dist/components/form.css +15 -3
  61. package/dist/components/form.js +66 -23
  62. package/dist/components/form.min.css +2 -2
  63. package/dist/components/form.min.js +3 -3
  64. package/dist/components/grid.css +5 -5
  65. package/dist/components/grid.min.css +2 -2
  66. package/dist/components/header.css +1 -1
  67. package/dist/components/header.min.css +1 -1
  68. package/dist/components/icon.css +1 -1
  69. package/dist/components/icon.min.css +1 -1
  70. package/dist/components/image.css +1 -1
  71. package/dist/components/image.min.css +1 -1
  72. package/dist/components/input.css +1 -1
  73. package/dist/components/input.min.css +1 -1
  74. package/dist/components/item.css +1 -1
  75. package/dist/components/item.min.css +1 -1
  76. package/dist/components/label.css +7 -1
  77. package/dist/components/label.min.css +2 -2
  78. package/dist/components/list.css +1 -1
  79. package/dist/components/list.min.css +1 -1
  80. package/dist/components/loader.css +1 -1
  81. package/dist/components/loader.min.css +1 -1
  82. package/dist/components/menu.css +1 -1
  83. package/dist/components/menu.min.css +1 -1
  84. package/dist/components/message.css +2 -1
  85. package/dist/components/message.min.css +2 -2
  86. package/dist/components/modal.css +1 -1
  87. package/dist/components/modal.js +7 -3
  88. package/dist/components/modal.min.css +1 -1
  89. package/dist/components/modal.min.js +2 -2
  90. package/dist/components/nag.css +1 -1
  91. package/dist/components/nag.js +11 -5
  92. package/dist/components/nag.min.css +1 -1
  93. package/dist/components/nag.min.js +3 -3
  94. package/dist/components/placeholder.css +1 -1
  95. package/dist/components/placeholder.min.css +1 -1
  96. package/dist/components/popup.css +1 -1
  97. package/dist/components/popup.js +10 -4
  98. package/dist/components/popup.min.css +1 -1
  99. package/dist/components/popup.min.js +2 -2
  100. package/dist/components/progress.css +15 -6
  101. package/dist/components/progress.js +4 -2
  102. package/dist/components/progress.min.css +2 -2
  103. package/dist/components/progress.min.js +2 -2
  104. package/dist/components/rail.css +1 -1
  105. package/dist/components/rail.min.css +1 -1
  106. package/dist/components/rating.css +1 -1
  107. package/dist/components/rating.js +4 -2
  108. package/dist/components/rating.min.css +1 -1
  109. package/dist/components/rating.min.js +2 -2
  110. package/dist/components/reset.css +1 -1
  111. package/dist/components/reset.min.css +1 -1
  112. package/dist/components/reveal.css +1 -1
  113. package/dist/components/reveal.min.css +1 -1
  114. package/dist/components/search.css +1 -1
  115. package/dist/components/search.js +67 -14
  116. package/dist/components/search.min.css +1 -1
  117. package/dist/components/search.min.js +3 -3
  118. package/dist/components/segment.css +1 -1
  119. package/dist/components/segment.min.css +1 -1
  120. package/dist/components/shape.css +1 -1
  121. package/dist/components/shape.js +7 -5
  122. package/dist/components/shape.min.css +1 -1
  123. package/dist/components/shape.min.js +3 -3
  124. package/dist/components/sidebar.css +1 -1
  125. package/dist/components/sidebar.js +4 -2
  126. package/dist/components/sidebar.min.css +1 -1
  127. package/dist/components/sidebar.min.js +2 -2
  128. package/dist/components/site.css +14 -6
  129. package/dist/components/site.js +4 -2
  130. package/dist/components/site.min.css +2 -2
  131. package/dist/components/site.min.js +2 -2
  132. package/dist/components/slider.css +1 -1
  133. package/dist/components/slider.js +4 -2
  134. package/dist/components/slider.min.css +1 -1
  135. package/dist/components/slider.min.js +2 -2
  136. package/dist/components/state.js +4 -2
  137. package/dist/components/state.min.js +2 -2
  138. package/dist/components/statistic.css +1 -1
  139. package/dist/components/statistic.min.css +1 -1
  140. package/dist/components/step.css +1 -1
  141. package/dist/components/step.min.css +1 -1
  142. package/dist/components/sticky.css +1 -1
  143. package/dist/components/sticky.js +4 -2
  144. package/dist/components/sticky.min.css +1 -1
  145. package/dist/components/sticky.min.js +2 -2
  146. package/dist/components/tab.css +1 -1
  147. package/dist/components/tab.js +4 -2
  148. package/dist/components/tab.min.css +1 -1
  149. package/dist/components/tab.min.js +2 -2
  150. package/dist/components/table.css +32 -21
  151. package/dist/components/table.min.css +2 -2
  152. package/dist/components/text.css +1 -1
  153. package/dist/components/text.min.css +1 -1
  154. package/dist/components/toast.css +1 -1
  155. package/dist/components/toast.js +7 -3
  156. package/dist/components/toast.min.css +1 -1
  157. package/dist/components/toast.min.js +3 -3
  158. package/dist/components/transition.css +1 -1
  159. package/dist/components/transition.js +7 -3
  160. package/dist/components/transition.min.css +1 -1
  161. package/dist/components/transition.min.js +2 -2
  162. package/dist/components/visibility.js +4 -2
  163. package/dist/components/visibility.min.js +2 -2
  164. package/dist/semantic.css +4713 -3857
  165. package/dist/semantic.js +385 -136
  166. package/dist/semantic.min.css +3 -3
  167. package/dist/semantic.min.js +3 -3
  168. package/dist/themes/basic/assets/fonts/LICENSE.txt +91 -0
  169. package/dist/themes/default/assets/fonts/LICENSE_Lato.txt +94 -0
  170. package/dist/themes/default/assets/fonts/LICENSE_icons.txt +165 -0
  171. package/dist/themes/github/assets/fonts/LICENSE.txt +94 -0
  172. package/dist/themes/material/assets/fonts/LICENSE.txt +202 -0
  173. package/package.json +14 -14
  174. package/src/definitions/behaviors/api.js +6 -2
  175. package/src/definitions/behaviors/form.js +65 -22
  176. package/src/definitions/behaviors/state.js +3 -1
  177. package/src/definitions/behaviors/visibility.js +3 -1
  178. package/src/definitions/collections/form.less +9 -2
  179. package/src/definitions/collections/grid.less +4 -4
  180. package/src/definitions/collections/message.less +1 -0
  181. package/src/definitions/collections/table.less +69 -54
  182. package/src/definitions/elements/button.less +27 -3
  183. package/src/definitions/elements/label.less +5 -0
  184. package/src/definitions/globals/site.js +3 -1
  185. package/src/definitions/globals/site.less +17 -12
  186. package/src/definitions/modules/accordion.js +3 -1
  187. package/src/definitions/modules/calendar.js +14 -2
  188. package/src/definitions/modules/checkbox.js +9 -3
  189. package/src/definitions/modules/dimmer.js +3 -1
  190. package/src/definitions/modules/dimmer.less +8 -5
  191. package/src/definitions/modules/dropdown.js +103 -32
  192. package/src/definitions/modules/dropdown.less +43 -29
  193. package/src/definitions/modules/embed.js +16 -6
  194. package/src/definitions/modules/flyout.js +3 -1
  195. package/src/definitions/modules/modal.js +6 -2
  196. package/src/definitions/modules/nag.js +10 -4
  197. package/src/definitions/modules/popup.js +9 -3
  198. package/src/definitions/modules/progress.js +3 -1
  199. package/src/definitions/modules/progress.less +17 -5
  200. package/src/definitions/modules/rating.js +3 -1
  201. package/src/definitions/modules/search.js +66 -13
  202. package/src/definitions/modules/search.less +9 -2
  203. package/src/definitions/modules/shape.js +6 -4
  204. package/src/definitions/modules/sidebar.js +3 -1
  205. package/src/definitions/modules/slider.js +3 -1
  206. package/src/definitions/modules/sticky.js +3 -1
  207. package/src/definitions/modules/tab.js +3 -1
  208. package/src/definitions/modules/toast.js +6 -2
  209. package/src/definitions/modules/transition.js +6 -2
  210. package/src/definitions/views/feed.less +11 -0
  211. package/src/themes/basic/assets/fonts/LICENSE.txt +91 -0
  212. package/src/themes/default/assets/fonts/LICENSE_Lato.txt +94 -0
  213. package/src/themes/default/assets/fonts/LICENSE_icons.txt +165 -0
  214. package/src/themes/default/elements/button.variables +3 -0
  215. package/src/themes/default/elements/emoji.variables +172 -23
  216. package/src/themes/default/elements/flag.variables +3 -3
  217. package/src/themes/default/globals/site.variables +3 -0
  218. package/src/themes/default/globals/variation.variables +3 -0
  219. package/src/themes/default/modules/dropdown.variables +3 -0
  220. package/src/themes/default/modules/progress.variables +1 -1
  221. package/src/themes/default/modules/search.variables +3 -0
  222. package/src/themes/default/views/feed.variables +3 -0
  223. package/src/themes/github/assets/fonts/LICENSE.txt +94 -0
  224. package/src/themes/joypixels/elements/emoji.variables +183 -22
  225. package/src/themes/material/assets/fonts/LICENSE.txt +202 -0
  226. package/tasks/admin/components/create.js +4 -4
  227. package/tasks/admin/components/init.js +2 -2
  228. package/tasks/admin/components/update.js +3 -3
  229. package/tasks/admin/distributions/create.js +3 -3
  230. package/tasks/admin/distributions/init.js +2 -2
  231. package/tasks/admin/distributions/update.js +4 -4
  232. package/tasks/build/assets.js +1 -1
  233. package/tasks/build/css.js +19 -10
  234. package/tasks/build/javascript.js +12 -5
  235. package/tasks/check-install.js +1 -1
  236. package/tasks/config/defaults.js +2 -0
  237. package/tasks/config/tasks.js +1 -1
  238. package/tasks/docs/build.js +3 -3
  239. package/tasks/docs/metadata.js +1 -1
  240. package/tasks/docs/serve.js +3 -1
  241. package/tasks/install.js +2 -2
  242. package/tasks/watch.js +1 -1
  243. package/types/fomantic-ui-accordion.d.ts +1 -1
  244. package/types/fomantic-ui-api.d.ts +9 -3
  245. package/types/fomantic-ui-calendar.d.ts +110 -9
  246. package/types/fomantic-ui-checkbox.d.ts +14 -4
  247. package/types/fomantic-ui-dimmer.d.ts +1 -1
  248. package/types/fomantic-ui-dropdown.d.ts +76 -44
  249. package/types/fomantic-ui-embed.d.ts +19 -2
  250. package/types/fomantic-ui-flyout.d.ts +25 -11
  251. package/types/fomantic-ui-form.d.ts +123 -15
  252. package/types/fomantic-ui-modal.d.ts +101 -5
  253. package/types/fomantic-ui-nag.d.ts +4 -4
  254. package/types/fomantic-ui-popup.d.ts +38 -12
  255. package/types/fomantic-ui-progress.d.ts +12 -6
  256. package/types/fomantic-ui-rating.d.ts +1 -1
  257. package/types/fomantic-ui-search.d.ts +138 -22
  258. package/types/fomantic-ui-shape.d.ts +2 -2
  259. package/types/fomantic-ui-sidebar.d.ts +4 -4
  260. package/types/fomantic-ui-slider.d.ts +2 -2
  261. package/types/fomantic-ui-sticky.d.ts +1 -1
  262. package/types/fomantic-ui-tab.d.ts +6 -6
  263. package/types/fomantic-ui-toast.d.ts +14 -2
  264. package/types/fomantic-ui-transition.d.ts +41 -7
  265. package/types/fomantic-ui-visibility.d.ts +3 -3
  266. package/types/index.d.ts +25 -25
  267. package/types/tests.ts +188 -0
  268. package/types/tsconfig.json +1 -1
  269. package/types/fomantic-ui-tests.ts +0 -25
@@ -1,6 +1,6 @@
1
1
  /*
2
- * Tweemoji v14.0 by @twitter - https://twemoji.twitter.com/ - @twitter
3
- * License - CC-BY 4.0 - https://creativecommons.org/licenses/by/4.0/
2
+ * Twemoji v15.1 by @jdecked - https://github.com/jdecked/twemoji
3
+ * License - MIT, CC-BY 4.0 - https://creativecommons.org/licenses/by/4.0/
4
4
  */
5
5
 
6
6
  /*******************************
@@ -10,7 +10,7 @@
10
10
  /* --------------
11
11
  Path
12
12
  --------------- */
13
- @emojiPath: "https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/";
13
+ @emojiPath: "https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/";
14
14
  @emojiFileType: "svg";
15
15
 
16
16
  /* --------------
@@ -172,6 +172,9 @@
172
172
  1f610: neutral_face;
173
173
  1fae4: face_with_diagonal_mouth;
174
174
  1f611: expressionless;
175
+ 1fae8: shaking_face;
176
+ 1f642-200d-2194-fe0f: head_shaking_horizontally;
177
+ 1f642-200d-2195-fe0f: head_shaking_vertically;
175
178
  1f62c: grimacing;
176
179
  1f644: rolling_eyes;
177
180
  1f62f: hushed;
@@ -309,6 +312,18 @@
309
312
  1f91c-1f3fd: right_facing_fist_tone3;
310
313
  1f91c-1f3fe: right_facing_fist_tone4;
311
314
  1f91c-1f3ff: right_facing_fist_tone5;
315
+ 1faf7: leftwards_pushing_hand;
316
+ 1faf7-1f3fb: leftwards_pushing_hand_tone1;
317
+ 1faf7-1f3fc: leftwards_pushing_hand_tone2;
318
+ 1faf7-1f3fd: leftwards_pushing_hand_tone3;
319
+ 1faf7-1f3fe: leftwards_pushing_hand_tone4;
320
+ 1faf7-1f3ff: leftwards_pushing_hand_tone5;
321
+ 1faf8: rightwards_pushing_hand;
322
+ 1faf8-1f3fb: rightwards_pushing_hand_tone1;
323
+ 1faf8-1f3fc: rightwards_pushing_hand_tone2;
324
+ 1faf8-1f3fd: rightwards_pushing_hand_tone3;
325
+ 1faf8-1f3fe: rightwards_pushing_hand_tone4;
326
+ 1faf8-1f3ff: rightwards_pushing_hand_tone5;
312
327
  1f91e: fingers_crossed;
313
328
  1f91e-1f3fb: fingers_crossed_tone1;
314
329
  1f91e-1f3fc: fingers_crossed_tone2;
@@ -1627,6 +1642,24 @@
1627
1642
  1f468-1f3fd-200d-1f9bd: man_in_manual_wheelchair_tone3;
1628
1643
  1f468-1f3fe-200d-1f9bd: man_in_manual_wheelchair_tone4;
1629
1644
  1f468-1f3ff-200d-1f9bd: man_in_manual_wheelchair_tone5;
1645
+ 1f9d1-200d-1f9bd-200d-27a1-fe0f: person_in_manual_wheelchair_facing_right;
1646
+ 1f9d1-1f3fb-200d-1f9bd-200d-27a1-fe0f: person_in_manual_wheelchair_facing_right_tone1;
1647
+ 1f9d1-1f3fc-200d-1f9bd-200d-27a1-fe0f: person_in_manual_wheelchair_facing_right_tone2;
1648
+ 1f9d1-1f3fd-200d-1f9bd-200d-27a1-fe0f: person_in_manual_wheelchair_facing_right_tone3;
1649
+ 1f9d1-1f3fe-200d-1f9bd-200d-27a1-fe0f: person_in_manual_wheelchair_facing_right_tone4;
1650
+ 1f9d1-1f3ff-200d-1f9bd-200d-27a1-fe0f: person_in_manual_wheelchair_facing_right_tone5;
1651
+ 1f468-200d-1f9bd-200d-27a1-fe0f: man_in_manual_wheelchair_facing_right;
1652
+ 1f468-1f3fc-200d-1f9bd-200d-27a1-fe0f: man_in_manual_wheelchair_facing_right_tone2;
1653
+ 1f468-1f3fb-200d-1f9bd-200d-27a1-fe0f: man_in_manual_wheelchair_facing_right_tone1;
1654
+ 1f468-1f3fd-200d-1f9bd-200d-27a1-fe0f: man_in_manual_wheelchair_facing_right_tone3;
1655
+ 1f468-1f3fe-200d-1f9bd-200d-27a1-fe0f: man_in_manual_wheelchair_facing_right_tone4;
1656
+ 1f468-1f3ff-200d-1f9bd-200d-27a1-fe0f: man_in_manual_wheelchair_facing_right_tone5;
1657
+ 1f469-200d-1f9bd-200d-27a1-fe0f: woman_in_manual_wheelchair_facing_right;
1658
+ 1f469-1f3fb-200d-1f9bd-200d-27a1-fe0f: woman_in_manual_wheelchair_facing_right_tone1;
1659
+ 1f469-1f3fc-200d-1f9bd-200d-27a1-fe0f: woman_in_manual_wheelchair_facing_right_tone2;
1660
+ 1f469-1f3fd-200d-1f9bd-200d-27a1-fe0f: woman_in_manual_wheelchair_facing_right_tone3;
1661
+ 1f469-1f3fe-200d-1f9bd-200d-27a1-fe0f: woman_in_manual_wheelchair_facing_right_tone4;
1662
+ 1f469-1f3ff-200d-1f9bd-200d-27a1-fe0f: woman_in_manual_wheelchair_facing_right_tone5;
1630
1663
  1f9d1-200d-1f9bc: person_in_motorized_wheelchair;
1631
1664
  1f9d1-1f3fb-200d-1f9bc: person_in_motorized_wheelchair_tone1;
1632
1665
  1f9d1-1f3fc-200d-1f9bc: person_in_motorized_wheelchair_tone2;
@@ -1645,6 +1678,24 @@
1645
1678
  1f468-1f3fd-200d-1f9bc: man_in_motorized_wheelchair_tone3;
1646
1679
  1f468-1f3fe-200d-1f9bc: man_in_motorized_wheelchair_tone4;
1647
1680
  1f468-1f3ff-200d-1f9bc: man_in_motorized_wheelchair_tone5;
1681
+ 1f9d1-200d-1f9bc-200d-27a1-fe0f: person_in_motorized_wheelchair_facing_right;
1682
+ 1f9d1-1f3fb-200d-1f9bc-200d-27a1-fe0f: person_in_motorized_wheelchair_facing_right_tone1;
1683
+ 1f9d1-1f3fc-200d-1f9bc-200d-27a1-fe0f: person_in_motorized_wheelchair_facing_right_tone2;
1684
+ 1f9d1-1f3fd-200d-1f9bc-200d-27a1-fe0f: person_in_motorized_wheelchair_facing_right_tone3;
1685
+ 1f9d1-1f3fe-200d-1f9bc-200d-27a1-fe0f: person_in_motorized_wheelchair_facing_right_tone4;
1686
+ 1f9d1-1f3ff-200d-1f9bc-200d-27a1-fe0f: person_in_motorized_wheelchair_facing_right_tone5;
1687
+ 1f468-200d-1f9bc-200d-27a1-fe0f: man_in_motorized_wheelchair_facing_right;
1688
+ 1f468-1f3fb-200d-1f9bc-200d-27a1-fe0f: man_in_motorized_wheelchair_facing_right_tone1;
1689
+ 1f468-1f3fc-200d-1f9bc-200d-27a1-fe0f: man_in_motorized_wheelchair_facing_right_tone2;
1690
+ 1f468-1f3fd-200d-1f9bc-200d-27a1-fe0f: man_in_motorized_wheelchair_facing_right_tone3;
1691
+ 1f468-1f3fe-200d-1f9bc-200d-27a1-fe0f: man_in_motorized_wheelchair_facing_right_tone4;
1692
+ 1f468-1f3ff-200d-1f9bc-200d-27a1-fe0f: man_in_motorized_wheelchair_facing_right_tone5;
1693
+ 1f469-200d-1f9bc-200d-27a1-fe0f: woman_in_motorized_wheelchair_facing_right;
1694
+ 1f469-1f3fb-200d-1f9bc-200d-27a1-fe0f: woman_in_motorized_wheelchair_facing_right_tone1;
1695
+ 1f469-1f3fc-200d-1f9bc-200d-27a1-fe0f: woman_in_motorized_wheelchair_facing_right_tone2;
1696
+ 1f469-1f3fd-200d-1f9bc-200d-27a1-fe0f: woman_in_motorized_wheelchair_facing_right_tone3;
1697
+ 1f469-1f3fe-200d-1f9bc-200d-27a1-fe0f: woman_in_motorized_wheelchair_facing_right_tone4;
1698
+ 1f469-1f3ff-200d-1f9bc-200d-27a1-fe0f: woman_in_motorized_wheelchair_facing_right_tone5;
1648
1699
  1f6b6: person_walking;
1649
1700
  1f6b6-1f3fb: person_walking_tone1;
1650
1701
  1f6b6-1f3fc: person_walking_tone2;
@@ -1663,6 +1714,24 @@
1663
1714
  1f6b6-1f3fd-200d-2642-fe0f: man_walking_tone3;
1664
1715
  1f6b6-1f3fe-200d-2642-fe0f: man_walking_tone4;
1665
1716
  1f6b6-1f3ff-200d-2642-fe0f: man_walking_tone5;
1717
+ 1f6b6-200d-27a1-fe0f: person_walking_facing_right;
1718
+ 1f6b6-1f3fb-200d-27a1-fe0f: person_walking_facing_right_tone1;
1719
+ 1f6b6-1f3fc-200d-27a1-fe0f: person_walking_facing_right_tone2;
1720
+ 1f6b6-1f3fd-200d-27a1-fe0f: person_walking_facing_right_tone3;
1721
+ 1f6b6-1f3fe-200d-27a1-fe0f: person_walking_facing_right_tone4;
1722
+ 1f6b6-1f3ff-200d-27a1-fe0f: person_walking_facing_right_tone5;
1723
+ 1f6b6-200d-2640-fe0f-200d-27a1-fe0f: woman_walking_facing_right;
1724
+ 1f6b6-1f3fb-200d-2640-fe0f-200d-27a1-fe0f: woman_walking_facing_right_tone1;
1725
+ 1f6b6-1f3fc-200d-2640-fe0f-200d-27a1-fe0f: woman_walking_facing_right_tone2;
1726
+ 1f6b6-1f3fd-200d-2640-fe0f-200d-27a1-fe0f: woman_walking_facing_right_tone3;
1727
+ 1f6b6-1f3fe-200d-2640-fe0f-200d-27a1-fe0f: woman_walking_facing_right_tone4;
1728
+ 1f6b6-1f3ff-200d-2640-fe0f-200d-27a1-fe0f: woman_walking_facing_right_tone5;
1729
+ 1f6b6-200d-2642-fe0f-200d-27a1-fe0f: man_walking_facing_right;
1730
+ 1f6b6-1f3fb-200d-2642-fe0f-200d-27a1-fe0f: man_walking_facing_right_tone1;
1731
+ 1f6b6-1f3fc-200d-2642-fe0f-200d-27a1-fe0f: man_walking_facing_right_tone2;
1732
+ 1f6b6-1f3fd-200d-2642-fe0f-200d-27a1-fe0f: man_walking_facing_right_tone3;
1733
+ 1f6b6-1f3fe-200d-2642-fe0f-200d-27a1-fe0f: man_walking_facing_right_tone4;
1734
+ 1f6b6-1f3ff-200d-2642-fe0f-200d-27a1-fe0f: man_walking_facing_right_tone5;
1666
1735
  1f9d1-200d-1f9af: person_with_probing_cane;
1667
1736
  1f9d1-1f3fb-200d-1f9af: person_with_probing_cane_tone1;
1668
1737
  1f9d1-1f3fc-200d-1f9af: person_with_probing_cane_tone2;
@@ -1681,6 +1750,24 @@
1681
1750
  1f468-1f3fd-200d-1f9af: man_with_probing_cane_tone3;
1682
1751
  1f468-1f3fe-200d-1f9af: man_with_probing_cane_tone4;
1683
1752
  1f468-1f3ff-200d-1f9af: man_with_probing_cane_tone5;
1753
+ 1f9d1-200d-1f9af-200d-27a1-fe0f: person_with_white_cane_facing_right;
1754
+ 1f9d1-1f3fb-200d-1f9af-200d-27a1-fe0f: person_with_white_cane_facing_right_tone1;
1755
+ 1f9d1-1f3fc-200d-1f9af-200d-27a1-fe0f: person_with_white_cane_facing_right_tone2;
1756
+ 1f9d1-1f3fd-200d-1f9af-200d-27a1-fe0f: person_with_white_cane_facing_right_tone3;
1757
+ 1f9d1-1f3fe-200d-1f9af-200d-27a1-fe0f: person_with_white_cane_facing_right_tone4;
1758
+ 1f9d1-1f3ff-200d-1f9af-200d-27a1-fe0f: person_with_white_cane_facing_right_tone5;
1759
+ 1f468-200d-1f9af-200d-27a1-fe0f: man_with_white_cane_facing_right;
1760
+ 1f468-1f3fb-200d-1f9af-200d-27a1-fe0f: man_with_white_cane_facing_right_tone1;
1761
+ 1f468-1f3fc-200d-1f9af-200d-27a1-fe0f: man_with_white_cane_facing_right_tone2;
1762
+ 1f468-1f3fd-200d-1f9af-200d-27a1-fe0f: man_with_white_cane_facing_right_tone3;
1763
+ 1f468-1f3fe-200d-1f9af-200d-27a1-fe0f: man_with_white_cane_facing_right_tone4;
1764
+ 1f468-1f3ff-200d-1f9af-200d-27a1-fe0f: man_with_white_cane_facing_right_tone5;
1765
+ 1f469-200d-1f9af-200d-27a1-fe0f: woman_with_white_cane_facing_right;
1766
+ 1f469-1f3fb-200d-1f9af-200d-27a1-fe0f: woman_with_white_cane_facing_right_tone1;
1767
+ 1f469-1f3fc-200d-1f9af-200d-27a1-fe0f: woman_with_white_cane_facing_right_tone2;
1768
+ 1f469-1f3fd-200d-1f9af-200d-27a1-fe0f: woman_with_white_cane_facing_right_tone3;
1769
+ 1f469-1f3fe-200d-1f9af-200d-27a1-fe0f: woman_with_white_cane_facing_right_tone4;
1770
+ 1f469-1f3ff-200d-1f9af-200d-27a1-fe0f: woman_with_white_cane_facing_right_tone5;
1684
1771
  1f9ce: person_kneeling;
1685
1772
  1f9ce-1f3fb: person_kneeling_tone1;
1686
1773
  1f9ce-1f3fc: person_kneeling_tone2;
@@ -1699,6 +1786,24 @@
1699
1786
  1f9ce-1f3fd-200d-2642-fe0f: man_kneeling_tone3;
1700
1787
  1f9ce-1f3fe-200d-2642-fe0f: man_kneeling_tone4;
1701
1788
  1f9ce-1f3ff-200d-2642-fe0f: man_kneeling_tone5;
1789
+ 1f9ce-200d-27a1-fe0f: person_kneeling_facing_right;
1790
+ 1f9ce-1f3fb-200d-27a1-fe0f: person_kneeling_facing_right_tone1;
1791
+ 1f9ce-1f3fc-200d-27a1-fe0f: person_kneeling_facing_right_tone2;
1792
+ 1f9ce-1f3fd-200d-27a1-fe0f: person_kneeling_facing_right_tone3;
1793
+ 1f9ce-1f3fe-200d-27a1-fe0f: person_kneeling_facing_right_tone4;
1794
+ 1f9ce-1f3ff-200d-27a1-fe0f: person_kneeling_facing_right_tone5;
1795
+ 1f9ce-200d-2640-fe0f-200d-27a1-fe0f: woman_kneeling_facing_right;
1796
+ 1f9ce-1f3fb-200d-2640-fe0f-200d-27a1-fe0f: woman_kneeling_facing_right_tone1;
1797
+ 1f9ce-1f3fc-200d-2640-fe0f-200d-27a1-fe0f: woman_kneeling_facing_right_tone2;
1798
+ 1f9ce-1f3fd-200d-2640-fe0f-200d-27a1-fe0f: woman_kneeling_facing_right_tone3;
1799
+ 1f9ce-1f3fe-200d-2640-fe0f-200d-27a1-fe0f: woman_kneeling_facing_right_tone4;
1800
+ 1f9ce-1f3ff-200d-2640-fe0f-200d-27a1-fe0f: woman_kneeling_facing_right_tone5;
1801
+ 1f9ce-200d-2642-fe0f-200d-27a1-fe0f: man_kneeling_facing_right;
1802
+ 1f9ce-1f3fb-200d-2642-fe0f-200d-27a1-fe0f: man_kneeling_facing_right_tone1;
1803
+ 1f9ce-1f3fc-200d-2642-fe0f-200d-27a1-fe0f: man_kneeling_facing_right_tone2;
1804
+ 1f9ce-1f3fd-200d-2642-fe0f-200d-27a1-fe0f: man_kneeling_facing_right_tone3;
1805
+ 1f9ce-1f3fe-200d-2642-fe0f-200d-27a1-fe0f: man_kneeling_facing_right_tone4;
1806
+ 1f9ce-1f3ff-200d-2642-fe0f-200d-27a1-fe0f: man_kneeling_facing_right_tone5;
1702
1807
  1f3c3: person_running;
1703
1808
  1f3c3-1f3fb: person_running_tone1;
1704
1809
  1f3c3-1f3fc: person_running_tone2;
@@ -1717,6 +1822,24 @@
1717
1822
  1f3c3-1f3fd-200d-2642-fe0f: man_running_tone3;
1718
1823
  1f3c3-1f3fe-200d-2642-fe0f: man_running_tone4;
1719
1824
  1f3c3-1f3ff-200d-2642-fe0f: man_running_tone5;
1825
+ 1f3c3-200d-27a1-fe0f: person_running_facing_right;
1826
+ 1f3c3-1f3fb-200d-27a1-fe0f: person_running_facing_right_tone1;
1827
+ 1f3c3-1f3fc-200d-27a1-fe0f: person_running_facing_right_tone2;
1828
+ 1f3c3-1f3fd-200d-27a1-fe0f: person_running_facing_right_tone3;
1829
+ 1f3c3-1f3fe-200d-27a1-fe0f: person_running_facing_right_tone4;
1830
+ 1f3c3-1f3ff-200d-27a1-fe0f: person_running_facing_right_tone5;
1831
+ 1f3c3-200d-2640-fe0f-200d-27a1-fe0f: woman_running_facing_right;
1832
+ 1f3c3-1f3fb-200d-2640-fe0f-200d-27a1-fe0f: woman_running_facing_right_tone1;
1833
+ 1f3c3-1f3fc-200d-2640-fe0f-200d-27a1-fe0f: woman_running_facing_right_tone2;
1834
+ 1f3c3-1f3fd-200d-2640-fe0f-200d-27a1-fe0f: woman_running_facing_right_tone3;
1835
+ 1f3c3-1f3fe-200d-2640-fe0f-200d-27a1-fe0f: woman_running_facing_right_tone4;
1836
+ 1f3c3-1f3ff-200d-2640-fe0f-200d-27a1-fe0f: woman_running_facing_right_tone5;
1837
+ 1f3c3-200d-2642-fe0f-200d-27a1-fe0f: man_running_facing_right;
1838
+ 1f3c3-1f3fb-200d-2642-fe0f-200d-27a1-fe0f: man_running_facing_right_tone1;
1839
+ 1f3c3-1f3fc-200d-2642-fe0f-200d-27a1-fe0f: man_running_facing_right_tone2;
1840
+ 1f3c3-1f3fd-200d-2642-fe0f-200d-27a1-fe0f: man_running_facing_right_tone3;
1841
+ 1f3c3-1f3fe-200d-2642-fe0f-200d-27a1-fe0f: man_running_facing_right_tone4;
1842
+ 1f3c3-1f3ff-200d-2642-fe0f-200d-27a1-fe0f: man_running_facing_right_tone5;
1720
1843
  1f9cd: person_standing;
1721
1844
  1f9cd-1f3fb: person_standing_tone1;
1722
1845
  1f9cd-1f3fc: person_standing_tone2;
@@ -2047,6 +2170,10 @@
2047
2170
  1f468-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd: kiss_man_man_tone5_tone3;
2048
2171
  1f468-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe: kiss_man_man_tone5_tone4;
2049
2172
  1f468-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff: kiss_man_man_tone5;
2173
+ 1f9d1-200d-1f9d1-200d-1f9d2-200d-1f9d2: family_adult_adult_child_child;
2174
+ 1f9d1-200d-1f9d1-200d-1f9d2: family_adult_adult_child;
2175
+ 1f9d1-200d-1f9d2-200d-1f9d2: family_adult_child_child;
2176
+ 1f9d1-200d-1f9d2: family_adult_child;
2050
2177
  1f46a: family;
2051
2178
  1f468-200d-1f469-200d-1f466: family_man_woman_boy;
2052
2179
  1f468-200d-1f469-200d-1f467: family_mwg;
@@ -2151,7 +2278,9 @@
2151
2278
  1f424: baby_chick;
2152
2279
  1f423: hatching_chick;
2153
2280
  1f425: hatched_chick;
2281
+ 1fabf: goose;
2154
2282
  1f986: duck;
2283
+ 1f426-200d-2b1b: black_bird;
2155
2284
  1f985: eagle;
2156
2285
  1f989: owl;
2157
2286
  1f987: bat;
@@ -2159,17 +2288,18 @@
2159
2288
  1f417: boar;
2160
2289
  1f434: horse;
2161
2290
  1f984: unicorn;
2291
+ 1face: moose;
2162
2292
  1f41d: bee;
2293
+ 1fab1: worm;
2163
2294
  1f41b: bug;
2164
2295
  1f98b: butterfly;
2165
2296
  1f40c: snail;
2166
- 1fab1: worm;
2167
2297
  1f41e: lady_beetle;
2168
2298
  1f41c: ant;
2169
2299
  1fab0: fly;
2170
- 1f99f: mosquito;
2171
- 1fab3: cockroach;
2172
2300
  1fab2: beetle;
2301
+ 1fab3: cockroach;
2302
+ 1f99f: mosquito;
2173
2303
  1f997: cricket;
2174
2304
  1f577: spider;
2175
2305
  1f578: spider_web;
@@ -2181,35 +2311,37 @@
2181
2311
  1f995: sauropod;
2182
2312
  1f419: octopus;
2183
2313
  1f991: squid;
2314
+ 1fabc: jellyfish;
2184
2315
  1f990: shrimp;
2185
2316
  1f99e: lobster;
2186
2317
  1f980: crab;
2187
2318
  1f421: blowfish;
2188
2319
  1f420: tropical_fish;
2189
2320
  1f41f: fish;
2190
- 1f9ad: seal;
2191
2321
  1f42c: dolphin;
2192
2322
  1f433: whale;
2193
2323
  1f40b: whale2;
2194
2324
  1f988: shark;
2325
+ 1f9ad: seal;
2195
2326
  1f40a: crocodile;
2196
2327
  1f405: tiger2;
2197
2328
  1f406: leopard;
2198
2329
  1f993: zebra;
2199
2330
  1f98d: gorilla;
2200
2331
  1f9a7: orangutan;
2201
- 1f418: elephant;
2202
2332
  1f9a3: mammoth;
2203
- 1f9ac: bison;
2333
+ 1f418: elephant;
2204
2334
  1f99b: hippopotamus;
2205
2335
  1f98f: rhino;
2206
2336
  1f42a: dromedary_camel;
2207
2337
  1f42b: camel;
2208
2338
  1f992: giraffe;
2209
2339
  1f998: kangaroo;
2340
+ 1f9ac: bison;
2210
2341
  1f403: water_buffalo;
2211
2342
  1f402: ox;
2212
2343
  1f404: cow2;
2344
+ 1facf: donkey;
2213
2345
  1f40e: racehorse;
2214
2346
  1f416: pig2;
2215
2347
  1f40f: ram;
@@ -2224,6 +2356,7 @@
2224
2356
  1f408: cat2;
2225
2357
  1f408-200d-2b1b: black_cat;
2226
2358
  1fab6: feather;
2359
+ 1fabd: wing;
2227
2360
  1f413: rooster;
2228
2361
  1f983: turkey;
2229
2362
  1f9a4: dodo;
@@ -2246,32 +2379,35 @@
2246
2379
  1f43e: feet;
2247
2380
  1f409: dragon;
2248
2381
  1f432: dragon_face;
2382
+ 1f426-200d-1f525: phoenix;
2249
2383
  1f335: cactus;
2250
2384
  1f384: christmas_tree;
2251
2385
  1f332: evergreen_tree;
2252
2386
  1f333: deciduous_tree;
2253
2387
  1f334: palm_tree;
2388
+ 1fab5: wood;
2254
2389
  1f331: seedling;
2255
2390
  1f33f: herb;
2256
2391
  1f340: four_leaf_clover;
2257
2392
  1f38d: bamboo;
2393
+ 1fab4: potted_plant;
2258
2394
  1f38b: tanabata_tree;
2259
2395
  1f343: leaves;
2260
2396
  1f342: fallen_leaf;
2261
2397
  1f341: maple_leaf;
2262
- 1fab9: empty_nest;
2263
2398
  1faba: nest_with_eggs;
2399
+ 1fab9: empty_nest;
2264
2400
  1f344: mushroom;
2401
+ 1f344-200d-1f7eb: brown_mushroom;
2265
2402
  1f41a: shell;
2266
2403
  1fab8: coral;
2267
2404
  1faa8: rock;
2268
- 1fab5: wood;
2269
2405
  1f33e: ear_of_rice;
2270
- 1fab4: potted_plant;
2271
2406
  1f490: bouquet;
2272
2407
  1f337: tulip;
2273
2408
  1f339: rose;
2274
2409
  1f940: wilted_rose;
2410
+ 1fabb: hyacinth;
2275
2411
  1fab7: lotus;
2276
2412
  1f33a: hibiscus;
2277
2413
  1f338: cherry_blossom;
@@ -2324,11 +2460,12 @@
2324
2460
  1f350: pear;
2325
2461
  1f34a: tangerine;
2326
2462
  1f34b: lemon;
2463
+ 1f34b-200d-1f7e9: lime;
2327
2464
  1f34c: banana;
2328
2465
  1f349: watermelon;
2329
2466
  1f347: grapes;
2330
- 1fad0: blueberries;
2331
2467
  1f353: strawberry;
2468
+ 1fad0: blueberries;
2332
2469
  1f348: melon;
2333
2470
  1f352: cherries;
2334
2471
  1f351: peach;
@@ -2339,23 +2476,24 @@
2339
2476
  1f345: tomato;
2340
2477
  1f346: eggplant;
2341
2478
  1f951: avocado;
2342
- 1fad2: olive;
2479
+ 1fadb: pea_pod;
2343
2480
  1f966: broccoli;
2344
2481
  1f96c: leafy_green;
2345
- 1fad1: bell_pepper;
2346
2482
  1f952: cucumber;
2347
2483
  1f336: hot_pepper;
2484
+ 1fad1: bell_pepper;
2348
2485
  1f33d: corn;
2349
2486
  1f955: carrot;
2487
+ 1fad2: olive;
2350
2488
  1f9c4: garlic;
2351
2489
  1f9c5: onion;
2352
2490
  1f954: potato;
2353
2491
  1f360: sweet_potato;
2492
+ 1fada: ginger_root;
2354
2493
  1f950: croissant;
2355
2494
  1f96f: bagel;
2356
2495
  1f35e: bread;
2357
2496
  1f956: french_bread;
2358
- 1fad3: flatbread;
2359
2497
  1f968: pretzel;
2360
2498
  1f9c0: cheese;
2361
2499
  1f95a: egg;
@@ -2372,6 +2510,7 @@
2372
2510
  1f354: hamburger;
2373
2511
  1f35f: fries;
2374
2512
  1f355: pizza;
2513
+ 1fad3: flatbread;
2375
2514
  1f96a: sandwich;
2376
2515
  1f959: stuffed_flatbread;
2377
2516
  1f9c6: falafel;
@@ -2767,6 +2906,7 @@
2767
2906
  1f3a7: headphones;
2768
2907
  1f3bc: musical_score;
2769
2908
  1f3b9: musical_keyboard;
2909
+ 1fa87: maracas;
2770
2910
  1f941: drum;
2771
2911
  1fa98: long_drum;
2772
2912
  1f3b7: saxophone;
@@ -2775,6 +2915,7 @@
2775
2915
  1f3b8: guitar;
2776
2916
  1fa95: banjo;
2777
2917
  1f3bb: violin;
2918
+ 1fa88: flute;
2778
2919
  1f3b2: game_die;
2779
2920
  265f: chess_pawn;
2780
2921
  1f3af: dart;
@@ -2786,20 +2927,20 @@
2786
2927
  1f695: taxi;
2787
2928
  1f699: blue_car;
2788
2929
  1f6fb: pickup_truck;
2930
+ 1f690: minibus;
2789
2931
  1f68c: bus;
2790
2932
  1f68e: trolleybus;
2791
2933
  1f3ce: race_car;
2792
2934
  1f693: police_car;
2793
2935
  1f691: ambulance;
2794
2936
  1f692: fire_engine;
2795
- 1f690: minibus;
2796
2937
  1f69a: truck;
2797
2938
  1f69b: articulated_lorry;
2798
2939
  1f69c: tractor;
2799
2940
  1f9af: probing_cane;
2800
- 1fa7c: crutch;
2801
2941
  1f9bd: manual_wheelchair;
2802
2942
  1f9bc: motorized_wheelchair;
2943
+ 1fa7c: crutch;
2803
2944
  1f6f4: scooter;
2804
2945
  1f6b2: bike;
2805
2946
  1f6f5: motor_scooter;
@@ -2980,6 +3121,8 @@
2980
3121
  1faa4: mouse_trap;
2981
3122
  1f9f1: bricks;
2982
3123
  26d3: chains;
3124
+ 1f517: link;
3125
+ 26d3-fe0f-200d-1f4a5: broken_chain;
2983
3126
  1f9f2: magnet;
2984
3127
  1f52b: gun;
2985
3128
  1f4a3: bomb;
@@ -3029,6 +3172,7 @@
3029
3172
  1f9fc: soap;
3030
3173
  1faa5: toothbrush;
3031
3174
  1fa92: razor;
3175
+ 1faae: hair_pick;
3032
3176
  1f9fd: sponge;
3033
3177
  1faa3: bucket;
3034
3178
  1f9f4: squeeze_bottle;
@@ -3061,6 +3205,7 @@
3061
3205
  1f38a: confetti_ball;
3062
3206
  1f389: tada;
3063
3207
  1f38e: dolls;
3208
+ 1faad: folding_hand_fan;
3064
3209
  1f3ee: izakaya_lantern;
3065
3210
  1f390: wind_chime;
3066
3211
  1faa9: mirror_ball;
@@ -3114,7 +3259,6 @@
3114
3259
  1f4d6: book;
3115
3260
  1f516: bookmark;
3116
3261
  1f9f7: safety_pin;
3117
- 1f517: link;
3118
3262
  1f4ce: paperclip;
3119
3263
  1f587: paperclips;
3120
3264
  1f4d0: triangular_ruler;
@@ -3134,14 +3278,17 @@
3134
3278
  1f510: closed_lock_with_key;
3135
3279
  1f512: lock;
3136
3280
  1f513: unlock;
3281
+ 1fa77: pink_heart;
3137
3282
  1f9e1: orange_heart;
3138
3283
  1f49b: yellow_heart;
3139
3284
  1f49a: green_heart;
3285
+ 1fa75: light_blue_heart;
3140
3286
  1f499: blue_heart;
3141
3287
  1f49c: purple_heart;
3142
3288
  1f5a4: black_heart;
3143
- 1f90e: brown_heart;
3289
+ 1fa76: grey_heart;
3144
3290
  1f90d: white_heart;
3291
+ 1f90e: brown_heart;
3145
3292
  1f494: broken_heart;
3146
3293
  1f495: two_hearts;
3147
3294
  1f49e: revolving_hearts;
@@ -3157,6 +3304,7 @@
3157
3304
  271d: cross;
3158
3305
  262a: star_and_crescent;
3159
3306
  1f549: om_symbol;
3307
+ 1faaf: khanda;
3160
3308
  1f52f: six_pointed_star;
3161
3309
  1f54e: menorah;
3162
3310
  262f: yin_yang;
@@ -3228,13 +3376,14 @@
3228
3376
  1f6be: wc;
3229
3377
  267f: wheelchair;
3230
3378
  1f17f: parking;
3379
+ 1f6d7: elevator;
3231
3380
  1f233: u7a7a;
3232
3381
  1f202: sa;
3233
3382
  1f6c2: passport_control;
3234
3383
  1f6c3: customs;
3235
3384
  1f6c4: baggage_claim;
3236
3385
  1f6c5: left_luggage;
3237
- 1f6d7: elevator;
3386
+ 1f6dc: wireless;
3238
3387
  1f6b9: mens;
3239
3388
  1f6ba: womens;
3240
3389
  1f6bc: baby_symbol;
@@ -3384,11 +3533,12 @@
3384
3533
  26a7: transgender_symbol;
3385
3534
  1f3f3: flag_white;
3386
3535
  1f3f4: flag_black;
3536
+ 1f3f4-200d-2620-fe0f: pirate_flag;
3387
3537
  1f3c1: checkered_flag;
3388
3538
  1f6a9: triangular_flag_on_post;
3389
3539
  1f3f3-fe0f-200d-1f308: rainbow_flag;
3390
3540
  1f3f3-fe0f-200d-26a7-fe0f: transgender_flag;
3391
- 1f3f4-200d-2620-fe0f: pirate_flag;
3541
+ 1f1fa-1f1f3: united_nations;
3392
3542
  1f1e6-1f1eb: flag_af;
3393
3543
  1f1e6-1f1fd: flag_ax;
3394
3544
  1f1e6-1f1f1: flag_al;
@@ -3650,7 +3800,6 @@
3650
3800
  1f1f8-1f1ef: flag_sj;
3651
3801
  1f1f9-1f1e6: flag_ta;
3652
3802
  1f1fa-1f1f2: flag_um;
3653
- 1f1fa-1f1f3: united_nations;
3654
3803
  1f3fb: tone1;
3655
3804
  1f3fc: tone2;
3656
3805
  1f3fd: tone3;
@@ -815,9 +815,9 @@
815
815
  };
816
816
  @1f1f2-1f1f0: {
817
817
  countrycode: mk;
818
- class: macedonia;
819
- aliasClass: false;
820
- aliasClass2: false;
818
+ class: republic_of_north_macedonia;
819
+ aliasClass: north_macedonia;
820
+ aliasClass2: macedonia;
821
821
  };
822
822
  @1f1f2-1f1ec: {
823
823
  countrycode: mg;
@@ -1538,3 +1538,6 @@
1538
1538
 
1539
1539
  @inputWarningPlaceholderColor: if(iscolor(@formWarningColor), lighten(@formWarningColor, 40), @formWarningColor);
1540
1540
  @inputWarningPlaceholderFocusColor: if(iscolor(@formWarningColor), lighten(@formWarningColor, 30), @formWarningColor);
1541
+
1542
+ @defaultHighlightMatchesBackground: revert;
1543
+ @defaultHighlightMatchesColor: revert;
@@ -573,6 +573,7 @@
573
573
  @variationDropdownPointing: true;
574
574
  @variationDropdownColumnar: true;
575
575
  @variationDropdownScrollhint: true;
576
+ @variationDropdownHighlightMatches: false;
576
577
  @variationDropdownSizes: @variationAllSizes;
577
578
 
578
579
  /* Embed */
@@ -642,6 +643,7 @@
642
643
  /* Progress */
643
644
  @variationProgressInverted: true;
644
645
  @variationProgressDisabled: true;
646
+ @variationProgressBasic: true;
645
647
  @variationProgressIndicating: true;
646
648
  @variationProgressIndeterminate: true;
647
649
  @variationProgressSliding: true;
@@ -678,6 +680,7 @@
678
680
  @variationSearchVeryLong: true;
679
681
  @variationSearchResizable: true;
680
682
  @variationSearchScrolling: true;
683
+ @variationSearchHighlightMatches: false;
681
684
  @variationSearchSizes: @variationAllSizes;
682
685
 
683
686
  /* Shape */
@@ -480,3 +480,6 @@
480
480
 
481
481
  /* Resizable */
482
482
  @resizableDirection: vertical;
483
+
484
+ @highlightMatchesBackground: @defaultHighlightMatchesBackground;
485
+ @highlightMatchesColor: @defaultHighlightMatchesColor;
@@ -28,7 +28,7 @@
28
28
  width @barTransitionDuration @barTransitionEasing,
29
29
  background-color @barTransitionDuration @barTransitionEasing;
30
30
  @barInitialWidth: 0;
31
- @barMinWidth: 2em;
31
+ @barMinWidth: 2.5em;
32
32
 
33
33
  /* Progress Bar Label */
34
34
  @progressWidth: auto;
@@ -177,3 +177,6 @@
177
177
 
178
178
  /* Resizable */
179
179
  @resizableDirection: vertical;
180
+
181
+ @highlightMatchesBackground: @defaultHighlightMatchesBackground;
182
+ @highlightMatchesColor: @defaultHighlightMatchesColor;
@@ -190,6 +190,9 @@
190
190
  @invertedLikeHoverColor: @invertedSelectedTextColor;
191
191
  @invertedLikeActiveColor: @invertedLikeColor;
192
192
 
193
+ @invertedMetadataActionColor: @invertedLightTextColor;
194
+ @invertedMetadataActionHoverColor: @invertedSelectedTextColor;
195
+
193
196
  @invertedConnectedBorderColor: @whiteBorderColor;
194
197
  @invertedDividedBorderColor: @whiteBorderColor;
195
198
  @invertedTextLabelColor: @white;
@@ -0,0 +1,94 @@
1
+ (c) 2012-2015 GitHub
2
+ with Reserved Font Name Opticons.
3
+
4
+ This Font Software is licensed under the SIL Open Font License, Version 1.1.
5
+ This license is copied below, and is also available with a FAQ at:
6
+ http://scripts.sil.org/OFL
7
+
8
+
9
+ -----------------------------------------------------------
10
+ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
11
+ -----------------------------------------------------------
12
+
13
+ PREAMBLE
14
+ The goals of the Open Font License (OFL) are to stimulate worldwide
15
+ development of collaborative font projects, to support the font creation
16
+ efforts of academic and linguistic communities, and to provide a free and
17
+ open framework in which fonts may be shared and improved in partnership
18
+ with others.
19
+
20
+ The OFL allows the licensed fonts to be used, studied, modified and
21
+ redistributed freely as long as they are not sold by themselves. The
22
+ fonts, including any derivative works, can be bundled, embedded,
23
+ redistributed and/or sold with any software provided that any reserved
24
+ names are not used by derivative works. The fonts and derivatives,
25
+ however, cannot be released under any other type of license. The
26
+ requirement for fonts to remain under this license does not apply
27
+ to any document created using the fonts or their derivatives.
28
+
29
+ DEFINITIONS
30
+ "Font Software" refers to the set of files released by the Copyright
31
+ Holder(s) under this license and clearly marked as such. This may
32
+ include source files, build scripts and documentation.
33
+
34
+ "Reserved Font Name" refers to any names specified as such after the
35
+ copyright statement(s).
36
+
37
+ "Original Version" refers to the collection of Font Software components as
38
+ distributed by the Copyright Holder(s).
39
+
40
+ "Modified Version" refers to any derivative made by adding to, deleting,
41
+ or substituting -- in part or in whole -- any of the components of the
42
+ Original Version, by changing formats or by porting the Font Software to a
43
+ new environment.
44
+
45
+ "Author" refers to any designer, engineer, programmer, technical
46
+ writer or other person who contributed to the Font Software.
47
+
48
+ PERMISSION & CONDITIONS
49
+ Permission is hereby granted, free of charge, to any person obtaining
50
+ a copy of the Font Software, to use, study, copy, merge, embed, modify,
51
+ redistribute, and sell modified and unmodified copies of the Font
52
+ Software, subject to the following conditions:
53
+
54
+ 1) Neither the Font Software nor any of its individual components,
55
+ in Original or Modified Versions, may be sold by itself.
56
+
57
+ 2) Original or Modified Versions of the Font Software may be bundled,
58
+ redistributed and/or sold with any software, provided that each copy
59
+ contains the above copyright notice and this license. These can be
60
+ included either as stand-alone text files, human-readable headers or
61
+ in the appropriate machine-readable metadata fields within text or
62
+ binary files as long as those fields can be easily viewed by the user.
63
+
64
+ 3) No Modified Version of the Font Software may use the Reserved Font
65
+ Name(s) unless explicit written permission is granted by the corresponding
66
+ Copyright Holder. This restriction only applies to the primary font name as
67
+ presented to the users.
68
+
69
+ 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
70
+ Software shall not be used to promote, endorse or advertise any
71
+ Modified Version, except to acknowledge the contribution(s) of the
72
+ Copyright Holder(s) and the Author(s) or with their explicit written
73
+ permission.
74
+
75
+ 5) The Font Software, modified or unmodified, in part or in whole,
76
+ must be distributed entirely under this license, and must not be
77
+ distributed under any other license. The requirement for fonts to
78
+ remain under this license does not apply to any document created
79
+ using the Font Software.
80
+
81
+ TERMINATION
82
+ This license becomes null and void if any of the above conditions are
83
+ not met.
84
+
85
+ DISCLAIMER
86
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
87
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
88
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
89
+ OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
90
+ COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
91
+ INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
92
+ DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
93
+ FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
94
+ OTHER DEALINGS IN THE FONT SOFTWARE.