fomantic-ui 2.9.0-beta.29 → 2.9.0-beta.292

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 (408) hide show
  1. package/.all-contributorsrc +242 -3
  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 +81 -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 +6 -3
  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 +89 -30
  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 +85 -68
  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 +17 -11
  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 +29 -14
  38. package/dist/components/dimmer.js +11 -5
  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 +90 -50
  44. package/dist/components/dropdown.js +134 -110
  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 +1 -1
  49. package/dist/components/embed.min.css +2 -2
  50. package/dist/components/embed.min.js +3 -3
  51. package/dist/components/emoji.css +10847 -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 +1011 -902
  56. package/dist/components/flag.min.css +2 -2
  57. package/dist/components/form.css +160 -83
  58. package/dist/components/form.js +39 -30
  59. package/dist/components/form.min.css +2 -2
  60. package/dist/components/form.min.js +3 -3
  61. package/dist/components/grid.css +25 -21
  62. package/dist/components/grid.min.css +2 -2
  63. package/dist/components/header.css +6 -4
  64. package/dist/components/header.min.css +2 -2
  65. package/dist/components/icon.css +2063 -1984
  66. package/dist/components/icon.min.css +2 -2
  67. package/dist/components/image.css +1 -1
  68. package/dist/components/image.min.css +1 -1
  69. package/dist/components/input.css +759 -22
  70. package/dist/components/input.min.css +2 -2
  71. package/dist/components/item.css +17 -17
  72. package/dist/components/item.min.css +2 -2
  73. package/dist/components/label.css +72 -68
  74. package/dist/components/label.min.css +2 -2
  75. package/dist/components/list.css +31 -31
  76. package/dist/components/list.min.css +2 -2
  77. package/dist/components/loader.css +352 -352
  78. package/dist/components/loader.min.css +2 -2
  79. package/dist/components/menu.css +108 -76
  80. package/dist/components/menu.min.css +1 -1
  81. package/dist/components/message.css +43 -43
  82. package/dist/components/message.min.css +2 -2
  83. package/dist/components/modal.css +14 -2
  84. package/dist/components/modal.js +128 -50
  85. package/dist/components/modal.min.css +2 -2
  86. package/dist/components/modal.min.js +3 -3
  87. package/dist/components/nag.css +1 -1
  88. package/dist/components/nag.js +2 -2
  89. package/dist/components/nag.min.css +1 -1
  90. package/dist/components/nag.min.js +3 -3
  91. package/dist/components/placeholder.css +33 -33
  92. package/dist/components/placeholder.min.css +2 -2
  93. package/dist/components/popup.css +100 -104
  94. package/dist/components/popup.js +11 -11
  95. package/dist/components/popup.min.css +2 -2
  96. package/dist/components/popup.min.js +3 -3
  97. package/dist/components/progress.css +1 -1
  98. package/dist/components/progress.js +4 -1
  99. package/dist/components/progress.min.css +1 -1
  100. package/dist/components/progress.min.js +3 -3
  101. package/dist/components/rail.css +1 -1
  102. package/dist/components/rail.min.css +1 -1
  103. package/dist/components/rating.css +1 -1
  104. package/dist/components/rating.js +1 -1
  105. package/dist/components/rating.min.css +1 -1
  106. package/dist/components/rating.min.js +3 -3
  107. package/dist/components/reset.css +5 -4
  108. package/dist/components/reset.min.css +2 -2
  109. package/dist/components/reveal.css +1 -1
  110. package/dist/components/reveal.min.css +1 -1
  111. package/dist/components/search.css +6 -6
  112. package/dist/components/search.js +2 -2
  113. package/dist/components/search.min.css +2 -2
  114. package/dist/components/search.min.js +3 -3
  115. package/dist/components/segment.css +118 -34
  116. package/dist/components/segment.min.css +2 -2
  117. package/dist/components/shape.css +1 -1
  118. package/dist/components/shape.js +3 -3
  119. package/dist/components/shape.min.css +1 -1
  120. package/dist/components/shape.min.js +3 -3
  121. package/dist/components/sidebar.css +7 -5
  122. package/dist/components/sidebar.js +14 -12
  123. package/dist/components/sidebar.min.css +2 -2
  124. package/dist/components/sidebar.min.js +3 -3
  125. package/dist/components/site.css +139 -42
  126. package/dist/components/site.js +1 -1
  127. package/dist/components/site.min.css +2 -2
  128. package/dist/components/site.min.js +3 -3
  129. package/dist/components/slider.css +17 -17
  130. package/dist/components/slider.js +68 -51
  131. package/dist/components/slider.min.css +1 -1
  132. package/dist/components/slider.min.js +3 -3
  133. package/dist/components/state.js +2 -2
  134. package/dist/components/state.min.js +3 -3
  135. package/dist/components/statistic.css +4 -4
  136. package/dist/components/statistic.min.css +2 -2
  137. package/dist/components/step.css +31 -31
  138. package/dist/components/step.min.css +2 -2
  139. package/dist/components/sticky.css +1 -1
  140. package/dist/components/sticky.js +4 -4
  141. package/dist/components/sticky.min.css +1 -1
  142. package/dist/components/sticky.min.js +3 -3
  143. package/dist/components/tab.css +5 -5
  144. package/dist/components/tab.js +24 -6
  145. package/dist/components/tab.min.css +2 -2
  146. package/dist/components/tab.min.js +3 -3
  147. package/dist/components/table.css +1684 -272
  148. package/dist/components/table.min.css +2 -2
  149. package/dist/components/text.css +1 -1
  150. package/dist/components/text.min.css +1 -1
  151. package/dist/components/toast.css +42 -1
  152. package/dist/components/toast.js +63 -31
  153. package/dist/components/toast.min.css +2 -2
  154. package/dist/components/toast.min.js +3 -3
  155. package/dist/components/transition.css +1 -1
  156. package/dist/components/transition.js +21 -16
  157. package/dist/components/transition.min.css +1 -1
  158. package/dist/components/transition.min.js +3 -3
  159. package/dist/components/visibility.js +2 -2
  160. package/dist/components/visibility.min.js +3 -3
  161. package/dist/semantic.css +20165 -13374
  162. package/dist/semantic.js +734 -455
  163. package/dist/semantic.min.css +3 -3
  164. package/dist/semantic.min.js +3 -3
  165. package/dist/themes/default/assets/fonts/Lato-Bold.woff +0 -0
  166. package/dist/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
  167. package/dist/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
  168. package/dist/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
  169. package/dist/themes/default/assets/fonts/Lato-Italic.woff +0 -0
  170. package/dist/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
  171. package/dist/themes/default/assets/fonts/Lato-Regular.woff +0 -0
  172. package/dist/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
  173. package/dist/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
  174. package/dist/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
  175. package/dist/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
  176. package/dist/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
  177. package/dist/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
  178. package/dist/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
  179. package/dist/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
  180. package/dist/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
  181. package/dist/themes/default/assets/fonts/brand-icons.eot +0 -0
  182. package/dist/themes/default/assets/fonts/brand-icons.svg +801 -654
  183. package/dist/themes/default/assets/fonts/brand-icons.ttf +0 -0
  184. package/dist/themes/default/assets/fonts/brand-icons.woff +0 -0
  185. package/dist/themes/default/assets/fonts/brand-icons.woff2 +0 -0
  186. package/dist/themes/default/assets/fonts/icons.eot +0 -0
  187. package/dist/themes/default/assets/fonts/icons.svg +1175 -1079
  188. package/dist/themes/default/assets/fonts/icons.ttf +0 -0
  189. package/dist/themes/default/assets/fonts/icons.woff +0 -0
  190. package/dist/themes/default/assets/fonts/icons.woff2 +0 -0
  191. package/dist/themes/default/assets/fonts/outline-icons.eot +0 -0
  192. package/dist/themes/default/assets/fonts/outline-icons.svg +93 -95
  193. package/dist/themes/default/assets/fonts/outline-icons.ttf +0 -0
  194. package/dist/themes/default/assets/fonts/outline-icons.woff +0 -0
  195. package/dist/themes/default/assets/fonts/outline-icons.woff2 +0 -0
  196. package/dist/themes/{default → famfamfam}/assets/images/flags.png +0 -0
  197. package/examples/assets/library/iframe-content.js +8 -8
  198. package/examples/assets/library/iframe.js +3 -3
  199. package/examples/components/button.html +1 -1
  200. package/examples/components/card.html +1 -1
  201. package/examples/components/input.html +1 -1
  202. package/examples/components/menu.html +1 -1
  203. package/examples/components/site.html +1 -1
  204. package/examples/components/table.html +1 -1
  205. package/package.json +18 -16
  206. package/scripts/nightly-version.js +47 -38
  207. package/src/definitions/behaviors/api.js +88 -29
  208. package/src/definitions/behaviors/form.js +38 -29
  209. package/src/definitions/behaviors/state.js +1 -1
  210. package/src/definitions/behaviors/visibility.js +1 -1
  211. package/src/definitions/collections/form.less +229 -165
  212. package/src/definitions/collections/grid.less +723 -687
  213. package/src/definitions/collections/menu.less +232 -170
  214. package/src/definitions/collections/message.less +49 -47
  215. package/src/definitions/collections/table.less +882 -272
  216. package/src/definitions/elements/button.less +611 -469
  217. package/src/definitions/elements/container.less +145 -8
  218. package/src/definitions/elements/divider.less +24 -24
  219. package/src/definitions/elements/emoji.less +39 -10
  220. package/src/definitions/elements/flag.less +53 -18
  221. package/src/definitions/elements/header.less +46 -37
  222. package/src/definitions/elements/icon.less +39 -32
  223. package/src/definitions/elements/input.less +281 -33
  224. package/src/definitions/elements/label.less +132 -128
  225. package/src/definitions/elements/list.less +84 -75
  226. package/src/definitions/elements/loader.less +99 -98
  227. package/src/definitions/elements/placeholder.less +32 -32
  228. package/src/definitions/elements/segment.less +177 -56
  229. package/src/definitions/elements/step.less +76 -72
  230. package/src/definitions/elements/text.less +17 -15
  231. package/src/definitions/globals/reset.less +2 -2
  232. package/src/definitions/globals/site.less +25 -2
  233. package/src/definitions/modules/accordion.js +5 -2
  234. package/src/definitions/modules/accordion.less +371 -219
  235. package/src/definitions/modules/calendar.js +84 -67
  236. package/src/definitions/modules/calendar.less +20 -0
  237. package/src/definitions/modules/checkbox.js +16 -10
  238. package/src/definitions/modules/checkbox.less +83 -227
  239. package/src/definitions/modules/dimmer.js +10 -4
  240. package/src/definitions/modules/dimmer.less +22 -8
  241. package/src/definitions/modules/dropdown.js +133 -109
  242. package/src/definitions/modules/dropdown.less +191 -136
  243. package/src/definitions/modules/embed.less +4 -4
  244. package/src/definitions/modules/modal.js +127 -49
  245. package/src/definitions/modules/modal.less +12 -0
  246. package/src/definitions/modules/nag.js +1 -1
  247. package/src/definitions/modules/nag.less +20 -19
  248. package/src/definitions/modules/popup.js +10 -10
  249. package/src/definitions/modules/popup.less +86 -90
  250. package/src/definitions/modules/progress.js +3 -0
  251. package/src/definitions/modules/progress.less +19 -18
  252. package/src/definitions/modules/rating.less +35 -34
  253. package/src/definitions/modules/search.js +1 -1
  254. package/src/definitions/modules/search.less +35 -19
  255. package/src/definitions/modules/shape.js +2 -2
  256. package/src/definitions/modules/sidebar.js +13 -11
  257. package/src/definitions/modules/sidebar.less +36 -22
  258. package/src/definitions/modules/slider.js +67 -50
  259. package/src/definitions/modules/slider.less +48 -47
  260. package/src/definitions/modules/sticky.js +3 -3
  261. package/src/definitions/modules/sticky.less +3 -1
  262. package/src/definitions/modules/tab.js +23 -5
  263. package/src/definitions/modules/tab.less +4 -4
  264. package/src/definitions/modules/toast.js +62 -30
  265. package/src/definitions/modules/toast.less +51 -16
  266. package/src/definitions/modules/transition.js +20 -15
  267. package/src/definitions/views/ad.less +3 -3
  268. package/src/definitions/views/card.less +522 -375
  269. package/src/definitions/views/comment.less +93 -82
  270. package/src/definitions/views/feed.less +164 -144
  271. package/src/definitions/views/item.less +251 -198
  272. package/src/definitions/views/statistic.less +91 -89
  273. package/src/theme.less +13 -2
  274. package/src/themes/amazon/globals/site.variables +1 -0
  275. package/src/themes/basic/elements/icon.overrides +149 -149
  276. package/src/themes/basic/elements/step.overrides +2 -2
  277. package/src/themes/bookish/elements/header.overrides +1 -1
  278. package/src/themes/chubby/elements/button.overrides +1 -1
  279. package/src/themes/chubby/elements/header.overrides +1 -1
  280. package/src/themes/default/assets/fonts/Lato-Bold.woff +0 -0
  281. package/src/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
  282. package/src/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
  283. package/src/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
  284. package/src/themes/default/assets/fonts/Lato-Italic.woff +0 -0
  285. package/src/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
  286. package/src/themes/default/assets/fonts/Lato-Regular.woff +0 -0
  287. package/src/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
  288. package/src/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
  289. package/src/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
  290. package/src/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
  291. package/src/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
  292. package/src/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
  293. package/src/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
  294. package/src/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
  295. package/src/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
  296. package/src/themes/default/assets/fonts/brand-icons.eot +0 -0
  297. package/src/themes/default/assets/fonts/brand-icons.svg +801 -654
  298. package/src/themes/default/assets/fonts/brand-icons.ttf +0 -0
  299. package/src/themes/default/assets/fonts/brand-icons.woff +0 -0
  300. package/src/themes/default/assets/fonts/brand-icons.woff2 +0 -0
  301. package/src/themes/default/assets/fonts/icons.eot +0 -0
  302. package/src/themes/default/assets/fonts/icons.svg +1175 -1079
  303. package/src/themes/default/assets/fonts/icons.ttf +0 -0
  304. package/src/themes/default/assets/fonts/icons.woff +0 -0
  305. package/src/themes/default/assets/fonts/icons.woff2 +0 -0
  306. package/src/themes/default/assets/fonts/outline-icons.eot +0 -0
  307. package/src/themes/default/assets/fonts/outline-icons.svg +93 -95
  308. package/src/themes/default/assets/fonts/outline-icons.ttf +0 -0
  309. package/src/themes/default/assets/fonts/outline-icons.woff +0 -0
  310. package/src/themes/default/assets/fonts/outline-icons.woff2 +0 -0
  311. package/src/themes/default/collections/form.variables +4 -0
  312. package/src/themes/default/collections/menu.variables +6 -0
  313. package/src/themes/default/collections/table.variables +52 -0
  314. package/src/themes/default/elements/button.variables +7 -1
  315. package/src/themes/default/elements/container.variables +12 -0
  316. package/src/themes/default/elements/divider.overrides +7 -7
  317. package/src/themes/default/elements/emoji.overrides +0 -3090
  318. package/src/themes/default/elements/emoji.variables +3575 -1
  319. package/src/themes/default/elements/flag.overrides +0 -991
  320. package/src/themes/default/elements/flag.variables +1609 -5
  321. package/src/themes/default/elements/icon.overrides +1975 -1949
  322. package/src/themes/default/elements/icon.variables +1 -0
  323. package/src/themes/default/elements/input.variables +15 -0
  324. package/src/themes/default/elements/segment.variables +8 -0
  325. package/src/themes/default/elements/step.overrides +3 -3
  326. package/src/themes/default/globals/site.variables +109 -8
  327. package/src/themes/default/globals/variation.variables +140 -6
  328. package/src/themes/default/modules/accordion.overrides +6 -5
  329. package/src/themes/default/modules/accordion.variables +49 -2
  330. package/src/themes/default/modules/calendar.variables +3 -0
  331. package/src/themes/default/modules/checkbox.overrides +9 -9
  332. package/src/themes/default/modules/checkbox.variables +5 -5
  333. package/src/themes/default/modules/dimmer.variables +1 -1
  334. package/src/themes/default/modules/dropdown.overrides +5 -5
  335. package/src/themes/default/modules/dropdown.variables +4 -10
  336. package/src/themes/default/modules/modal.variables +13 -0
  337. package/src/themes/default/modules/popup.variables +0 -2
  338. package/src/themes/default/modules/toast.variables +3 -0
  339. package/src/themes/default/views/card.variables +8 -0
  340. package/src/themes/{default → famfamfam}/assets/images/flags.png +0 -0
  341. package/src/themes/famfamfam/elements/flag.overrides +1026 -0
  342. package/src/themes/famfamfam/elements/flag.variables +20 -0
  343. package/src/themes/github/elements/icon.overrides +206 -206
  344. package/src/themes/github/elements/step.overrides +5 -5
  345. package/src/themes/github/globals/site.variables +1 -0
  346. package/src/themes/github/modules/dropdown.overrides +6 -6
  347. package/src/themes/instagram/views/card.overrides +1 -1
  348. package/src/themes/joypixels/elements/emoji.overrides +0 -3089
  349. package/src/themes/joypixels/elements/emoji.variables +3574 -5
  350. package/src/themes/material/collections/menu.overrides +1 -1
  351. package/src/themes/material/elements/button.overrides +1 -1
  352. package/src/themes/material/elements/header.overrides +1 -1
  353. package/src/themes/material/elements/icon.overrides +932 -932
  354. package/src/themes/material/globals/site.variables +0 -1
  355. package/src/themes/material/modules/dropdown.overrides +1 -1
  356. package/src/themes/material/modules/modal.overrides +1 -1
  357. package/src/themes/pulsar/elements/loader.overrides +2 -2
  358. package/src/themes/resetcss/globals/reset.overrides +3 -3
  359. package/src/themes/rtl/globals/site.overrides +1 -1
  360. package/src/themes/striped/modules/progress.overrides +1 -1
  361. package/src/themes/systemfont/globals/reset.overrides +8 -0
  362. package/src/themes/systemfont/globals/site.variables +10 -0
  363. package/src/themes/twitter/elements/emoji.overrides +0 -3091
  364. package/src/themes/twitter/elements/emoji.variables +3570 -6
  365. package/tasks/admin/distributions/create.js +1 -1
  366. package/tasks/admin/publish.js +1 -1
  367. package/tasks/admin/release.js +1 -1
  368. package/tasks/build/assets.js +1 -1
  369. package/tasks/build/css.js +9 -4
  370. package/tasks/build/javascript.js +3 -3
  371. package/tasks/check-install.js +1 -1
  372. package/tasks/clean.js +1 -1
  373. package/tasks/collections/README.md +1 -1
  374. package/tasks/collections/admin.js +1 -1
  375. package/tasks/config/admin/oauth.example.js +1 -1
  376. package/tasks/config/admin/templates/composer.json +1 -1
  377. package/tasks/config/project/install.js +15 -13
  378. package/tasks/install.js +1 -0
  379. package/tasks/rtl/watch.js +1 -1
  380. package/tasks/version.js +1 -1
  381. package/test/fixtures/accordion.html +1 -1
  382. package/test/fixtures/checkbox.html +1 -1
  383. package/test/fixtures/dropdown.html +1 -1
  384. package/test/fixtures/modal.html +1 -1
  385. package/test/fixtures/popup.html +1 -1
  386. package/test/fixtures/rating.html +1 -1
  387. package/test/fixtures/shape.html +1 -1
  388. package/test/fixtures/sidebar.html +1 -1
  389. package/test/fixtures/tab.html +1 -1
  390. package/test/fixtures/transition.html +1 -1
  391. package/test/fixtures/video.html +1 -1
  392. package/test/helpers/jasmine-jquery.js +2 -2
  393. package/test/helpers/jasmine-sinon.js +1 -1
  394. package/test/helpers/jquery-events.js +1 -1
  395. package/test/helpers/sinon.js +3 -3
  396. package/test/meteor/fonts.js +1 -1
  397. package/test/modules/accordion.spec.js +1 -1
  398. package/test/modules/checkbox.spec.js +1 -1
  399. package/test/modules/dropdown.spec.js +1 -1
  400. package/test/modules/modal.spec.js +1 -1
  401. package/test/modules/module.spec.js +1 -1
  402. package/test/modules/popup.spec.js +1 -1
  403. package/test/modules/search.spec.js +1 -1
  404. package/test/modules/shape.spec.js +1 -1
  405. package/test/modules/sidebar.spec.js +1 -1
  406. package/test/modules/tab.spec.js +1 -1
  407. package/test/modules/transition.spec.js +1 -1
  408. package/test/modules/video.spec.js +1 -1
