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
@@ -65,7 +65,7 @@
65
65
  }
66
66
 
67
67
  /* Clearing */
68
- .ui.statistics:after {
68
+ .ui.statistics::after {
69
69
  display: block;
70
70
  content: ' ';
71
71
  height: 0;
@@ -179,85 +179,86 @@
179
179
  Count
180
180
  ---------------*/
181
181
 
182
+ & when (@variationStatisticEqualWidth) {
183
+ .ui.ten.statistics {
184
+ margin: @itemGroupMargin;
185
+ }
186
+ .ui.ten.statistics .statistic {
187
+ min-width: @tenColumn;
188
+ margin: @itemMargin;
189
+ }
182
190
 
183
- .ui.ten.statistics {
184
- margin: @itemGroupMargin;
185
- }
186
- .ui.ten.statistics .statistic {
187
- min-width: @tenColumn;
188
- margin: @itemMargin;
189
- }
190
-
191
- .ui.nine.statistics {
192
- margin: @itemGroupMargin;
193
- }
194
- .ui.nine.statistics .statistic {
195
- min-width: @nineColumn;
196
- margin: @itemMargin;
197
- }
191
+ .ui.nine.statistics {
192
+ margin: @itemGroupMargin;
193
+ }
194
+ .ui.nine.statistics .statistic {
195
+ min-width: @nineColumn;
196
+ margin: @itemMargin;
197
+ }
198
198
 
199
- .ui.eight.statistics {
200
- margin: @itemGroupMargin;
201
- }
202
- .ui.eight.statistics .statistic {
203
- min-width: @eightColumn;
204
- margin: @itemMargin;
205
- }
199
+ .ui.eight.statistics {
200
+ margin: @itemGroupMargin;
201
+ }
202
+ .ui.eight.statistics .statistic {
203
+ min-width: @eightColumn;
204
+ margin: @itemMargin;
205
+ }
206
206
 
207
- .ui.seven.statistics {
208
- margin: @itemGroupMargin;
209
- }
210
- .ui.seven.statistics .statistic {
211
- min-width: @sevenColumn;
212
- margin: @itemMargin;
213
- }
207
+ .ui.seven.statistics {
208
+ margin: @itemGroupMargin;
209
+ }
210
+ .ui.seven.statistics .statistic {
211
+ min-width: @sevenColumn;
212
+ margin: @itemMargin;
213
+ }
214
214
 
215
- .ui.six.statistics {
216
- margin: @itemGroupMargin;
217
- }
218
- .ui.six.statistics .statistic {
219
- min-width: @sixColumn;
220
- margin: @itemMargin;
221
- }
215
+ .ui.six.statistics {
216
+ margin: @itemGroupMargin;
217
+ }
218
+ .ui.six.statistics .statistic {
219
+ min-width: @sixColumn;
220
+ margin: @itemMargin;
221
+ }
222
222
 
223
- .ui.five.statistics {
224
- margin: @itemGroupMargin;
225
- }
226
- .ui.five.statistics .statistic {
227
- min-width: @fiveColumn;
228
- margin: @itemMargin;
229
- }
223
+ .ui.five.statistics {
224
+ margin: @itemGroupMargin;
225
+ }
226
+ .ui.five.statistics .statistic {
227
+ min-width: @fiveColumn;
228
+ margin: @itemMargin;
229
+ }
230
230
 
231
- .ui.four.statistics {
232
- margin: @itemGroupMargin;
233
- }
234
- .ui.four.statistics .statistic {
235
- min-width: @fourColumn;
236
- margin: @itemMargin;
237
- }
231
+ .ui.four.statistics {
232
+ margin: @itemGroupMargin;
233
+ }
234
+ .ui.four.statistics .statistic {
235
+ min-width: @fourColumn;
236
+ margin: @itemMargin;
237
+ }
238
238
 
239
- .ui.three.statistics {
240
- margin: @itemGroupMargin;
241
- }
242
- .ui.three.statistics .statistic {
243
- min-width: @threeColumn;
244
- margin: @itemMargin;
245
- }
239
+ .ui.three.statistics {
240
+ margin: @itemGroupMargin;
241
+ }
242
+ .ui.three.statistics .statistic {
243
+ min-width: @threeColumn;
244
+ margin: @itemMargin;
245
+ }
246
246
 
247
- .ui.two.statistics {
248
- margin: @itemGroupMargin;
249
- }
250
- .ui.two.statistics .statistic {
251
- min-width: @twoColumn;
252
- margin: @itemMargin;
253
- }
247
+ .ui.two.statistics {
248
+ margin: @itemGroupMargin;
249
+ }
250
+ .ui.two.statistics .statistic {
251
+ min-width: @twoColumn;
252
+ margin: @itemMargin;
253
+ }
254
254
 
255
- .ui.one.statistics {
256
- margin: @itemGroupMargin;
257
- }
258
- .ui.one.statistics .statistic {
259
- min-width: @oneColumn;
260
- margin: @itemMargin;
255
+ .ui.one.statistics {
256
+ margin: @itemGroupMargin;
257
+ }
258
+ .ui.one.statistics .statistic {
259
+ min-width: @oneColumn;
260
+ margin: @itemMargin;
261
+ }
261
262
  }
262
263
 
263
264
 
@@ -323,25 +324,26 @@
323
324
  /*--------------
324
325
  Colors
325
326
  ---------------*/
326
-
327
- each(@colors,{
328
- @color: replace(@key,'@','');
329
- @c: @colors[@@color][color];
330
- @l: @colors[@@color][light];
331
-
332
- .ui.@{color}.statistics .statistic > .value,
333
- .ui.statistics .@{color}.statistic > .value,
334
- .ui.@{color}.statistic > .value {
335
- color: @c;
336
- }
337
- & when (@variationStatisticInverted) {
338
- .ui.inverted.@{color}.statistics .statistic > .value,
339
- .ui.statistics .inverted.@{color}.statistic > .value,
340
- .ui.inverted.@{color}.statistic > .value {
341
- color: @l;
327
+ & when not (@variationStatisticColors = false) {
328
+ each(@variationStatisticColors, {
329
+ @color: @value;
330
+ @c: @colors[@@color][color];
331
+ @l: @colors[@@color][light];
332
+
333
+ .ui.@{color}.statistics .statistic > .value,
334
+ .ui.statistics .@{color}.statistic > .value,
335
+ .ui.@{color}.statistic > .value {
336
+ color: @c;
342
337
  }
343
- }
344
- })
338
+ & when (@variationStatisticInverted) {
339
+ .ui.inverted.@{color}.statistics .statistic > .value,
340
+ .ui.statistics .inverted.@{color}.statistic > .value,
341
+ .ui.inverted.@{color}.statistic > .value {
342
+ color: @l;
343
+ }
344
+ }
345
+ })
346
+ }
345
347
 
346
348
  & when (@variationStatisticFloated) {
347
349
  /*--------------
package/src/semantic.less CHANGED
@@ -57,6 +57,7 @@
57
57
  & { @import "definitions/modules/dimmer"; }
58
58
  & { @import "definitions/modules/dropdown"; }
59
59
  & { @import "definitions/modules/embed"; }
60
+ & { @import "definitions/modules/flyout"; }
60
61
  & { @import "definitions/modules/modal"; }
61
62
  & { @import "definitions/modules/nag"; }
62
63
  & { @import "definitions/modules/popup"; }
@@ -56,6 +56,7 @@
56
56
  @dimmer : 'default';
57
57
  @dropdown : 'default';
58
58
  @embed : 'default';
59
+ @flyout : 'default';
59
60
  @modal : 'default';
60
61
  @nag : 'default';
61
62
  @popup : 'default';
package/src/theme.less CHANGED
@@ -60,8 +60,19 @@
60
60
  Fonts
61
61
  -------------------*/
62
62
 
63
- .loadFonts() when (@importGoogleFonts) {
64
- @import (css) url('@{googleProtocol}fonts.googleapis.com/css2?family=@{googleFontRequest}');
63
+ .loadFonts() {
64
+ & when (@importGoogleFonts) {
65
+ @import (css) url('@{googleProtocol}fonts.googleapis.com/css2?family=@{googleFontRequest}');
66
+ }
67
+ & when (@importFonts) and not (@fontName = ''){
68
+ each(@fonts, {
69
+ @font-face {
70
+ each(@value,{
71
+ @{key}: @value;
72
+ });
73
+ }
74
+ })
75
+ }
65
76
  }
66
77
 
67
78
  /*------------------
@@ -9,6 +9,7 @@
9
9
  @fontSize : 13px;
10
10
  @fontName : 'Arial';
11
11
  @importGoogleFonts : false;
12
+ @importFonts: false;
12
13
 
13
14
  @h1: 2.25em;
14
15
 
@@ -1,143 +1,143 @@
1
1
  /* basic.icons available */
2
- i.icon.circle.attention:before { content: '\2757'; } /* '❗' */
3
- i.icon.circle.help:before { content: '\e704'; } /* '' */
4
- i.icon.circle.info:before { content: '\e705'; } /* '' */
5
- i.icon.add:before { content: '\2795'; } /* '➕' */
6
-
7
- i.icon.chart:before { content: '📈'; } /* '\1f4c8' */
8
- i.icon.chart.bar:before { content: '📊'; } /* '\1f4ca' */
9
- i.icon.chart.pie:before { content: '\e7a2'; } /* '' */
10
-
11
- i.icon.resize.full:before { content: '\e744'; } /* '' */
12
- i.icon.resize.horizontal:before { content: '\2b0d'; } /* '⬍' */
13
- i.icon.resize.small:before { content: '\e746'; } /* '' */
14
- i.icon.resize.vertical:before { content: '\2b0c'; } /* '⬌' */
15
-
16
- i.icon.down:before { content: '\2193'; } /* '↓' */
17
- i.icon.down.triangle:before { content: '\25be'; } /* '▾' */
18
- i.icon.down.arrow:before { content: '\e75c'; } /* '' */
19
-
20
- i.icon.left:before { content: '\2190'; } /* '←' */
21
- i.icon.left.triangle:before { content: '\25c2'; } /* '◂' */
22
- i.icon.left.arrow:before { content: '\e75d'; } /* '' */
23
-
24
- i.icon.right:before { content: '\2192'; } /* '→' */
25
- i.icon.right.triangle:before { content: '\25b8'; } /* '▸' */
26
- i.icon.right.arrow:before { content: '\e75e'; } /* '' */
27
-
28
- i.icon.up:before { content: '\2191'; } /* '↑' */
29
- i.icon.up.triangle:before { content: '\25b4'; } /* '▴' */
30
- i.icon.up.arrow:before { content: '\e75f'; } /* '' */
31
-
32
- i.icon.folder:before { content: '\e810'; } /* '' */
33
- i.icon.open.folder:before { content: '📂'; } /* '\1f4c2' */
34
-
35
- i.icon.globe:before { content: '𝌍'; } /* '\1d30d' */
36
- i.icon.desk.globe:before { content: '🌐'; } /* '\1f310' */
37
-
38
- i.icon.star:before { content: '\e801'; } /* '' */
39
- i.icon.star.empty:before { content: '\e800'; } /* '' */
40
- i.icon.star.half:before { content: '\e701'; } /* '' */
41
-
42
- i.icon.lock:before { content: '🔒'; } /* '\1f512' */
43
- i.icon.unlock:before { content: '🔓'; } /* '\1f513' */
44
-
45
- i.icon.layout.grid:before { content: '\e80c'; } /* '' */
46
- i.icon.layout.block:before { content: '\e708'; } /* '' */
47
- i.icon.layout.list:before { content: '\e80b'; } /* '' */
48
-
49
- i.icon.heart.empty:before { content: '\2661'; } /* '♡' */
50
- i.icon.heart:before { content: '\2665'; } /* '♥' */
51
-
52
-
53
- i.icon.asterisk:before { content: '\2731'; } /* '✱' */
54
- i.icon.attachment:before { content: '📎'; } /* '\1f4ce' */
55
- i.icon.attention:before { content: '\26a0'; } /* '⚠' */
56
- i.icon.trophy:before { content: '🏉'; } /* '\1f3c9' */
57
- i.icon.barcode:before { content: '\e792'; } /* '' */
58
- i.icon.cart:before { content: '\e813'; } /* '' */
59
- i.icon.block:before { content: '🚫'; } /* '\1f6ab' */
60
- i.icon.book:before { content: '📖'; }
61
- i.icon.bookmark:before { content: '🔖'; } /* '\1f516' */
62
- i.icon.calendar:before { content: '📅'; } /* '\1f4c5' */
63
- i.icon.cancel:before { content: '\2716'; } /* '✖' */
64
- i.icon.close:before { content: '\e80d'; } /* '' */
65
- i.icon.color:before { content: '\e794'; } /* '' */
66
- i.icon.chat:before { content: '\e720'; } /* '' */
67
- i.icon.check:before { content: '\2611'; } /* '☑' */
68
- i.icon.time:before { content: '🕔'; } /* '\1f554' */
69
- i.icon.cloud:before { content: '\2601'; } /* '☁' */
70
- i.icon.code:before { content: '\e714'; } /* '' */
71
- i.icon.email:before { content: '\40'; } /* '@' */
72
- i.icon.settings:before { content: '\26ef'; } /* '⛯' */
73
- i.icon.setting:before { content: '\2699'; } /* '⚙' */
74
- i.icon.comment:before { content: '\e802'; } /* '' */
75
- i.icon.clockwise.counter:before { content: '\27f2'; } /* '⟲' */
76
- i.icon.clockwise:before { content: '\27f3'; } /* '⟳' */
77
- i.icon.cube:before { content: '\e807'; } /* '' */
78
- i.icon.direction:before { content: '\27a2'; } /* '➢' */
79
- i.icon.doc:before { content: '📄'; } /* '\1f4c4' */
80
- i.icon.docs:before { content: '\e736'; } /* '' */
81
- i.icon.dollar:before { content: '💵'; } /* '\1f4b5' */
82
- i.icon.paint:before { content: '\e7b5'; } /* '' */
83
- i.icon.edit:before { content: '\270d'; } /* '✍' */
84
- i.icon.eject:before { content: '\2ecf'; } /* '⻏' */
85
- i.icon.export:before { content: '\e715'; } /* '' */
86
- i.icon.hide:before { content: '\e70b'; } /* '' */
87
- i.icon.unhide:before { content: '\e80f'; } /* '' */
88
- i.icon.facebook:before { content: '\f301'; } /* '' */
89
- i.icon.fast-forward:before { content: '\e804'; } /* '' */
90
- i.icon.fire:before { content: '🔥'; } /* '\1f525' */
91
- i.icon.flag:before { content: '\2691'; } /* '⚑' */
92
- i.icon.lightning:before { content: '\26a1'; } /* '⚡' */
93
- i.icon.lab:before { content: '\68'; } /* 'h' */
94
- i.icon.flight:before { content: '\2708'; } /* '✈' */
95
- i.icon.forward:before { content: '\27a6'; } /* '➦' */
96
- i.icon.gift:before { content: '🎁'; } /* '\1f381' */
97
- i.icon.github:before { content: '\f308'; } /* '' */
98
- i.icon.globe:before { content: '\e817'; } /* '' */
99
- i.icon.headphones:before { content: '🎧'; } /* '\1f3a7' */
100
- i.icon.question:before { content: '\2753'; } /* '❓' */
101
- i.icon.home:before { content: '\2302'; } /* '⌂' */
102
- i.icon.i:before { content: '\2139'; } /* 'ℹ' */
103
- i.icon.idea:before { content: '💡'; } /* '\1f4a1' */
104
- i.icon.open:before { content: '🔗'; } /* '\1f517' */
105
- i.icon.content:before { content: '\e782'; } /* '' */
106
- i.icon.location:before { content: '\e724'; } /* '' */
107
- i.icon.mail:before { content: '\2709'; } /* '✉' */
108
- i.icon.mic:before { content: '🎤'; } /* '\1f3a4' */
109
- i.icon.minus:before { content: '\2d'; } /* '-' */
110
- i.icon.money:before { content: '💰'; } /* '\1f4b0' */
111
- i.icon.off:before { content: '\e78e'; } /* '' */
112
- i.icon.pause:before { content: '\e808'; } /* '' */
113
- i.icon.photos:before { content: '\e812'; } /* '' */
114
- i.icon.photo:before { content: '🌄'; } /* '\1f304' */
115
- i.icon.pin:before { content: '📌'; } /* '\1f4cc' */
116
- i.icon.play:before { content: '\e809'; } /* '' */
117
- i.icon.plus:before { content: '\2b'; } /* '+' */
118
- i.icon.print:before { content: '\e716'; } /* '' */
119
- i.icon.rss:before { content: '\e73a'; } /* '' */
120
- i.icon.search:before { content: '🔍'; } /* '\1f50d' */
121
- i.icon.shuffle:before { content: '\e803'; } /* '' */
122
- i.icon.tag:before { content: '\e80a'; } /* '' */
123
- i.icon.tags:before { content: '\e70d'; } /* '' */
124
- i.icon.terminal:before { content: '\e7ac'; } /* '' */
125
- i.icon.thumbs.down:before { content: '👎'; } /* '\1f44e' */
126
- i.icon.thumbs.up:before { content: '👍'; } /* '\1f44d' */
127
- i.icon.to-end:before { content: '\e806'; } /* '' */
128
- i.icon.to-start:before { content: '\e805'; } /* '' */
129
- i.icon.top.list:before { content: '🏆'; } /* '\1f3c6' */
130
- i.icon.trash:before { content: '\e729'; } /* '' */
131
- i.icon.twitter:before { content: '\f303'; } /* '' */
132
- i.icon.upload:before { content: '\e711'; } /* '' */
133
- i.icon.user.add:before { content: '\e700'; } /* '' */
134
- i.icon.user:before { content: '👤'; } /* '\1f464' */
135
- i.icon.community:before { content: '\e814'; } /* '' */
136
- i.icon.users:before { content: '👥'; } /* '\1f465' */
137
- i.icon.id:before { content: '\e722'; } /* '' */
138
- i.icon.url:before { content: '🔗'; } /* '\1f517' */
139
- i.icon.zoom.in:before { content: '\e750'; } /* '' */
140
- i.icon.zoom.out:before { content: '\e751'; } /* '' */
2
+ i.icon.circle.attention::before { content: '\2757'; } /* '❗' */
3
+ i.icon.circle.help::before { content: '\e704'; } /* '' */
4
+ i.icon.circle.info::before { content: '\e705'; } /* '' */
5
+ i.icon.add::before { content: '\2795'; } /* '➕' */
6
+
7
+ i.icon.chart::before { content: '📈'; } /* '\1f4c8' */
8
+ i.icon.chart.bar::before { content: '📊'; } /* '\1f4ca' */
9
+ i.icon.chart.pie::before { content: '\e7a2'; } /* '' */
10
+
11
+ i.icon.resize.full::before { content: '\e744'; } /* '' */
12
+ i.icon.resize.horizontal::before { content: '\2b0d'; } /* '⬍' */
13
+ i.icon.resize.small::before { content: '\e746'; } /* '' */
14
+ i.icon.resize.vertical::before { content: '\2b0c'; } /* '⬌' */
15
+
16
+ i.icon.down::before { content: '\2193'; } /* '↓' */
17
+ i.icon.down.triangle::before { content: '\25be'; } /* '▾' */
18
+ i.icon.down.arrow::before { content: '\e75c'; } /* '' */
19
+
20
+ i.icon.left::before { content: '\2190'; } /* '←' */
21
+ i.icon.left.triangle::before { content: '\25c2'; } /* '◂' */
22
+ i.icon.left.arrow::before { content: '\e75d'; } /* '' */
23
+
24
+ i.icon.right::before { content: '\2192'; } /* '→' */
25
+ i.icon.right.triangle::before { content: '\25b8'; } /* '▸' */
26
+ i.icon.right.arrow::before { content: '\e75e'; } /* '' */
27
+
28
+ i.icon.up::before { content: '\2191'; } /* '↑' */
29
+ i.icon.up.triangle::before { content: '\25b4'; } /* '▴' */
30
+ i.icon.up.arrow::before { content: '\e75f'; } /* '' */
31
+
32
+ i.icon.folder::before { content: '\e810'; } /* '' */
33
+ i.icon.open.folder::before { content: '📂'; } /* '\1f4c2' */
34
+
35
+ i.icon.globe::before { content: '𝌍'; } /* '\1d30d' */
36
+ i.icon.desk.globe::before { content: '🌐'; } /* '\1f310' */
37
+
38
+ i.icon.star::before { content: '\e801'; } /* '' */
39
+ i.icon.star.empty::before { content: '\e800'; } /* '' */
40
+ i.icon.star.half::before { content: '\e701'; } /* '' */
41
+
42
+ i.icon.lock::before { content: '🔒'; } /* '\1f512' */
43
+ i.icon.unlock::before { content: '🔓'; } /* '\1f513' */
44
+
45
+ i.icon.layout.grid::before { content: '\e80c'; } /* '' */
46
+ i.icon.layout.block::before { content: '\e708'; } /* '' */
47
+ i.icon.layout.list::before { content: '\e80b'; } /* '' */
48
+
49
+ i.icon.heart.empty::before { content: '\2661'; } /* '♡' */
50
+ i.icon.heart::before { content: '\2665'; } /* '♥' */
51
+
52
+
53
+ i.icon.asterisk::before { content: '\2731'; } /* '✱' */
54
+ i.icon.attachment::before { content: '📎'; } /* '\1f4ce' */
55
+ i.icon.attention::before { content: '\26a0'; } /* '⚠' */
56
+ i.icon.trophy::before { content: '🏉'; } /* '\1f3c9' */
57
+ i.icon.barcode::before { content: '\e792'; } /* '' */
58
+ i.icon.cart::before { content: '\e813'; } /* '' */
59
+ i.icon.block::before { content: '🚫'; } /* '\1f6ab' */
60
+ i.icon.book::before { content: '📖'; }
61
+ i.icon.bookmark::before { content: '🔖'; } /* '\1f516' */
62
+ i.icon.calendar::before { content: '📅'; } /* '\1f4c5' */
63
+ i.icon.cancel::before { content: '\2716'; } /* '✖' */
64
+ i.icon.close::before { content: '\e80d'; } /* '' */
65
+ i.icon.color::before { content: '\e794'; } /* '' */
66
+ i.icon.chat::before { content: '\e720'; } /* '' */
67
+ i.icon.check::before { content: '\2611'; } /* '☑' */
68
+ i.icon.time::before { content: '🕔'; } /* '\1f554' */
69
+ i.icon.cloud::before { content: '\2601'; } /* '☁' */
70
+ i.icon.code::before { content: '\e714'; } /* '' */
71
+ i.icon.email::before { content: '\40'; } /* '@' */
72
+ i.icon.settings::before { content: '\26ef'; } /* '⛯' */
73
+ i.icon.setting::before { content: '\2699'; } /* '⚙' */
74
+ i.icon.comment::before { content: '\e802'; } /* '' */
75
+ i.icon.clockwise.counter::before { content: '\27f2'; } /* '⟲' */
76
+ i.icon.clockwise::before { content: '\27f3'; } /* '⟳' */
77
+ i.icon.cube::before { content: '\e807'; } /* '' */
78
+ i.icon.direction::before { content: '\27a2'; } /* '➢' */
79
+ i.icon.doc::before { content: '📄'; } /* '\1f4c4' */
80
+ i.icon.docs::before { content: '\e736'; } /* '' */
81
+ i.icon.dollar::before { content: '💵'; } /* '\1f4b5' */
82
+ i.icon.paint::before { content: '\e7b5'; } /* '' */
83
+ i.icon.edit::before { content: '\270d'; } /* '✍' */
84
+ i.icon.eject::before { content: '\2ecf'; } /* '⻏' */
85
+ i.icon.export::before { content: '\e715'; } /* '' */
86
+ i.icon.hide::before { content: '\e70b'; } /* '' */
87
+ i.icon.unhide::before { content: '\e80f'; } /* '' */
88
+ i.icon.facebook::before { content: '\f301'; } /* '' */
89
+ i.icon.fast-forward::before { content: '\e804'; } /* '' */
90
+ i.icon.fire::before { content: '🔥'; } /* '\1f525' */
91
+ i.icon.flag::before { content: '\2691'; } /* '⚑' */
92
+ i.icon.lightning::before { content: '\26a1'; } /* '⚡' */
93
+ i.icon.lab::before { content: '\68'; } /* 'h' */
94
+ i.icon.flight::before { content: '\2708'; } /* '✈' */
95
+ i.icon.forward::before { content: '\27a6'; } /* '➦' */
96
+ i.icon.gift::before { content: '🎁'; } /* '\1f381' */
97
+ i.icon.github::before { content: '\f308'; } /* '' */
98
+ i.icon.globe::before { content: '\e817'; } /* '' */
99
+ i.icon.headphones::before { content: '🎧'; } /* '\1f3a7' */
100
+ i.icon.question::before { content: '\2753'; } /* '❓' */
101
+ i.icon.home::before { content: '\2302'; } /* '⌂' */
102
+ i.icon.i::before { content: '\2139'; } /* 'ℹ' */
103
+ i.icon.idea::before { content: '💡'; } /* '\1f4a1' */
104
+ i.icon.open::before { content: '🔗'; } /* '\1f517' */
105
+ i.icon.content::before { content: '\e782'; } /* '' */
106
+ i.icon.location::before { content: '\e724'; } /* '' */
107
+ i.icon.mail::before { content: '\2709'; } /* '✉' */
108
+ i.icon.mic::before { content: '🎤'; } /* '\1f3a4' */
109
+ i.icon.minus::before { content: '\2d'; } /* '-' */
110
+ i.icon.money::before { content: '💰'; } /* '\1f4b0' */
111
+ i.icon.off::before { content: '\e78e'; } /* '' */
112
+ i.icon.pause::before { content: '\e808'; } /* '' */
113
+ i.icon.photos::before { content: '\e812'; } /* '' */
114
+ i.icon.photo::before { content: '🌄'; } /* '\1f304' */
115
+ i.icon.pin::before { content: '📌'; } /* '\1f4cc' */
116
+ i.icon.play::before { content: '\e809'; } /* '' */
117
+ i.icon.plus::before { content: '\2b'; } /* '+' */
118
+ i.icon.print::before { content: '\e716'; } /* '' */
119
+ i.icon.rss::before { content: '\e73a'; } /* '' */
120
+ i.icon.search::before { content: '🔍'; } /* '\1f50d' */
121
+ i.icon.shuffle::before { content: '\e803'; } /* '' */
122
+ i.icon.tag::before { content: '\e80a'; } /* '' */
123
+ i.icon.tags::before { content: '\e70d'; } /* '' */
124
+ i.icon.terminal::before { content: '\e7ac'; } /* '' */
125
+ i.icon.thumbs.down::before { content: '👎'; } /* '\1f44e' */
126
+ i.icon.thumbs.up::before { content: '👍'; } /* '\1f44d' */
127
+ i.icon.to-end::before { content: '\e806'; } /* '' */
128
+ i.icon.to-start::before { content: '\e805'; } /* '' */
129
+ i.icon.top.list::before { content: '🏆'; } /* '\1f3c6' */
130
+ i.icon.trash::before { content: '\e729'; } /* '' */
131
+ i.icon.twitter::before { content: '\f303'; } /* '' */
132
+ i.icon.upload::before { content: '\e711'; } /* '' */
133
+ i.icon.user.add::before { content: '\e700'; } /* '' */
134
+ i.icon.user::before { content: '👤'; } /* '\1f464' */
135
+ i.icon.community::before { content: '\e814'; } /* '' */
136
+ i.icon.users::before { content: '👥'; } /* '\1f465' */
137
+ i.icon.id::before { content: '\e722'; } /* '' */
138
+ i.icon.url::before { content: '🔗'; } /* '\1f517' */
139
+ i.icon.zoom.in::before { content: '\e750'; } /* '' */
140
+ i.icon.zoom.out::before { content: '\e751'; } /* '' */
141
141
 
142
142
  /*--------------
143
143
  Spacing Fix
@@ -174,16 +174,16 @@ i.icon.right {
174
174
  ---------------*/
175
175
 
176
176
  /* aliases for convenience */
177
- i.icon.delete:before { content: '\e80d'; } /* '' */
178
- i.icon.dropdown:before { content: '\25be'; } /* '▾' */
177
+ i.icon.delete::before { content: '\e80d'; } /* '' */
178
+ i.icon.dropdown::before { content: '\25be'; } /* '▾' */
179
179
 
180
- i.icon.help:before { content: '\e704'; } /* '' */
181
- i.icon.info:before { content: '\e705'; } /* '' */
182
- i.icon.error:before { content: '\e80d'; } /* '' */
180
+ i.icon.help::before { content: '\e704'; } /* '' */
181
+ i.icon.info::before { content: '\e705'; } /* '' */
182
+ i.icon.error::before { content: '\e80d'; } /* '' */
183
183
 
184
- i.icon.dislike:before { content: '\2661'; } /* '♡' */
185
- i.icon.like:before { content: '\2665'; } /* '♥' */
184
+ i.icon.dislike::before { content: '\2661'; } /* '♡' */
185
+ i.icon.like::before { content: '\2665'; } /* '♥' */
186
186
 
187
- i.icon.eye:before { content: '\e80f'; } /* '' */
188
- i.icon.eye.hidden:before { content: '\e70b'; } /* '' */
189
- i.icon.date:before { content: '📅'; } /* '\1f4c5' */
187
+ i.icon.eye::before { content: '\e80f'; } /* '' */
188
+ i.icon.eye.hidden::before { content: '\e70b'; } /* '' */
189
+ i.icon.date::before { content: '📅'; } /* '\1f4c5' */
@@ -2,9 +2,9 @@
2
2
  Overrides
3
3
  *******************************/
4
4
 
5
- .ui.steps .step:after {
5
+ .ui.steps .step::after {
6
6
  display: none !important;
7
7
  }
8
8
  .ui.steps .step {
9
9
  border-radius: 500px !important;
10
- }
10
+ }
@@ -2,7 +2,7 @@
2
2
  Overrides
3
3
  *******************************/
4
4
 
5
- @import url(https://fonts.googleapis.com/css?family=Karma);
5
+ @import (css) url('https://fonts.googleapis.com/css2?family=Karma');
6
6
 
7
7
  h1.ui.header,
8
8
  .ui.huge.header {
@@ -2,7 +2,7 @@
2
2
  Overrides
3
3
  *******************************/
4
4
 
5
- @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
5
+ @import (css) url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro');
6
6
 
7
7
  .ui.labeled.icon.buttons > .button > .icon,
8
8
  .ui.labeled.icon.button > .icon {
@@ -2,4 +2,4 @@
2
2
  Overrides
3
3
  *******************************/
4
4
 
5
- @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
5
+ @import (css) url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro');