fomantic-ui 2.9.0-beta.99 → 2.9.0

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 (442) hide show
  1. package/.all-contributorsrc +86 -1
  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/CHANGELOG.md +925 -650
  9. package/CONTRIBUTORS.md +16 -1
  10. package/FAQ.md +38 -38
  11. package/README.md +7 -7
  12. package/dist/components/accordion.css +136 -40
  13. package/dist/components/accordion.js +10 -4
  14. package/dist/components/accordion.min.css +2 -2
  15. package/dist/components/accordion.min.js +3 -3
  16. package/dist/components/ad.css +4 -4
  17. package/dist/components/ad.min.css +2 -2
  18. package/dist/components/api.js +82 -25
  19. package/dist/components/api.min.js +3 -3
  20. package/dist/components/breadcrumb.css +1 -1
  21. package/dist/components/breadcrumb.min.css +1 -1
  22. package/dist/components/button.css +124 -77
  23. package/dist/components/button.min.css +2 -2
  24. package/dist/components/calendar.css +18 -1
  25. package/dist/components/calendar.js +92 -73
  26. package/dist/components/calendar.min.css +2 -2
  27. package/dist/components/calendar.min.js +3 -3
  28. package/dist/components/card.css +729 -99
  29. package/dist/components/card.min.css +2 -2
  30. package/dist/components/checkbox.css +92 -92
  31. package/dist/components/checkbox.js +4 -3
  32. package/dist/components/checkbox.min.css +2 -2
  33. package/dist/components/checkbox.min.js +3 -3
  34. package/dist/components/comment.css +2 -2
  35. package/dist/components/comment.min.css +2 -2
  36. package/dist/components/container.css +98 -4
  37. package/dist/components/container.min.css +2 -2
  38. package/dist/components/dimmer.css +7 -6
  39. package/dist/components/dimmer.js +19 -10
  40. package/dist/components/dimmer.min.css +2 -2
  41. package/dist/components/dimmer.min.js +3 -3
  42. package/dist/components/divider.css +31 -31
  43. package/dist/components/divider.min.css +2 -2
  44. package/dist/components/dropdown.css +74 -47
  45. package/dist/components/dropdown.js +237 -188
  46. package/dist/components/dropdown.min.css +2 -2
  47. package/dist/components/dropdown.min.js +3 -3
  48. package/dist/components/embed.css +5 -5
  49. package/dist/components/embed.js +14 -10
  50. package/dist/components/embed.min.css +2 -2
  51. package/dist/components/embed.min.js +3 -3
  52. package/dist/components/emoji.css +10797 -8839
  53. package/dist/components/emoji.min.css +1 -1
  54. package/dist/components/feed.css +2 -2
  55. package/dist/components/feed.min.css +2 -2
  56. package/dist/components/flag.css +563 -563
  57. package/dist/components/flag.min.css +2 -2
  58. package/dist/components/flyout.css +592 -0
  59. package/dist/components/flyout.js +1530 -0
  60. package/dist/components/flyout.min.css +9 -0
  61. package/dist/components/flyout.min.js +11 -0
  62. package/dist/components/form.css +67 -39
  63. package/dist/components/form.js +25 -21
  64. package/dist/components/form.min.css +2 -2
  65. package/dist/components/form.min.js +3 -3
  66. package/dist/components/grid.css +15 -14
  67. package/dist/components/grid.min.css +2 -2
  68. package/dist/components/header.css +6 -4
  69. package/dist/components/header.min.css +2 -2
  70. package/dist/components/icon.css +2105 -2061
  71. package/dist/components/icon.min.css +2 -2
  72. package/dist/components/image.css +1 -1
  73. package/dist/components/image.min.css +1 -1
  74. package/dist/components/input.css +743 -21
  75. package/dist/components/input.min.css +2 -2
  76. package/dist/components/item.css +5 -5
  77. package/dist/components/item.min.css +2 -2
  78. package/dist/components/label.css +72 -68
  79. package/dist/components/label.min.css +2 -2
  80. package/dist/components/list.css +31 -31
  81. package/dist/components/list.min.css +2 -2
  82. package/dist/components/loader.css +352 -352
  83. package/dist/components/loader.min.css +2 -2
  84. package/dist/components/menu.css +79 -71
  85. package/dist/components/menu.min.css +1 -1
  86. package/dist/components/message.css +3 -3
  87. package/dist/components/message.min.css +2 -2
  88. package/dist/components/modal.css +35 -6
  89. package/dist/components/modal.js +97 -57
  90. package/dist/components/modal.min.css +2 -2
  91. package/dist/components/modal.min.js +3 -3
  92. package/dist/components/nag.css +1 -1
  93. package/dist/components/nag.js +3 -3
  94. package/dist/components/nag.min.css +1 -1
  95. package/dist/components/nag.min.js +3 -3
  96. package/dist/components/placeholder.css +33 -33
  97. package/dist/components/placeholder.min.css +2 -2
  98. package/dist/components/popup.css +100 -104
  99. package/dist/components/popup.js +17 -23
  100. package/dist/components/popup.min.css +2 -2
  101. package/dist/components/popup.min.js +3 -3
  102. package/dist/components/progress.css +1 -1
  103. package/dist/components/progress.js +6 -3
  104. package/dist/components/progress.min.css +1 -1
  105. package/dist/components/progress.min.js +3 -3
  106. package/dist/components/rail.css +1 -1
  107. package/dist/components/rail.min.css +1 -1
  108. package/dist/components/rating.css +1 -1
  109. package/dist/components/rating.js +8 -4
  110. package/dist/components/rating.min.css +1 -1
  111. package/dist/components/rating.min.js +3 -3
  112. package/dist/components/reset.css +5 -4
  113. package/dist/components/reset.min.css +2 -2
  114. package/dist/components/reveal.css +1 -1
  115. package/dist/components/reveal.min.css +1 -1
  116. package/dist/components/search.css +6 -6
  117. package/dist/components/search.js +48 -21
  118. package/dist/components/search.min.css +2 -2
  119. package/dist/components/search.min.js +3 -3
  120. package/dist/components/segment.css +107 -29
  121. package/dist/components/segment.min.css +2 -2
  122. package/dist/components/shape.css +1 -1
  123. package/dist/components/shape.js +4 -4
  124. package/dist/components/shape.min.css +1 -1
  125. package/dist/components/shape.min.js +3 -3
  126. package/dist/components/sidebar.css +20 -8
  127. package/dist/components/sidebar.js +141 -44
  128. package/dist/components/sidebar.min.css +2 -2
  129. package/dist/components/sidebar.min.js +3 -3
  130. package/dist/components/site.css +79 -4
  131. package/dist/components/site.js +2 -2
  132. package/dist/components/site.min.css +2 -2
  133. package/dist/components/site.min.js +3 -3
  134. package/dist/components/slider.css +17 -17
  135. package/dist/components/slider.js +79 -64
  136. package/dist/components/slider.min.css +1 -1
  137. package/dist/components/slider.min.js +3 -3
  138. package/dist/components/state.js +3 -3
  139. package/dist/components/state.min.js +3 -3
  140. package/dist/components/statistic.css +4 -4
  141. package/dist/components/statistic.min.css +2 -2
  142. package/dist/components/step.css +30 -30
  143. package/dist/components/step.min.css +2 -2
  144. package/dist/components/sticky.css +1 -1
  145. package/dist/components/sticky.js +30 -19
  146. package/dist/components/sticky.min.css +1 -1
  147. package/dist/components/sticky.min.js +3 -3
  148. package/dist/components/tab.css +5 -5
  149. package/dist/components/tab.js +25 -7
  150. package/dist/components/tab.min.css +2 -2
  151. package/dist/components/tab.min.js +3 -3
  152. package/dist/components/table.css +1680 -270
  153. package/dist/components/table.min.css +2 -2
  154. package/dist/components/text.css +1 -1
  155. package/dist/components/text.min.css +1 -1
  156. package/dist/components/toast.css +11 -1
  157. package/dist/components/toast.js +19 -12
  158. package/dist/components/toast.min.css +2 -2
  159. package/dist/components/toast.min.js +3 -3
  160. package/dist/components/transition.css +1 -1
  161. package/dist/components/transition.js +27 -22
  162. package/dist/components/transition.min.css +1 -1
  163. package/dist/components/transition.min.js +3 -3
  164. package/dist/components/visibility.js +5 -5
  165. package/dist/components/visibility.min.js +3 -3
  166. package/dist/semantic.css +41415 -34430
  167. package/dist/semantic.js +2597 -696
  168. package/dist/semantic.min.css +3 -3
  169. package/dist/semantic.min.js +3 -3
  170. package/dist/themes/default/assets/fonts/Lato-Bold.woff +0 -0
  171. package/dist/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
  172. package/dist/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
  173. package/dist/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
  174. package/dist/themes/default/assets/fonts/Lato-Italic.woff +0 -0
  175. package/dist/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
  176. package/dist/themes/default/assets/fonts/Lato-Regular.woff +0 -0
  177. package/dist/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
  178. package/dist/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
  179. package/dist/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
  180. package/dist/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
  181. package/dist/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
  182. package/dist/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
  183. package/dist/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
  184. package/dist/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
  185. package/dist/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
  186. package/dist/themes/default/assets/fonts/brand-icons.woff +0 -0
  187. package/dist/themes/default/assets/fonts/brand-icons.woff2 +0 -0
  188. package/dist/themes/default/assets/fonts/icons.woff +0 -0
  189. package/dist/themes/default/assets/fonts/icons.woff2 +0 -0
  190. package/dist/themes/default/assets/fonts/outline-icons.woff +0 -0
  191. package/dist/themes/default/assets/fonts/outline-icons.woff2 +0 -0
  192. package/dist/themes/{default → famfamfam}/assets/images/flags.png +0 -0
  193. package/examples/assets/library/iframe-content.js +3 -3
  194. package/examples/assets/library/iframe.js +3 -3
  195. package/examples/components/button.html +1 -1
  196. package/examples/components/card.html +1 -1
  197. package/examples/components/input.html +1 -1
  198. package/examples/components/menu.html +1 -1
  199. package/examples/components/site.html +1 -1
  200. package/examples/components/sticky-context.html +197 -0
  201. package/examples/components/table.html +1 -1
  202. package/package.json +20 -18
  203. package/scripts/nightly-version.js +47 -38
  204. package/src/definitions/behaviors/api.js +81 -24
  205. package/src/definitions/behaviors/form.js +24 -20
  206. package/src/definitions/behaviors/state.js +2 -2
  207. package/src/definitions/behaviors/visibility.js +4 -4
  208. package/src/definitions/collections/form.less +43 -31
  209. package/src/definitions/collections/grid.less +11 -11
  210. package/src/definitions/collections/menu.less +62 -47
  211. package/src/definitions/collections/message.less +1 -1
  212. package/src/definitions/collections/table.less +636 -39
  213. package/src/definitions/elements/button.less +254 -125
  214. package/src/definitions/elements/container.less +129 -0
  215. package/src/definitions/elements/divider.less +24 -24
  216. package/src/definitions/elements/emoji.less +25 -2
  217. package/src/definitions/elements/flag.less +47 -1
  218. package/src/definitions/elements/header.less +4 -2
  219. package/src/definitions/elements/icon.less +91 -12
  220. package/src/definitions/elements/input.less +259 -27
  221. package/src/definitions/elements/label.less +42 -39
  222. package/src/definitions/elements/list.less +29 -30
  223. package/src/definitions/elements/loader.less +87 -87
  224. package/src/definitions/elements/placeholder.less +32 -32
  225. package/src/definitions/elements/segment.less +147 -34
  226. package/src/definitions/elements/step.less +25 -25
  227. package/src/definitions/globals/reset.less +2 -2
  228. package/src/definitions/globals/site.js +1 -1
  229. package/src/definitions/globals/site.less +14 -12
  230. package/src/definitions/modules/accordion.js +9 -3
  231. package/src/definitions/modules/accordion.less +371 -269
  232. package/src/definitions/modules/calendar.js +91 -72
  233. package/src/definitions/modules/calendar.less +20 -0
  234. package/src/definitions/modules/checkbox.js +3 -2
  235. package/src/definitions/modules/checkbox.less +53 -53
  236. package/src/definitions/modules/dimmer.js +18 -9
  237. package/src/definitions/modules/dimmer.less +11 -10
  238. package/src/definitions/modules/dropdown.js +236 -187
  239. package/src/definitions/modules/dropdown.less +110 -77
  240. package/src/definitions/modules/embed.js +13 -9
  241. package/src/definitions/modules/embed.less +4 -4
  242. package/src/definitions/modules/flyout.js +1530 -0
  243. package/src/definitions/modules/flyout.less +650 -0
  244. package/src/definitions/modules/modal.js +96 -56
  245. package/src/definitions/modules/modal.less +68 -33
  246. package/src/definitions/modules/nag.js +2 -2
  247. package/src/definitions/modules/popup.js +16 -22
  248. package/src/definitions/modules/popup.less +86 -90
  249. package/src/definitions/modules/progress.js +5 -2
  250. package/src/definitions/modules/rating.js +7 -3
  251. package/src/definitions/modules/search.js +47 -20
  252. package/src/definitions/modules/search.less +3 -3
  253. package/src/definitions/modules/shape.js +3 -3
  254. package/src/definitions/modules/sidebar.js +140 -43
  255. package/src/definitions/modules/sidebar.less +20 -5
  256. package/src/definitions/modules/slider.js +78 -63
  257. package/src/definitions/modules/slider.less +9 -9
  258. package/src/definitions/modules/sticky.js +29 -18
  259. package/src/definitions/modules/sticky.less +3 -1
  260. package/src/definitions/modules/tab.js +24 -6
  261. package/src/definitions/modules/tab.less +4 -4
  262. package/src/definitions/modules/toast.js +18 -11
  263. package/src/definitions/modules/toast.less +6 -0
  264. package/src/definitions/modules/transition.js +26 -21
  265. package/src/definitions/views/ad.less +3 -3
  266. package/src/definitions/views/card.less +124 -18
  267. package/src/definitions/views/comment.less +1 -1
  268. package/src/definitions/views/feed.less +1 -1
  269. package/src/definitions/views/item.less +3 -3
  270. package/src/definitions/views/statistic.less +1 -1
  271. package/src/semantic.less +1 -0
  272. package/src/theme.config.example +1 -0
  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/icon.variables +16 -6
  277. package/src/themes/basic/elements/step.overrides +2 -2
  278. package/src/themes/bookish/elements/header.overrides +1 -1
  279. package/src/themes/chubby/elements/button.overrides +1 -1
  280. package/src/themes/chubby/elements/header.overrides +1 -1
  281. package/src/themes/default/assets/fonts/Lato-Bold.woff +0 -0
  282. package/src/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
  283. package/src/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
  284. package/src/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
  285. package/src/themes/default/assets/fonts/Lato-Italic.woff +0 -0
  286. package/src/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
  287. package/src/themes/default/assets/fonts/Lato-Regular.woff +0 -0
  288. package/src/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
  289. package/src/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
  290. package/src/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
  291. package/src/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
  292. package/src/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
  293. package/src/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
  294. package/src/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
  295. package/src/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
  296. package/src/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
  297. package/src/themes/default/assets/fonts/brand-icons.woff +0 -0
  298. package/src/themes/default/assets/fonts/brand-icons.woff2 +0 -0
  299. package/src/themes/default/assets/fonts/icons.woff +0 -0
  300. package/src/themes/default/assets/fonts/icons.woff2 +0 -0
  301. package/src/themes/default/assets/fonts/outline-icons.woff +0 -0
  302. package/src/themes/default/assets/fonts/outline-icons.woff2 +0 -0
  303. package/src/themes/default/collections/form.variables +4 -0
  304. package/src/themes/default/collections/table.variables +52 -0
  305. package/src/themes/default/elements/button.variables +5 -0
  306. package/src/themes/default/elements/container.variables +12 -0
  307. package/src/themes/default/elements/divider.overrides +7 -7
  308. package/src/themes/default/elements/emoji.overrides +0 -3090
  309. package/src/themes/default/elements/emoji.variables +3563 -1
  310. package/src/themes/default/elements/flag.overrides +0 -1640
  311. package/src/themes/default/elements/flag.variables +1597 -1
  312. package/src/themes/default/elements/icon.overrides +1 -2043
  313. package/src/themes/default/elements/icon.variables +2045 -30
  314. package/src/themes/default/elements/input.variables +15 -0
  315. package/src/themes/default/elements/segment.variables +8 -0
  316. package/src/themes/default/elements/step.overrides +4 -7
  317. package/src/themes/default/globals/site.variables +103 -8
  318. package/src/themes/default/globals/variation.variables +59 -0
  319. package/src/themes/default/modules/accordion.overrides +7 -9
  320. package/src/themes/default/modules/accordion.variables +34 -2
  321. package/src/themes/default/modules/calendar.variables +3 -0
  322. package/src/themes/default/modules/checkbox.overrides +10 -12
  323. package/src/themes/default/modules/checkbox.variables +5 -5
  324. package/src/themes/default/modules/dropdown.overrides +6 -9
  325. package/src/themes/default/modules/dropdown.variables +6 -9
  326. package/src/themes/default/modules/flyout.overrides +3 -0
  327. package/src/themes/default/modules/flyout.variables +100 -0
  328. package/src/themes/default/modules/modal.variables +16 -2
  329. package/src/themes/default/modules/popup.variables +0 -2
  330. package/src/themes/default/modules/sidebar.variables +4 -1
  331. package/src/themes/default/views/card.variables +8 -0
  332. package/src/themes/{default → famfamfam}/assets/images/flags.png +0 -0
  333. package/src/themes/famfamfam/elements/flag.overrides +496 -496
  334. package/src/themes/famfamfam/elements/flag.variables +8 -1
  335. package/src/themes/github/elements/icon.overrides +206 -206
  336. package/src/themes/github/elements/icon.variables +16 -1
  337. package/src/themes/github/elements/step.overrides +5 -5
  338. package/src/themes/github/globals/site.variables +1 -0
  339. package/src/themes/github/modules/dropdown.overrides +7 -10
  340. package/src/themes/instagram/views/card.overrides +1 -1
  341. package/src/themes/joypixels/elements/emoji.overrides +0 -3089
  342. package/src/themes/joypixels/elements/emoji.variables +3562 -5
  343. package/src/themes/material/collections/menu.overrides +1 -1
  344. package/src/themes/material/elements/button.overrides +1 -1
  345. package/src/themes/material/elements/header.overrides +1 -1
  346. package/src/themes/material/elements/icon.overrides +932 -932
  347. package/src/themes/material/elements/icon.variables +17 -0
  348. package/src/themes/material/globals/site.variables +0 -1
  349. package/src/themes/material/modules/dropdown.overrides +1 -1
  350. package/src/themes/material/modules/modal.overrides +1 -1
  351. package/src/themes/pulsar/elements/loader.overrides +2 -2
  352. package/src/themes/resetcss/globals/reset.overrides +3 -3
  353. package/src/themes/rtl/globals/site.overrides +1 -1
  354. package/src/themes/striped/modules/progress.overrides +1 -1
  355. package/src/themes/systemfont/globals/reset.overrides +8 -0
  356. package/src/themes/systemfont/globals/site.variables +10 -0
  357. package/src/themes/twitter/elements/emoji.overrides +0 -3091
  358. package/src/themes/twitter/elements/emoji.variables +3558 -6
  359. package/tasks/admin/distributions/create.js +1 -1
  360. package/tasks/admin/publish.js +1 -1
  361. package/tasks/admin/release.js +1 -1
  362. package/tasks/build/assets.js +1 -1
  363. package/tasks/build/css.js +3 -3
  364. package/tasks/build/javascript.js +3 -3
  365. package/tasks/check-install.js +1 -1
  366. package/tasks/clean.js +1 -1
  367. package/tasks/collections/README.md +1 -1
  368. package/tasks/collections/admin.js +1 -1
  369. package/tasks/config/admin/oauth.example.js +1 -1
  370. package/tasks/config/admin/release.js +1 -0
  371. package/tasks/config/admin/templates/composer.json +1 -1
  372. package/tasks/config/admin/templates/css-package.js +8 -12
  373. package/tasks/config/admin/templates/less-package.js +2 -2
  374. package/tasks/config/defaults.js +1 -0
  375. package/tasks/config/project/install.js +16 -13
  376. package/tasks/install.js +1 -0
  377. package/tasks/rtl/watch.js +1 -1
  378. package/tasks/version.js +1 -1
  379. package/test/fixtures/accordion.html +1 -1
  380. package/test/fixtures/checkbox.html +1 -1
  381. package/test/fixtures/dropdown.html +1 -1
  382. package/test/fixtures/modal.html +1 -1
  383. package/test/fixtures/popup.html +1 -1
  384. package/test/fixtures/rating.html +1 -1
  385. package/test/fixtures/shape.html +1 -1
  386. package/test/fixtures/sidebar.html +1 -1
  387. package/test/fixtures/tab.html +1 -1
  388. package/test/fixtures/transition.html +1 -1
  389. package/test/fixtures/video.html +1 -1
  390. package/test/helpers/jasmine-jquery.js +2 -2
  391. package/test/helpers/jasmine-sinon.js +1 -1
  392. package/test/helpers/jquery-events.js +1 -1
  393. package/test/helpers/sinon.js +2 -2
  394. package/test/meteor/fonts.js +1 -1
  395. package/test/modules/accordion.spec.js +1 -1
  396. package/test/modules/checkbox.spec.js +1 -1
  397. package/test/modules/dropdown.spec.js +1 -1
  398. package/test/modules/modal.spec.js +1 -1
  399. package/test/modules/module.spec.js +1 -1
  400. package/test/modules/popup.spec.js +1 -1
  401. package/test/modules/search.spec.js +1 -1
  402. package/test/modules/shape.spec.js +1 -1
  403. package/test/modules/sidebar.spec.js +1 -1
  404. package/test/modules/tab.spec.js +1 -1
  405. package/test/modules/transition.spec.js +1 -1
  406. package/test/modules/video.spec.js +1 -1
  407. package/dist/themes/basic/assets/fonts/icons.eot +0 -0
  408. package/dist/themes/basic/assets/fonts/icons.svg +0 -450
  409. package/dist/themes/basic/assets/fonts/icons.ttf +0 -0
  410. package/dist/themes/default/assets/fonts/brand-icons.eot +0 -0
  411. package/dist/themes/default/assets/fonts/brand-icons.svg +0 -3570
  412. package/dist/themes/default/assets/fonts/brand-icons.ttf +0 -0
  413. package/dist/themes/default/assets/fonts/icons.eot +0 -0
  414. package/dist/themes/default/assets/fonts/icons.svg +0 -4938
  415. package/dist/themes/default/assets/fonts/icons.ttf +0 -0
  416. package/dist/themes/default/assets/fonts/outline-icons.eot +0 -0
  417. package/dist/themes/default/assets/fonts/outline-icons.svg +0 -803
  418. package/dist/themes/default/assets/fonts/outline-icons.ttf +0 -0
  419. package/dist/themes/github/assets/fonts/octicons-local.ttf +0 -0
  420. package/dist/themes/github/assets/fonts/octicons.svg +0 -200
  421. package/dist/themes/github/assets/fonts/octicons.ttf +0 -0
  422. package/dist/themes/material/assets/fonts/icons.eot +0 -0
  423. package/dist/themes/material/assets/fonts/icons.svg +0 -2373
  424. package/dist/themes/material/assets/fonts/icons.ttf +0 -0
  425. package/src/themes/basic/assets/fonts/icons.eot +0 -0
  426. package/src/themes/basic/assets/fonts/icons.svg +0 -450
  427. package/src/themes/basic/assets/fonts/icons.ttf +0 -0
  428. package/src/themes/default/assets/fonts/brand-icons.eot +0 -0
  429. package/src/themes/default/assets/fonts/brand-icons.svg +0 -3570
  430. package/src/themes/default/assets/fonts/brand-icons.ttf +0 -0
  431. package/src/themes/default/assets/fonts/icons.eot +0 -0
  432. package/src/themes/default/assets/fonts/icons.svg +0 -4938
  433. package/src/themes/default/assets/fonts/icons.ttf +0 -0
  434. package/src/themes/default/assets/fonts/outline-icons.eot +0 -0
  435. package/src/themes/default/assets/fonts/outline-icons.svg +0 -803
  436. package/src/themes/default/assets/fonts/outline-icons.ttf +0 -0
  437. package/src/themes/github/assets/fonts/octicons-local.ttf +0 -0
  438. package/src/themes/github/assets/fonts/octicons.svg +0 -200
  439. package/src/themes/github/assets/fonts/octicons.ttf +0 -0
  440. package/src/themes/material/assets/fonts/icons.eot +0 -0
  441. package/src/themes/material/assets/fonts/icons.svg +0 -2373
  442. package/src/themes/material/assets/fonts/icons.ttf +0 -0
