fomantic-ui 2.9.0-beta.32 → 2.9.0-beta.321

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 (424) hide show
  1. package/.all-contributorsrc +274 -4
  2. package/.github/codeql/codeql-config.yml +4 -0
  3. package/.github/dependabot.yml +10 -0
  4. package/.github/workflows/ci.yml +10 -6
  5. package/.github/workflows/codeql.yml +68 -0
  6. package/.github/workflows/nightly.yml +16 -8
  7. package/.github/workflows/release.yml +34 -0
  8. package/CONTRIBUTORS.md +86 -37
  9. package/FAQ.md +38 -38
  10. package/README.md +8 -8
  11. package/dist/components/accordion.css +176 -36
  12. package/dist/components/accordion.js +10 -4
  13. package/dist/components/accordion.min.css +2 -2
  14. package/dist/components/accordion.min.js +3 -3
  15. package/dist/components/ad.css +4 -4
  16. package/dist/components/ad.min.css +2 -2
  17. package/dist/components/api.js +92 -33
  18. package/dist/components/api.min.js +3 -3
  19. package/dist/components/breadcrumb.css +1 -1
  20. package/dist/components/breadcrumb.min.css +1 -1
  21. package/dist/components/button.css +204 -157
  22. package/dist/components/button.min.css +2 -2
  23. package/dist/components/calendar.css +18 -1
  24. package/dist/components/calendar.js +93 -74
  25. package/dist/components/calendar.min.css +2 -2
  26. package/dist/components/calendar.min.js +3 -3
  27. package/dist/components/card.css +754 -117
  28. package/dist/components/card.min.css +2 -2
  29. package/dist/components/checkbox.css +92 -91
  30. package/dist/components/checkbox.js +21 -14
  31. package/dist/components/checkbox.min.css +2 -2
  32. package/dist/components/checkbox.min.js +3 -3
  33. package/dist/components/comment.css +12 -12
  34. package/dist/components/comment.min.css +2 -2
  35. package/dist/components/container.css +98 -4
  36. package/dist/components/container.min.css +2 -2
  37. package/dist/components/dimmer.css +33 -18
  38. package/dist/components/dimmer.js +19 -10
  39. package/dist/components/dimmer.min.css +2 -2
  40. package/dist/components/dimmer.min.js +3 -3
  41. package/dist/components/divider.css +31 -31
  42. package/dist/components/divider.min.css +2 -2
  43. package/dist/components/dropdown.css +100 -50
  44. package/dist/components/dropdown.js +212 -187
  45. package/dist/components/dropdown.min.css +2 -2
  46. package/dist/components/dropdown.min.js +3 -3
  47. package/dist/components/embed.css +5 -5
  48. package/dist/components/embed.js +14 -10
  49. package/dist/components/embed.min.css +2 -2
  50. package/dist/components/embed.min.js +3 -3
  51. package/dist/components/emoji.css +10799 -8841
  52. package/dist/components/emoji.min.css +1 -1
  53. package/dist/components/feed.css +29 -29
  54. package/dist/components/feed.min.css +2 -2
  55. package/dist/components/flag.css +1021 -915
  56. package/dist/components/flag.min.css +2 -2
  57. package/dist/components/flyout.css +592 -0
  58. package/dist/components/flyout.js +1529 -0
  59. package/dist/components/flyout.min.css +9 -0
  60. package/dist/components/flyout.min.js +11 -0
  61. package/dist/components/form.css +160 -83
  62. package/dist/components/form.js +46 -42
  63. package/dist/components/form.min.css +2 -2
  64. package/dist/components/form.min.js +3 -3
  65. package/dist/components/grid.css +25 -21
  66. package/dist/components/grid.min.css +2 -2
  67. package/dist/components/header.css +6 -4
  68. package/dist/components/header.min.css +2 -2
  69. package/dist/components/icon.css +2063 -1984
  70. package/dist/components/icon.min.css +2 -2
  71. package/dist/components/image.css +1 -1
  72. package/dist/components/image.min.css +1 -1
  73. package/dist/components/input.css +759 -22
  74. package/dist/components/input.min.css +2 -2
  75. package/dist/components/item.css +17 -17
  76. package/dist/components/item.min.css +2 -2
  77. package/dist/components/label.css +72 -68
  78. package/dist/components/label.min.css +2 -2
  79. package/dist/components/list.css +31 -31
  80. package/dist/components/list.min.css +2 -2
  81. package/dist/components/loader.css +352 -352
  82. package/dist/components/loader.min.css +2 -2
  83. package/dist/components/menu.css +108 -76
  84. package/dist/components/menu.min.css +1 -1
  85. package/dist/components/message.css +43 -43
  86. package/dist/components/message.min.css +2 -2
  87. package/dist/components/modal.css +37 -6
  88. package/dist/components/modal.js +187 -84
  89. package/dist/components/modal.min.css +2 -2
  90. package/dist/components/modal.min.js +3 -3
  91. package/dist/components/nag.css +1 -1
  92. package/dist/components/nag.js +3 -3
  93. package/dist/components/nag.min.css +1 -1
  94. package/dist/components/nag.min.js +3 -3
  95. package/dist/components/placeholder.css +33 -33
  96. package/dist/components/placeholder.min.css +2 -2
  97. package/dist/components/popup.css +100 -104
  98. package/dist/components/popup.js +17 -23
  99. package/dist/components/popup.min.css +2 -2
  100. package/dist/components/popup.min.js +3 -3
  101. package/dist/components/progress.css +1 -1
  102. package/dist/components/progress.js +6 -3
  103. package/dist/components/progress.min.css +1 -1
  104. package/dist/components/progress.min.js +3 -3
  105. package/dist/components/rail.css +1 -1
  106. package/dist/components/rail.min.css +1 -1
  107. package/dist/components/rating.css +1 -1
  108. package/dist/components/rating.js +8 -4
  109. package/dist/components/rating.min.css +1 -1
  110. package/dist/components/rating.min.js +3 -3
  111. package/dist/components/reset.css +5 -4
  112. package/dist/components/reset.min.css +2 -2
  113. package/dist/components/reveal.css +1 -1
  114. package/dist/components/reveal.min.css +1 -1
  115. package/dist/components/search.css +6 -6
  116. package/dist/components/search.js +48 -21
  117. package/dist/components/search.min.css +2 -2
  118. package/dist/components/search.min.js +3 -3
  119. package/dist/components/segment.css +118 -34
  120. package/dist/components/segment.min.css +2 -2
  121. package/dist/components/shape.css +1 -1
  122. package/dist/components/shape.js +4 -4
  123. package/dist/components/shape.min.css +1 -1
  124. package/dist/components/shape.min.js +3 -3
  125. package/dist/components/sidebar.css +23 -9
  126. package/dist/components/sidebar.js +141 -44
  127. package/dist/components/sidebar.min.css +2 -2
  128. package/dist/components/sidebar.min.js +3 -3
  129. package/dist/components/site.css +139 -42
  130. package/dist/components/site.js +2 -2
  131. package/dist/components/site.min.css +2 -2
  132. package/dist/components/site.min.js +3 -3
  133. package/dist/components/slider.css +17 -17
  134. package/dist/components/slider.js +79 -64
  135. package/dist/components/slider.min.css +1 -1
  136. package/dist/components/slider.min.js +3 -3
  137. package/dist/components/state.js +3 -3
  138. package/dist/components/state.min.js +3 -3
  139. package/dist/components/statistic.css +4 -4
  140. package/dist/components/statistic.min.css +2 -2
  141. package/dist/components/step.css +31 -31
  142. package/dist/components/step.min.css +2 -2
  143. package/dist/components/sticky.css +1 -1
  144. package/dist/components/sticky.js +11 -18
  145. package/dist/components/sticky.min.css +1 -1
  146. package/dist/components/sticky.min.js +3 -3
  147. package/dist/components/tab.css +5 -5
  148. package/dist/components/tab.js +25 -7
  149. package/dist/components/tab.min.css +2 -2
  150. package/dist/components/tab.min.js +3 -3
  151. package/dist/components/table.css +1684 -272
  152. package/dist/components/table.min.css +2 -2
  153. package/dist/components/text.css +1 -1
  154. package/dist/components/text.min.css +1 -1
  155. package/dist/components/toast.css +43 -1
  156. package/dist/components/toast.js +68 -34
  157. package/dist/components/toast.min.css +2 -2
  158. package/dist/components/toast.min.js +3 -3
  159. package/dist/components/transition.css +1 -1
  160. package/dist/components/transition.js +27 -22
  161. package/dist/components/transition.min.css +1 -1
  162. package/dist/components/transition.min.js +3 -3
  163. package/dist/components/visibility.js +5 -5
  164. package/dist/components/visibility.min.js +3 -3
  165. package/dist/semantic.css +42008 -34578
  166. package/dist/semantic.js +2719 -763
  167. package/dist/semantic.min.css +3 -3
  168. package/dist/semantic.min.js +3 -3
  169. package/dist/themes/default/assets/fonts/Lato-Bold.woff +0 -0
  170. package/dist/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
  171. package/dist/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
  172. package/dist/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
  173. package/dist/themes/default/assets/fonts/Lato-Italic.woff +0 -0
  174. package/dist/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
  175. package/dist/themes/default/assets/fonts/Lato-Regular.woff +0 -0
  176. package/dist/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
  177. package/dist/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
  178. package/dist/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
  179. package/dist/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
  180. package/dist/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
  181. package/dist/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
  182. package/dist/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
  183. package/dist/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
  184. package/dist/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
  185. package/dist/themes/default/assets/fonts/brand-icons.eot +0 -0
  186. package/dist/themes/default/assets/fonts/brand-icons.svg +801 -654
  187. package/dist/themes/default/assets/fonts/brand-icons.ttf +0 -0
  188. package/dist/themes/default/assets/fonts/brand-icons.woff +0 -0
  189. package/dist/themes/default/assets/fonts/brand-icons.woff2 +0 -0
  190. package/dist/themes/default/assets/fonts/icons.eot +0 -0
  191. package/dist/themes/default/assets/fonts/icons.svg +1175 -1079
  192. package/dist/themes/default/assets/fonts/icons.ttf +0 -0
  193. package/dist/themes/default/assets/fonts/icons.woff +0 -0
  194. package/dist/themes/default/assets/fonts/icons.woff2 +0 -0
  195. package/dist/themes/default/assets/fonts/outline-icons.eot +0 -0
  196. package/dist/themes/default/assets/fonts/outline-icons.svg +93 -95
  197. package/dist/themes/default/assets/fonts/outline-icons.ttf +0 -0
  198. package/dist/themes/default/assets/fonts/outline-icons.woff +0 -0
  199. package/dist/themes/default/assets/fonts/outline-icons.woff2 +0 -0
  200. package/dist/themes/{default → famfamfam}/assets/images/flags.png +0 -0
  201. package/examples/assets/library/iframe-content.js +8 -8
  202. package/examples/assets/library/iframe.js +3 -3
  203. package/examples/components/button.html +1 -1
  204. package/examples/components/card.html +1 -1
  205. package/examples/components/input.html +1 -1
  206. package/examples/components/menu.html +1 -1
  207. package/examples/components/site.html +1 -1
  208. package/examples/components/table.html +1 -1
  209. package/package.json +18 -16
  210. package/scripts/nightly-version.js +47 -38
  211. package/src/definitions/behaviors/api.js +91 -32
  212. package/src/definitions/behaviors/form.js +45 -41
  213. package/src/definitions/behaviors/state.js +2 -2
  214. package/src/definitions/behaviors/visibility.js +4 -4
  215. package/src/definitions/collections/form.less +229 -166
  216. package/src/definitions/collections/grid.less +723 -687
  217. package/src/definitions/collections/menu.less +232 -170
  218. package/src/definitions/collections/message.less +49 -47
  219. package/src/definitions/collections/table.less +882 -272
  220. package/src/definitions/elements/button.less +611 -469
  221. package/src/definitions/elements/container.less +145 -8
  222. package/src/definitions/elements/divider.less +24 -24
  223. package/src/definitions/elements/emoji.less +39 -10
  224. package/src/definitions/elements/flag.less +54 -18
  225. package/src/definitions/elements/header.less +46 -37
  226. package/src/definitions/elements/icon.less +39 -32
  227. package/src/definitions/elements/input.less +281 -33
  228. package/src/definitions/elements/label.less +132 -128
  229. package/src/definitions/elements/list.less +84 -75
  230. package/src/definitions/elements/loader.less +99 -98
  231. package/src/definitions/elements/placeholder.less +32 -32
  232. package/src/definitions/elements/segment.less +177 -56
  233. package/src/definitions/elements/step.less +76 -72
  234. package/src/definitions/elements/text.less +17 -15
  235. package/src/definitions/globals/reset.less +2 -2
  236. package/src/definitions/globals/site.js +1 -1
  237. package/src/definitions/globals/site.less +25 -2
  238. package/src/definitions/modules/accordion.js +9 -3
  239. package/src/definitions/modules/accordion.less +371 -219
  240. package/src/definitions/modules/calendar.js +92 -73
  241. package/src/definitions/modules/calendar.less +20 -0
  242. package/src/definitions/modules/checkbox.js +20 -13
  243. package/src/definitions/modules/checkbox.less +83 -227
  244. package/src/definitions/modules/dimmer.js +18 -9
  245. package/src/definitions/modules/dimmer.less +26 -12
  246. package/src/definitions/modules/dropdown.js +211 -186
  247. package/src/definitions/modules/dropdown.less +201 -136
  248. package/src/definitions/modules/embed.js +13 -9
  249. package/src/definitions/modules/embed.less +4 -4
  250. package/src/definitions/modules/flyout.js +1529 -0
  251. package/src/definitions/modules/flyout.less +650 -0
  252. package/src/definitions/modules/modal.js +186 -83
  253. package/src/definitions/modules/modal.less +70 -33
  254. package/src/definitions/modules/nag.js +2 -2
  255. package/src/definitions/modules/nag.less +20 -19
  256. package/src/definitions/modules/popup.js +16 -22
  257. package/src/definitions/modules/popup.less +86 -90
  258. package/src/definitions/modules/progress.js +5 -2
  259. package/src/definitions/modules/progress.less +19 -18
  260. package/src/definitions/modules/rating.js +7 -3
  261. package/src/definitions/modules/rating.less +35 -34
  262. package/src/definitions/modules/search.js +47 -20
  263. package/src/definitions/modules/search.less +35 -19
  264. package/src/definitions/modules/shape.js +3 -3
  265. package/src/definitions/modules/sidebar.js +140 -43
  266. package/src/definitions/modules/sidebar.less +53 -24
  267. package/src/definitions/modules/slider.js +78 -63
  268. package/src/definitions/modules/slider.less +48 -47
  269. package/src/definitions/modules/sticky.js +10 -17
  270. package/src/definitions/modules/sticky.less +3 -1
  271. package/src/definitions/modules/tab.js +24 -6
  272. package/src/definitions/modules/tab.less +4 -4
  273. package/src/definitions/modules/toast.js +67 -33
  274. package/src/definitions/modules/toast.less +52 -16
  275. package/src/definitions/modules/transition.js +26 -21
  276. package/src/definitions/views/ad.less +3 -3
  277. package/src/definitions/views/card.less +522 -375
  278. package/src/definitions/views/comment.less +93 -82
  279. package/src/definitions/views/feed.less +164 -144
  280. package/src/definitions/views/item.less +251 -198
  281. package/src/definitions/views/statistic.less +91 -89
  282. package/src/semantic.less +1 -0
  283. package/src/theme.config.example +1 -0
  284. package/src/theme.less +13 -2
  285. package/src/themes/amazon/globals/site.variables +1 -0
  286. package/src/themes/basic/elements/icon.overrides +149 -149
  287. package/src/themes/basic/elements/step.overrides +2 -2
  288. package/src/themes/bookish/elements/header.overrides +1 -1
  289. package/src/themes/chubby/elements/button.overrides +1 -1
  290. package/src/themes/chubby/elements/header.overrides +1 -1
  291. package/src/themes/default/assets/fonts/Lato-Bold.woff +0 -0
  292. package/src/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
  293. package/src/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
  294. package/src/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
  295. package/src/themes/default/assets/fonts/Lato-Italic.woff +0 -0
  296. package/src/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
  297. package/src/themes/default/assets/fonts/Lato-Regular.woff +0 -0
  298. package/src/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
  299. package/src/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
  300. package/src/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
  301. package/src/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
  302. package/src/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
  303. package/src/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
  304. package/src/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
  305. package/src/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
  306. package/src/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
  307. package/src/themes/default/assets/fonts/brand-icons.eot +0 -0
  308. package/src/themes/default/assets/fonts/brand-icons.svg +801 -654
  309. package/src/themes/default/assets/fonts/brand-icons.ttf +0 -0
  310. package/src/themes/default/assets/fonts/brand-icons.woff +0 -0
  311. package/src/themes/default/assets/fonts/brand-icons.woff2 +0 -0
  312. package/src/themes/default/assets/fonts/icons.eot +0 -0
  313. package/src/themes/default/assets/fonts/icons.svg +1175 -1079
  314. package/src/themes/default/assets/fonts/icons.ttf +0 -0
  315. package/src/themes/default/assets/fonts/icons.woff +0 -0
  316. package/src/themes/default/assets/fonts/icons.woff2 +0 -0
  317. package/src/themes/default/assets/fonts/outline-icons.eot +0 -0
  318. package/src/themes/default/assets/fonts/outline-icons.svg +93 -95
  319. package/src/themes/default/assets/fonts/outline-icons.ttf +0 -0
  320. package/src/themes/default/assets/fonts/outline-icons.woff +0 -0
  321. package/src/themes/default/assets/fonts/outline-icons.woff2 +0 -0
  322. package/src/themes/default/collections/form.variables +4 -0
  323. package/src/themes/default/collections/menu.variables +6 -0
  324. package/src/themes/default/collections/table.variables +52 -0
  325. package/src/themes/default/elements/button.variables +7 -1
  326. package/src/themes/default/elements/container.variables +12 -0
  327. package/src/themes/default/elements/divider.overrides +7 -7
  328. package/src/themes/default/elements/emoji.overrides +0 -3090
  329. package/src/themes/default/elements/emoji.variables +3563 -1
  330. package/src/themes/default/elements/flag.overrides +0 -991
  331. package/src/themes/default/elements/flag.variables +1603 -5
  332. package/src/themes/default/elements/icon.overrides +1975 -1949
  333. package/src/themes/default/elements/icon.variables +1 -0
  334. package/src/themes/default/elements/input.variables +15 -0
  335. package/src/themes/default/elements/segment.variables +8 -0
  336. package/src/themes/default/elements/step.overrides +3 -3
  337. package/src/themes/default/globals/site.variables +109 -8
  338. package/src/themes/default/globals/variation.variables +161 -6
  339. package/src/themes/default/modules/accordion.overrides +6 -5
  340. package/src/themes/default/modules/accordion.variables +49 -2
  341. package/src/themes/default/modules/calendar.variables +3 -0
  342. package/src/themes/default/modules/checkbox.overrides +9 -9
  343. package/src/themes/default/modules/checkbox.variables +5 -5
  344. package/src/themes/default/modules/dimmer.variables +1 -1
  345. package/src/themes/default/modules/dropdown.overrides +5 -5
  346. package/src/themes/default/modules/dropdown.variables +7 -10
  347. package/src/themes/default/modules/flyout.overrides +3 -0
  348. package/src/themes/default/modules/flyout.variables +100 -0
  349. package/src/themes/default/modules/modal.variables +16 -2
  350. package/src/themes/default/modules/popup.variables +0 -2
  351. package/src/themes/default/modules/sidebar.variables +4 -1
  352. package/src/themes/default/modules/toast.variables +3 -0
  353. package/src/themes/default/views/card.variables +8 -0
  354. package/src/themes/{default → famfamfam}/assets/images/flags.png +0 -0
  355. package/src/themes/famfamfam/elements/flag.overrides +1026 -0
  356. package/src/themes/famfamfam/elements/flag.variables +20 -0
  357. package/src/themes/github/elements/icon.overrides +206 -206
  358. package/src/themes/github/elements/step.overrides +5 -5
  359. package/src/themes/github/globals/site.variables +1 -0
  360. package/src/themes/github/modules/dropdown.overrides +6 -6
  361. package/src/themes/instagram/views/card.overrides +1 -1
  362. package/src/themes/joypixels/elements/emoji.overrides +0 -3089
  363. package/src/themes/joypixels/elements/emoji.variables +3562 -5
  364. package/src/themes/material/collections/menu.overrides +1 -1
  365. package/src/themes/material/elements/button.overrides +1 -1
  366. package/src/themes/material/elements/header.overrides +1 -1
  367. package/src/themes/material/elements/icon.overrides +932 -932
  368. package/src/themes/material/globals/site.variables +0 -1
  369. package/src/themes/material/modules/dropdown.overrides +1 -1
  370. package/src/themes/material/modules/modal.overrides +1 -1
  371. package/src/themes/pulsar/elements/loader.overrides +2 -2
  372. package/src/themes/resetcss/globals/reset.overrides +3 -3
  373. package/src/themes/rtl/globals/site.overrides +1 -1
  374. package/src/themes/striped/modules/progress.overrides +1 -1
  375. package/src/themes/systemfont/globals/reset.overrides +8 -0
  376. package/src/themes/systemfont/globals/site.variables +10 -0
  377. package/src/themes/twitter/elements/emoji.overrides +0 -3091
  378. package/src/themes/twitter/elements/emoji.variables +3558 -6
  379. package/tasks/admin/distributions/create.js +1 -1
  380. package/tasks/admin/publish.js +1 -1
  381. package/tasks/admin/release.js +1 -1
  382. package/tasks/build/assets.js +1 -1
  383. package/tasks/build/css.js +9 -4
  384. package/tasks/build/javascript.js +3 -3
  385. package/tasks/check-install.js +1 -1
  386. package/tasks/clean.js +1 -1
  387. package/tasks/collections/README.md +1 -1
  388. package/tasks/collections/admin.js +1 -1
  389. package/tasks/config/admin/oauth.example.js +1 -1
  390. package/tasks/config/admin/release.js +1 -0
  391. package/tasks/config/admin/templates/composer.json +1 -1
  392. package/tasks/config/defaults.js +1 -0
  393. package/tasks/config/project/install.js +16 -13
  394. package/tasks/install.js +1 -0
  395. package/tasks/rtl/watch.js +1 -1
  396. package/tasks/version.js +1 -1
  397. package/test/fixtures/accordion.html +1 -1
  398. package/test/fixtures/checkbox.html +1 -1
  399. package/test/fixtures/dropdown.html +1 -1
  400. package/test/fixtures/modal.html +1 -1
  401. package/test/fixtures/popup.html +1 -1
  402. package/test/fixtures/rating.html +1 -1
  403. package/test/fixtures/shape.html +1 -1
  404. package/test/fixtures/sidebar.html +1 -1
  405. package/test/fixtures/tab.html +1 -1
  406. package/test/fixtures/transition.html +1 -1
  407. package/test/fixtures/video.html +1 -1
  408. package/test/helpers/jasmine-jquery.js +2 -2
  409. package/test/helpers/jasmine-sinon.js +1 -1
  410. package/test/helpers/jquery-events.js +1 -1
  411. package/test/helpers/sinon.js +3 -3
  412. package/test/meteor/fonts.js +1 -1
  413. package/test/modules/accordion.spec.js +1 -1
  414. package/test/modules/checkbox.spec.js +1 -1
  415. package/test/modules/dropdown.spec.js +1 -1
  416. package/test/modules/modal.spec.js +1 -1
  417. package/test/modules/module.spec.js +1 -1
  418. package/test/modules/popup.spec.js +1 -1
  419. package/test/modules/search.spec.js +1 -1
  420. package/test/modules/shape.spec.js +1 -1
  421. package/test/modules/sidebar.spec.js +1 -1
  422. package/test/modules/tab.spec.js +1 -1
  423. package/test/modules/transition.spec.js +1 -1
  424. package/test/modules/video.spec.js +1 -1
