fomantic-ui 2.9.4-beta.10 → 2.9.4-beta.100

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 (295) hide show
  1. package/.all-contributorsrc +29 -1
  2. package/.eslintrc.js +17 -0
  3. package/.github/FUNDING.yml +1 -1
  4. package/.github/workflows/ci.yml +8 -8
  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 +5 -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 +47 -12
  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 +109 -34
  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 +3 -3
  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 +3 -3
  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 +34 -23
  115. package/dist/components/search.js +78 -14
  116. package/dist/components/search.min.css +2 -2
  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 +152 -2
  133. package/dist/components/slider.js +142 -44
  134. package/dist/components/slider.min.css +2 -2
  135. package/dist/components/slider.min.js +3 -3
  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 +992 -86
  141. package/dist/components/step.min.css +2 -2
  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 +6179 -3968
  165. package/dist/semantic.js +571 -188
  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/semantic.json.example +1 -1
  175. package/src/definitions/behaviors/api.js +6 -2
  176. package/src/definitions/behaviors/form.js +65 -22
  177. package/src/definitions/behaviors/state.js +3 -1
  178. package/src/definitions/behaviors/visibility.js +3 -1
  179. package/src/definitions/collections/form.less +43 -23
  180. package/src/definitions/collections/grid.less +85 -70
  181. package/src/definitions/collections/menu.less +38 -27
  182. package/src/definitions/collections/message.less +1 -0
  183. package/src/definitions/collections/table.less +183 -157
  184. package/src/definitions/elements/button.less +61 -25
  185. package/src/definitions/elements/container.less +6 -4
  186. package/src/definitions/elements/divider.less +4 -1
  187. package/src/definitions/elements/emoji.less +3 -1
  188. package/src/definitions/elements/header.less +7 -4
  189. package/src/definitions/elements/icon.less +35 -28
  190. package/src/definitions/elements/input.less +21 -13
  191. package/src/definitions/elements/label.less +19 -8
  192. package/src/definitions/elements/list.less +28 -21
  193. package/src/definitions/elements/loader.less +17 -12
  194. package/src/definitions/elements/segment.less +12 -7
  195. package/src/definitions/elements/step.less +405 -87
  196. package/src/definitions/globals/site.js +3 -1
  197. package/src/definitions/globals/site.less +17 -12
  198. package/src/definitions/modules/accordion.js +3 -1
  199. package/src/definitions/modules/accordion.less +15 -13
  200. package/src/definitions/modules/calendar.js +46 -11
  201. package/src/definitions/modules/calendar.less +6 -4
  202. package/src/definitions/modules/checkbox.js +9 -3
  203. package/src/definitions/modules/checkbox.less +12 -6
  204. package/src/definitions/modules/dimmer.js +3 -1
  205. package/src/definitions/modules/dimmer.less +16 -10
  206. package/src/definitions/modules/dropdown.js +108 -33
  207. package/src/definitions/modules/dropdown.less +109 -78
  208. package/src/definitions/modules/embed.js +16 -6
  209. package/src/definitions/modules/flyout.js +3 -1
  210. package/src/definitions/modules/flyout.less +51 -45
  211. package/src/definitions/modules/modal.js +6 -2
  212. package/src/definitions/modules/modal.less +109 -82
  213. package/src/definitions/modules/nag.js +10 -4
  214. package/src/definitions/modules/nag.less +8 -4
  215. package/src/definitions/modules/popup.js +9 -3
  216. package/src/definitions/modules/popup.less +3 -1
  217. package/src/definitions/modules/progress.js +3 -1
  218. package/src/definitions/modules/progress.less +24 -6
  219. package/src/definitions/modules/rating.js +3 -1
  220. package/src/definitions/modules/search.js +77 -13
  221. package/src/definitions/modules/search.less +41 -25
  222. package/src/definitions/modules/shape.js +6 -4
  223. package/src/definitions/modules/sidebar.js +3 -1
  224. package/src/definitions/modules/slider.js +141 -43
  225. package/src/definitions/modules/slider.less +129 -27
  226. package/src/definitions/modules/sticky.js +3 -1
  227. package/src/definitions/modules/tab.js +3 -1
  228. package/src/definitions/modules/toast.js +6 -2
  229. package/src/definitions/modules/toast.less +35 -24
  230. package/src/definitions/modules/transition.js +6 -2
  231. package/src/definitions/views/card.less +7 -5
  232. package/src/definitions/views/feed.less +14 -1
  233. package/src/definitions/views/item.less +7 -5
  234. package/src/themes/basic/assets/fonts/LICENSE.txt +91 -0
  235. package/src/themes/default/assets/fonts/LICENSE_Lato.txt +94 -0
  236. package/src/themes/default/assets/fonts/LICENSE_icons.txt +165 -0
  237. package/src/themes/default/elements/button.variables +3 -0
  238. package/src/themes/default/elements/emoji.variables +172 -23
  239. package/src/themes/default/elements/flag.variables +3 -3
  240. package/src/themes/default/elements/step.variables +33 -0
  241. package/src/themes/default/globals/site.variables +3 -0
  242. package/src/themes/default/globals/variation.variables +23 -2
  243. package/src/themes/default/modules/dropdown.variables +3 -0
  244. package/src/themes/default/modules/progress.variables +1 -1
  245. package/src/themes/default/modules/search.variables +15 -12
  246. package/src/themes/default/modules/slider.variables +10 -0
  247. package/src/themes/default/views/feed.variables +3 -0
  248. package/src/themes/github/assets/fonts/LICENSE.txt +94 -0
  249. package/src/themes/joypixels/elements/emoji.variables +183 -22
  250. package/src/themes/material/assets/fonts/LICENSE.txt +202 -0
  251. package/tasks/admin/components/create.js +4 -4
  252. package/tasks/admin/components/init.js +2 -2
  253. package/tasks/admin/components/update.js +3 -3
  254. package/tasks/admin/distributions/create.js +3 -3
  255. package/tasks/admin/distributions/init.js +2 -2
  256. package/tasks/admin/distributions/update.js +4 -4
  257. package/tasks/build/assets.js +1 -1
  258. package/tasks/build/css.js +19 -10
  259. package/tasks/build/javascript.js +12 -5
  260. package/tasks/check-install.js +1 -1
  261. package/tasks/config/defaults.js +4 -0
  262. package/tasks/config/project/release.js +19 -1
  263. package/tasks/config/tasks.js +7 -7
  264. package/tasks/docs/build.js +3 -3
  265. package/tasks/docs/metadata.js +1 -1
  266. package/tasks/docs/serve.js +3 -1
  267. package/tasks/install.js +2 -2
  268. package/tasks/watch.js +1 -1
  269. package/types/fomantic-ui-accordion.d.ts +1 -1
  270. package/types/fomantic-ui-api.d.ts +9 -3
  271. package/types/fomantic-ui-calendar.d.ts +114 -13
  272. package/types/fomantic-ui-checkbox.d.ts +14 -4
  273. package/types/fomantic-ui-dimmer.d.ts +1 -1
  274. package/types/fomantic-ui-dropdown.d.ts +82 -44
  275. package/types/fomantic-ui-embed.d.ts +19 -2
  276. package/types/fomantic-ui-flyout.d.ts +25 -11
  277. package/types/fomantic-ui-form.d.ts +123 -15
  278. package/types/fomantic-ui-modal.d.ts +101 -5
  279. package/types/fomantic-ui-nag.d.ts +4 -4
  280. package/types/fomantic-ui-popup.d.ts +38 -12
  281. package/types/fomantic-ui-progress.d.ts +12 -6
  282. package/types/fomantic-ui-rating.d.ts +1 -1
  283. package/types/fomantic-ui-search.d.ts +138 -22
  284. package/types/fomantic-ui-shape.d.ts +2 -2
  285. package/types/fomantic-ui-sidebar.d.ts +4 -4
  286. package/types/fomantic-ui-slider.d.ts +56 -4
  287. package/types/fomantic-ui-sticky.d.ts +1 -1
  288. package/types/fomantic-ui-tab.d.ts +6 -6
  289. package/types/fomantic-ui-toast.d.ts +14 -2
  290. package/types/fomantic-ui-transition.d.ts +41 -7
  291. package/types/fomantic-ui-visibility.d.ts +3 -3
  292. package/types/index.d.ts +25 -25
  293. package/types/tests.ts +188 -0
  294. package/types/tsconfig.json +1 -1
  295. package/types/fomantic-ui-tests.ts +0 -25