@@ -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' */
@@ -4,9 +4,19 @@
4
4
 
5
5
  @fontPath : "../../themes/basic/assets/fonts";
6
6
 
7
- @src:
8
- url("@{fontPath}/@{fontName}.eot?#iefix") format('embedded-opentype'),
9
- url("@{fontPath}/@{fontName}.woff") format('woff'),
10
- url("@{fontPath}/@{fontName}.ttf") format('truetype'),
11
- url("@{fontPath}/@{fontName}.svg#icons") format('svg')
12
- ;
7
+ @fonts: {
8
+ @solid: {
9
+ font-family: @fontName;
10
+ src: url("@{fontPath}/@{fontName}.woff") format('woff');
11
+ font-style: normal;
12
+ font-weight: @normal;
13
+ font-variant: normal;
14
+ text-decoration: inherit;
15
+ text-transform: none;
16
+ };
17
+ };
18
+ @icon-deprecated-map: {};
19
+ @icon-outline-map: {};
20
+ @icon-outline-aliases-map: {};
21
+ @icon-brand-map: {};
22
+ @icon-brand-aliases-map: {};
@@ -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');
@@ -149,6 +149,10 @@
149
149
  @groupedLabelFontWeight: @labelFontWeight;
150
150
  @groupedLabelTextTransform: @labelTextTransform;