package/CONTRIBUTORS.md CHANGED
@@ -3,64 +3,113 @@
3
3
  This is a list of all project contributors powered by [All Contributors](https://allcontributors.org/), thanks goes to these wonderful people 🎉 ([emoji key](https://allcontributors.org/docs/en/emoji-key))
4
4
 
5
5
  <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
6
- <!-- prettier-ignore -->
6
+ <!-- prettier-ignore-start -->
7
+ <!-- markdownlint-disable -->
7
8
  <table>
8
9
  <tr>
9
- <td align="center"><a href="https://github.com/hammy2899"><img src="https://avatars2.githubusercontent.com/u/11588822?v=4" width="60px;" alt="Sean"/><br /><sub><b>Sean</b></sub></a><br /><a href="#question-hammy2899" title="Answering Questions">💬</a> <a href="https://github.com/fomantic/Fomantic-UI/issues?q=author%3Ahammy2899" title="Bug reports">🐛</a> <a href="#blog-hammy2899" title="Blogposts">📝</a> <a href="#business-hammy2899" title="Business development">💼</a> <a href="https://github.com/fomantic/Fomantic-UI/commits?author=hammy2899" title="Code">💻</a> <a href="https://github.com/fomantic/Fomantic-UI/commits?author=hammy2899" title="Documentation">📖</a> <a href="#design-hammy2899" title="Design">🎨</a> <a href="#example-hammy2899" title="Examples">💡</a> <a href="#ideas-hammy2899" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-hammy2899" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#maintenance-hammy2899" title="Maintenance">🚧</a> <a href="#platform-hammy2899" title="Packaging/porting to new platform">📦</a> <a href="#projectManagement-hammy2899" title="Project Management">📆</a> <a href="#review-hammy2899" title="Reviewed Pull Requests">👀</a> <a href="#security-hammy2899" title="Security">🛡️</a> <a href="#tool-hammy2899" title="Tools">🔧</a> <a href="#tutorial-hammy2899" title="Tutorials">✅</a> <a href="#talk-hammy2899" title="Talks">📢</a></td>
10
- <td align="center"><a href="https://github.com/prudho"><img src="https://avatars0.githubusercontent.com/u/7557689?v=4" width="60px;" alt="prudho"/><br /><sub><b>prudho</b></sub></a><br /><a href="#question-prudho" title="Answering Questions">💬</a> <a href="https://github.com/fomantic/Fomantic-UI/issues?q=author%3Aprudho" title="Bug reports">🐛</a> <a href="https://github.com/fomantic/Fomantic-UI/commits?author=prudho" title="Code">💻</a> <a href="https://github.com/fomantic/Fomantic-UI/commits?author=prudho" title="Documentation">📖</a> <a href="#example-prudho" title="Examples">💡</a> <a href="#ideas-prudho" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-prudho" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#review-prudho" title="Reviewed Pull Requests">👀</a></td>
11
- <td align="center"><a href="https://github.com/ColinFrick"><img src="https://avatars1.githubusercontent.com/u/5517677?v=4" width="60px;" alt="Colin Frick"/><br /><sub><b>Colin Frick</b></sub></a><br /><a href="#question-ColinFrick" title="Answering Questions">💬</a> <a href="https://github.com/fomantic/Fomantic-UI/issues?q=author%3AColinFrick" title="Bug reports">🐛</a> <a href="https://github.com/fomantic/Fomantic-UI/commits?author=ColinFrick" title="Code">💻</a> <a href="https://github.com/fomantic/Fomantic-UI/commits?author=ColinFrick" title="Documentation">📖</a> <a href="#example-ColinFrick" title="Examples">💡</a> <a href="#ideas-ColinFrick" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-ColinFrick" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#review-ColinFrick" title="Reviewed Pull Requests">👀</a></td>
12
- <td align="center"><a href="https://rasterbuster.lubber.de"><img src="https://avatars1.githubusercontent.com/u/18379884?v=4" width="60px;" alt="Marco 'Lubber' Wienkoop"/><br /><sub><b>Marco 'Lubber' Wienkoop</b></sub></a><br /><a href="#question-lubber-de" title="Answering Questions">💬</a> <a href="https://github.com/fomantic/Fomantic-UI/issues?q=author%3Alubber-de" title="Bug reports">🐛</a> <a href="https://github.com/fomantic/Fomantic-UI/commits?author=lubber-de" title="Code">💻</a> <a href="https://github.com/fomantic/Fomantic-UI/commits?author=lubber-de" title="Documentation">📖</a> <a href="#example-lubber-de" title="Examples">💡</a> <a href="#ideas-lubber-de" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-lubber-de" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#review-lubber-de" title="Reviewed Pull Requests">👀</a></td>
10
+ <td align="center"><a href="https://github.com/hammy2899"><img src="https://avatars2.githubusercontent.com/u/11588822?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Sean</b></sub></a><br /><a href="#question-hammy2899" title="Answering Questions">💬</a> <a href="https://github.com/fomantic/Fomantic-UI/issues?q=author%3Ahammy2899" title="Bug reports">🐛</a> <a href="#blog-hammy2899" title="Blogposts">📝</a> <a href="#business-hammy2899" title="Business development">💼</a> <a href="https://github.com/fomantic/Fomantic-UI/commits?author=hammy2899" title="Code">💻</a> <a href="https://github.com/fomantic/Fomantic-UI/commits?author=hammy2899" title="Documentation">📖</a> <a href="#design-hammy2899" title="Design">🎨</a> <a href="#example-hammy2899" title="Examples">💡</a> <a href="#ideas-hammy2899" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-hammy2899" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#maintenance-hammy2899" title="Maintenance">🚧</a> <a href="#platform-hammy2899" title="Packaging/porting to new platform">📦</a> <a href="#projectManagement-hammy2899" title="Project Management">📆</a> <a href="https://github.com/fomantic/Fomantic-UI/pulls?q=is%3Apr+reviewed-by%3Ahammy2899" title="Reviewed Pull Requests">👀</a> <a href="#security-hammy2899" title="Security">🛡️</a> <a href="#tool-hammy2899" title="Tools">🔧</a> <a href="#tutorial-hammy2899" title="Tutorials">✅</a> <a href="#talk-hammy2899" title="Talks">📢</a></td>
11
+ <td align="center"><a href="https://github.com/prudho"><img src="https://avatars0.githubusercontent.com/u/7557689?v=4?s=60" width="60px;" alt=""/><br /><sub><b>prudho</b></sub></a><br /><a href="#question-prudho" title="Answering Questions">💬</a> <a href="https://github.com/fomantic/Fomantic-UI/issues?q=author%3Aprudho" title="Bug reports">🐛</a> <a href="https://github.com/fomantic/Fomantic-UI/commits?author=prudho" title="Code">💻</a> <a href="https://github.com/fomantic/Fomantic-UI/commits?author=prudho" title="Documentation">📖</a> <a href="#example-prudho" title="Examples">💡</a> <a href="#ideas-prudho" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-prudho" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="https://github.com/fomantic/Fomantic-UI/pulls?q=is%3Apr+reviewed-by%3Aprudho" title="Reviewed Pull Requests">👀</a></td>
12
+ <td align="center"><a href="https://github.com/ColinFrick"><img src="https://avatars1.githubusercontent.com/u/5517677?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Colin Frick</b></sub></a><br /><a href="#question-ColinFrick" title="Answering Questions">💬</a> <a href="https://github.com/fomantic/Fomantic-UI/issues?q=author%3AColinFrick" title="Bug reports">🐛</a> <a href="https://github.com/fomantic/Fomantic-UI/commits?author=ColinFrick" title="Code">💻</a> <a href="https://github.com/fomantic/Fomantic-UI/commits?author=ColinFrick" title="Documentation">📖</a> <a href="#example-ColinFrick" title="Examples">💡</a> <a href="#ideas-ColinFrick" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-ColinFrick" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="https://github.com/fomantic/Fomantic-UI/pulls?q=is%3Apr+reviewed-by%3AColinFrick" title="Reviewed Pull Requests">👀</a></td>
13
+ <td align="center"><a href="https://rasterbuster.lubber.de"><img src="https://avatars1.githubusercontent.com/u/18379884?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Marco 'Lubber' Wienkoop</b></sub></a><br /><a href="#question-lubber-de" title="Answering Questions">💬</a> <a href="https://github.com/fomantic/Fomantic-UI/issues?q=author%3Alubber-de" title="Bug reports">🐛</a> <a href="https://github.com/fomantic/Fomantic-UI/commits?author=lubber-de" title="Code">💻</a> <a href="https://github.com/fomantic/Fomantic-UI/commits?author=lubber-de" title="Documentation">📖</a> <a href="#example-lubber-de" title="Examples">💡</a> <a href="#ideas-lubber-de" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-lubber-de" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="https://github.com/fomantic/Fomantic-UI/pulls?q=is%3Apr+reviewed-by%3Alubber-de" title="Reviewed Pull Requests">👀</a> <a href="#a11y-lubber-de" title="Accessibility">️️️️♿️</a> <a href="#security-lubber-de" title="Security">🛡️</a> <a href="#maintenance-lubber-de" title="Maintenance">🚧</a></td>
13
14
  </tr>
14
15
  <tr>
15
- <td align="center"><a href="https://www.exoego.net/"><img src="https://avatars2.githubusercontent.com/u/127635?v=4" width="60px;" alt="TATSUNO Yasuhiro"/><br /><sub><b>TATSUNO Yasuhiro</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/issues?q=author%3Aexoego" title="Bug reports">🐛</a> <a href="#blog-exoego" title="Blogposts">📝</a> <a href="https://github.com/fomantic/Fomantic-UI/commits?author=exoego" title="Code">💻</a> <a href="https://github.com/fomantic/Fomantic-UI/commits?author=exoego" title="Documentation">📖</a> <a href="#review-exoego" title="Reviewed Pull Requests">👀</a></td>
16
- <td align="center"><a href="https://github.com/bartocc"><img src="https://avatars3.githubusercontent.com/u/47953?v=4" width="60px;" alt="Julien Palmas"/><br /><sub><b>Julien Palmas</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=bartocc" title="Code">💻</a></td>
17
- <td align="center"><a href="https://github.com/0xflotus"><img src="https://avatars3.githubusercontent.com/u/26602940?v=4" width="60px;" alt="0xflotus"/><br /><sub><b>0xflotus</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=0xflotus" title="Documentation">📖</a></td>
18
- <td align="center"><a href="https://github.com/rubenhbaca"><img src="https://avatars3.githubusercontent.com/u/19667830?v=4" width="60px;" alt="Ruben H. Baca"/><br /><sub><b>Ruben H. Baca</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=rubenhbaca" title="Code">💻</a></td>
16
+ <td align="center"><a href="https://www.exoego.net/"><img src="https://avatars2.githubusercontent.com/u/127635?v=4?s=60" width="60px;" alt=""/><br /><sub><b>TATSUNO Yasuhiro</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/issues?q=author%3Aexoego" title="Bug reports">🐛</a> <a href="#blog-exoego" title="Blogposts">📝</a> <a href="https://github.com/fomantic/Fomantic-UI/commits?author=exoego" title="Code">💻</a> <a href="https://github.com/fomantic/Fomantic-UI/commits?author=exoego" title="Documentation">📖</a> <a href="https://github.com/fomantic/Fomantic-UI/pulls?q=is%3Apr+reviewed-by%3Aexoego" title="Reviewed Pull Requests">👀</a></td>
17
+ <td align="center"><a href="https://github.com/bartocc"><img src="https://avatars3.githubusercontent.com/u/47953?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Julien Palmas</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=bartocc" title="Code">💻</a></td>
18
+ <td align="center"><a href="https://github.com/0xflotus"><img src="https://avatars3.githubusercontent.com/u/26602940?v=4?s=60" width="60px;" alt=""/><br /><sub><b>0xflotus</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=0xflotus" title="Documentation">📖</a></td>
19
+ <td align="center"><a href="https://github.com/rubenhbaca"><img src="https://avatars3.githubusercontent.com/u/19667830?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Ruben H. Baca</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=rubenhbaca" title="Code">💻</a></td>
19
20
  </tr>
20
21
  <tr>
21
- <td align="center"><a href="https://github.com/ventura-eesc"><img src="https://avatars1.githubusercontent.com/u/41117238?v=4" width="60px;" alt="ventura-eesc"/><br /><sub><b>ventura-eesc</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=ventura-eesc" title="Code">💻</a></td>
22
- <td align="center"><a href="http://www.brunobornsztein.com"><img src="https://avatars1.githubusercontent.com/u/3760?v=4" width="60px;" alt="Bruno Bornsztein"/><br /><sub><b>Bruno Bornsztein</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=bborn" title="Code">💻</a></td>
23
- <td align="center"><a href="https://github.com/MikeyFriedChicken"><img src="https://avatars3.githubusercontent.com/u/4342380?v=4" width="60px;" alt="Michael Ceber"/><br /><sub><b>Michael Ceber</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=MikeyFriedChicken" title="Code">💻</a></td>
24
- <td align="center"><a href="http://gammagames.net"><img src="https://avatars1.githubusercontent.com/u/7832163?v=4" width="60px;" alt="Jesse Lieberg"/><br /><sub><b>Jesse Lieberg</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=GammaGames" title="Code">💻</a></td>
22
+ <td align="center"><a href="https://github.com/ventura-eesc"><img src="https://avatars1.githubusercontent.com/u/41117238?v=4?s=60" width="60px;" alt=""/><br /><sub><b>ventura-eesc</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=ventura-eesc" title="Code">💻</a></td>
23
+ <td align="center"><a href="http://www.brunobornsztein.com"><img src="https://avatars1.githubusercontent.com/u/3760?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Bruno Bornsztein</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=bborn" title="Code">💻</a></td>
24
+ <td align="center"><a href="https://github.com/MikeyFriedChicken"><img src="https://avatars3.githubusercontent.com/u/4342380?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Michael Ceber</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=MikeyFriedChicken" title="Code">💻</a></td>
25
+ <td align="center"><a href="http://gammagames.net"><img src="https://avatars1.githubusercontent.com/u/7832163?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Jesse Lieberg</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=GammaGames" title="Code">💻</a></td>
25
26
  </tr>
26
27
  <tr>
27
- <td align="center"><a href="https://www.stockopedia.com/"><img src="https://avatars1.githubusercontent.com/u/412672?v=4" width="60px;" alt="Euan Goddard"/><br /><sub><b>Euan Goddard</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=euangoddard" title="Code">💻</a></td>
28
- <td align="center"><a href="https://madprof.net/"><img src="https://avatars3.githubusercontent.com/u/1070206?v=4" width="60px;" alt="Daniel"/><br /><sub><b>Daniel</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=danthedeckie" title="Code">💻</a></td>
29
- <td align="center"><a href="https://github.com/iarspider"><img src="https://avatars0.githubusercontent.com/u/636602?v=4" width="60px;" alt="iarspider"/><br /><sub><b>iarspider</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=iarspider" title="Code">💻</a></td>
30
- <td align="center"><a href="https://github.com/patilkiranm"><img src="https://avatars1.githubusercontent.com/u/3204107?v=4" width="60px;" alt="Kiran Patil"/><br /><sub><b>Kiran Patil</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=patilkiranm" title="Code">💻</a></td>
28
+ <td align="center"><a href="https://www.stockopedia.com/"><img src="https://avatars1.githubusercontent.com/u/412672?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Euan Goddard</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=euangoddard" title="Code">💻</a></td>
29
+ <td align="center"><a href="https://madprof.net/"><img src="https://avatars3.githubusercontent.com/u/1070206?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Daniel</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=danthedeckie" title="Code">💻</a></td>
30
+ <td align="center"><a href="https://github.com/iarspider"><img src="https://avatars0.githubusercontent.com/u/636602?v=4?s=60" width="60px;" alt=""/><br /><sub><b>iarspider</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=iarspider" title="Code">💻</a></td>
31
+ <td align="center"><a href="https://github.com/patilkiranm"><img src="https://avatars1.githubusercontent.com/u/3204107?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Kiran Patil</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=patilkiranm" title="Code">💻</a> <a href="https://github.com/fomantic/Fomantic-UI/commits?author=patilkiranm" title="Documentation">📖</a></td>
31
32
  </tr>
32
33
  <tr>
33
- <td align="center"><a href="https://github.com/douglasg14b"><img src="https://avatars1.githubusercontent.com/u/1400380?v=4" width="60px;" alt="Douglas Gaskell"/><br /><sub><b>Douglas Gaskell</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=douglasg14b" title="Code">💻</a> <a href="#talk-douglasg14b" title="Talks">📢</a></td>
34
- <td align="center"><a href="https://www.mvhnetworks.com"><img src="https://avatars0.githubusercontent.com/u/930315?v=4" width="60px;" alt="Ko Ko Zin"/><br /><sub><b>Ko Ko Zin</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=ko2in" title="Code">💻</a></td>
35
- <td align="center"><a href="https://github.com/dutrieux"><img src="https://avatars2.githubusercontent.com/u/1622751?v=4" width="60px;" alt="dutrieux"/><br /><sub><b>dutrieux</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=dutrieux" title="Code">💻</a></td>
36
- <td align="center"><a href="http://alexnewby.com"><img src="https://avatars2.githubusercontent.com/u/891192?v=4" width="60px;" alt="Alex"/><br /><sub><b>Alex</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=globophobe" title="Code">💻</a></td>
34
+ <td align="center"><a href="https://github.com/douglasg14b"><img src="https://avatars1.githubusercontent.com/u/1400380?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Douglas Gaskell</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=douglasg14b" title="Code">💻</a> <a href="#talk-douglasg14b" title="Talks">📢</a></td>
35
+ <td align="center"><a href="https://www.mvhnetworks.com"><img src="https://avatars0.githubusercontent.com/u/930315?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Ko Ko Zin</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=ko2in" title="Code">💻</a> <a href="https://github.com/fomantic/Fomantic-UI/commits?author=ko2in" title="Documentation">📖</a> <a href="https://github.com/fomantic/Fomantic-UI/pulls?q=is%3Apr+reviewed-by%3Ako2in" title="Reviewed Pull Requests">👀</a> <a href="https://github.com/fomantic/Fomantic-UI/issues?q=author%3Ako2in" title="Bug reports">🐛</a></td>
36
+ <td align="center"><a href="https://github.com/dutrieux"><img src="https://avatars2.githubusercontent.com/u/1622751?v=4?s=60" width="60px;" alt=""/><br /><sub><b>dutrieux</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=dutrieux" title="Code">💻</a></td>
37
+ <td align="center"><a href="http://alexnewby.com"><img src="https://avatars2.githubusercontent.com/u/891192?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Alex</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=globophobe" title="Code">💻</a></td>
37
38
  </tr>
38
39
  <tr>
39
- <td align="center"><a href="https://twitter.com/y_ryu0220"><img src="https://avatars0.githubusercontent.com/u/14275842?v=4" width="60px;" alt="ryamaguchi0220"/><br /><sub><b>ryamaguchi0220</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=ryamaguchi0220" title="Code">💻</a> <a href="https://github.com/fomantic/Fomantic-UI/issues?q=author%3Aryamaguchi0220" title="Bug reports">🐛</a> <a href="https://github.com/fomantic/Fomantic-UI/commits?author=ryamaguchi0220" title="Documentation">📖</a></td>
40
- <td align="center"><a href="https://github.com/egoisticalgoat"><img src="https://avatars3.githubusercontent.com/u/18332886?v=4" width="60px;" alt="Pascal"/><br /><sub><b>Pascal</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=egoisticalgoat" title="Documentation">📖</a></td>
41
- <td align="center"><a href="https://alexviscreanu.com"><img src="https://avatars2.githubusercontent.com/u/8055505?v=4" width="60px;" alt="Alex Viscreanu"/><br /><sub><b>Alex Viscreanu</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=aexvir" title="Code">💻</a> <a href="https://github.com/fomantic/Fomantic-UI/commits?author=aexvir" title="Documentation">📖</a></td>
42
- <td align="center"><a href="https://github.com/rmarchiori"><img src="https://avatars3.githubusercontent.com/u/13880165?v=4" width="60px;" alt="Ricardo"/><br /><sub><b>Ricardo</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=rmarchiori" title="Code">💻</a></td>
40
+ <td align="center"><a href="https://twitter.com/y_ryu0220"><img src="https://avatars0.githubusercontent.com/u/14275842?v=4?s=60" width="60px;" alt=""/><br /><sub><b>ryamaguchi0220</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=ryamaguchi0220" title="Code">💻</a> <a href="https://github.com/fomantic/Fomantic-UI/issues?q=author%3Aryamaguchi0220" title="Bug reports">🐛</a> <a href="https://github.com/fomantic/Fomantic-UI/commits?author=ryamaguchi0220" title="Documentation">📖</a></td>
41
+ <td align="center"><a href="https://github.com/egoisticalgoat"><img src="https://avatars3.githubusercontent.com/u/18332886?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Pascal</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=egoisticalgoat" title="Documentation">📖</a></td>
42
+ <td align="center"><a href="https://alexviscreanu.com"><img src="https://avatars2.githubusercontent.com/u/8055505?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Alex Viscreanu</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=aexvir" title="Code">💻</a> <a href="https://github.com/fomantic/Fomantic-UI/commits?author=aexvir" title="Documentation">📖</a></td>
43
+ <td align="center"><a href="https://github.com/rmarchiori"><img src="https://avatars3.githubusercontent.com/u/13880165?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Ricardo</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=rmarchiori" title="Code">💻</a></td>
43
44
  </tr>
44
45
  <tr>
45
- <td align="center"><a href="https://github.com/justkey007"><img src="https://avatars2.githubusercontent.com/u/36489637?v=4" width="60px;" alt="Juste Méthode B."/><br /><sub><b>Juste Méthode B.</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=justkey007" title="Code">💻</a></td>
46
- <td align="center"><a href="https://cruzdanilo.com"><img src="https://avatars2.githubusercontent.com/u/216636?v=4" width="60px;" alt="danilo neves cruz"/><br /><sub><b>danilo neves cruz</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=cruzdanilo" title="Code">💻</a></td>
47
- <td align="center"><a href="https://github.com/zombietfk"><img src="https://avatars1.githubusercontent.com/u/6123140?v=4" width="60px;" alt="ZombieTFK"/><br /><sub><b>ZombieTFK</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=zombietfk" title="Code">💻</a> <a href="https://github.com/fomantic/Fomantic-UI/commits?author=zombietfk" title="Documentation">📖</a></td>
48
- <td align="center"><a href="https://shui91.github.io/portfolio"><img src="https://avatars2.githubusercontent.com/u/11592023?v=4" width="60px;" alt="Sherman Hui"/><br /><sub><b>Sherman Hui</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=shui91" title="Code">💻</a></td>
46
+ <td align="center"><a href="https://github.com/justkey007"><img src="https://avatars2.githubusercontent.com/u/36489637?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Juste Méthode B.</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=justkey007" title="Code">💻</a></td>
47
+ <td align="center"><a href="https://cruzdanilo.com"><img src="https://avatars2.githubusercontent.com/u/216636?v=4?s=60" width="60px;" alt=""/><br /><sub><b>danilo neves cruz</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=cruzdanilo" title="Code">💻</a></td>
48
+ <td align="center"><a href="https://github.com/zombietfk"><img src="https://avatars1.githubusercontent.com/u/6123140?v=4?s=60" width="60px;" alt=""/><br /><sub><b>ZombieTFK</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=zombietfk" title="Code">💻</a> <a href="https://github.com/fomantic/Fomantic-UI/commits?author=zombietfk" title="Documentation">📖</a></td>
49
+ <td align="center"><a href="https://shui91.github.io/portfolio"><img src="https://avatars2.githubusercontent.com/u/11592023?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Sherman Hui</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=shui91" title="Code">💻</a></td>
49
50
  </tr>
50
51
  <tr>
51
- <td align="center"><a href="http://rshalman.github.io"><img src="https://avatars2.githubusercontent.com/u/28634001?v=4" width="60px;" alt="Roman Shalman"/><br /><sub><b>Roman Shalman</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=RShalman" title="Code">💻</a></td>
52
- <td align="center"><a href="https://iwgx.github.io/amazing-things/"><img src="https://avatars1.githubusercontent.com/u/20817629?v=4" width="60px;" alt="Ilham Wahabi"/><br /><sub><b>Ilham Wahabi</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=iwgx" title="Code">💻</a></td>
53
- <td align="center"><a href="https://github.com/simondarke"><img src="https://avatars3.githubusercontent.com/u/2750476?v=4" width="60px;" alt="Simon Darke"/><br /><sub><b>Simon Darke</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=simondarke" title="Code">💻</a> <a href="https://github.com/fomantic/Fomantic-UI/commits?author=simondarke" title="Documentation">📖</a></td>
54
- <td align="center"><a href="https://www.travel21.fr"><img src="https://avatars1.githubusercontent.com/u/24317434?v=4" width="60px;" alt="RenonDis"/><br /><sub><b>RenonDis</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=RenonDis" title="Documentation">📖</a></td>
52
+ <td align="center"><a href="http://rshalman.github.io"><img src="https://avatars2.githubusercontent.com/u/28634001?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Roman Shalman</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=RShalman" title="Code">💻</a></td>
53
+ <td align="center"><a href="https://iwgx.github.io/amazing-things/"><img src="https://avatars1.githubusercontent.com/u/20817629?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Ilham Wahabi</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=iwgx" title="Code">💻</a></td>
54
+ <td align="center"><a href="https://github.com/simondarke"><img src="https://avatars3.githubusercontent.com/u/2750476?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Simon Darke</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=simondarke" title="Code">💻</a> <a href="https://github.com/fomantic/Fomantic-UI/commits?author=simondarke" title="Documentation">📖</a></td>
55
+ <td align="center"><a href="https://www.travel21.fr"><img src="https://avatars1.githubusercontent.com/u/24317434?v=4?s=60" width="60px;" alt=""/><br /><sub><b>RenonDis</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=RenonDis" title="Documentation">📖</a></td>
55
56
  </tr>
56
57
  <tr>
57
- <td align="center"><a href="https://github.com/josejbarneto"><img src="https://avatars0.githubusercontent.com/u/22933565?v=4" width="60px;" alt="Jose J Barneto"/><br /><sub><b>Jose J Barneto</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=josejbarneto" title="Documentation">📖</a></td>
58
- <td align="center"><a href="https://github.com/aardbol"><img src="https://avatars2.githubusercontent.com/u/14614620?v=4" width="60px;" alt="Leonardo"/><br /><sub><b>Leonardo</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=aardbol" title="Documentation">📖</a></td>
59
- <td align="center"><a href="https://bradleyw.me"><img src="https://avatars2.githubusercontent.com/u/10724949?v=4" width="60px;" alt="Bradley Watton"/><br /><sub><b>Bradley Watton</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=HypertextPP" title="Documentation">📖</a></td>
60
- <td align="center"><a href="https://lolhens.de"><img src="https://avatars1.githubusercontent.com/u/1524059?v=4" width="60px;" alt="Pierre Kisters"/><br /><sub><b>Pierre Kisters</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=LolHens" title="Code">💻</a></td>
58
+ <td align="center"><a href="https://github.com/josejbarneto"><img src="https://avatars0.githubusercontent.com/u/22933565?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Jose J Barneto</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=josejbarneto" title="Documentation">📖</a></td>
59
+ <td align="center"><a href="https://github.com/aardbol"><img src="https://avatars2.githubusercontent.com/u/14614620?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Leonardo</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=aardbol" title="Documentation">📖</a></td>
60
+ <td align="center"><a href="https://bradleyw.me"><img src="https://avatars2.githubusercontent.com/u/10724949?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Bradley Watton</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=HypertextPP" title="Documentation">📖</a></td>
61
+ <td align="center"><a href="https://lolhens.de"><img src="https://avatars1.githubusercontent.com/u/1524059?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Pierre Kisters</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=LolHens" title="Code">💻</a></td>
62
+ </tr>
63
+ <tr>
64
+ <td align="center"><a href="https://fractal-farming.com"><img src="https://avatars.githubusercontent.com/u/5436121?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Hugo Peek</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=hugopeek" title="Code">💻</a></td>
65
+ <td align="center"><a href="https://lutonite.ch/"><img src="https://avatars.githubusercontent.com/u/21953109?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Loïc Herman</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=Lutonite" title="Code">💻</a></td>
66
+ <td align="center"><a href="https://github.com/jike212"><img src="https://avatars.githubusercontent.com/u/28184313?v=4?s=60" width="60px;" alt=""/><br /><sub><b>jike212</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=jike212" title="Code">💻</a></td>
67
+ <td align="center"><a href="https://github.com/jamessampford"><img src="https://avatars.githubusercontent.com/u/1376843?v=4?s=60" width="60px;" alt=""/><br /><sub><b>jamessampford</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=jamessampford" title="Code">💻</a></td>
68
+ </tr>
69
+ <tr>
70
+ <td align="center"><a href="https://dennis.alexandersson.xyz"><img src="https://avatars.githubusercontent.com/u/3358782?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Dennis Alexandersson</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=Yrlish" title="Code">💻</a></td>
71
+ <td align="center"><a href="https://github.com/Giandrop"><img src="https://avatars.githubusercontent.com/u/12598149?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Gianfranco Polinesi</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=Giandrop" title="Code">💻</a></td>
72
+ <td align="center"><a href="https://github.com/MrL1605"><img src="https://avatars.githubusercontent.com/u/7734245?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Lalit Umbarkar</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=MrL1605" title="Code">💻</a></td>
73
+ <td align="center"><a href="https://github.com/TheJltres"><img src="https://avatars.githubusercontent.com/u/23702867?v=4?s=60" width="60px;" alt=""/><br /><sub><b>TheJltres</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=TheJltres" title="Code">💻</a></td>
74
+ </tr>
75
+ <tr>
76
+ <td align="center"><a href="https://github.com/rkomiyama"><img src="https://avatars.githubusercontent.com/u/347483?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Ryu Komiyama</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=rkomiyama" title="Code">💻</a></td>
77
+ <td align="center"><a href="https://github.com/WardLootens"><img src="https://avatars.githubusercontent.com/u/8817311?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Ward Lootens</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=WardLootens" title="Code">💻</a></td>
78
+ <td align="center"><a href="https://github.com/mareeo"><img src="https://avatars.githubusercontent.com/u/9520224?v=4?s=60" width="60px;" alt=""/><br /><sub><b>mareeo</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=mareeo" title="Code">💻</a></td>
79
+ <td align="center"><a href="https://github.com/eikek"><img src="https://avatars.githubusercontent.com/u/701128?v=4?s=60" width="60px;" alt=""/><br /><sub><b>eikek</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=eikek" title="Code">💻</a></td>
80
+ </tr>
81
+ <tr>
82
+ <td align="center"><a href="https://github.com/ucyildirim"><img src="https://avatars.githubusercontent.com/u/38659860?v=4?s=60" width="60px;" alt=""/><br /><sub><b>ucyildirim</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=ucyildirim" title="Code">💻</a></td>
83
+ <td align="center"><a href="https://github.com/byte916"><img src="https://avatars.githubusercontent.com/u/1929437?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Andrew Gerasimovich</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=byte916" title="Code">💻</a></td>
84
+ <td align="center"><a href="https://github.com/das7pad"><img src="https://avatars.githubusercontent.com/u/17931887?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Jakob Ackermann</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=das7pad" title="Code">💻</a></td>
85
+ <td align="center"><a href="https://christoph.moeke.dev/"><img src="https://avatars.githubusercontent.com/u/1618434?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Christoph Möke</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=cmoeke" title="Code">💻</a></td>
86
+ </tr>
87
+ <tr>
88
+ <td align="center"><a href="https://github.com/jameschenjav"><img src="https://avatars.githubusercontent.com/u/30246313?v=4?s=60" width="60px;" alt=""/><br /><sub><b>jameschenjav</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=jameschenjav" title="Code">💻</a></td>
89
+ <td align="center"><a href="http://elliotzlin.com"><img src="https://avatars.githubusercontent.com/u/12807901?v=4?s=60" width="60px;" alt=""/><br /><sub><b>elliotzlin</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=elliotzlin" title="Code">💻</a></td>
90
+ <td align="center"><a href="https://github.com/maidzen"><img src="https://avatars.githubusercontent.com/u/17901424?v=4?s=60" width="60px;" alt=""/><br /><sub><b>maidzen</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=maidzen" title="Code">💻</a></td>
91
+ <td align="center"><a href="https://twitter.com/melek_rebai"><img src="https://avatars.githubusercontent.com/u/1449151?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Melek REBAI</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=shadoWalker89" title="Code">💻</a></td>
92
+ </tr>
93
+ <tr>
94
+ <td align="center"><a href="https://github.com/NotWearingPants"><img src="https://avatars.githubusercontent.com/u/26556598?v=4?s=60" width="60px;" alt=""/><br /><sub><b>NotWearingPants</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=NotWearingPants" title="Code">💻</a></td>
95
+ <td align="center"><a href="https://github.com/CommanderRoot"><img src="https://avatars.githubusercontent.com/u/4395417?v=4?s=60" width="60px;" alt=""/><br /><sub><b>CommanderRoot</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=CommanderRoot" title="Code">💻</a></td>
96
+ <td align="center"><a href="https://github.com/grandeljay"><img src="https://avatars.githubusercontent.com/u/45571053?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Jay</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=grandeljay" title="Code">💻</a></td>
97
+ <td align="center"><a href="https://www.mhthies.de"><img src="https://avatars.githubusercontent.com/u/8234059?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Michael Thies</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=mhthies" title="Code">💻</a></td>
98
+ </tr>
99
+ <tr>
100
+ <td align="center"><a href="https://naveensrinivasan.dev"><img src="https://avatars.githubusercontent.com/u/172697?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Naveen</b></sub></a><br /><a href="#security-naveensrinivasan" title="Security">🛡️</a></td>
101
+ <td align="center"><a href="https://www.mvorisek.com/"><img src="https://avatars.githubusercontent.com/u/2228672?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Michael Voříšek</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=mvorisek" title="Code">💻</a></td>
102
+ <td align="center"><a href="https://github.com/xamey"><img src="https://avatars.githubusercontent.com/u/34269296?v=4?s=60" width="60px;" alt=""/><br /><sub><b>xamey</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=xamey" title="Code">💻</a></td>
103
+ <td align="center"><a href="http://www.ingrid-bluoss.de"><img src="https://avatars.githubusercontent.com/u/5477907?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Ingrid Bluoss</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=Inselhopper" title="Code">💻</a> <a href="#a11y-Inselhopper" title="Accessibility">️️️️♿️</a></td>
104
+ </tr>
105
+ <tr>
106
+ <td align="center"><a href="http://www.mathieumitchell.com"><img src="https://avatars.githubusercontent.com/u/234168?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Mathieu Mitchell</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=mat128" title="Code">💻</a></td>
61
107
  </tr>
62
108
  </table>
63
109
 
110
+ <!-- markdownlint-restore -->
111
+ <!-- prettier-ignore-end -->
112
+
64
113
  <!-- ALL-CONTRIBUTORS-LIST:END -->
65
114
 
66
115
  This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
package/FAQ.md CHANGED
@@ -1,38 +1,38 @@
1
- # FAQ
2
-
3
- ### What is Fomantic-UI?
4
- Fomantic is a community fork of the popular [Semantic-UI](https://github.com/Semantic-Org/Semantic-UI) framework.
5
-
6
- ### Why was Fomantic-UI created?
7
- Fomantic was created to continue active development of Semantic-UI and has the intent to be merged back into the master repository once active development can restart. For more info please read the following issues:
8
- - https://github.com/Semantic-Org/Semantic-UI/issues/6109
9
- - https://github.com/Semantic-Org/Semantic-UI/issues/6413
10
-
11
- > *EDIT:* Lots has changed since we started this project and we are now starting the development of FUI v3. You can read more about the > v3 proposals [here](https://github.com/fomantic/Fomantic-UI/issues/319).
12
- >
13
- > To be clear merging back into SUI is still our intention, read [this comment](https://github.com/fomantic/Fomantic-UI/issues/319#issuecomment-461736399) for more info
14
-
15
- ### How do I contribute to Fomantic?
16
- We welcome anyone who wants to help make Fomantic great to come help us. If you are wanting to start contributing please read the [CONTRIBUTING.md](CONTRIBUTING.md) guide before opening any pull request's this helps us keep PR's simple and efficient allowing us to merge and release new features and fixes quicker.
17
-
18
- ### How do I report an issue with the framework?
19
- If you have an issue with FUI we encourage you to [open an issue](https://github.com/fomantic/Fomantic-UI/issues/new) and let us know, if you just need some simple help join the FUI [Discord server](https://discordapp.com/invite/YChxjJ3) and ask the community for help.
20
-
21
- ---
22
-
23
- ## Fomantic-UI Links:
24
- - Website/Documentation: [fomantic-ui.com](https://fomantic-ui.com)
25
- - GitHub Organisation: [github.com/fomantic](https://github.com/fomantic)
26
- - Repository: [github.com/fomantic/Fomantic-UI](https://github.com/fomantic/Fomantic-UI)
27
- - Docs Repository: [github.com/fomantic/Fomantic-UI-Docs](https://github.com/fomantic/Fomantic-UI-Docs)
28
- - CSS Repository: [github.com/fomantic/Fomantic-UI-CSS](https://github.com/fomantic/Fomantic-UI-CSS)
29
- - LESS Repository: [github.com/fomantic/Fomantic-UI-LESS](https://github.com/fomantic/Fomantic-UI-LESS)
30
- - SASS Repository: [github.com/fomantic/Fomantic-UI-SASS](https://github.com/fomantic/Fomantic-UI-SASS)
31
- - Branding Repository: [github.com/fomantic/branding](https://github.com/fomantic/branding)
32
- - npm: [npmjs.com/package/fomantic-ui](https://npmjs.com/package/fomantic-ui)
33
- - CSS Package: [npmjs.com/package/fomantic-ui-css](https://npmjs.com/package/fomantic-ui-css)
34
- - LESS Package: [npmjs.com/package/fomantic-ui-less](https://npmjs.com/package/fomantic-ui-less)
35
- - JSFiddle: [jsfiddle.net/31d6y7mn](https://jsfiddle.net/31d6y7mn)
36
- - Discord: [discordapp.com/invite/YChxjJ3](https://discordapp.com/invite/YChxjJ3)
37
- - Twitter: [twitter.com/fomanticui](https://twitter.com/fomanticui)
38
- - Medium: [medium.com/@fomantic](https://medium.com/@fomantic)
1
+ # FAQ
2
+
3
+ ### What is Fomantic-UI?
4
+ Fomantic is a community fork of the popular [Semantic-UI](https://github.com/Semantic-Org/Semantic-UI) framework.
5
+
6
+ ### Why was Fomantic-UI created?
7
+ Fomantic was created to continue active development of Semantic-UI and has the intent to be merged back into the master repository once active development can restart. For more info please read the following issues:
8
+ - https://github.com/Semantic-Org/Semantic-UI/issues/6109
9
+ - https://github.com/Semantic-Org/Semantic-UI/issues/6413
10
+
11
+ > *EDIT:* Lots has changed since we started this project and we are now starting the development of FUI v3. You can read more about the > v3 proposals [here](https://github.com/fomantic/Fomantic-UI/issues/319).
12
+ >
13
+ > To be clear merging back into SUI is still our intention, read [this comment](https://github.com/fomantic/Fomantic-UI/issues/319#issuecomment-461736399) for more info
14
+
15
+ ### How do I contribute to Fomantic?
16
+ We welcome anyone who wants to help make Fomantic great to come help us. If you are wanting to start contributing please read the [CONTRIBUTING.md](CONTRIBUTING.md) guide before opening any pull request's this helps us keep PR's simple and efficient allowing us to merge and release new features and fixes quicker.
17
+
18
+ ### How do I report an issue with the framework?
19
+ If you have an issue with FUI we encourage you to [open an issue](https://github.com/fomantic/Fomantic-UI/issues/new) and let us know, if you just need some simple help join the FUI [Discord server](https://discordapp.com/invite/YChxjJ3) and ask the community for help.
20
+
21
+ ---
22
+
23
+ ## Fomantic-UI Links:
24
+ - Website/Documentation: [fomantic-ui.com](https://fomantic-ui.com)
25
+ - GitHub Organisation: [github.com/fomantic](https://github.com/fomantic)
26
+ - Repository: [github.com/fomantic/Fomantic-UI](https://github.com/fomantic/Fomantic-UI)
27
+ - Docs Repository: [github.com/fomantic/Fomantic-UI-Docs](https://github.com/fomantic/Fomantic-UI-Docs)
28
+ - CSS Repository: [github.com/fomantic/Fomantic-UI-CSS](https://github.com/fomantic/Fomantic-UI-CSS)
29
+ - LESS Repository: [github.com/fomantic/Fomantic-UI-LESS](https://github.com/fomantic/Fomantic-UI-LESS)
30
+ - SASS Repository: [github.com/fomantic/Fomantic-UI-SASS](https://github.com/fomantic/Fomantic-UI-SASS)
31
+ - Branding Repository: [github.com/fomantic/branding](https://github.com/fomantic/branding)
32
+ - npm: [npmjs.com/package/fomantic-ui](https://npmjs.com/package/fomantic-ui)
33
+ - CSS Package: [npmjs.com/package/fomantic-ui-css](https://npmjs.com/package/fomantic-ui-css)
34
+ - LESS Package: [npmjs.com/package/fomantic-ui-less](https://npmjs.com/package/fomantic-ui-less)
35
+ - JSFiddle: [jsfiddle.net/31d6y7mn](https://jsfiddle.net/31d6y7mn)
36
+ - Discord: [discordapp.com/invite/YChxjJ3](https://discordapp.com/invite/YChxjJ3)
37
+ - Twitter: [twitter.com/fomanticui](https://twitter.com/fomanticui)
38
+ - Medium: [medium.com/@fomantic](https://medium.com/@fomantic)
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  ![Fomantic Logo](https://fomantic-ui.com/images/logo.png#128)
2
2
 
3
3
  # Fomantic-UI
4
- A community fork of the popular Semantic-UI framework.
4
+ The official community fork of the popular Semantic-UI framework.
5
5
 
6
6
  [![GitHub Actions Status](https://github.com/fomantic/Fomantic-UI/workflows/CI/badge.svg)](https://github.com/fomantic/Fomantic-UI/actions)
7
7
  [![last commit (develop)](https://img.shields.io/github/last-commit/fomantic/Fomantic-UI/develop.svg?label=last%20commit%20%28develop%29)](https://github.com/fomantic/Fomantic-UI/commits/develop)
@@ -19,7 +19,7 @@ A community fork of the popular Semantic-UI framework.
19
19
 
20
20
  [![Package Quality](https://npm.packagequality.com/shield/fomantic-ui.svg?label=package%20quality)](https://packagequality.com/#?package=fomantic-ui)
21
21
  [![GitHub contributors](https://img.shields.io/github/contributors/fomantic/Fomantic-UI)](https://github.com/fomantic/Fomantic-UI/graphs/contributors)
22
- [![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=fomantic/Fomantic-UI)](https://dependabot.com)
22
+ [![Dependabot Status](https://badgen.net/github/dependabot/fomantic/Fomantic-UI/?icon=dependabot)](https://github.com/features/security)
23
23
  [![Known Vulnerabilities](https://snyk.io/test/github/fomantic/Fomantic-UI/badge.svg?targetFile=package.json)](https://snyk.io/test/github/fomantic/Fomantic-UI?targetFile=package.json)
24
24
 
25
25
  ---
@@ -52,13 +52,13 @@ Fomantic includes an interactive installer to help setup your project.
52
52
 
53
53
  ### 💻 Browser Support
54
54
 
55
- * Last 2 Versions FF, Chrome, Safari Mac
56
- * IE 11+
57
- * Android 4.4+, Chrome for Android 44+
58
- * iOS Safari 7+
59
- * Microsoft Edge 12+
55
+ * Last 2 Versions of Firefox, Chrome, Safari Mac, Edge
56
+ * Last 4 Versions of Android, Chrome for Android, iOS Safari[^1]
57
+ * IE 11[^2]
58
+ * Microsoft Edge 12-44[^2]
60
59
 
61
- Although some components will work in IE9, [grids](http://semantic-ui.com/collections/grid.html) and other [flexbox](https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Flexible_boxes) components are not supported by IE9 and may not appear correctly.
60
+ [^1]: Fomantic-UI should basically still work in iOS Safari 7+, Android 4.4+, but, starting from v2.9.0, we won't support them anymore if anything works different than in recent versions.
61
+ [^2]: Fomantic-UI should basically still work in IE11 / old Edge, but, starting from v2.9.0, we won't support them anymore in terms of dedicated bugfixes.
62
62
 
63
63
  ---
64
64