fomantic-ui 2.9.0-beta.98 → 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,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.0-beta.98 - Input
2
+ * # Fomantic-UI 2.9.0 - Input
3
3
  * http://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -37,7 +37,7 @@
37
37
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
38
38
  text-align: left;
39
39
  line-height: 1.21428571em;
40
- font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
40
+ font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
41
41
  background: #FFFFFF;
42
42
  border: 1px solid rgba(34, 36, 38, 0.15);
43
43
  color: rgba(0, 0, 0, 0.87);
@@ -52,6 +52,13 @@
52
52
  .ui.input > input:not([type="color"]) {
53
53
  padding: 0.67857143em 1em;
54
54
  }
55
+ .ui.input > input::-webkit-calendar-picker-indicator {
56
+ padding: 0;
57
+ opacity: 0.5;
58
+ -webkit-transition: opacity 0.3s ease;
59
+ transition: opacity 0.3s ease;
60
+ cursor: pointer;
61
+ }
55
62
 
56
63
  /*--------------------
57
64
  Placeholder
@@ -106,7 +113,7 @@
106
113
  Loading
107
114
  ---------------------*/
108
115
 
109
- .ui.loading.loading.input > i.icon:before {
116
+ .ui.loading.loading.input > i.icon::before {
110
117
  position: absolute;
111
118
  content: '';
112
119
  top: 50%;
@@ -117,7 +124,7 @@
117
124
  border-radius: 500rem;
118
125
  border: 0.2em solid rgba(0, 0, 0, 0.1);
119
126
  }
120
- .ui.loading.loading.input > i.icon:after {
127
+ .ui.loading.loading.input > i.icon::after {
121
128
  position: absolute;
122
129
  content: '';
123
130
  top: 50%;
@@ -169,6 +176,18 @@
169
176
  -webkit-box-shadow: none;
170
177
  box-shadow: none;
171
178
  }
179
+ .ui.input > input:not(:-moz-placeholder-shown):invalid {
180
+ background-color: #FFF6F6;
181
+ border-color: #E0B4B4;
182
+ color: #9F3A38;
183
+ box-shadow: none;
184
+ }
185
+ .ui.input > input:not(:-ms-input-placeholder):invalid {
186
+ background-color: #FFF6F6;
187
+ border-color: #E0B4B4;
188
+ color: #9F3A38;
189
+ box-shadow: none;
190
+ }
172
191
  .ui.input > input:not(:placeholder-shown):invalid {
173
192
  background-color: #FFF6F6;
174
193
  border-color: #E0B4B4;
@@ -368,12 +387,12 @@
368
387
  .ui.icon.input > i.icon:not(.link) {
369
388
  pointer-events: none;
370
389
  }
371
- .ui.ui.ui.ui.icon.input > textarea,
372
- .ui.ui.ui.ui.icon.input > input {
390
+ .ui.ui.ui.ui.icon.input:not(.corner) > textarea,
391
+ .ui.ui.ui.ui.icon.input:not(.corner) > input {
373
392
  padding-right: 2.67142857em;
374
393
  }
375
- .ui.icon.input > i.icon:before,
376
- .ui.icon.input > i.icon:after {
394
+ .ui.icon.input > i.icon::before,
395
+ .ui.icon.input > i.icon::after {
377
396
  left: 0;
378
397
  position: absolute;
379
398
  text-align: center;
@@ -399,13 +418,17 @@
399
418
  right: auto;
400
419
  left: 0.5em;
401
420
  }
402
- .ui.ui.ui.ui[class*="left icon"].input > textarea,
403
- .ui.ui.ui.ui[class*="left icon"].input > input {
421
+ .ui.ui.ui.ui[class*="left icon"]:not([class*="left corner"]).input > textarea,
422
+ .ui.ui.ui.ui[class*="left icon"]:not([class*="left corner"]).input > input {
404
423
  padding-left: 2.67142857em;
424
+ }
425
+ .ui.ui.ui.ui[class*="left icon"]:not(.corner).input > textarea,
426
+ .ui.ui.ui.ui[class*="left icon"]:not(.corner).input > input {
405
427
  padding-right: 1em;
406
428
  }
407
429
 
408
430
  /* Focus */
431
+ .ui.input > input:focus::-webkit-calendar-picker-indicator,
409
432
  .ui.icon.input > textarea:focus ~ i.icon,
410
433
  .ui.icon.input > input:focus ~ i.icon {
411
434
  opacity: 1;
@@ -466,30 +489,88 @@
466
489
  }
467
490
 
468
491
  /* Spacing with corner label */
469
- .ui[class*="corner labeled"]:not([class*="left corner labeled"]).labeled.input > textarea,
470
- .ui[class*="corner labeled"]:not([class*="left corner labeled"]).labeled.input > input {
471
- padding-right: 2.5em !important;
492
+ .ui[class*="corner labeled"]:not([class*="left corner labeled"]).input > .ui.dropdown,
493
+ .ui[class*="corner labeled"]:not([class*="left corner labeled"]).input > textarea,
494
+ .ui[class*="corner labeled"]:not([class*="left corner labeled"]).input > input {
495
+ padding-right: 2.5em;
472
496
  }
497
+ .ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > .ui.dropdown,
473
498
  .ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > textarea,
474
499
  .ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > input {
475
- padding-right: 3.25em !important;
500
+ padding-right: 3.25em;
476
501
  }
477
502
  .ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > i.icon {
478
503
  margin-right: 1.25em;
479
504
  }
480
505
 
481
506
  /* Left Labeled */
482
- .ui[class*="left corner labeled"].labeled.input > textarea,
483
- .ui[class*="left corner labeled"].labeled.input > input {
484
- padding-left: 2.5em !important;
485
- }
486
- .ui[class*="left corner labeled"].icon.input > textarea,
487
- .ui[class*="left corner labeled"].icon.input > input {
488
- padding-left: 3.25em !important;
507
+ .ui[class*="left icon"].input > .ui.dropdown,
508
+ .ui[class*="left corner labeled"].input > .ui.dropdown,
509
+ .ui[class*="left corner labeled"].input > textarea,
510
+ .ui[class*="left corner labeled"].input > input {
511
+ padding-left: 2.5em;
512
+ }
513
+ .ui[class*="corner labeled"]:not([class*="left corner labeled"])[class*="left icon"].input > .ui.dropdown,
514
+ .ui[class*="corner labeled"]:not([class*="left corner labeled"])[class*="left icon"].input > textarea,
515
+ .ui[class*="corner labeled"]:not([class*="left corner labeled"])[class*="left icon"].input > input {
516
+ padding-right: 3.25em;
517
+ }
518
+ .ui[class*="left corner labeled"][class*="left icon"].input > .ui.dropdown,
519
+ .ui[class*="left corner labeled"][class*="left icon"].input > textarea,
520
+ .ui[class*="left corner labeled"][class*="left icon"].input > input {
521
+ padding-left: 4em;
489
522
  }
490
523
  .ui[class*="left corner labeled"].icon.input > i.icon {
491
524
  margin-left: 1.25em;
492
525
  }
526
+ .ui[class*="left corner labeled"].icon:not([class*="left icon"]).input > input {
527
+ padding-right: 2.5em;
528
+ }
529
+ .ui[class*="corner labeled"]:not([class*="left corner labeled"]).icon:not([class*="left icon"]).input > input {
530
+ padding-right: 5em;
531
+ }
532
+ .ui[class*="left icon"].input > .ui.dropdown > .search,
533
+ .ui[class*="left corner labeled"].input > .ui.dropdown > .search {
534
+ padding-left: 2.5em;
535
+ }
536
+ .ui[class*="left icon"].input > .ui.dropdown > .menu,
537
+ .ui[class*="left corner labeled"].input > .ui.dropdown > .menu {
538
+ padding-left: 1.25em;
539
+ }
540
+ .ui[class*="left icon"].input > .ui.dropdown > .menu > .item,
541
+ .ui[class*="left corner labeled"].input > .ui.dropdown > .menu > .item {
542
+ padding-left: 2.5em;
543
+ margin-left: -1.25em;
544
+ }
545
+ .ui[class*="left corner labeled"][class*="left icon"].input > .ui.dropdown > .search {
546
+ padding-left: 4em;
547
+ }
548
+ .ui[class*="left corner labeled"][class*="left icon"].input > .ui.dropdown > .menu > .item {
549
+ padding-left: 4em;
550
+ }
551
+ .ui.icon.input:not([class*="left icon"]) > .ui.dropdown > .search,
552
+ .ui[class*="corner labeled"]:not([class*="left corner labeled"]).input > .ui.dropdown > .search {
553
+ padding-right: 5.75em;
554
+ }
555
+ .ui.icon.input:not([class*="left icon"]) > .ui.dropdown > .remove.icon,
556
+ .ui[class*="corner labeled"]:not([class*="left corner labeled"]).input > .ui.dropdown > .remove.icon,
557
+ .ui.icon.input:not([class*="left icon"]) > .ui.dropdown > .dropdown.icon,
558
+ .ui[class*="corner labeled"]:not([class*="left corner labeled"]).input > .ui.dropdown > .dropdown.icon {
559
+ padding-right: 2.5em;
560
+ }
561
+ .ui[class*="corner labeled"]:not([class*="left corner labeled"]).icon:not([class*="left icon"]).input > .ui.dropdown > .search {
562
+ padding-right: 7.25em;
563
+ }
564
+ .ui[class*="corner labeled"]:not([class*="left corner labeled"]).icon:not([class*="left icon"]).input > .ui.dropdown > .remove.icon,
565
+ .ui[class*="corner labeled"]:not([class*="left corner labeled"]).icon:not([class*="left icon"]).input > .ui.dropdown > .dropdown.icon {
566
+ padding-right: 4em;
567
+ }
568
+ .ui.icon.input > .ui.visible.dropdown ~ i.icon,
569
+ .ui.icon.input > .ui.active.dropdown ~ i.icon,
570
+ .ui[class*="corner labeled"].input > .ui.visible.dropdown ~ .ui.corner.label,
571
+ .ui[class*="corner labeled"].input > .ui.active.dropdown ~ .ui.corner.label {
572
+ z-index: 10;
573
+ }
493
574
  .ui.icon.input > textarea ~ i.icon {
494
575
  height: 3em;
495
576
  }
@@ -684,6 +765,647 @@
684
765
  width: 0 !important;
685
766
  }
686
767
 
768
+ /*--------------------
769
+ File
770
+ ---------------------*/
771
+
772
+
773
+ /* width hack for chrome/edge */
774
+ .ui.file.input {
775
+ width: 100%;
776
+ }
777
+ .ui.file.input input[type="file"] {
778
+ width: 0;
779
+ }
780
+ .ui.form .field > input[type="file"],
781
+ .ui.file.input:not(.action) input[type="file"] {
782
+ padding: 0;
783
+ }
784
+ .ui.action.file.input input[type="file"]::-webkit-file-upload-button {
785
+ display: none;
786
+ }
787
+ .ui.form .field input[type="file"]::-webkit-file-upload-button,
788
+ .ui.file.input input[type="file"]::-webkit-file-upload-button {
789
+ border: none;
790
+ cursor: pointer;
791
+ padding: 0.67857143em 1em;
792
+ margin-right: 1em;
793
+ background: #e0e1e2;
794
+ font-weight: bold;
795
+ color: rgba(0, 0, 0, 0.6);
796
+ }
797
+ .ui.form .field input[type="file"]::-webkit-file-upload-button:hover,
798
+ .ui.file.input input[type="file"]::-webkit-file-upload-button:hover {
799
+ background: #cacbcd;
800
+ color: rgba(0, 0, 0, 0.6);
801
+ }
802
+ .ui.action.file.input input[type="file"]::-ms-browse {
803
+ display: none;
804
+ }
805
+ .ui.form .field input[type="file"]::-ms-browse,
806
+ .ui.file.input input[type="file"]::-ms-browse {
807
+ border: none;
808
+ cursor: pointer;
809
+ padding: 0.67857143em 1em;
810
+ margin: 0;
811
+ background: #e0e1e2;
812
+ font-weight: bold;
813
+ color: rgba(0, 0, 0, 0.6);
814
+ }
815
+ .ui.form .field input[type="file"]::-ms-browse:hover,
816
+ .ui.file.input input[type="file"]::-ms-browse:hover {
817
+ background: #cacbcd;
818
+ color: rgba(0, 0, 0, 0.6);
819
+ }
820
+
821
+ /* IE needs additional styling for input field :S */
822
+ @media all and (-ms-high-contrast: none) {
823
+ .ui.file.input > input[type="file"],
824
+ input[type="file"].ui.file.input {
825
+ padding: 0 !important;
826
+ }
827
+ }
828
+ .ui.action.file.input input[type="file"]::file-selector-button {
829
+ display: none;
830
+ }
831
+ .ui.form .field input[type="file"]::file-selector-button,
832
+ .ui.file.input input[type="file"]::file-selector-button {
833
+ border: none;
834
+ cursor: pointer;
835
+ padding: 0.67857143em 1em;
836
+ margin-right: 1em;
837
+ background: #e0e1e2;
838
+ font-weight: bold;
839
+ color: rgba(0, 0, 0, 0.6);
840
+ }
841
+ .ui.form .field input[type="file"]::file-selector-button:hover,
842
+ .ui.file.input input[type="file"]::file-selector-button:hover {
843
+ background: #cacbcd;
844
+ color: rgba(0, 0, 0, 0.6);
845
+ }
846
+ .ui.form .field input[type="file"]:required:invalid,
847
+ .ui.file.input input[type="file"]:required:invalid {
848
+ color: #9F3A38;
849
+ background: #FFF6F6;
850
+ border-color: #E0B4B4;
851
+ }
852
+ input[type="file"].ui.invisible.file.input,
853
+ .ui.invisible.file.input input[type="file"] {
854
+ left: -99999px;
855
+ position: absolute;
856
+ }
857
+ input[type="file"].ui.file.input:focus + label.ui.button:not(.basic):not(.tertiary),
858
+ .ui.file.input input[type="file"]:focus + label.ui.button:not(.basic):not(.tertiary) {
859
+ background: #cacbcd;
860
+ color: rgba(0, 0, 0, 0.8);
861
+ }
862
+ input[type="file"].ui.file.input:focus + label.ui.button:not(.basic):not(.tertiary).inverted,
863
+ .ui.file.input input[type="file"]:focus + label.ui.button:not(.basic):not(.tertiary).inverted {
864
+ background: #FFFFFF;
865
+ }
866
+
867
+ /* this is related to existing buttons, so the button color variable is used here! */
868
+ input[type="file"].ui.file.input:focus + label.ui.primary.button:not(.basic):not(.tertiary),
869
+ .ui.file.input input[type="file"]:focus + label.ui.primary.button:not(.basic):not(.tertiary) {
870
+ background-color: #1678c2;
871
+ color: #FFFFFF;
872
+ }
873
+ input[type="file"].ui.file.input:focus + label.ui.primary.button:not(.basic):not(.tertiary).inverted,
874
+ .ui.file.input input[type="file"]:focus + label.ui.primary.button:not(.basic):not(.tertiary).inverted {
875
+ background-color: #21b8ff;
876
+ }
877
+ input[type="file"].ui.file.input:focus + label.ui.secondary.button:not(.basic):not(.tertiary),
878
+ .ui.file.input input[type="file"]:focus + label.ui.secondary.button:not(.basic):not(.tertiary) {
879
+ background-color: #27292a;
880
+ color: #FFFFFF;
881
+ }
882
+ input[type="file"].ui.file.input:focus + label.ui.secondary.button:not(.basic):not(.tertiary).inverted,
883
+ .ui.file.input input[type="file"]:focus + label.ui.secondary.button:not(.basic):not(.tertiary).inverted {
884
+ background-color: #6e6e6e;
885
+ }
886
+ input[type="file"].ui.file.input:focus + label.ui.red.button:not(.basic):not(.tertiary),
887
+ .ui.file.input input[type="file"]:focus + label.ui.red.button:not(.basic):not(.tertiary) {
888
+ background-color: #d01919;
889
+ color: #FFFFFF;
890
+ }
891
+ input[type="file"].ui.file.input:focus + label.ui.red.button:not(.basic):not(.tertiary).inverted,
892
+ .ui.file.input input[type="file"]:focus + label.ui.red.button:not(.basic):not(.tertiary).inverted {
893
+ background-color: #ff392b;
894
+ }
895
+ input[type="file"].ui.file.input:focus + label.ui.orange.button:not(.basic):not(.tertiary),
896
+ .ui.file.input input[type="file"]:focus + label.ui.orange.button:not(.basic):not(.tertiary) {
897
+ background-color: #f26202;
898
+ color: #FFFFFF;
899
+ }
900
+ input[type="file"].ui.file.input:focus + label.ui.orange.button:not(.basic):not(.tertiary).inverted,
901
+ .ui.file.input input[type="file"]:focus + label.ui.orange.button:not(.basic):not(.tertiary).inverted {
902
+ background-color: #e76b00;
903
+ }
904
+ input[type="file"].ui.file.input:focus + label.ui.yellow.button:not(.basic):not(.tertiary),
905
+ .ui.file.input input[type="file"]:focus + label.ui.yellow.button:not(.basic):not(.tertiary) {
906
+ background-color: #eaae00;
907
+ color: #FFFFFF;
908
+ }
909
+ input[type="file"].ui.file.input:focus + label.ui.yellow.button:not(.basic):not(.tertiary).inverted,
910
+ .ui.file.input input[type="file"]:focus + label.ui.yellow.button:not(.basic):not(.tertiary).inverted {
911
+ background-color: #ebcd00;
912
+ }
913
+ input[type="file"].ui.file.input:focus + label.ui.olive.button:not(.basic):not(.tertiary),
914
+ .ui.file.input input[type="file"]:focus + label.ui.olive.button:not(.basic):not(.tertiary) {
915
+ background-color: #a7bd0d;
916
+ color: #FFFFFF;
917
+ }
918
+ input[type="file"].ui.file.input:focus + label.ui.olive.button:not(.basic):not(.tertiary).inverted,
919
+ .ui.file.input input[type="file"]:focus + label.ui.olive.button:not(.basic):not(.tertiary).inverted {
920
+ background-color: #d2e745;
921
+ }
922
+ input[type="file"].ui.file.input:focus + label.ui.green.button:not(.basic):not(.tertiary),
923
+ .ui.file.input input[type="file"]:focus + label.ui.green.button:not(.basic):not(.tertiary) {
924
+ background-color: #16ab39;
925
+ color: #FFFFFF;
926
+ }
927
+ input[type="file"].ui.file.input:focus + label.ui.green.button:not(.basic):not(.tertiary).inverted,
928
+ .ui.file.input input[type="file"]:focus + label.ui.green.button:not(.basic):not(.tertiary).inverted {
929
+ background-color: #1ea92e;
930
+ }
931
+ input[type="file"].ui.file.input:focus + label.ui.teal.button:not(.basic):not(.tertiary),
932
+ .ui.file.input input[type="file"]:focus + label.ui.teal.button:not(.basic):not(.tertiary) {
933
+ background-color: #009c95;
934
+ color: #FFFFFF;
935
+ }
936
+ input[type="file"].ui.file.input:focus + label.ui.teal.button:not(.basic):not(.tertiary).inverted,
937
+ .ui.file.input input[type="file"]:focus + label.ui.teal.button:not(.basic):not(.tertiary).inverted {
938
+ background-color: #3affff;
939
+ }
940
+ input[type="file"].ui.file.input:focus + label.ui.blue.button:not(.basic):not(.tertiary),
941
+ .ui.file.input input[type="file"]:focus + label.ui.blue.button:not(.basic):not(.tertiary) {
942
+ background-color: #1678c2;
943
+ color: #FFFFFF;
944
+ }
945
+ input[type="file"].ui.file.input:focus + label.ui.blue.button:not(.basic):not(.tertiary).inverted,
946
+ .ui.file.input input[type="file"]:focus + label.ui.blue.button:not(.basic):not(.tertiary).inverted {
947
+ background-color: #21b8ff;
948
+ }
949
+ input[type="file"].ui.file.input:focus + label.ui.violet.button:not(.basic):not(.tertiary),
950
+ .ui.file.input input[type="file"]:focus + label.ui.violet.button:not(.basic):not(.tertiary) {
951
+ background-color: #5829bb;
952
+ color: #FFFFFF;
953
+ }
954
+ input[type="file"].ui.file.input:focus + label.ui.violet.button:not(.basic):not(.tertiary).inverted,
955
+ .ui.file.input input[type="file"]:focus + label.ui.violet.button:not(.basic):not(.tertiary).inverted {
956
+ background-color: #745aff;
957
+ }
958
+ input[type="file"].ui.file.input:focus + label.ui.purple.button:not(.basic):not(.tertiary),
959
+ .ui.file.input input[type="file"]:focus + label.ui.purple.button:not(.basic):not(.tertiary) {
960
+ background-color: #9627ba;
961
+ color: #FFFFFF;
962
+ }
963
+ input[type="file"].ui.file.input:focus + label.ui.purple.button:not(.basic):not(.tertiary).inverted,
964
+ .ui.file.input input[type="file"]:focus + label.ui.purple.button:not(.basic):not(.tertiary).inverted {
965
+ background-color: #cf40ff;
966
+ }
967
+ input[type="file"].ui.file.input:focus + label.ui.pink.button:not(.basic):not(.tertiary),
968
+ .ui.file.input input[type="file"]:focus + label.ui.pink.button:not(.basic):not(.tertiary) {
969
+ background-color: #e61a8d;
970
+ color: #FFFFFF;
971
+ }
972
+ input[type="file"].ui.file.input:focus + label.ui.pink.button:not(.basic):not(.tertiary).inverted,
973
+ .ui.file.input input[type="file"]:focus + label.ui.pink.button:not(.basic):not(.tertiary).inverted {
974
+ background-color: #ff5bd1;
975
+ }
976
+ input[type="file"].ui.file.input:focus + label.ui.brown.button:not(.basic):not(.tertiary),
977
+ .ui.file.input input[type="file"]:focus + label.ui.brown.button:not(.basic):not(.tertiary) {
978
+ background-color: #975b33;
979
+ color: #FFFFFF;
980
+ }
981
+ input[type="file"].ui.file.input:focus + label.ui.brown.button:not(.basic):not(.tertiary).inverted,
982
+ .ui.file.input input[type="file"]:focus + label.ui.brown.button:not(.basic):not(.tertiary).inverted {
983
+ background-color: #b0620f;
984
+ }
985
+ input[type="file"].ui.file.input:focus + label.ui.grey.button:not(.basic):not(.tertiary),
986
+ .ui.file.input input[type="file"]:focus + label.ui.grey.button:not(.basic):not(.tertiary) {
987
+ background-color: #838383;
988
+ color: #FFFFFF;
989
+ }
990
+ input[type="file"].ui.file.input:focus + label.ui.grey.button:not(.basic):not(.tertiary).inverted,
991
+ .ui.file.input input[type="file"]:focus + label.ui.grey.button:not(.basic):not(.tertiary).inverted {
992
+ background-color: #c2c4c5;
993
+ }
994
+ input[type="file"].ui.file.input:focus + label.ui.black.button:not(.basic):not(.tertiary),
995
+ .ui.file.input input[type="file"]:focus + label.ui.black.button:not(.basic):not(.tertiary) {
996
+ background-color: #27292a;
997
+ color: #FFFFFF;
998
+ }
999
+ input[type="file"].ui.file.input:focus + label.ui.black.button:not(.basic):not(.tertiary).inverted,
1000
+ .ui.file.input input[type="file"]:focus + label.ui.black.button:not(.basic):not(.tertiary).inverted {
1001
+ background-color: #000000;
1002
+ }
1003
+ input[type="file"].ui.primary.file.input::-webkit-file-upload-button,
1004
+ .ui.primary.file.input input[type="file"]::-webkit-file-upload-button {
1005
+ background: #2185D0;
1006
+ color: #FFFFFF;
1007
+ }
1008
+ input[type="file"].ui.primary.file.input::-webkit-file-upload-button:hover,
1009
+ .ui.primary.file.input input[type="file"]::-webkit-file-upload-button:hover {
1010
+ background: #1678c2;
1011
+ }
1012
+ input[type="file"].ui.primary.file.input::-ms-browse,
1013
+ .ui.primary.file.input input[type="file"]::-ms-browse {
1014
+ background: #2185D0;
1015
+ color: #FFFFFF;
1016
+ }
1017
+ input[type="file"].ui.primary.file.input::-ms-browse:hover,
1018
+ .ui.primary.file.input input[type="file"]::-ms-browse:hover {
1019
+ background: #1678c2;
1020
+ }
1021
+ input[type="file"].ui.primary.file.input::file-selector-button,
1022
+ .ui.primary.file.input input[type="file"]::file-selector-button {
1023
+ background: #2185D0;
1024
+ color: #FFFFFF;
1025
+ }
1026
+ input[type="file"].ui.primary.file.input::file-selector-button:hover,
1027
+ .ui.primary.file.input input[type="file"]::file-selector-button:hover {
1028
+ background: #1678c2;
1029
+ }
1030
+ input[type="file"].ui.secondary.file.input::-webkit-file-upload-button,
1031
+ .ui.secondary.file.input input[type="file"]::-webkit-file-upload-button {
1032
+ background: #1B1C1D;
1033
+ color: #FFFFFF;
1034
+ }
1035
+ input[type="file"].ui.secondary.file.input::-webkit-file-upload-button:hover,
1036
+ .ui.secondary.file.input input[type="file"]::-webkit-file-upload-button:hover {
1037
+ background: #27292a;
1038
+ }
1039
+ input[type="file"].ui.secondary.file.input::-ms-browse,
1040
+ .ui.secondary.file.input input[type="file"]::-ms-browse {
1041
+ background: #1B1C1D;
1042
+ color: #FFFFFF;
1043
+ }
1044
+ input[type="file"].ui.secondary.file.input::-ms-browse:hover,
1045
+ .ui.secondary.file.input input[type="file"]::-ms-browse:hover {
1046
+ background: #27292a;
1047
+ }
1048
+ input[type="file"].ui.secondary.file.input::file-selector-button,
1049
+ .ui.secondary.file.input input[type="file"]::file-selector-button {
1050
+ background: #1B1C1D;
1051
+ color: #FFFFFF;
1052
+ }
1053
+ input[type="file"].ui.secondary.file.input::file-selector-button:hover,
1054
+ .ui.secondary.file.input input[type="file"]::file-selector-button:hover {
1055
+ background: #27292a;
1056
+ }
1057
+ input[type="file"].ui.red.file.input::-webkit-file-upload-button,
1058
+ .ui.red.file.input input[type="file"]::-webkit-file-upload-button {
1059
+ background: #DB2828;
1060
+ color: #FFFFFF;
1061
+ }
1062
+ input[type="file"].ui.red.file.input::-webkit-file-upload-button:hover,
1063
+ .ui.red.file.input input[type="file"]::-webkit-file-upload-button:hover {
1064
+ background: #d01919;
1065
+ }
1066
+ input[type="file"].ui.red.file.input::-ms-browse,
1067
+ .ui.red.file.input input[type="file"]::-ms-browse {
1068
+ background: #DB2828;
1069
+ color: #FFFFFF;
1070
+ }
1071
+ input[type="file"].ui.red.file.input::-ms-browse:hover,
1072
+ .ui.red.file.input input[type="file"]::-ms-browse:hover {
1073
+ background: #d01919;
1074
+ }
1075
+ input[type="file"].ui.red.file.input::file-selector-button,
1076
+ .ui.red.file.input input[type="file"]::file-selector-button {
1077
+ background: #DB2828;
1078
+ color: #FFFFFF;
1079
+ }
1080
+ input[type="file"].ui.red.file.input::file-selector-button:hover,
1081
+ .ui.red.file.input input[type="file"]::file-selector-button:hover {
1082
+ background: #d01919;
1083
+ }
1084
+ input[type="file"].ui.orange.file.input::-webkit-file-upload-button,
1085
+ .ui.orange.file.input input[type="file"]::-webkit-file-upload-button {
1086
+ background: #F2711C;
1087
+ color: #FFFFFF;
1088
+ }
1089
+ input[type="file"].ui.orange.file.input::-webkit-file-upload-button:hover,
1090
+ .ui.orange.file.input input[type="file"]::-webkit-file-upload-button:hover {
1091
+ background: #f26202;
1092
+ }
1093
+ input[type="file"].ui.orange.file.input::-ms-browse,
1094
+ .ui.orange.file.input input[type="file"]::-ms-browse {
1095
+ background: #F2711C;
1096
+ color: #FFFFFF;
1097
+ }
1098
+ input[type="file"].ui.orange.file.input::-ms-browse:hover,
1099
+ .ui.orange.file.input input[type="file"]::-ms-browse:hover {
1100
+ background: #f26202;
1101
+ }
1102
+ input[type="file"].ui.orange.file.input::file-selector-button,
1103
+ .ui.orange.file.input input[type="file"]::file-selector-button {
1104
+ background: #F2711C;
1105
+ color: #FFFFFF;
1106
+ }
1107
+ input[type="file"].ui.orange.file.input::file-selector-button:hover,
1108
+ .ui.orange.file.input input[type="file"]::file-selector-button:hover {
1109
+ background: #f26202;
1110
+ }
1111
+ input[type="file"].ui.yellow.file.input::-webkit-file-upload-button,
1112
+ .ui.yellow.file.input input[type="file"]::-webkit-file-upload-button {
1113
+ background: #FBBD08;
1114
+ color: #FFFFFF;
1115
+ }
1116
+ input[type="file"].ui.yellow.file.input::-webkit-file-upload-button:hover,
1117
+ .ui.yellow.file.input input[type="file"]::-webkit-file-upload-button:hover {
1118
+ background: #eaae00;
1119
+ }
1120
+ input[type="file"].ui.yellow.file.input::-ms-browse,
1121
+ .ui.yellow.file.input input[type="file"]::-ms-browse {
1122
+ background: #FBBD08;
1123
+ color: #FFFFFF;
1124
+ }
1125
+ input[type="file"].ui.yellow.file.input::-ms-browse:hover,
1126
+ .ui.yellow.file.input input[type="file"]::-ms-browse:hover {
1127
+ background: #eaae00;
1128
+ }
1129
+ input[type="file"].ui.yellow.file.input::file-selector-button,
1130
+ .ui.yellow.file.input input[type="file"]::file-selector-button {
1131
+ background: #FBBD08;
1132
+ color: #FFFFFF;
1133
+ }
1134
+ input[type="file"].ui.yellow.file.input::file-selector-button:hover,
1135
+ .ui.yellow.file.input input[type="file"]::file-selector-button:hover {
1136
+ background: #eaae00;
1137
+ }
1138
+ input[type="file"].ui.olive.file.input::-webkit-file-upload-button,
1139
+ .ui.olive.file.input input[type="file"]::-webkit-file-upload-button {
1140
+ background: #B5CC18;
1141
+ color: #FFFFFF;
1142
+ }
1143
+ input[type="file"].ui.olive.file.input::-webkit-file-upload-button:hover,
1144
+ .ui.olive.file.input input[type="file"]::-webkit-file-upload-button:hover {
1145
+ background: #a7bd0d;
1146
+ }
1147
+ input[type="file"].ui.olive.file.input::-ms-browse,
1148
+ .ui.olive.file.input input[type="file"]::-ms-browse {
1149
+ background: #B5CC18;
1150
+ color: #FFFFFF;
1151
+ }
1152
+ input[type="file"].ui.olive.file.input::-ms-browse:hover,
1153
+ .ui.olive.file.input input[type="file"]::-ms-browse:hover {
1154
+ background: #a7bd0d;
1155
+ }
1156
+ input[type="file"].ui.olive.file.input::file-selector-button,
1157
+ .ui.olive.file.input input[type="file"]::file-selector-button {
1158
+ background: #B5CC18;
1159
+ color: #FFFFFF;
1160
+ }
1161
+ input[type="file"].ui.olive.file.input::file-selector-button:hover,
1162
+ .ui.olive.file.input input[type="file"]::file-selector-button:hover {
1163
+ background: #a7bd0d;
1164
+ }
1165
+ input[type="file"].ui.green.file.input::-webkit-file-upload-button,
1166
+ .ui.green.file.input input[type="file"]::-webkit-file-upload-button {
1167
+ background: #21BA45;
1168
+ color: #FFFFFF;
1169
+ }
1170
+ input[type="file"].ui.green.file.input::-webkit-file-upload-button:hover,
1171
+ .ui.green.file.input input[type="file"]::-webkit-file-upload-button:hover {
1172
+ background: #16ab39;
1173
+ }
1174
+ input[type="file"].ui.green.file.input::-ms-browse,
1175
+ .ui.green.file.input input[type="file"]::-ms-browse {
1176
+ background: #21BA45;
1177
+ color: #FFFFFF;
1178
+ }
1179
+ input[type="file"].ui.green.file.input::-ms-browse:hover,
1180
+ .ui.green.file.input input[type="file"]::-ms-browse:hover {
1181
+ background: #16ab39;
1182
+ }
1183
+ input[type="file"].ui.green.file.input::file-selector-button,
1184
+ .ui.green.file.input input[type="file"]::file-selector-button {
1185
+ background: #21BA45;
1186
+ color: #FFFFFF;
1187
+ }
1188
+ input[type="file"].ui.green.file.input::file-selector-button:hover,
1189
+ .ui.green.file.input input[type="file"]::file-selector-button:hover {
1190
+ background: #16ab39;
1191
+ }
1192
+ input[type="file"].ui.teal.file.input::-webkit-file-upload-button,
1193
+ .ui.teal.file.input input[type="file"]::-webkit-file-upload-button {
1194
+ background: #00B5AD;
1195
+ color: #FFFFFF;
1196
+ }
1197
+ input[type="file"].ui.teal.file.input::-webkit-file-upload-button:hover,
1198
+ .ui.teal.file.input input[type="file"]::-webkit-file-upload-button:hover {
1199
+ background: #009c95;
1200
+ }
1201
+ input[type="file"].ui.teal.file.input::-ms-browse,
1202
+ .ui.teal.file.input input[type="file"]::-ms-browse {
1203
+ background: #00B5AD;
1204
+ color: #FFFFFF;
1205
+ }
1206
+ input[type="file"].ui.teal.file.input::-ms-browse:hover,
1207
+ .ui.teal.file.input input[type="file"]::-ms-browse:hover {
1208
+ background: #009c95;
1209
+ }
1210
+ input[type="file"].ui.teal.file.input::file-selector-button,
1211
+ .ui.teal.file.input input[type="file"]::file-selector-button {
1212
+ background: #00B5AD;
1213
+ color: #FFFFFF;
1214
+ }
1215
+ input[type="file"].ui.teal.file.input::file-selector-button:hover,
1216
+ .ui.teal.file.input input[type="file"]::file-selector-button:hover {
1217
+ background: #009c95;
1218
+ }
1219
+ input[type="file"].ui.blue.file.input::-webkit-file-upload-button,
1220
+ .ui.blue.file.input input[type="file"]::-webkit-file-upload-button {
1221
+ background: #2185D0;
1222
+ color: #FFFFFF;
1223
+ }
1224
+ input[type="file"].ui.blue.file.input::-webkit-file-upload-button:hover,
1225
+ .ui.blue.file.input input[type="file"]::-webkit-file-upload-button:hover {
1226
+ background: #1678c2;
1227
+ }
1228
+ input[type="file"].ui.blue.file.input::-ms-browse,
1229
+ .ui.blue.file.input input[type="file"]::-ms-browse {
1230
+ background: #2185D0;
1231
+ color: #FFFFFF;
1232
+ }
1233
+ input[type="file"].ui.blue.file.input::-ms-browse:hover,
1234
+ .ui.blue.file.input input[type="file"]::-ms-browse:hover {
1235
+ background: #1678c2;
1236
+ }
1237
+ input[type="file"].ui.blue.file.input::file-selector-button,
1238
+ .ui.blue.file.input input[type="file"]::file-selector-button {
1239
+ background: #2185D0;
1240
+ color: #FFFFFF;
1241
+ }
1242
+ input[type="file"].ui.blue.file.input::file-selector-button:hover,
1243
+ .ui.blue.file.input input[type="file"]::file-selector-button:hover {
1244
+ background: #1678c2;
1245
+ }
1246
+ input[type="file"].ui.violet.file.input::-webkit-file-upload-button,
1247
+ .ui.violet.file.input input[type="file"]::-webkit-file-upload-button {
1248
+ background: #6435C9;
1249
+ color: #FFFFFF;
1250
+ }
1251
+ input[type="file"].ui.violet.file.input::-webkit-file-upload-button:hover,
1252
+ .ui.violet.file.input input[type="file"]::-webkit-file-upload-button:hover {
1253
+ background: #5829bb;
1254
+ }
1255
+ input[type="file"].ui.violet.file.input::-ms-browse,
1256
+ .ui.violet.file.input input[type="file"]::-ms-browse {
1257
+ background: #6435C9;
1258
+ color: #FFFFFF;
1259
+ }
1260
+ input[type="file"].ui.violet.file.input::-ms-browse:hover,
1261
+ .ui.violet.file.input input[type="file"]::-ms-browse:hover {
1262
+ background: #5829bb;
1263
+ }
1264
+ input[type="file"].ui.violet.file.input::file-selector-button,
1265
+ .ui.violet.file.input input[type="file"]::file-selector-button {
1266
+ background: #6435C9;
1267
+ color: #FFFFFF;
1268
+ }
1269
+ input[type="file"].ui.violet.file.input::file-selector-button:hover,
1270
+ .ui.violet.file.input input[type="file"]::file-selector-button:hover {
1271
+ background: #5829bb;
1272
+ }
1273
+ input[type="file"].ui.purple.file.input::-webkit-file-upload-button,
1274
+ .ui.purple.file.input input[type="file"]::-webkit-file-upload-button {
1275
+ background: #A333C8;
1276
+ color: #FFFFFF;
1277
+ }
1278
+ input[type="file"].ui.purple.file.input::-webkit-file-upload-button:hover,
1279
+ .ui.purple.file.input input[type="file"]::-webkit-file-upload-button:hover {
1280
+ background: #9627ba;
1281
+ }
1282
+ input[type="file"].ui.purple.file.input::-ms-browse,
1283
+ .ui.purple.file.input input[type="file"]::-ms-browse {
1284
+ background: #A333C8;
1285
+ color: #FFFFFF;
1286
+ }
1287
+ input[type="file"].ui.purple.file.input::-ms-browse:hover,
1288
+ .ui.purple.file.input input[type="file"]::-ms-browse:hover {
1289
+ background: #9627ba;
1290
+ }
1291
+ input[type="file"].ui.purple.file.input::file-selector-button,
1292
+ .ui.purple.file.input input[type="file"]::file-selector-button {
1293
+ background: #A333C8;
1294
+ color: #FFFFFF;
1295
+ }
1296
+ input[type="file"].ui.purple.file.input::file-selector-button:hover,
1297
+ .ui.purple.file.input input[type="file"]::file-selector-button:hover {
1298
+ background: #9627ba;
1299
+ }
1300
+ input[type="file"].ui.pink.file.input::-webkit-file-upload-button,
1301
+ .ui.pink.file.input input[type="file"]::-webkit-file-upload-button {
1302
+ background: #E03997;
1303
+ color: #FFFFFF;
1304
+ }
1305
+ input[type="file"].ui.pink.file.input::-webkit-file-upload-button:hover,
1306
+ .ui.pink.file.input input[type="file"]::-webkit-file-upload-button:hover {
1307
+ background: #e61a8d;
1308
+ }
1309
+ input[type="file"].ui.pink.file.input::-ms-browse,
1310
+ .ui.pink.file.input input[type="file"]::-ms-browse {
1311
+ background: #E03997;
1312
+ color: #FFFFFF;
1313
+ }
1314
+ input[type="file"].ui.pink.file.input::-ms-browse:hover,
1315
+ .ui.pink.file.input input[type="file"]::-ms-browse:hover {
1316
+ background: #e61a8d;
1317
+ }
1318
+ input[type="file"].ui.pink.file.input::file-selector-button,
1319
+ .ui.pink.file.input input[type="file"]::file-selector-button {
1320
+ background: #E03997;
1321
+ color: #FFFFFF;
1322
+ }
1323
+ input[type="file"].ui.pink.file.input::file-selector-button:hover,
1324
+ .ui.pink.file.input input[type="file"]::file-selector-button:hover {
1325
+ background: #e61a8d;
1326
+ }
1327
+ input[type="file"].ui.brown.file.input::-webkit-file-upload-button,
1328
+ .ui.brown.file.input input[type="file"]::-webkit-file-upload-button {
1329
+ background: #A5673F;
1330
+ color: #FFFFFF;
1331
+ }
1332
+ input[type="file"].ui.brown.file.input::-webkit-file-upload-button:hover,
1333
+ .ui.brown.file.input input[type="file"]::-webkit-file-upload-button:hover {
1334
+ background: #975b33;
1335
+ }
1336
+ input[type="file"].ui.brown.file.input::-ms-browse,
1337
+ .ui.brown.file.input input[type="file"]::-ms-browse {
1338
+ background: #A5673F;
1339
+ color: #FFFFFF;
1340
+ }
1341
+ input[type="file"].ui.brown.file.input::-ms-browse:hover,
1342
+ .ui.brown.file.input input[type="file"]::-ms-browse:hover {
1343
+ background: #975b33;
1344
+ }
1345
+ input[type="file"].ui.brown.file.input::file-selector-button,
1346
+ .ui.brown.file.input input[type="file"]::file-selector-button {
1347
+ background: #A5673F;
1348
+ color: #FFFFFF;
1349
+ }
1350
+ input[type="file"].ui.brown.file.input::file-selector-button:hover,
1351
+ .ui.brown.file.input input[type="file"]::file-selector-button:hover {
1352
+ background: #975b33;
1353
+ }
1354
+ input[type="file"].ui.grey.file.input::-webkit-file-upload-button,
1355
+ .ui.grey.file.input input[type="file"]::-webkit-file-upload-button {
1356
+ background: #767676;
1357
+ color: #FFFFFF;
1358
+ }
1359
+ input[type="file"].ui.grey.file.input::-webkit-file-upload-button:hover,
1360
+ .ui.grey.file.input input[type="file"]::-webkit-file-upload-button:hover {
1361
+ background: #838383;
1362
+ }
1363
+ input[type="file"].ui.grey.file.input::-ms-browse,
1364
+ .ui.grey.file.input input[type="file"]::-ms-browse {
1365
+ background: #767676;
1366
+ color: #FFFFFF;
1367
+ }
1368
+ input[type="file"].ui.grey.file.input::-ms-browse:hover,
1369
+ .ui.grey.file.input input[type="file"]::-ms-browse:hover {
1370
+ background: #838383;
1371
+ }
1372
+ input[type="file"].ui.grey.file.input::file-selector-button,
1373
+ .ui.grey.file.input input[type="file"]::file-selector-button {
1374
+ background: #767676;
1375
+ color: #FFFFFF;
1376
+ }
1377
+ input[type="file"].ui.grey.file.input::file-selector-button:hover,
1378
+ .ui.grey.file.input input[type="file"]::file-selector-button:hover {
1379
+ background: #838383;
1380
+ }
1381
+ input[type="file"].ui.black.file.input::-webkit-file-upload-button,
1382
+ .ui.black.file.input input[type="file"]::-webkit-file-upload-button {
1383
+ background: #1B1C1D;
1384
+ color: #FFFFFF;
1385
+ }
1386
+ input[type="file"].ui.black.file.input::-webkit-file-upload-button:hover,
1387
+ .ui.black.file.input input[type="file"]::-webkit-file-upload-button:hover {
1388
+ background: #27292a;
1389
+ }
1390
+ input[type="file"].ui.black.file.input::-ms-browse,
1391
+ .ui.black.file.input input[type="file"]::-ms-browse {
1392
+ background: #1B1C1D;
1393
+ color: #FFFFFF;
1394
+ }
1395
+ input[type="file"].ui.black.file.input::-ms-browse:hover,
1396
+ .ui.black.file.input input[type="file"]::-ms-browse:hover {
1397
+ background: #27292a;
1398
+ }
1399
+ input[type="file"].ui.black.file.input::file-selector-button,
1400
+ .ui.black.file.input input[type="file"]::file-selector-button {
1401
+ background: #1B1C1D;
1402
+ color: #FFFFFF;
1403
+ }
1404
+ input[type="file"].ui.black.file.input::file-selector-button:hover,
1405
+ .ui.black.file.input input[type="file"]::file-selector-button:hover {
1406
+ background: #27292a;
1407
+ }
1408
+
687
1409
  /*--------------------
688
1410
  Size
689
1411
  ---------------------*/