151
151
 
152
+ /* Icon */
153
+ @iconOpacity: 0.5;
154
+ @iconFocusOpacity: 1;
155
+ @iconTransition: opacity 0.3s @defaultEasing;
152
156
 
153
157
  /* Inline */
154
158
  @inlineInputSize: @relativeMedium;
@@ -42,6 +42,7 @@
42
42
  @headerBorder: 1px solid @internalBorderColor;
43
43
  @headerDivider: none;
44
44
  @headerBackground: @offWhite;
45
+ @headerBackgroundHex: @offWhite;
45
46
  @headerAlign: inherit;
46
47
  @headerVerticalAlign: inherit;
47
48
  @headerColor: @textColor;
@@ -57,6 +58,7 @@
57
58
  @footerBorder: 1px solid @borderColor;
58
59
  @footerDivider: none;
59
60
  @footerBackground: @offWhite;
61
+ @footerBackgroundHex: @offWhite;
60
62
  @footerAlign: inherit;
61
63
  @footerVerticalAlign: inherit;
62
64
  @footerColor: @textColor;
@@ -118,29 +120,39 @@
118
120
  @positiveBoxShadow: @stateMarkerWidth 0 0 @positiveBorderColor inset;
119
121
  @positiveBackgroundHover: darken(@positiveBackgroundColor, 3);