@@ -0,0 +1,20 @@
1
+ /*******************************
2
+ Flag
3
+ *******************************/
4
+
5
+ @imagePath : '../../themes/famfamfam/assets/images';
6
+
7
+ /*-------------------
8
+ Element
9
+ --------------------*/
10
+
11
+ @spritePath: "@{imagePath}/flags.png";
12
+ @width: 16px;
13
+ @height: 11px;
14
+ @verticalAlign: baseline;
15
+ @margin: 0.5em;
16
+
17
+ @flags: {
18
+ };
19
+ @size-map: {
20
+ };
@@ -1,208 +1,208 @@
1
1
  /* Octicons */
2
2
 
3
- .icon.alert:before { content: '\f02d'} /*  */
4
- .icon.alignment.align:before { content: '\f08a'} /*  */
5
- .icon.alignment.aligned.to:before { content: '\f08e'} /*  */
6
- .icon.alignment.unalign:before { content: '\f08b'} /*  */
7
- .icon.arrow.down:before { content: '\f03f'} /*  */
8
- .icon.arrow.left:before { content: '\f040'} /*  */
9
- .icon.arrow.right:before { content: '\f03e'} /*  */
10
- .icon.arrow.small.down:before { content: '\f0a0'} /*  */
11
- .icon.arrow.small.left:before { content: '\f0a1'} /*  */
12
- .icon.arrow.small.right:before { content: '\f071'} /*  */
13
- .icon.arrow.small.up:before { content: '\f09f'} /*  */
14
- .icon.arrow.up:before { content: '\f03d'} /*  */
15
- .icon.beer:before { content: '\f069'} /*  */
16
- .icon.book:before { content: '\f007'} /*  */
17
- .icon.bookmark:before { content: '\f07b'} /*  */
18
- .icon.briefcase:before { content: '\f0d3'} /*  */
19
- .icon.broadcast:before { content: '\f048'} /*  */
20
- .icon.browser:before { content: '\f0c5'} /*  */
21
- .icon.bug:before { content: '\f091'} /*  */
22
- .icon.calendar:before { content: '\f068'} /*  */
23
- .icon.check:before { content: '\f03a'} /*  */
24
- .icon.checklist:before { content: '\f076'} /*  */
25
- .icon.chevron.down:before { content: '\f0a3'} /*  */
26
- .icon.chevron.left:before { content: '\f0a4'} /*  */
27
- .icon.chevron.right:before { content: '\f078'} /*  */
28
- .icon.chevron.up:before { content: '\f0a2'} /*  */
29
- .icon.circle.slash:before { content: '\f084'} /*  */
30
- .icon.circuit.board:before { content: '\f0d6'} /*  */
31
- .icon.clippy:before { content: '\f035'} /*  */
32
- .icon.clock:before { content: '\f046'} /*  */
33
- .icon.cloud.download:before { content: '\f00b'} /*  */
34
- .icon.cloud.upload:before { content: '\f00c'} /*  */
35
- .icon.code:before { content: '\f05f'} /*  */
36
- .icon.color.mode:before { content: '\f065'} /*  */
37
- .icon.comment.add:before,
38
- .icon.comment:before { content: '\f02b'} /*  */
39
- .icon.comment.discussion:before { content: '\f04f'} /*  */
40
- .icon.credit.card:before { content: '\f045'} /*  */
41
- .icon.dash:before { content: '\f0ca'} /*  */
42
- .icon.dashboard:before { content: '\f07d'} /*  */
43
- .icon.database:before { content: '\f096'} /*  */
44
- .icon.device.camera:before { content: '\f056'} /*  */
45
- .icon.device.camera.video:before { content: '\f057'} /*  */
46
- .icon.device.desktop:before { content: '\f27c'} /*  */
47
- .icon.device.mobile:before { content: '\f038'} /*  */
48
- .icon.diff:before { content: '\f04d'} /*  */
49
- .icon.diff.added:before { content: '\f06b'} /*  */
50
- .icon.diff.ignored:before { content: '\f099'} /*  */
51
- .icon.diff.modified:before { content: '\f06d'} /*  */
52
- .icon.diff.removed:before { content: '\f06c'} /*  */
53
- .icon.diff.renamed:before { content: '\f06e'} /*  */
54
- .icon.ellipsis:before { content: '\f09a'} /*  */
55
- .icon.eye.unwatch:before,
56
- .icon.eye.watch:before,
57
- .icon.eye:before { content: '\f04e'} /*  */
58
- .icon.file.binary:before { content: '\f094'} /*  */
59
- .icon.file.code:before { content: '\f010'} /*  */
60
- .icon.file.directory:before { content: '\f016'} /*  */
61
- .icon.file.media:before { content: '\f012'} /*  */
62
- .icon.file.pdf:before { content: '\f014'} /*  */
63
- .icon.file.submodule:before { content: '\f017'} /*  */
64
- .icon.file.symlink.directory:before { content: '\f0b1'} /*  */
65
- .icon.file.symlink.file:before { content: '\f0b0'} /*  */
66
- .icon.file.text:before { content: '\f011'} /*  */
67
- .icon.file.zip:before { content: '\f013'} /*  */
68
- .icon.flame:before { content: '\f0d2'} /*  */
69
- .icon.fold:before { content: '\f0cc'} /*  */
70
- .icon.gear:before { content: '\f02f'} /*  */
71
- .icon.gift:before { content: '\f042'} /*  */
72
- .icon.gist:before { content: '\f00e'} /*  */
73
- .icon.gist.secret:before { content: '\f08c'} /*  */
74
- .icon.git.branch.create:before,
75
- .icon.git.branch.delete:before,
76
- .icon.git.branch:before { content: '\f020'} /*  */
77
- .icon.git.commit:before { content: '\f01f'} /*  */
78
- .icon.git.compare:before { content: '\f0ac'} /*  */
79
- .icon.git.merge:before { content: '\f023'} /*  */
80
- .icon.git.pull.request.abandoned:before,
81
- .icon.git.pull.request:before { content: '\f009'} /*  */
82
- .icon.globe:before { content: '\f0b6'} /*  */
83
- .icon.graph:before { content: '\f043'} /*  */
84
- .icon.heart:before { content: '\2665'} /* ♥ */
85
- .icon.history:before { content: '\f07e'} /*  */
86
- .icon.home:before { content: '\f08d'} /*  */
87
- .icon.horizontal.rule:before { content: '\f070'} /*  */
88
- .icon.hourglass:before { content: '\f09e'} /*  */
89
- .icon.hubot:before { content: '\f09d'} /*  */
90
- .icon.inbox:before { content: '\f0cf'} /*  */
91
- .icon.info:before { content: '\f059'} /*  */
92
- .icon.issue.closed:before { content: '\f028'} /*  */
93
- .icon.issue.opened:before { content: '\f026'} /*  */
94
- .icon.issue.reopened:before { content: '\f027'} /*  */
95
- .icon.jersey:before { content: '\f019'} /*  */
96
- .icon.jump.down:before { content: '\f072'} /*  */
97
- .icon.jump.left:before { content: '\f0a5'} /*  */
98
- .icon.jump.right:before { content: '\f0a6'} /*  */
99
- .icon.jump.up:before { content: '\f073'} /*  */
100
- .icon.key:before { content: '\f049'} /*  */
101
- .icon.keyboard:before { content: '\f00d'} /*  */
102
- .icon.law:before { content: '\f0d8'} /*  */
103
- .icon.light.bulb:before { content: '\f000'} /*  */
104
- .icon.linkify:before { content: '\f05c'} /*  */
105
- .icon.linkify.external:before { content: '\f07f'} /*  */
106
- .icon.list.ordered:before { content: '\f062'} /*  */
107
- .icon.list.unordered:before { content: '\f061'} /*  */
108
- .icon.location:before { content: '\f060'} /*  */
109
- .icon.gist.private:before,
110
- .icon.mirror.private:before,
111
- .icon.git.fork.private:before,
112
- .icon.lock:before { content: '\f06a'} /*  */
113
- .icon.logo.github:before { content: '\f092'} /*  */
114
- .icon.mail:before { content: '\f03b'} /*  */
115
- .icon.mail.read:before { content: '\f03c'} /*  */
116
- .icon.mail.reply:before { content: '\f051'} /*  */
117
- .icon.mark.github:before { content: '\f00a'} /*  */
118
- .icon.markdown:before { content: '\f0c9'} /*  */
119
- .icon.megaphone:before { content: '\f077'} /*  */
120
- .icon.mention:before { content: '\f0be'} /*  */
121
- .icon.microscope:before { content: '\f089'} /*  */
122
- .icon.milestone:before { content: '\f075'} /*  */
123
- .icon.mirror.public:before,
124
- .icon.mirror:before { content: '\f024'} /*  */
125
- .icon.mortar.board:before { content: '\f0d7'} /*  */
126
- .icon.move.down:before { content: '\f0a8'} /*  */
127
- .icon.move.left:before { content: '\f074'} /*  */
128
- .icon.move.right:before { content: '\f0a9'} /*  */
129
- .icon.move.up:before { content: '\f0a7'} /*  */
130
- .icon.mute:before { content: '\f080'} /*  */
131
- .icon.no.newline:before { content: '\f09c'} /*  */
132
- .icon.octoface:before { content: '\f008'} /*  */
133
- .icon.organization:before { content: '\f037'} /*  */
134
- .icon.package:before { content: '\f0c4'} /*  */
135
- .icon.paintcan:before { content: '\f0d1'} /*  */
136
- .icon.pencil:before { content: '\f058'} /*  */
137
- .icon.person.add:before,
138
- .icon.person.follow:before,
139
- .icon.person:before { content: '\f018'} /*  */
140
- .icon.pin:before { content: '\f041'} /*  */
141
- .icon.playback.fast.forward:before { content: '\f0bd'} /*  */
142
- .icon.playback.pause:before { content: '\f0bb'} /*  */
143
- .icon.playback.play:before { content: '\f0bf'} /*  */
144
- .icon.playback.rewind:before { content: '\f0bc'} /*  */
145
- .icon.plug:before { content: '\f0d4'} /*  */
146
- .icon.repo.create:before,
147
- .icon.gist.new:before,
148
- .icon.file.directory.create:before,
149
- .icon.file.add:before,
150
- .icon.plus:before { content: '\f05d'} /*  */
151
- .icon.podium:before { content: '\f0af'} /*  */
152
- .icon.primitive.dot:before { content: '\f052'} /*  */
153
- .icon.primitive.square:before { content: '\f053'} /*  */
154
- .icon.pulse:before { content: '\f085'} /*  */
155
- .icon.puzzle:before { content: '\f0c0'} /*  */
156
- .icon.question:before { content: '\f02c'} /*  */
157
- .icon.quote:before { content: '\f063'} /*  */
158
- .icon.radio.tower:before { content: '\f030'} /*  */
159
- .icon.repo.delete:before,
160
- .icon.repo:before { content: '\f001'} /*  */
161
- .icon.repo.clone:before { content: '\f04c'} /*  */
162
- .icon.repo.force.push:before { content: '\f04a'} /*  */
163
- .icon.gist.fork:before,
164
- .icon.repo.forked:before { content: '\f002'} /*  */
165
- .icon.repo.pull:before { content: '\f006'} /*  */
166
- .icon.repo.push:before { content: '\f005'} /*  */
167
- .icon.rocket:before { content: '\f033'} /*  */
168
- .icon.rss:before { content: '\f034'} /*  */
169
- .icon.ruby:before { content: '\f047'} /*  */
170
- .icon.screen.full:before { content: '\f066'} /*  */
171
- .icon.screen.normal:before { content: '\f067'} /*  */
172
- .icon.search.save:before,
173
- .icon.search:before { content: '\f02e'} /*  */
174
- .icon.server:before { content: '\f097'} /*  */
175
- .icon.settings:before { content: '\f07c'} /*  */
176
- .icon.log.in:before,
177
- .icon.sign.in:before { content: '\f036'} /*  */
178
- .icon.log.out:before,
179
- .icon.sign.out:before { content: '\f032'} /*  */
180
- .icon.split:before { content: '\f0c6'} /*  */
181
- .icon.squirrel:before { content: '\f0b2'} /*  */
182
- .icon.star.add:before,
183
- .icon.star.delete:before,
184
- .icon.star:before { content: '\f02a'} /*  */
185
- .icon.steps:before { content: '\f0c7'} /*  */
186
- .icon.stop:before { content: '\f08f'} /*  */
187
- .icon.repo.sync:before,
188
- .icon.sync:before { content: '\f087'} /*  */
189
- .icon.tag.remove:before,
190
- .icon.tag.add:before,
191
- .icon.tag:before { content: '\f015'} /*  */
192
- .icon.telescope:before { content: '\f088'} /*  */
193
- .icon.terminal:before { content: '\f0c8'} /*  */
194
- .icon.three.bars:before { content: '\f05e'} /*  */
195
- .icon.thumbsdown:before { content: '\f0db'} /*  */
196
- .icon.thumbsup:before { content: '\f0da'} /*  */
197
- .icon.tools:before { content: '\f031'} /*  */
198
- .icon.trashcan:before { content: '\f0d0'} /*  */
199
- .icon.triangle.down:before { content: '\f05b'} /*  */
200
- .icon.triangle.left:before { content: '\f044'} /*  */
201
- .icon.triangle.right:before { content: '\f05a'} /*  */
202
- .icon.triangle.up:before { content: '\f0aa'} /*  */
203
- .icon.unfold:before { content: '\f039'} /*  */
204
- .icon.unmute:before { content: '\f0ba'} /*  */
205
- .icon.versions:before { content: '\f064'} /*  */
206
- .icon.remove.close:before,
207
- .icon.x:before { content: '\f081'} /*  */
208
- .icon.zap:before { content: '\26A1'} /* ⚡ */
3
+ .icon.alert::before { content: '\f02d'} /*  */
4
+ .icon.alignment.align::before { content: '\f08a'} /*  */
5
+ .icon.alignment.aligned.to::before { content: '\f08e'} /*  */
6
+ .icon.alignment.unalign::before { content: '\f08b'} /*  */
7
+ .icon.arrow.down::before { content: '\f03f'} /*  */
8
+ .icon.arrow.left::before { content: '\f040'} /*  */
9
+ .icon.arrow.right::before { content: '\f03e'} /*  */
10
+ .icon.arrow.small.down::before { content: '\f0a0'} /*  */
11
+ .icon.arrow.small.left::before { content: '\f0a1'} /*  */
12
+ .icon.arrow.small.right::before { content: '\f071'} /*  */
13
+ .icon.arrow.small.up::before { content: '\f09f'} /*  */
14
+ .icon.arrow.up::before { content: '\f03d'} /*  */
15
+ .icon.beer::before { content: '\f069'} /*  */
16
+ .icon.book::before { content: '\f007'} /*  */
17
+ .icon.bookmark::before { content: '\f07b'} /*  */
18
+ .icon.briefcase::before { content: '\f0d3'} /*  */
19
+ .icon.broadcast::before { content: '\f048'} /*  */
20
+ .icon.browser::before { content: '\f0c5'} /*  */
21
+ .icon.bug::before { content: '\f091'} /*  */
22
+ .icon.calendar::before { content: '\f068'} /*  */
23
+ .icon.check::before { content: '\f03a'} /*  */
24
+ .icon.checklist::before { content: '\f076'} /*  */
25
+ .icon.chevron.down::before { content: '\f0a3'} /*  */
26
+ .icon.chevron.left::before { content: '\f0a4'} /*  */
27
+ .icon.chevron.right::before { content: '\f078'} /*  */
28
+ .icon.chevron.up::before { content: '\f0a2'} /*  */
29
+ .icon.circle.slash::before { content: '\f084'} /*  */
30
+ .icon.circuit.board::before { content: '\f0d6'} /*  */
31
+ .icon.clippy::before { content: '\f035'} /*  */
32
+ .icon.clock::before { content: '\f046'} /*  */
33
+ .icon.cloud.download::before { content: '\f00b'} /*  */
34
+ .icon.cloud.upload::before { content: '\f00c'} /*  */
35
+ .icon.code::before { content: '\f05f'} /*  */
36
+ .icon.color.mode::before { content: '\f065'} /*  */
37
+ .icon.comment.add::before,
38
+ .icon.comment::before { content: '\f02b'} /*  */
39
+ .icon.comment.discussion::before { content: '\f04f'} /*  */
40
+ .icon.credit.card::before { content: '\f045'} /*  */
41
+ .icon.dash::before { content: '\f0ca'} /*  */
42
+ .icon.dashboard::before { content: '\f07d'} /*  */
43
+ .icon.database::before { content: '\f096'} /*  */
44
+ .icon.device.camera::before { content: '\f056'} /*  */
45
+ .icon.device.camera.video::before { content: '\f057'} /*  */
46
+ .icon.device.desktop::before { content: '\f27c'} /*  */
47
+ .icon.device.mobile::before { content: '\f038'} /*  */
48
+ .icon.diff::before { content: '\f04d'} /*  */
49
+ .icon.diff.added::before { content: '\f06b'} /*  */
50
+ .icon.diff.ignored::before { content: '\f099'} /*  */
51
+ .icon.diff.modified::before { content: '\f06d'} /*  */
52
+ .icon.diff.removed::before { content: '\f06c'} /*  */
53
+ .icon.diff.renamed::before { content: '\f06e'} /*  */
54
+ .icon.ellipsis::before { content: '\f09a'} /*  */
55
+ .icon.eye.unwatch::before,
56
+ .icon.eye.watch::before,
57
+ .icon.eye::before { content: '\f04e'} /*  */
58
+ .icon.file.binary::before { content: '\f094'} /*  */
59
+ .icon.file.code::before { content: '\f010'} /*  */
60
+ .icon.file.directory::before { content: '\f016'} /*  */
61
+ .icon.file.media::before { content: '\f012'} /*  */
62
+ .icon.file.pdf::before { content: '\f014'} /*  */
63
+ .icon.file.submodule::before { content: '\f017'} /*  */
64
+ .icon.file.symlink.directory::before { content: '\f0b1'} /*  */
65
+ .icon.file.symlink.file::before { content: '\f0b0'} /*  */
66
+ .icon.file.text::before { content: '\f011'} /*  */
67
+ .icon.file.zip::before { content: '\f013'} /*  */
68
+ .icon.flame::before { content: '\f0d2'} /*  */
69
+ .icon.fold::before { content: '\f0cc'} /*  */
70
+ .icon.gear::before { content: '\f02f'} /*  */
71
+ .icon.gift::before { content: '\f042'} /*  */
72
+ .icon.gist::before { content: '\f00e'} /*  */
73
+ .icon.gist.secret::before { content: '\f08c'} /*  */
74
+ .icon.git.branch.create::before,
75
+ .icon.git.branch.delete::before,
76
+ .icon.git.branch::before { content: '\f020'} /*  */
77
+ .icon.git.commit::before { content: '\f01f'} /*  */
78
+ .icon.git.compare::before { content: '\f0ac'} /*  */
79
+ .icon.git.merge::before { content: '\f023'} /*  */
80
+ .icon.git.pull.request.abandoned::before,
81
+ .icon.git.pull.request::before { content: '\f009'} /*  */
82
+ .icon.globe::before { content: '\f0b6'} /*  */
83
+ .icon.graph::before { content: '\f043'} /*  */
84
+ .icon.heart::before { content: '\2665'} /* ♥ */
85
+ .icon.history::before { content: '\f07e'} /*  */
86
+ .icon.home::before { content: '\f08d'} /*  */
87
+ .icon.horizontal.rule::before { content: '\f070'} /*  */
88
+ .icon.hourglass::before { content: '\f09e'} /*  */
89
+ .icon.hubot::before { content: '\f09d'} /*  */
90
+ .icon.inbox::before { content: '\f0cf'} /*  */
91
+ .icon.info::before { content: '\f059'} /*  */
92
+ .icon.issue.closed::before { content: '\f028'} /*  */
93
+ .icon.issue.opened::before { content: '\f026'} /*  */
94
+ .icon.issue.reopened::before { content: '\f027'} /*  */
95
+ .icon.jersey::before { content: '\f019'} /*  */
96
+ .icon.jump.down::before { content: '\f072'} /*  */
97
+ .icon.jump.left::before { content: '\f0a5'} /*  */
98
+ .icon.jump.right::before { content: '\f0a6'} /*  */
99
+ .icon.jump.up::before { content: '\f073'} /*  */
100
+ .icon.key::before { content: '\f049'} /*  */
101
+ .icon.keyboard::before { content: '\f00d'} /*  */
102
+ .icon.law::before { content: '\f0d8'} /*  */
103
+ .icon.light.bulb::before { content: '\f000'} /*  */
104
+ .icon.linkify::before { content: '\f05c'} /*  */
105
+ .icon.linkify.external::before { content: '\f07f'} /*  */
106
+ .icon.list.ordered::before { content: '\f062'} /*  */
107
+ .icon.list.unordered::before { content: '\f061'} /*  */
108
+ .icon.location::before { content: '\f060'} /*  */
109
+ .icon.gist.private::before,
110
+ .icon.mirror.private::before,
111
+ .icon.git.fork.private::before,
112
+ .icon.lock::before { content: '\f06a'} /*  */
113
+ .icon.logo.github::before { content: '\f092'} /*  */
114
+ .icon.mail::before { content: '\f03b'} /*  */
115
+ .icon.mail.read::before { content: '\f03c'} /*  */
116
+ .icon.mail.reply::before { content: '\f051'} /*  */
117
+ .icon.mark.github::before { content: '\f00a'} /*  */
118
+ .icon.markdown::before { content: '\f0c9'} /*  */
119
+ .icon.megaphone::before { content: '\f077'} /*  */
120
+ .icon.mention::before { content: '\f0be'} /*  */
121
+ .icon.microscope::before { content: '\f089'} /*  */
122
+ .icon.milestone::before { content: '\f075'} /*  */
123
+ .icon.mirror.public::before,
124
+ .icon.mirror::before { content: '\f024'} /*  */
125
+ .icon.mortar.board::before { content: '\f0d7'} /*  */
126
+ .icon.move.down::before { content: '\f0a8'} /*  */
127
+ .icon.move.left::before { content: '\f074'} /*  */
128
+ .icon.move.right::before { content: '\f0a9'} /*  */
129
+ .icon.move.up::before { content: '\f0a7'} /*  */
130
+ .icon.mute::before { content: '\f080'} /*  */
131
+ .icon.no.newline::before { content: '\f09c'} /*  */
132
+ .icon.octoface::before { content: '\f008'} /*  */
133
+ .icon.organization::before { content: '\f037'} /*  */
134
+ .icon.package::before { content: '\f0c4'} /*  */
135
+ .icon.paintcan::before { content: '\f0d1'} /*  */
136
+ .icon.pencil::before { content: '\f058'} /*  */
137
+ .icon.person.add::before,
138
+ .icon.person.follow::before,
139
+ .icon.person::before { content: '\f018'} /*  */
140
+ .icon.pin::before { content: '\f041'} /*  */
141
+ .icon.playback.fast.forward::before { content: '\f0bd'} /*  */
142
+ .icon.playback.pause::before { content: '\f0bb'} /*  */
143
+ .icon.playback.play::before { content: '\f0bf'} /*  */
144
+ .icon.playback.rewind::before { content: '\f0bc'} /*  */
145
+ .icon.plug::before { content: '\f0d4'} /*  */
146
+ .icon.repo.create::before,
147
+ .icon.gist.new::before,
148
+ .icon.file.directory.create::before,
149
+ .icon.file.add::before,
150
+ .icon.plus::before { content: '\f05d'} /*  */
151
+ .icon.podium::before { content: '\f0af'} /*  */
152
+ .icon.primitive.dot::before { content: '\f052'} /*  */
153
+ .icon.primitive.square::before { content: '\f053'} /*  */
154
+ .icon.pulse::before { content: '\f085'} /*  */
155
+ .icon.puzzle::before { content: '\f0c0'} /*  */
156
+ .icon.question::before { content: '\f02c'} /*  */
157
+ .icon.quote::before { content: '\f063'} /*  */
158
+ .icon.radio.tower::before { content: '\f030'} /*  */
159
+ .icon.repo.delete::before,
160
+ .icon.repo::before { content: '\f001'} /*  */
161
+ .icon.repo.clone::before { content: '\f04c'} /*  */
162
+ .icon.repo.force.push::before { content: '\f04a'} /*  */
163
+ .icon.gist.fork::before,
164
+ .icon.repo.forked::before { content: '\f002'} /*  */
165
+ .icon.repo.pull::before { content: '\f006'} /*  */
166
+ .icon.repo.push::before { content: '\f005'} /*  */
167
+ .icon.rocket::before { content: '\f033'} /*  */
168
+ .icon.rss::before { content: '\f034'} /*  */
169
+ .icon.ruby::before { content: '\f047'} /*  */
170
+ .icon.screen.full::before { content: '\f066'} /*  */
171
+ .icon.screen.normal::before { content: '\f067'} /*  */
172
+ .icon.search.save::before,
173
+ .icon.search::before { content: '\f02e'} /*  */
174
+ .icon.server::before { content: '\f097'} /*  */
175
+ .icon.settings::before { content: '\f07c'} /*  */
176
+ .icon.log.in::before,
177
+ .icon.sign.in::before { content: '\f036'} /*  */
178
+ .icon.log.out::before,
179
+ .icon.sign.out::before { content: '\f032'} /*  */
180
+ .icon.split::before { content: '\f0c6'} /*  */
181
+ .icon.squirrel::before { content: '\f0b2'} /*  */
182
+ .icon.star.add::before,
183
+ .icon.star.delete::before,
184
+ .icon.star::before { content: '\f02a'} /*  */
185
+ .icon.steps::before { content: '\f0c7'} /*  */
186
+ .icon.stop::before { content: '\f08f'} /*  */
187
+ .icon.repo.sync::before,
188
+ .icon.sync::before { content: '\f087'} /*  */
189
+ .icon.tag.remove::before,
190
+ .icon.tag.add::before,
191
+ .icon.tag::before { content: '\f015'} /*  */
192
+ .icon.telescope::before { content: '\f088'} /*  */
193
+ .icon.terminal::before { content: '\f0c8'} /*  */
194
+ .icon.three.bars::before { content: '\f05e'} /*  */
195
+ .icon.thumbsdown::before { content: '\f0db'} /*  */
196
+ .icon.thumbsup::before { content: '\f0da'} /*  */
197
+ .icon.tools::before { content: '\f031'} /*  */
198
+ .icon.trashcan::before { content: '\f0d0'} /*  */
199
+ .icon.triangle.down::before { content: '\f05b'} /*  */
200
+ .icon.triangle.left::before { content: '\f044'} /*  */
201
+ .icon.triangle.right::before { content: '\f05a'} /*  */
202
+ .icon.triangle.up::before { content: '\f0aa'} /*  */
203
+ .icon.unfold::before { content: '\f039'} /*  */
204
+ .icon.unmute::before { content: '\f0ba'} /*  */
205
+ .icon.versions::before { content: '\f064'} /*  */
206
+ .icon.remove.close::before,
207
+ .icon.x::before { content: '\f081'} /*  */
208
+ .icon.zap::before { content: '\26A1'} /* ⚡ */
@@ -2,20 +2,20 @@
2
2
  Overrides