@@ -1,5 +1,5 @@
1
1
  /*
2
- * JoyPixels 7.0 by @joypixels - https://www.joypixels.com - @joypixels
2
+ * JoyPixels 9.0 by @joypixels - https://www.joypixels.com - @joypixels
3
3
  * License - https://www.joypixels.com/licenses/free
4
4
  */
5
5
 
@@ -13,7 +13,7 @@
13
13
  Downloading and hosting the joxpixels assets locally may require an additional license depending on the usage
14
14
  Find joypixels licenses at https://www.joypixels.com/licenses
15
15
  */
16
- @emojiPath: "https://cdn.jsdelivr.net/joypixels/assets/7.0/png/unicode/128/";
16
+ @emojiPath: "https://cdn.jsdelivr.net/joypixels/assets/9.0/png/unicode/128/";
17
17
  @emojiFileType: "png";
18
18
 
19
19
  /* --------------
@@ -170,6 +170,9 @@
170
170
  1f610: neutral_face;
171
171
  1fae4: face_with_diagonal_mouth;
172
172
  1f611: expressionless;
173
+ 1fae8: shaking_face;
174
+ 1f642-2194: head_shaking_horizontally;
175
+ 1f642-2195: head_shaking_vertically;
173
176
  1f62c: grimacing;
174
177
  1f644: rolling_eyes;
175
178
  1f62f: hushed;
@@ -307,6 +310,18 @@
307
310
  1f91c-1f3fd: right_facing_fist_tone3;
308
311
  1f91c-1f3fe: right_facing_fist_tone4;
309
312
  1f91c-1f3ff: right_facing_fist_tone5;
313
+ 1faf7: leftwards_pushing_hand;
314
+ 1faf7-1f3fb: leftwards_pushing_hand_tone1;
315
+ 1faf7-1f3fc: leftwards_pushing_hand_tone2;
316
+ 1faf7-1f3fd: leftwards_pushing_hand_tone3;
317
+ 1faf7-1f3fe: leftwards_pushing_hand_tone4;
318
+ 1faf7-1f3ff: leftwards_pushing_hand_tone5;
319
+ 1faf8: rightwards_pushing_hand;
320
+ 1faf8-1f3fb: rightwards_pushing_hand_tone1;
321
+ 1faf8-1f3fc: rightwards_pushing_hand_tone2;
322
+ 1faf8-1f3fd: rightwards_pushing_hand_tone3;
323
+ 1faf8-1f3fe: rightwards_pushing_hand_tone4;
324
+ 1faf8-1f3ff: rightwards_pushing_hand_tone5;
310
325
  1f91e: fingers_crossed;
311
326
  1f91e-1f3fb: fingers_crossed_tone1;
312
327
  1f91e-1f3fc: fingers_crossed_tone2;
@@ -1625,6 +1640,24 @@
1625
1640
  1f468-1f3fd-1f9bd: man_in_manual_wheelchair_tone3;
1626
1641
  1f468-1f3fe-1f9bd: man_in_manual_wheelchair_tone4;
1627
1642
  1f468-1f3ff-1f9bd: man_in_manual_wheelchair_tone5;
1643
+ 1f9d1-1f9bd-27a1: person_in_manual_wheelchair_facing_right;
1644
+ 1f9d1-1f3fb-1f9bd-27a1: person_in_manual_wheelchair_facing_right_tone1;
1645
+ 1f9d1-1f3fc-1f9bd-27a1: person_in_manual_wheelchair_facing_right_tone2;
1646
+ 1f9d1-1f3fd-1f9bd-27a1: person_in_manual_wheelchair_facing_right_tone3;
1647
+ 1f9d1-1f3fe-1f9bd-27a1: person_in_manual_wheelchair_facing_right_tone4;
1648
+ 1f9d1-1f3ff-1f9bd-27a1: person_in_manual_wheelchair_facing_right_tone5;
1649
+ 1f468-1f9bd-27a1: man_in_manual_wheelchair_facing_right;
1650
+ 1f468-1f3fc-1f9bd-27a1: man_in_manual_wheelchair_facing_right_tone2;
1651
+ 1f468-1f3fb-1f9bd-27a1: man_in_manual_wheelchair_facing_right_tone1;
1652
+ 1f468-1f3fd-1f9bd-27a1: man_in_manual_wheelchair_facing_right_tone3;
1653
+ 1f468-1f3fe-1f9bd-27a1: man_in_manual_wheelchair_facing_right_tone4;
1654
+ 1f468-1f3ff-1f9bd-27a1: man_in_manual_wheelchair_facing_right_tone5;
1655
+ 1f469-1f9bd-27a1: woman_in_manual_wheelchair_facing_right;
1656
+ 1f469-1f3fb-1f9bd-27a1: woman_in_manual_wheelchair_facing_right_tone1;
1657
+ 1f469-1f3fc-1f9bd-27a1: woman_in_manual_wheelchair_facing_right_tone2;
1658
+ 1f469-1f3fd-1f9bd-27a1: woman_in_manual_wheelchair_facing_right_tone3;
1659
+ 1f469-1f3fe-1f9bd-27a1: woman_in_manual_wheelchair_facing_right_tone4;
1660
+ 1f469-1f3ff-1f9bd-27a1: woman_in_manual_wheelchair_facing_right_tone5;
1628
1661
  1f9d1-1f9bc: person_in_motorized_wheelchair;
1629
1662
  1f9d1-1f3fb-1f9bc: person_in_motorized_wheelchair_tone1;
1630
1663
  1f9d1-1f3fc-1f9bc: person_in_motorized_wheelchair_tone2;
@@ -1643,6 +1676,24 @@
1643
1676
  1f468-1f3fd-1f9bc: man_in_motorized_wheelchair_tone3;
1644
1677
  1f468-1f3fe-1f9bc: man_in_motorized_wheelchair_tone4;
1645
1678
  1f468-1f3ff-1f9bc: man_in_motorized_wheelchair_tone5;
1679
+ 1f9d1-1f9bc-27a1: person_in_motorized_wheelchair_facing_right;
1680
+ 1f9d1-1f3fb-1f9bc-27a1: person_in_motorized_wheelchair_facing_right_tone1;
1681
+ 1f9d1-1f3fc-1f9bc-27a1: person_in_motorized_wheelchair_facing_right_tone2;
1682
+ 1f9d1-1f3fd-1f9bc-27a1: person_in_motorized_wheelchair_facing_right_tone3;
1683
+ 1f9d1-1f3fe-1f9bc-27a1: person_in_motorized_wheelchair_facing_right_tone4;
1684
+ 1f9d1-1f3ff-1f9bc-27a1: person_in_motorized_wheelchair_facing_right_tone5;
1685
+ 1f468-1f9bc-27a1: man_in_motorized_wheelchair_facing_right;
1686
+ 1f468-1f3fb-1f9bc-27a1: man_in_motorized_wheelchair_facing_right_tone1;
1687
+ 1f468-1f3fc-1f9bc-27a1: man_in_motorized_wheelchair_facing_right_tone2;
1688
+ 1f468-1f3fd-1f9bc-27a1: man_in_motorized_wheelchair_facing_right_tone3;
1689
+ 1f468-1f3fe-1f9bc-27a1: man_in_motorized_wheelchair_facing_right_tone4;
1690
+ 1f468-1f3ff-1f9bc-27a1: man_in_motorized_wheelchair_facing_right_tone5;
1691
+ 1f469-1f9bc-27a1: woman_in_motorized_wheelchair_facing_right;
1692
+ 1f469-1f3fb-1f9bc-27a1: woman_in_motorized_wheelchair_facing_right_tone1;
1693
+ 1f469-1f3fc-1f9bc-27a1: woman_in_motorized_wheelchair_facing_right_tone2;
1694
+ 1f469-1f3fd-1f9bc-27a1: woman_in_motorized_wheelchair_facing_right_tone3;
1695
+ 1f469-1f3fe-1f9bc-27a1: woman_in_motorized_wheelchair_facing_right_tone4;
1696
+ 1f469-1f3ff-1f9bc-27a1: woman_in_motorized_wheelchair_facing_right_tone5;
1646
1697
  1f6b6: person_walking;
1647
1698
  1f6b6-1f3fb: person_walking_tone1;
1648
1699
  1f6b6-1f3fc: person_walking_tone2;
@@ -1661,6 +1712,24 @@
1661
1712
  1f6b6-1f3fd-2642: man_walking_tone3;
1662
1713
  1f6b6-1f3fe-2642: man_walking_tone4;
1663
1714
  1f6b6-1f3ff-2642: man_walking_tone5;
1715
+ 1f6b6-27a1: person_walking_facing_right;
1716
+ 1f6b6-1f3fb-27a1: person_walking_facing_right_tone1;
1717
+ 1f6b6-1f3fc-27a1: person_walking_facing_right_tone2;
1718
+ 1f6b6-1f3fd-27a1: person_walking_facing_right_tone3;
1719
+ 1f6b6-1f3fe-27a1: person_walking_facing_right_tone4;
1720
+ 1f6b6-1f3ff-27a1: person_walking_facing_right_tone5;
1721
+ 1f6b6-2640-27a1: woman_walking_facing_right;
1722
+ 1f6b6-1f3fb-2640-27a1: woman_walking_facing_right_tone1;
1723
+ 1f6b6-1f3fc-2640-27a1: woman_walking_facing_right_tone2;
1724
+ 1f6b6-1f3fd-2640-27a1: woman_walking_facing_right_tone3;
1725
+ 1f6b6-1f3fe-2640-27a1: woman_walking_facing_right_tone4;
1726
+ 1f6b6-1f3ff-2640-27a1: woman_walking_facing_right_tone5;
1727
+ 1f6b6-2642-27a1: man_walking_facing_right;
1728
+ 1f6b6-1f3fb-2642-27a1: man_walking_facing_right_tone1;
1729
+ 1f6b6-1f3fc-2642-27a1: man_walking_facing_right_tone2;
1730
+ 1f6b6-1f3fd-2642-27a1: man_walking_facing_right_tone3;
1731
+ 1f6b6-1f3fe-2642-27a1: man_walking_facing_right_tone4;
1732
+ 1f6b6-1f3ff-2642-27a1: man_walking_facing_right_tone5;
1664
1733
  1f9d1-1f9af: person_with_probing_cane;
1665
1734
  1f9d1-1f3fb-1f9af: person_with_probing_cane_tone1;
1666
1735
  1f9d1-1f3fc-1f9af: person_with_probing_cane_tone2;
@@ -1679,6 +1748,24 @@
1679
1748
  1f468-1f3fd-1f9af: man_with_probing_cane_tone3;
1680
1749
  1f468-1f3fe-1f9af: man_with_probing_cane_tone4;
1681
1750
  1f468-1f3ff-1f9af: man_with_probing_cane_tone5;
1751
+ 1f9d1-1f9af-27a1: person_with_white_cane_facing_right;
1752
+ 1f9d1-1f3fb-1f9af-27a1: person_with_white_cane_facing_right_tone1;
1753
+ 1f9d1-1f3fc-1f9af-27a1: person_with_white_cane_facing_right_tone2;
1754
+ 1f9d1-1f3fd-1f9af-27a1: person_with_white_cane_facing_right_tone3;
1755
+ 1f9d1-1f3fe-1f9af-27a1: person_with_white_cane_facing_right_tone4;
1756
+ 1f9d1-1f3ff-1f9af-27a1: person_with_white_cane_facing_right_tone5;
1757
+ 1f468-1f9af-27a1: man_with_white_cane_facing_right;
1758
+ 1f468-1f3fb-1f9af-27a1: man_with_white_cane_facing_right_tone1;
1759
+ 1f468-1f3fc-1f9af-27a1: man_with_white_cane_facing_right_tone2;
1760
+ 1f468-1f3fd-1f9af-27a1: man_with_white_cane_facing_right_tone3;
1761
+ 1f468-1f3fe-1f9af-27a1: man_with_white_cane_facing_right_tone4;
1762
+ 1f468-1f3ff-1f9af-27a1: man_with_white_cane_facing_right_tone5;
1763
+ 1f469-1f9af-27a1: woman_with_white_cane_facing_right;
1764
+ 1f469-1f3fb-1f9af-27a1: woman_with_white_cane_facing_right_tone1;
1765
+ 1f469-1f3fc-1f9af-27a1: woman_with_white_cane_facing_right_tone2;
1766
+ 1f469-1f3fd-1f9af-27a1: woman_with_white_cane_facing_right_tone3;
1767
+ 1f469-1f3fe-1f9af-27a1: woman_with_white_cane_facing_right_tone4;
1768
+ 1f469-1f3ff-1f9af-27a1: woman_with_white_cane_facing_right_tone5;
1682
1769
  1f9ce: person_kneeling;
1683
1770
  1f9ce-1f3fb: person_kneeling_tone1;
1684
1771
  1f9ce-1f3fc: person_kneeling_tone2;
@@ -1697,6 +1784,24 @@
1697
1784
  1f9ce-1f3fd-2642: man_kneeling_tone3;
1698
1785
  1f9ce-1f3fe-2642: man_kneeling_tone4;
1699
1786
  1f9ce-1f3ff-2642: man_kneeling_tone5;
1787
+ 1f9ce-27a1: person_kneeling_facing_right;
1788
+ 1f9ce-1f3fb-27a1: person_kneeling_facing_right_tone1;
1789
+ 1f9ce-1f3fc-27a1: person_kneeling_facing_right_tone2;
1790
+ 1f9ce-1f3fd-27a1: person_kneeling_facing_right_tone3;
1791
+ 1f9ce-1f3fe-27a1: person_kneeling_facing_right_tone4;
1792
+ 1f9ce-1f3ff-27a1: person_kneeling_facing_right_tone5;
1793
+ 1f9ce-2640-27a1: woman_kneeling_facing_right;
1794
+ 1f9ce-1f3fb-2640-27a1: woman_kneeling_facing_right_tone1;
1795
+ 1f9ce-1f3fc-2640-27a1: woman_kneeling_facing_right_tone2;
1796
+ 1f9ce-1f3fd-2640-27a1: woman_kneeling_facing_right_tone3;
1797
+ 1f9ce-1f3fe-2640-27a1: woman_kneeling_facing_right_tone4;
1798
+ 1f9ce-1f3ff-2640-27a1: woman_kneeling_facing_right_tone5;
1799
+ 1f9ce-2642-27a1: man_kneeling_facing_right;
1800
+ 1f9ce-1f3fb-2642-27a1: man_kneeling_facing_right_tone1;
1801
+ 1f9ce-1f3fc-2642-27a1: man_kneeling_facing_right_tone2;
1802
+ 1f9ce-1f3fd-2642-27a1: man_kneeling_facing_right_tone3;
1803
+ 1f9ce-1f3fe-2642-27a1: man_kneeling_facing_right_tone4;
1804
+ 1f9ce-1f3ff-2642-27a1: man_kneeling_facing_right_tone5;
1700
1805
  1f3c3: person_running;
1701
1806
  1f3c3-1f3fb: person_running_tone1;
1702
1807
  1f3c3-1f3fc: person_running_tone2;
@@ -1715,6 +1820,24 @@
1715
1820
  1f3c3-1f3fd-2642: man_running_tone3;
1716
1821
  1f3c3-1f3fe-2642: man_running_tone4;
1717
1822
  1f3c3-1f3ff-2642: man_running_tone5;
1823
+ 1f3c3-27a1: person_running_facing_right;
1824
+ 1f3c3-1f3fb-27a1: person_running_facing_right_tone1;
1825
+ 1f3c3-1f3fc-27a1: person_running_facing_right_tone2;
1826
+ 1f3c3-1f3fd-27a1: person_running_facing_right_tone3;
1827
+ 1f3c3-1f3fe-27a1: person_running_facing_right_tone4;
1828
+ 1f3c3-1f3ff-27a1: person_running_facing_right_tone5;
1829
+ 1f3c3-2640-27a1: woman_running_facing_right;
1830
+ 1f3c3-1f3fb-2640-27a1: woman_running_facing_right_tone1;
1831
+ 1f3c3-1f3fc-2640-27a1: woman_running_facing_right_tone2;
1832
+ 1f3c3-1f3fd-2640-27a1: woman_running_facing_right_tone3;
1833
+ 1f3c3-1f3fe-2640-27a1: woman_running_facing_right_tone4;
1834
+ 1f3c3-1f3ff-2640-27a1: woman_running_facing_right_tone5;
1835
+ 1f3c3-2642-27a1: man_running_facing_right;
1836
+ 1f3c3-1f3fb-2642-27a1: man_running_facing_right_tone1;
1837
+ 1f3c3-1f3fc-2642-27a1: man_running_facing_right_tone2;
1838
+ 1f3c3-1f3fd-2642-27a1: man_running_facing_right_tone3;
1839
+ 1f3c3-1f3fe-2642-27a1: man_running_facing_right_tone4;
1840
+ 1f3c3-1f3ff-2642-27a1: man_running_facing_right_tone5;
1718
1841
  1f9cd: person_standing;
1719
1842
  1f9cd-1f3fb: person_standing_tone1;
1720
1843
  1f9cd-1f3fc: person_standing_tone2;
@@ -2045,6 +2168,10 @@
2045
2168
  1f468-1f3ff-2764-1f48b-1f468-1f3fd: kiss_man_man_tone5_tone3;
2046
2169
  1f468-1f3ff-2764-1f48b-1f468-1f3fe: kiss_man_man_tone5_tone4;
2047
2170
  1f468-1f3ff-2764-1f48b-1f468-1f3ff: kiss_man_man_tone5;
2171
+ 1f9d1-1f9d1-1f9d2-1f9d2: family_adult_adult_child_child;
2172
+ 1f9d1-1f9d1-1f9d2: family_adult_adult_child;
2173
+ 1f9d1-1f9d2-1f9d2: family_adult_child_child;
2174
+ 1f9d1-1f9d2: family_adult_child;
2048
2175
  1f46a: family;
2049
2176
  1f468-1f469-1f466: family_man_woman_boy;
2050
2177
  1f468-1f469-1f467: family_mwg;
@@ -2149,7 +2276,9 @@
2149
2276
  1f424: baby_chick;
2150
2277
  1f423: hatching_chick;
2151
2278
  1f425: hatched_chick;
2279
+ 1fabf: goose;
2152
2280
  1f986: duck;
2281
+ 1f426-2b1b: black_bird;
2153
2282
  1f985: eagle;
2154
2283
  1f989: owl;
2155
2284
  1f987: bat;
@@ -2157,17 +2286,18 @@
2157
2286
  1f417: boar;
2158
2287
  1f434: horse;
2159
2288
  1f984: unicorn;
2289
+ 1face: moose;
2160
2290
  1f41d: bee;
2291
+ 1fab1: worm;
2161
2292
  1f41b: bug;
2162
2293
  1f98b: butterfly;
2163
2294
  1f40c: snail;
2164
- 1fab1: worm;
2165
2295
  1f41e: lady_beetle;
2166
2296
  1f41c: ant;
2167
2297
  1fab0: fly;
2168
- 1f99f: mosquito;
2169
- 1fab3: cockroach;
2170
2298
  1fab2: beetle;
2299
+ 1fab3: cockroach;
2300
+ 1f99f: mosquito;
2171
2301
  1f997: cricket;
2172
2302
  1f577: spider;
2173
2303
  1f578: spider_web;
@@ -2179,35 +2309,37 @@
2179
2309
  1f995: sauropod;
2180
2310
  1f419: octopus;
2181
2311
  1f991: squid;
2312
+ 1fabc: jellyfish;
2182
2313
  1f990: shrimp;
2183
2314
  1f99e: lobster;
2184
2315
  1f980: crab;
2185
2316
  1f421: blowfish;
2186
2317
  1f420: tropical_fish;
2187
2318
  1f41f: fish;
2188
- 1f9ad: seal;
2189
2319
  1f42c: dolphin;
2190
2320
  1f433: whale;
2191
2321
  1f40b: whale2;
2192
2322
  1f988: shark;
2323
+ 1f9ad: seal;
2193
2324
  1f40a: crocodile;
2194
2325
  1f405: tiger2;
2195
2326
  1f406: leopard;
2196
2327
  1f993: zebra;
2197
2328
  1f98d: gorilla;
2198
2329
  1f9a7: orangutan;
2199
- 1f418: elephant;
2200
2330
  1f9a3: mammoth;
2201
- 1f9ac: bison;
2331
+ 1f418: elephant;
2202
2332
  1f99b: hippopotamus;
2203
2333
  1f98f: rhino;
2204
2334
  1f42a: dromedary_camel;
2205
2335
  1f42b: camel;
2206
2336
  1f992: giraffe;
2207
2337
  1f998: kangaroo;
2338
+ 1f9ac: bison;
2208
2339
  1f403: water_buffalo;
2209
2340
  1f402: ox;
2210
2341
  1f404: cow2;
2342
+ 1facf: donkey;
2211
2343
  1f40e: racehorse;
2212
2344
  1f416: pig2;
2213
2345
  1f40f: ram;
@@ -2222,6 +2354,7 @@
2222
2354
  1f408: cat2;
2223
2355
  1f408-2b1b: black_cat;
2224
2356
  1fab6: feather;
2357
+ 1fabd: wing;
2225
2358
  1f413: rooster;
2226
2359
  1f983: turkey;
2227
2360
  1f9a4: dodo;
@@ -2244,32 +2377,35 @@
2244
2377
  1f43e: feet;
2245
2378
  1f409: dragon;
2246
2379
  1f432: dragon_face;
2380
+ 1f426-1f525: phoenix;
2247
2381
  1f335: cactus;
2248
2382
  1f384: christmas_tree;
2249
2383
  1f332: evergreen_tree;
2250
2384
  1f333: deciduous_tree;
2251
2385
  1f334: palm_tree;
2386
+ 1fab5: wood;
2252
2387
  1f331: seedling;
2253
2388
  1f33f: herb;
2254
2389
  1f340: four_leaf_clover;
2255
2390
  1f38d: bamboo;
2391
+ 1fab4: potted_plant;
2256
2392
  1f38b: tanabata_tree;
2257
2393
  1f343: leaves;
2258
2394
  1f342: fallen_leaf;
2259
2395
  1f341: maple_leaf;
2260
- 1fab9: empty_nest;
2261
2396
  1faba: nest_with_eggs;
2397
+ 1fab9: empty_nest;
2262
2398
  1f344: mushroom;
2399
+ 1f344-1f7eb: brown_mushroom;
2263
2400
  1f41a: shell;
2264
2401
  1fab8: coral;
2265
2402
  1faa8: rock;
2266
- 1fab5: wood;
2267
2403
  1f33e: ear_of_rice;
2268
- 1fab4: potted_plant;
2269
2404
  1f490: bouquet;
2270
2405
  1f337: tulip;
2271
2406
  1f339: rose;
2272
2407
  1f940: wilted_rose;
2408
+ 1fabb: hyacinth;
2273
2409
  1fab7: lotus;
2274
2410
  1f33a: hibiscus;
2275
2411
  1f338: cherry_blossom;
@@ -2322,11 +2458,12 @@
2322
2458
  1f350: pear;
2323
2459
  1f34a: tangerine;
2324
2460
  1f34b: lemon;
2461
+ 1f34b-1f7e9: lime;
2325
2462
  1f34c: banana;
2326
2463
  1f349: watermelon;
2327
2464
  1f347: grapes;
2328
- 1fad0: blueberries;
2329
2465
  1f353: strawberry;
2466
+ 1fad0: blueberries;
2330
2467
  1f348: melon;
2331
2468
  1f352: cherries;
2332
2469
  1f351: peach;
@@ -2337,23 +2474,24 @@
2337
2474
  1f345: tomato;
2338
2475
  1f346: eggplant;
2339
2476
  1f951: avocado;
2340
- 1fad2: olive;
2477
+ 1fadb: pea_pod;
2341
2478
  1f966: broccoli;
2342
2479
  1f96c: leafy_green;
2343
- 1fad1: bell_pepper;
2344
2480
  1f952: cucumber;
2345
2481
  1f336: hot_pepper;
2482
+ 1fad1: bell_pepper;
2346
2483
  1f33d: corn;
2347
2484
  1f955: carrot;
2485
+ 1fad2: olive;
2348
2486
  1f9c4: garlic;
2349
2487
  1f9c5: onion;
2350
2488
  1f954: potato;
2351
2489
  1f360: sweet_potato;
2490
+ 1fada: ginger_root;
2352
2491
  1f950: croissant;
2353
2492
  1f96f: bagel;
2354
2493
  1f35e: bread;
2355
2494
  1f956: french_bread;
2356
- 1fad3: flatbread;
2357
2495
  1f968: pretzel;
2358
2496
  1f9c0: cheese;
2359
2497
  1f95a: egg;
@@ -2370,6 +2508,7 @@
2370
2508
  1f354: hamburger;
2371
2509
  1f35f: fries;
2372
2510
  1f355: pizza;
2511
+ 1fad3: flatbread;
2373
2512
  1f96a: sandwich;
2374
2513
  1f959: stuffed_flatbread;
2375
2514
  1f9c6: falafel;
@@ -2765,6 +2904,7 @@
2765
2904
  1f3a7: headphones;
2766
2905
  1f3bc: musical_score;
2767
2906
  1f3b9: musical_keyboard;
2907
+ 1fa87: maracas;
2768
2908
  1f941: drum;
2769
2909
  1fa98: long_drum;
2770
2910
  1f3b7: saxophone;
@@ -2773,6 +2913,7 @@
2773
2913
  1f3b8: guitar;
2774
2914
  1fa95: banjo;
2775
2915
  1f3bb: violin;
2916
+ 1fa88: flute;
2776
2917
  1f3b2: game_die;
2777
2918
  265f: chess_pawn;
2778
2919
  1f3af: dart;
@@ -2784,20 +2925,20 @@
2784
2925
  1f695: taxi;
2785
2926
  1f699: blue_car;
2786
2927
  1f6fb: pickup_truck;
2928
+ 1f690: minibus;
2787
2929
  1f68c: bus;
2788
2930
  1f68e: trolleybus;
2789
2931
  1f3ce: race_car;
2790
2932
  1f693: police_car;
2791
2933
  1f691: ambulance;
2792
2934
  1f692: fire_engine;
2793
- 1f690: minibus;
2794
2935
  1f69a: truck;
2795
2936
  1f69b: articulated_lorry;
2796
2937
  1f69c: tractor;
2797
2938
  1f9af: probing_cane;
2798
- 1fa7c: crutch;
2799
2939
  1f9bd: manual_wheelchair;
2800
2940
  1f9bc: motorized_wheelchair;
2941
+ 1fa7c: crutch;
2801
2942
  1f6f4: scooter;
2802
2943
  1f6b2: bike;
2803
2944
  1f6f5: motor_scooter;
@@ -2978,6 +3119,8 @@
2978
3119
  1faa4: mouse_trap;
2979
3120
  1f9f1: bricks;
2980
3121
  26d3: chains;
3122
+ 1f517: link;
3123
+ 26d3-1f4a5: broken_chain;
2981
3124
  1f9f2: magnet;
2982
3125
  1f52b: gun;
2983
3126
  1f4a3: bomb;
@@ -3027,6 +3170,7 @@
3027
3170
  1f9fc: soap;
3028
3171
  1faa5: toothbrush;
3029
3172
  1fa92: razor;
3173
+ 1faae: hair_pick;
3030
3174
  1f9fd: sponge;
3031
3175
  1faa3: bucket;
3032
3176
  1f9f4: squeeze_bottle;
@@ -3059,6 +3203,7 @@
3059
3203
  1f38a: confetti_ball;
3060
3204
  1f389: tada;
3061
3205
  1f38e: dolls;
3206
+ 1faad: folding_hand_fan;
3062
3207
  1f3ee: izakaya_lantern;
3063
3208
  1f390: wind_chime;
3064
3209
  1faa9: mirror_ball;
@@ -3112,7 +3257,6 @@
3112
3257
  1f4d6: book;
3113
3258
  1f516: bookmark;
3114
3259
  1f9f7: safety_pin;
3115
- 1f517: link;
3116
3260
  1f4ce: paperclip;
3117
3261
  1f587: paperclips;
3118
3262
  1f4d0: triangular_ruler;
@@ -3132,14 +3276,17 @@
3132
3276
  1f510: closed_lock_with_key;
3133
3277
  1f512: lock;
3134
3278
  1f513: unlock;
3279
+ 1fa77: pink_heart;
3135
3280
  1f9e1: orange_heart;
3136
3281
  1f49b: yellow_heart;
3137
3282
  1f49a: green_heart;
3283
+ 1fa75: light_blue_heart;
3138
3284
  1f499: blue_heart;
3139
3285
  1f49c: purple_heart;
3140
3286
  1f5a4: black_heart;
3141
- 1f90e: brown_heart;
3287
+ 1fa76: grey_heart;
3142
3288
  1f90d: white_heart;
3289
+ 1f90e: brown_heart;
3143
3290
  1f494: broken_heart;
3144
3291
  1f495: two_hearts;
3145
3292
  1f49e: revolving_hearts;
@@ -3155,6 +3302,7 @@
3155
3302
  271d: cross;
3156
3303
  262a: star_and_crescent;
3157
3304
  1f549: om_symbol;
3305
+ 1faaf: khanda;
3158
3306
  1f52f: six_pointed_star;
3159
3307
  1f54e: menorah;
3160
3308
  262f: yin_yang;
@@ -3226,13 +3374,14 @@
3226
3374
  1f6be: wc;
3227
3375
  267f: wheelchair;
3228
3376
  1f17f: parking;
3377
+ 1f6d7: elevator;
3229
3378
  1f233: u7a7a;
3230
3379
  1f202: sa;
3231
3380
  1f6c2: passport_control;
3232
3381
  1f6c3: customs;
3233
3382
  1f6c4: baggage_claim;
3234
3383
  1f6c5: left_luggage;
3235
- 1f6d7: elevator;
3384
+ 1f6dc: wireless;
3236
3385
  1f6b9: mens;
3237
3386
  1f6ba: womens;
3238
3387
  1f6bc: baby_symbol;
@@ -3379,14 +3528,27 @@
3379
3528
  1f565: clock1030;
3380
3529
  1f566: clock1130;
3381
3530
  1f567: clock1230;
3531
+ 0030: digit_zero;
3532
+ 0031: digit_one;
3533
+ 0032: digit_two;
3534
+ 0033: digit_three;
3535
+ 0034: digit_four;
3536
+ 0035: digit_five;
3537
+ 0036: digit_six;
3538
+ 0037: digit_seven;
3539
+ 0038: digit_eight;
3540
+ 0039: digit_nine;
3541
+ 0023: pound_symbol;
3542
+ 002a: asterisk_symbol;
3382
3543
  26a7: transgender_symbol;
3383
3544
  1f3f3: flag_white;
3384
3545
  1f3f4: flag_black;
3546
+ 1f3f4-2620: pirate_flag;
3385
3547
  1f3c1: checkered_flag;
3386
3548
  1f6a9: triangular_flag_on_post;
3387
3549
  1f3f3-1f308: rainbow_flag;
3388
3550
  1f3f3-26a7: transgender_flag;
3389
- 1f3f4-2620: pirate_flag;
3551
+ 1f1fa-1f1f3: united_nations;
3390
3552
  1f1e6-1f1eb: flag_af;
3391
3553
  1f1e6-1f1fd: flag_ax;
3392
3554
  1f1e6-1f1f1: flag_al;
@@ -3648,7 +3810,6 @@
3648
3810
  1f1f8-1f1ef: flag_sj;
3649
3811
  1f1f9-1f1e6: flag_ta;
3650
3812
  1f1fa-1f1f2: flag_um;
3651
- 1f1fa-1f1f3: united_nations;
3652
3813
  1f3fb: tone1;
3653
3814
  1f3fc: tone2;
3654
3815
  1f3fd: tone3;