120
122
  @positiveColorHover: darken(@positiveColor, 3);
123
+ @invertedPositiveColor: @positiveTextColor;
124
+ @invertedPositiveBackgroundColor: @positiveBorderColor;
121
125
 
122
126
  /* Negative */
123
127
  @negativeColor: @negativeTextColor;
124
128
  @negativeBoxShadow: @stateMarkerWidth 0 0 @negativeBorderColor inset;
125
129
  @negativeBackgroundHover: darken(@negativeBackgroundColor, 3);
126
130
  @negativeColorHover: darken(@negativeColor, 3);
131
+ @invertedNegativeColor: @negativeTextColor;
132
+ @invertedNegativeBackgroundColor: @negativeBorderColor;
127
133
 
128
134
  /* Error */
129
135
  @errorColor: @errorTextColor;
130
136
  @errorBoxShadow: @stateMarkerWidth 0 0 @errorBorderColor inset;
131
137
  @errorBackgroundHover: darken(@errorBackgroundColor, 3);
132
138
  @errorColorHover: darken(@errorColor, 3);
139
+ @invertedErrorColor: @errorTextColor;
140
+ @invertedErrorBackgroundColor: @errorBorderColor;
133
141
 
134
142
  /* Warning */
135
143
  @warningColor: @warningTextColor;