3
3
  *******************************/
4
4
 
5
- .ui.steps .step:after {
5
+ .ui.steps .step::after {
6
6
  display: none;
7
7
  }
8
- .ui.steps .completed.step:before {
8
+ .ui.steps .completed.step::before {
9
9
  opacity: 0.5;
10
10
  }
11
11
 
12
- .ui.steps .step.active:after {
12
+ .ui.steps .step.active::after {
13
13
  display: block;
14
14
  border: none;
15
15
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
16
16
  border-left: 1px solid rgba(0, 0, 0, 0.2);
17
17
  }
18
- .ui.vertical.steps .step.active:after {
18
+ .ui.vertical.steps .step.active::after {
19
19
  display: block;
20
20
  border: none;
21
21
  top: 50%;
@@ -23,4 +23,4 @@
23
23
  border-left: none;
24
24
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
25
25
  border-right: 1px solid rgba(0, 0, 0, 0.2);
26
- }
26
+ }
@@ -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
 
@@ -33,21 +33,21 @@
33
33
  .ui.dropdown > .dropdown.icon {
34
34
  width: auto;
35
35
  }
36
- .ui.dropdown > .dropdown.icon:before {
36
+ .ui.dropdown > .dropdown.icon::before {
37
37
  content: '\f0d7';
38
38
  }
39
39
 
40
40
  /* Sub Menu */
41
- .ui.dropdown .menu .item .dropdown.icon:before {
41
+ .ui.dropdown .menu .item .dropdown.icon::before {
42
42
  content: '\f0da'/*rtl:'\f0d9'*/;
43
43
  }
44
44
 
45
- .ui.dropdown .item .left.dropdown.icon:before,
46
- .ui.dropdown .left.menu .item .dropdown.icon:before {
45
+ .ui.dropdown .item .left.dropdown.icon::before,
46
+ .ui.dropdown .left.menu .item .dropdown.icon::before {
47
47
  content: "\f0d9"/*rtl:"\f0da"*/;
48
48
  }
49
49
 
50
50
  /* Vertical Menu Dropdown */
51
- .ui.vertical.menu .dropdown.item > .dropdown.icon:before {
51
+ .ui.vertical.menu .dropdown.item > .dropdown.icon::before {
52
52
  content: "\f0da"/*rtl:"\f0d9"*/;
53
- }
53
+ }
@@ -3,7 +3,7 @@
3
3
  *******************************/
4
4
 
5
5
 
6
- @import url(https://fonts.googleapis.com/css?family=Montserrat:700,400);
6
+ @import (css) url('https://fonts.googleapis.com/css2?family=Montserrat');
7
7
 
8
8
  .ui.cards > .card,
9
9
  .ui.card {