136
144
  @warningBoxShadow: @stateMarkerWidth 0 0 @warningBorderColor inset;
137
145
  @warningBackgroundHover: darken(@warningBackgroundColor, 3);
138
146
  @warningColorHover: darken(@warningColor, 3);
147
+ @invertedWarningColor: @warningTextColor;
148
+ @invertedWarningBackgroundColor: #EEC97E;
139
149
 
140
150
  /* Active */
141
151
  @activeColor: @textColor;
142
152
  @activeBackgroundColor: #E0E0E0;
143
153
  @activeBoxShadow: @stateMarkerWidth 0 0 @activeColor inset;
154
+ @invertedActiveColor: @textColor;
155
+ @invertedActiveBackgroundColor: #A0A0A0;
144
156
 
145
157
  @activeBackgroundHover: #EFEFEF;
146
158
  @activeColorHover: @selectedTextColor;
@@ -212,9 +224,15 @@
212
224
  @invertedCellColor: @invertedTextColor;
213
225
 
214
226
  @invertedHeaderBackground: @veryStrongTransparentBlack;
227
+ @invertedHeaderBackgroundHex: #252525;
215
228
  @invertedHeaderColor: @invertedTextColor;
216
229
  @invertedHeaderBorderColor: @invertedCellBorderColor;
217
230
 
231
+ @invertedFooterBackground: @invertedHeaderBackground;
232
+ @invertedFooterBackgroundHex: @invertedHeaderBackgroundHex;
233
+ @invertedFooterColor: @invertedHeaderColor;
234
+ @invertedFooterBorderColor: @invertedHeaderBorderColor;
235
+
218
236
  @invertedDefinitionColumnBackground: @subtleTransparentWhite;
219
237
  @invertedDefinitionColumnColor: @invertedSelectedTextColor;
220
238
  @invertedDefinitionColumnFontWeight: @bold;
@@ -243,6 +261,40 @@
243
261
  @veryCompactVerticalPadding: 0.4em;
244
262
  @veryCompactHorizontalPadding: 0.6em;
245
263
 
264
+ /* Scrolling */
265
+ @scrollingMobileMaxItems: 3;
266
+ @scrollingTabletMaxItems: 4;
267
+ @scrollingComputerMaxItems: 6;
268
+ @scrollingWidescreenMaxItems: 8;
269
+
270
+ @scrollingItemHeight: (@cellVerticalPadding * 2) + @lineHeight;
271
+ @scrollingMobileMaxBodyHeight: (@scrollingItemHeight * @scrollingMobileMaxItems);
272
+ @scrollingTabletMaxBodyHeight: (@scrollingItemHeight * @scrollingTabletMaxItems);
273
+ @scrollingComputerMaxBodyHeight: (@scrollingItemHeight * @scrollingComputerMaxItems);
274
+ @scrollingWidescreenMaxBodyHeight: (@scrollingItemHeight * @scrollingWidescreenMaxItems);
275
+
276
+ /* Stuck */
277
+ @stuckBackground: @background;
278
+ @stuckHeaderBackground: @offWhite;
279
+ @stuckFooterBackground: @stuckHeaderBackground;
280
+
281
+ @invertedStuckBackground: @invertedBackground;
282
+ @invertedStuckHeaderBackground: @invertedHeaderBackgroundHex;
283
+ @invertedStuckFooterBackground: @invertedStuckHeaderBackground;
284
+
285
+ @stuckZIndex: 800;
286
+
287
+ @overflowingMobileMaxItems: 5;
288
+ @overflowingTabletMaxItems: 6;
289
+ @overflowingComputerMaxItems: 8;
290
+ @overflowingWidescreenMaxItems: 10;
291
+
292
+ @overflowingItemHeight: (@cellVerticalPadding * 2) + @lineHeight;
293
+ @overflowingMobileMaxHeight: (@overflowingItemHeight * @overflowingMobileMaxItems);
294
+ @overflowingTabletMaxHeight: (@overflowingItemHeight * @overflowingTabletMaxItems);
295
+ @overflowingComputerMaxHeight: (@overflowingItemHeight * @overflowingComputerMaxItems);
296
+ @overflowingWidescreenMaxHeight: (@overflowingItemHeight * @overflowingWidescreenMaxItems);
297
+
246
298
 
247
299
  /* Sizes */
248
300
  @small: 0.9em;
@@ -377,6 +377,8 @@
377
377
 
378
378
  /* Attached */
379
379
  @attachedOffset: -1px;
380
+ @topAttachedOffset: 0;
381
+ @bottomAttachedOffset: @attachedOffset;
380
382
  @attachedBoxShadow: 0 0 0 1px @borderColor;
381
383
  @attachedHorizontalPadding: 0.75em;
382
384
  @attachedZIndex: auto;
@@ -403,3 +405,6 @@
403
405
  /* Circular */
404
406
  @circularBorderRadius: 10em;
405
407
  @circularIconWidth: 1em;
408
+
409
+ /* Spaced */
410
+ @spacedMargin: 1em;
@@ -9,6 +9,7 @@
9
9
  /* Minimum Gutter is used to determine the maximum container width for a given device */
10
10
 
11
11
  @maxWidth: 100%;
12
+ @wideRatio: 1.2;
12
13
 
13
14
  /* Devices */
14
15
  @mobileMinimumGutter: 0;
@@ -17,14 +18,17 @@
17
18
 
18
19
  @tabletMinimumGutter: (@emSize * 1);
19
20
  @tabletWidth: @tabletBreakpoint - (@tabletMinimumGutter * 2) - @scrollbarWidth;
21
+ @tabletWideWidth: (@tabletBreakpoint - (@tabletMinimumGutter * 2) - @scrollbarWidth) * @wideRatio;
20
22
  @tabletGutter: auto;
21
23
 
22
24
  @computerMinimumGutter: (@emSize * 1.5);
23
25
  @computerWidth: @computerBreakpoint - (@computerMinimumGutter * 2) - @scrollbarWidth;
26
+ @computerWideWidth: (@computerBreakpoint - (@computerMinimumGutter * 2) - @scrollbarWidth) * @wideRatio;
24
27
  @computerGutter: auto;
25
28
 
26
29
  @largeMonitorMinimumGutter: (@emSize * 2);
27
30
  @largeMonitorWidth: @largeMonitorBreakpoint - (@largeMonitorMinimumGutter * 2) - @scrollbarWidth;
31
+ @largeMonitorWideWidth: (@largeMonitorBreakpoint - (@largeMonitorMinimumGutter * 2) - @scrollbarWidth) * @wideRatio;
28
32
  @largeMonitorGutter: auto;
29
33
 
30
34
  /* Coupling (Add Negative Margin to container size) */
@@ -47,6 +51,14 @@
47
51
  @computerVeryRelaxedGridWidth: e(%("calc(%d + %d)", @computerWidth, @veryRelaxedGridGutterWidth));
48
52
  @largeMonitorVeryRelaxedGridWidth: e(%("calc(%d + %d)", @largeMonitorWidth, @veryRelaxedGridGutterWidth));
49
53
 
54
+ /*-------------------
55
+ Scrolling
56
+ --------------------*/
57
+ @scrollingMobileMaxHeight: 15em;
58
+ @scrollingTabletMaxHeight: 18em;
59
+ @scrollingComputerMaxHeight: 24em;
60
+ @scrollingWidescreenMaxHeight: 30em;
61
+
50
62
  /*-------------------
51
63
  Types
52
64
  --------------------*/