fomantic-ui 2.9.1-beta.9 → 2.9.1

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 (521) hide show
  1. package/.eslint/eqeqeq-rule.js +18 -0
  2. package/.eslint/index.js +29 -0
  3. package/.eslint/no-extra-parens-rule.js +17 -0
  4. package/.eslint/package.json +11 -0
  5. package/.eslintrc.js +123 -0
  6. package/.github/auto_assign.yml +0 -1
  7. package/.github/workflows/ci.yml +37 -4
  8. package/.github/workflows/nightly.yml +1 -1
  9. package/.github/workflows/release.yml +1 -1
  10. package/.prettierrc.js +12 -0
  11. package/.stylelintrc.js +48 -0
  12. package/CHANGELOG.md +112 -0
  13. package/README.md +1 -1
  14. package/dist/components/accordion.css +35 -53
  15. package/dist/components/accordion.js +568 -595
  16. package/dist/components/accordion.min.css +2 -2
  17. package/dist/components/accordion.min.js +3 -3
  18. package/dist/components/ad.css +34 -45
  19. package/dist/components/ad.min.css +2 -2
  20. package/dist/components/api.js +1157 -1179
  21. package/dist/components/api.min.js +3 -3
  22. package/dist/components/breadcrumb.css +5 -5
  23. package/dist/components/breadcrumb.min.css +2 -2
  24. package/dist/components/button.css +709 -1111
  25. package/dist/components/button.min.css +2 -2
  26. package/dist/components/calendar.css +24 -27
  27. package/dist/components/calendar.js +1934 -1809
  28. package/dist/components/calendar.min.css +2 -2
  29. package/dist/components/calendar.min.js +3 -3
  30. package/dist/components/card.css +219 -365
  31. package/dist/components/card.min.css +2 -2
  32. package/dist/components/checkbox.css +120 -191
  33. package/dist/components/checkbox.js +842 -841
  34. package/dist/components/checkbox.min.css +2 -2
  35. package/dist/components/checkbox.min.js +3 -3
  36. package/dist/components/comment.css +41 -59
  37. package/dist/components/comment.min.css +2 -2
  38. package/dist/components/container.css +7 -6
  39. package/dist/components/container.min.css +2 -2
  40. package/dist/components/dimmer.css +53 -172
  41. package/dist/components/dimmer.js +706 -737
  42. package/dist/components/dimmer.min.css +2 -2
  43. package/dist/components/dimmer.min.js +3 -3
  44. package/dist/components/divider.css +43 -61
  45. package/dist/components/divider.min.css +2 -2
  46. package/dist/components/dropdown.css +252 -386
  47. package/dist/components/dropdown.js +4195 -4236
  48. package/dist/components/dropdown.min.css +2 -2
  49. package/dist/components/dropdown.min.js +3 -3
  50. package/dist/components/embed.css +18 -29
  51. package/dist/components/embed.js +645 -675
  52. package/dist/components/embed.min.css +2 -2
  53. package/dist/components/embed.min.js +3 -3
  54. package/dist/components/emoji.css +3556 -3556
  55. package/dist/components/emoji.min.css +1 -1
  56. package/dist/components/feed.css +35 -57
  57. package/dist/components/feed.min.css +2 -2
  58. package/dist/components/flag.css +270 -268
  59. package/dist/components/flag.min.css +2 -2
  60. package/dist/components/flyout.css +95 -141
  61. package/dist/components/flyout.js +1514 -1465
  62. package/dist/components/flyout.min.css +2 -2
  63. package/dist/components/flyout.min.js +3 -3
  64. package/dist/components/form.css +244 -339
  65. package/dist/components/form.js +2022 -2004
  66. package/dist/components/form.min.css +2 -2
  67. package/dist/components/form.min.js +3 -3
  68. package/dist/components/grid.css +183 -329
  69. package/dist/components/grid.min.css +2 -2
  70. package/dist/components/header.css +118 -142
  71. package/dist/components/header.min.css +2 -2
  72. package/dist/components/icon.css +662 -732
  73. package/dist/components/icon.min.css +2 -2
  74. package/dist/components/image.css +39 -63
  75. package/dist/components/image.min.css +2 -2
  76. package/dist/components/input.css +356 -274
  77. package/dist/components/input.min.css +2 -2
  78. package/dist/components/item.css +84 -131
  79. package/dist/components/item.min.css +2 -2
  80. package/dist/components/label.css +359 -410
  81. package/dist/components/label.min.css +2 -2
  82. package/dist/components/list.css +49 -70
  83. package/dist/components/list.min.css +2 -2
  84. package/dist/components/loader.css +67 -155
  85. package/dist/components/loader.min.css +2 -2
  86. package/dist/components/menu.css +270 -431
  87. package/dist/components/menu.min.css +1 -1
  88. package/dist/components/message.css +125 -197
  89. package/dist/components/message.min.css +2 -2
  90. package/dist/components/modal.css +120 -154
  91. package/dist/components/modal.js +1544 -1486
  92. package/dist/components/modal.min.css +2 -2
  93. package/dist/components/modal.min.js +3 -3
  94. package/dist/components/nag.css +51 -60
  95. package/dist/components/nag.js +520 -526
  96. package/dist/components/nag.min.css +2 -2
  97. package/dist/components/nag.min.js +3 -3
  98. package/dist/components/placeholder.css +22 -42
  99. package/dist/components/placeholder.min.css +2 -2
  100. package/dist/components/popup.css +211 -289
  101. package/dist/components/popup.js +1456 -1456
  102. package/dist/components/popup.min.css +2 -2
  103. package/dist/components/popup.min.js +3 -3
  104. package/dist/components/progress.css +106 -211
  105. package/dist/components/progress.js +969 -997
  106. package/dist/components/progress.min.css +2 -2
  107. package/dist/components/progress.min.js +3 -3
  108. package/dist/components/rail.css +15 -20
  109. package/dist/components/rail.min.css +1 -1
  110. package/dist/components/rating.css +80 -121
  111. package/dist/components/rating.js +507 -523
  112. package/dist/components/rating.min.css +2 -2
  113. package/dist/components/rating.min.js +3 -3
  114. package/dist/components/reset.css +8 -13
  115. package/dist/components/reset.min.css +2 -2
  116. package/dist/components/reveal.css +44 -83
  117. package/dist/components/reveal.min.css +2 -2
  118. package/dist/components/search.css +69 -98
  119. package/dist/components/search.js +1520 -1534
  120. package/dist/components/search.min.css +2 -2
  121. package/dist/components/search.min.js +3 -3
  122. package/dist/components/segment.css +148 -224
  123. package/dist/components/segment.min.css +2 -2
  124. package/dist/components/shape.css +14 -30
  125. package/dist/components/shape.js +783 -810
  126. package/dist/components/shape.min.css +2 -2
  127. package/dist/components/shape.min.js +3 -3
  128. package/dist/components/sidebar.css +103 -206
  129. package/dist/components/sidebar.js +1061 -1099
  130. package/dist/components/sidebar.min.css +2 -2
  131. package/dist/components/sidebar.min.js +3 -3
  132. package/dist/components/site.css +28 -41
  133. package/dist/components/site.js +436 -476
  134. package/dist/components/site.min.css +2 -2
  135. package/dist/components/site.min.js +3 -3
  136. package/dist/components/slider.css +93 -121
  137. package/dist/components/slider.js +1310 -1311
  138. package/dist/components/slider.min.css +1 -1
  139. package/dist/components/slider.min.js +3 -3
  140. package/dist/components/state.js +638 -657
  141. package/dist/components/state.min.js +3 -3
  142. package/dist/components/statistic.css +75 -116
  143. package/dist/components/statistic.min.css +2 -2
  144. package/dist/components/step.css +77 -150
  145. package/dist/components/step.min.css +2 -2
  146. package/dist/components/sticky.css +1 -5
  147. package/dist/components/sticky.js +847 -901
  148. package/dist/components/sticky.min.css +2 -2
  149. package/dist/components/sticky.min.js +3 -3
  150. package/dist/components/tab.css +10 -14
  151. package/dist/components/tab.js +902 -966
  152. package/dist/components/tab.min.css +2 -2
  153. package/dist/components/tab.min.js +3 -3
  154. package/dist/components/table.css +547 -774
  155. package/dist/components/table.min.css +2 -2
  156. package/dist/components/text.css +32 -32
  157. package/dist/components/text.min.css +1 -1
  158. package/dist/components/toast.css +69 -147
  159. package/dist/components/toast.js +910 -884
  160. package/dist/components/toast.min.css +2 -2
  161. package/dist/components/toast.min.js +3 -3
  162. package/dist/components/transition.css +299 -1356
  163. package/dist/components/transition.js +1048 -1077
  164. package/dist/components/transition.min.css +2 -2
  165. package/dist/components/transition.min.js +3 -3
  166. package/dist/components/visibility.js +1213 -1245
  167. package/dist/components/visibility.min.js +3 -3
  168. package/dist/semantic.css +9069 -12355
  169. package/dist/semantic.js +29181 -29423
  170. package/dist/semantic.min.css +3 -3
  171. package/dist/semantic.min.js +3 -3
  172. package/dist/themes/basic/assets/fonts/icons.woff2 +0 -0
  173. package/dist/themes/github/assets/fonts/octicons.woff2 +0 -0
  174. package/examples/.eslintrc.js +6 -0
  175. package/examples/assets/library/jquery.min.js +2 -4
  176. package/examples/assets/show-examples.js +13 -13
  177. package/examples/attached.html +1 -1
  178. package/examples/bootstrap.html +1 -1
  179. package/examples/components/button.html +1 -1
  180. package/examples/components/card.html +6 -6
  181. package/examples/components/input.html +1 -1
  182. package/examples/components/menu.html +1 -1
  183. package/examples/components/site.html +1 -1
  184. package/examples/components/sticky-context.html +2 -2
  185. package/examples/components/table.html +1 -1
  186. package/examples/fixed.html +3 -3
  187. package/examples/grid.html +5 -5
  188. package/examples/homepage.html +1 -1
  189. package/examples/login.html +2 -2
  190. package/examples/responsive.html +2 -2
  191. package/examples/sticky.html +4 -4
  192. package/examples/theming.html +1 -1
  193. package/gulpfile.js +13 -11
  194. package/package.json +17 -8
  195. package/scripts/nightly-version.js +83 -75
  196. package/src/_site/collections/menu.overrides +1 -1
  197. package/src/_site/elements/flag.variables +2 -2
  198. package/src/_site/globals/site.variables +1 -1
  199. package/src/_site/modules/embed.variables +3 -0
  200. package/src/definitions/behaviors/api.js +1158 -1180
  201. package/src/definitions/behaviors/form.js +2021 -2003
  202. package/src/definitions/behaviors/state.js +644 -663
  203. package/src/definitions/behaviors/visibility.js +1212 -1244
  204. package/src/definitions/collections/breadcrumb.less +43 -47
  205. package/src/definitions/collections/form.less +866 -884
  206. package/src/definitions/collections/grid.less +1681 -1699
  207. package/src/definitions/collections/menu.less +1522 -1544
  208. package/src/definitions/collections/message.less +294 -298
  209. package/src/definitions/collections/table.less +1657 -1661
  210. package/src/definitions/elements/button.less +1716 -1750
  211. package/src/definitions/elements/container.less +211 -211
  212. package/src/definitions/elements/divider.less +198 -211
  213. package/src/definitions/elements/emoji.less +41 -48
  214. package/src/definitions/elements/flag.less +46 -48
  215. package/src/definitions/elements/header.less +351 -359
  216. package/src/definitions/elements/icon.less +538 -555
  217. package/src/definitions/elements/image.less +216 -227
  218. package/src/definitions/elements/input.less +692 -699
  219. package/src/definitions/elements/label.less +784 -806
  220. package/src/definitions/elements/list.less +810 -814
  221. package/src/definitions/elements/loader.less +273 -268
  222. package/src/definitions/elements/placeholder.less +173 -170
  223. package/src/definitions/elements/rail.less +93 -93
  224. package/src/definitions/elements/reveal.less +192 -198
  225. package/src/definitions/elements/segment.less +742 -749
  226. package/src/definitions/elements/step.less +423 -437
  227. package/src/definitions/elements/text.less +34 -36
  228. package/src/definitions/globals/reset.less +11 -8
  229. package/src/definitions/globals/site.js +435 -475
  230. package/src/definitions/globals/site.less +108 -110
  231. package/src/definitions/modules/accordion.js +567 -594
  232. package/src/definitions/modules/accordion.less +244 -248
  233. package/src/definitions/modules/calendar.js +1933 -1808
  234. package/src/definitions/modules/calendar.less +100 -97
  235. package/src/definitions/modules/checkbox.js +841 -840
  236. package/src/definitions/modules/checkbox.less +531 -552
  237. package/src/definitions/modules/dimmer.js +705 -736
  238. package/src/definitions/modules/dimmer.less +294 -305
  239. package/src/definitions/modules/dropdown.js +4194 -4235
  240. package/src/definitions/modules/dropdown.less +1568 -1598
  241. package/src/definitions/modules/embed.js +644 -674
  242. package/src/definitions/modules/embed.less +82 -84
  243. package/src/definitions/modules/flyout.js +1513 -1464
  244. package/src/definitions/modules/flyout.less +453 -455
  245. package/src/definitions/modules/modal.js +1543 -1485
  246. package/src/definitions/modules/modal.less +459 -467
  247. package/src/definitions/modules/nag.js +519 -525
  248. package/src/definitions/modules/nag.less +136 -148
  249. package/src/definitions/modules/popup.js +1455 -1455
  250. package/src/definitions/modules/popup.less +735 -740
  251. package/src/definitions/modules/progress.js +968 -996
  252. package/src/definitions/modules/progress.less +523 -499
  253. package/src/definitions/modules/rating.js +506 -522
  254. package/src/definitions/modules/rating.less +98 -103
  255. package/src/definitions/modules/search.js +1519 -1533
  256. package/src/definitions/modules/search.less +374 -394
  257. package/src/definitions/modules/shape.js +782 -809
  258. package/src/definitions/modules/shape.less +70 -79
  259. package/src/definitions/modules/sidebar.js +1060 -1098
  260. package/src/definitions/modules/sidebar.less +463 -476
  261. package/src/definitions/modules/slider.js +1309 -1310
  262. package/src/definitions/modules/slider.less +309 -310
  263. package/src/definitions/modules/sticky.js +863 -917
  264. package/src/definitions/modules/sticky.less +17 -25
  265. package/src/definitions/modules/tab.js +901 -965
  266. package/src/definitions/modules/tab.less +48 -54
  267. package/src/definitions/modules/toast.js +909 -883
  268. package/src/definitions/modules/toast.less +589 -589
  269. package/src/definitions/modules/transition.js +1047 -1076
  270. package/src/definitions/modules/transition.less +58 -59
  271. package/src/definitions/views/ad.less +207 -208
  272. package/src/definitions/views/card.less +955 -973
  273. package/src/definitions/views/comment.less +192 -200
  274. package/src/definitions/views/feed.less +222 -226
  275. package/src/definitions/views/item.less +437 -448
  276. package/src/definitions/views/statistic.less +273 -279
  277. package/src/semantic.less +8 -6
  278. package/src/theme.config.example +53 -53
  279. package/src/theme.less +44 -35
  280. package/src/themes/amazon/elements/button.overrides +23 -24
  281. package/src/themes/amazon/elements/button.variables +18 -23
  282. package/src/themes/amazon/globals/site.variables +16 -17
  283. package/src/themes/basic/assets/fonts/icons.woff2 +0 -0
  284. package/src/themes/basic/collections/table.overrides +0 -1
  285. package/src/themes/basic/collections/table.variables +3 -3
  286. package/src/themes/basic/elements/button.overrides +0 -1
  287. package/src/themes/basic/elements/button.variables +9 -9
  288. package/src/themes/basic/elements/icon.overrides +9 -169
  289. package/src/themes/basic/elements/icon.variables +161 -18
  290. package/src/themes/basic/elements/step.overrides +2 -2
  291. package/src/themes/basic/elements/step.variables +2 -2
  292. package/src/themes/basic/globals/reset.overrides +1 -1
  293. package/src/themes/basic/globals/reset.variables +1 -1
  294. package/src/themes/basic/modules/progress.variables +2 -2
  295. package/src/themes/basic/views/card.overrides +0 -1
  296. package/src/themes/basic/views/card.variables +6 -6
  297. package/src/themes/bookish/elements/header.overrides +4 -4
  298. package/src/themes/bookish/elements/header.variables +5 -5
  299. package/src/themes/bootstrap3/elements/button.overrides +3 -0
  300. package/src/themes/bootstrap3/elements/button.variables +20 -25
  301. package/src/themes/chubby/collections/form.overrides +9 -9
  302. package/src/themes/chubby/collections/form.variables +3 -3
  303. package/src/themes/chubby/collections/menu.overrides +3 -0
  304. package/src/themes/chubby/collections/menu.variables +3 -3
  305. package/src/themes/chubby/elements/button.overrides +8 -10
  306. package/src/themes/chubby/elements/button.variables +10 -10
  307. package/src/themes/chubby/elements/header.overrides +1 -1
  308. package/src/themes/chubby/elements/header.variables +4 -4
  309. package/src/themes/chubby/modules/accordion.overrides +2 -2
  310. package/src/themes/chubby/modules/accordion.variables +4 -4
  311. package/src/themes/chubby/views/comment.overrides +5 -5
  312. package/src/themes/chubby/views/comment.variables +11 -11
  313. package/src/themes/classic/collections/table.variables +3 -3
  314. package/src/themes/classic/elements/button.variables +36 -43
  315. package/src/themes/classic/elements/header.variables +4 -4
  316. package/src/themes/classic/modules/progress.variables +3 -3
  317. package/src/themes/classic/views/card.overrides +25 -27
  318. package/src/themes/classic/views/card.variables +7 -7
  319. package/src/themes/colored/modules/checkbox.overrides +3 -0
  320. package/src/themes/colored/modules/checkbox.variables +1 -3
  321. package/src/themes/default/collections/breadcrumb.variables +4 -4
  322. package/src/themes/default/collections/form.variables +15 -16
  323. package/src/themes/default/collections/grid.overrides +0 -1
  324. package/src/themes/default/collections/grid.variables +15 -16
  325. package/src/themes/default/collections/menu.variables +31 -45
  326. package/src/themes/default/collections/message.variables +84 -123
  327. package/src/themes/default/collections/table.overrides +3 -0
  328. package/src/themes/default/collections/table.variables +30 -34
  329. package/src/themes/default/elements/button.variables +44 -53
  330. package/src/themes/default/elements/container.variables +8 -16
  331. package/src/themes/default/elements/divider.overrides +8 -9
  332. package/src/themes/default/elements/divider.variables +5 -6
  333. package/src/themes/default/elements/emoji.overrides +0 -1
  334. package/src/themes/default/elements/emoji.variables +3556 -3556
  335. package/src/themes/default/elements/flag.variables +1595 -1595
  336. package/src/themes/default/elements/header.overrides +0 -1
  337. package/src/themes/default/elements/header.variables +21 -21
  338. package/src/themes/default/elements/icon.variables +2002 -2013
  339. package/src/themes/default/elements/image.variables +6 -7
  340. package/src/themes/default/elements/input.variables +11 -12
  341. package/src/themes/default/elements/label.variables +25 -26
  342. package/src/themes/default/elements/list.variables +17 -21
  343. package/src/themes/default/elements/loader.variables +16 -17
  344. package/src/themes/default/elements/placeholder.variables +12 -9
  345. package/src/themes/default/elements/rail.variables +4 -5
  346. package/src/themes/default/elements/reveal.variables +1 -1
  347. package/src/themes/default/elements/segment.variables +24 -36
  348. package/src/themes/default/elements/step.overrides +4 -4
  349. package/src/themes/default/elements/step.variables +19 -22
  350. package/src/themes/default/elements/text.variables +2 -3
  351. package/src/themes/default/globals/colors.less +588 -588
  352. package/src/themes/default/globals/reset.overrides +63 -59
  353. package/src/themes/default/globals/reset.variables +1 -1
  354. package/src/themes/default/globals/site.variables +1074 -1123
  355. package/src/themes/default/globals/variation.variables +4 -3
  356. package/src/themes/default/modules/accordion.overrides +11 -11
  357. package/src/themes/default/modules/accordion.variables +15 -20
  358. package/src/themes/default/modules/calendar.variables +2 -0
  359. package/src/themes/default/modules/chatroom.variables +1 -1
  360. package/src/themes/default/modules/checkbox.overrides +9 -13
  361. package/src/themes/default/modules/checkbox.variables +24 -33
  362. package/src/themes/default/modules/dimmer.variables +14 -17
  363. package/src/themes/default/modules/dropdown.overrides +17 -17
  364. package/src/themes/default/modules/dropdown.variables +29 -31
  365. package/src/themes/default/modules/embed.variables +9 -13
  366. package/src/themes/default/modules/flyout.variables +10 -8
  367. package/src/themes/default/modules/modal.variables +64 -67
  368. package/src/themes/default/modules/nag.variables +10 -13
  369. package/src/themes/default/modules/popup.variables +14 -13
  370. package/src/themes/default/modules/progress.variables +17 -19
  371. package/src/themes/default/modules/rating.variables +10 -12
  372. package/src/themes/default/modules/search.variables +12 -17
  373. package/src/themes/default/modules/shape.variables +7 -8
  374. package/src/themes/default/modules/sidebar.variables +4 -4
  375. package/src/themes/default/modules/slider.variables +55 -54
  376. package/src/themes/default/modules/sticky.variables +1 -1
  377. package/src/themes/default/modules/toast.variables +8 -8
  378. package/src/themes/default/modules/transition.overrides +936 -915
  379. package/src/themes/default/modules/transition.variables +1 -1
  380. package/src/themes/default/views/ad.variables +1 -1
  381. package/src/themes/default/views/card.variables +33 -45
  382. package/src/themes/default/views/comment.variables +7 -9
  383. package/src/themes/default/views/feed.variables +10 -10
  384. package/src/themes/default/views/item.variables +20 -23
  385. package/src/themes/default/views/statistic.variables +8 -8
  386. package/src/themes/duo/elements/loader.variables +1 -1
  387. package/src/themes/famfamfam/elements/flag.overrides +263 -268
  388. package/src/themes/famfamfam/elements/flag.variables +4 -4
  389. package/src/themes/fixed-width/collections/grid.variables +4 -4
  390. package/src/themes/fixed-width/modules/modal.variables +11 -13
  391. package/src/themes/flat/collections/form.overrides +9 -9
  392. package/src/themes/flat/collections/form.variables +16 -17
  393. package/src/themes/flat/globals/site.variables +69 -74
  394. package/src/themes/github/assets/fonts/octicons.woff2 +0 -0
  395. package/src/themes/github/collections/breadcrumb.variables +0 -1
  396. package/src/themes/github/collections/form.overrides +7 -8
  397. package/src/themes/github/collections/form.variables +16 -18
  398. package/src/themes/github/collections/grid.variables +1 -2
  399. package/src/themes/github/collections/menu.overrides +2 -2
  400. package/src/themes/github/collections/menu.variables +24 -26
  401. package/src/themes/github/collections/message.overrides +3 -3
  402. package/src/themes/github/collections/message.variables +12 -14
  403. package/src/themes/github/collections/table.variables +2 -2
  404. package/src/themes/github/elements/button.overrides +0 -1
  405. package/src/themes/github/elements/button.variables +26 -30
  406. package/src/themes/github/elements/header.variables +2 -2
  407. package/src/themes/github/elements/icon.overrides +3 -208
  408. package/src/themes/github/elements/icon.variables +234 -19
  409. package/src/themes/github/elements/image.variables +1 -1
  410. package/src/themes/github/elements/input.overrides +16 -16
  411. package/src/themes/github/elements/input.variables +4 -5
  412. package/src/themes/github/elements/label.overrides +3 -3
  413. package/src/themes/github/elements/label.variables +0 -1
  414. package/src/themes/github/elements/segment.variables +9 -10
  415. package/src/themes/github/elements/step.overrides +13 -13
  416. package/src/themes/github/elements/step.variables +6 -6
  417. package/src/themes/github/globals/site.variables +16 -16
  418. package/src/themes/github/modules/dropdown.overrides +18 -19
  419. package/src/themes/github/modules/dropdown.variables +8 -10
  420. package/src/themes/github/modules/popup.variables +0 -2
  421. package/src/themes/gmail/collections/message.overrides +3 -0
  422. package/src/themes/gmail/collections/message.variables +4 -4
  423. package/src/themes/instagram/views/card.overrides +4 -5
  424. package/src/themes/instagram/views/card.variables +7 -8
  425. package/src/themes/joypixels/elements/emoji.overrides +0 -2
  426. package/src/themes/joypixels/elements/emoji.variables +3554 -3554
  427. package/src/themes/material/collections/menu.overrides +1 -1
  428. package/src/themes/material/collections/menu.variables +4 -4
  429. package/src/themes/material/elements/button.overrides +7 -9
  430. package/src/themes/material/elements/button.variables +44 -46
  431. package/src/themes/material/elements/header.overrides +3 -3
  432. package/src/themes/material/elements/header.variables +8 -10
  433. package/src/themes/material/elements/icon.overrides +3 -934
  434. package/src/themes/material/elements/icon.variables +958 -18
  435. package/src/themes/material/globals/site.overrides +3 -0
  436. package/src/themes/material/globals/site.variables +83 -84
  437. package/src/themes/material/modules/dropdown.overrides +2 -2
  438. package/src/themes/material/modules/dropdown.variables +5 -5
  439. package/src/themes/material/modules/modal.overrides +3 -3
  440. package/src/themes/material/modules/modal.variables +4 -5
  441. package/src/themes/pulsar/elements/loader.overrides +23 -61
  442. package/src/themes/raised/elements/button.variables +8 -9
  443. package/src/themes/resetcss/globals/reset.overrides +115 -33
  444. package/src/themes/resetcss/globals/reset.variables +1 -1
  445. package/src/themes/round/elements/button.overrides +3 -0
  446. package/src/themes/round/elements/button.variables +33 -38
  447. package/src/themes/rtl/globals/site.overrides +1 -1
  448. package/src/themes/rtl/globals/site.variables +5 -6
  449. package/src/themes/striped/modules/progress.overrides +20 -16
  450. package/src/themes/systemfont/globals/reset.overrides +1 -1
  451. package/src/themes/systemfont/globals/site.variables +6 -6
  452. package/src/themes/timeline/views/feed.overrides +12 -12
  453. package/src/themes/timeline/views/feed.variables +8 -8
  454. package/src/themes/twitter/elements/button.overrides +4 -5
  455. package/src/themes/twitter/elements/button.variables +17 -18
  456. package/src/themes/twitter/elements/emoji.variables +3556 -3556
  457. package/tasks/.eslintrc.js +9 -0
  458. package/tasks/README.md +2 -4
  459. package/tasks/admin/components/create.js +268 -277
  460. package/tasks/admin/components/init.js +123 -129
  461. package/tasks/admin/components/update.js +151 -158
  462. package/tasks/admin/distributions/create.js +183 -189
  463. package/tasks/admin/distributions/init.js +125 -131
  464. package/tasks/admin/distributions/update.js +147 -153
  465. package/tasks/admin/publish.js +5 -9
  466. package/tasks/admin/register.js +37 -39
  467. package/tasks/admin/release.js +8 -12
  468. package/tasks/build/assets.js +43 -40
  469. package/tasks/build/css.js +230 -217
  470. package/tasks/build/javascript.js +120 -114
  471. package/tasks/build.js +11 -11
  472. package/tasks/check-install.js +15 -17
  473. package/tasks/clean.js +6 -6
  474. package/tasks/collections/README.md +3 -5
  475. package/tasks/collections/admin.js +34 -36
  476. package/tasks/collections/build.js +19 -21
  477. package/tasks/collections/docs.js +11 -13
  478. package/tasks/collections/install.js +11 -13
  479. package/tasks/collections/rtl.js +9 -12
  480. package/tasks/collections/various.js +10 -12
  481. package/tasks/config/admin/github.js +17 -19
  482. package/tasks/config/admin/oauth.example.js +4 -4
  483. package/tasks/config/admin/release.js +98 -98
  484. package/tasks/config/admin/templates/README.md +8 -8
  485. package/tasks/config/admin/templates/bower.json +3 -2
  486. package/tasks/config/admin/templates/component-package.js +9 -10
  487. package/tasks/config/admin/templates/css-package.js +19 -21
  488. package/tasks/config/admin/templates/less-package.js +12 -14
  489. package/tasks/config/admin/templates/package.json +6 -6
  490. package/tasks/config/defaults.js +116 -116
  491. package/tasks/config/docs.js +23 -23
  492. package/tasks/config/npm/gulpfile.js +15 -14
  493. package/tasks/config/project/config.js +124 -136
  494. package/tasks/config/project/install.js +722 -719
  495. package/tasks/config/project/release.js +34 -41
  496. package/tasks/config/tasks.js +168 -167
  497. package/tasks/config/user.js +28 -32
  498. package/tasks/docs/build.js +100 -96
  499. package/tasks/docs/metadata.js +91 -98
  500. package/tasks/docs/serve.js +84 -82
  501. package/tasks/install.js +373 -382
  502. package/tasks/rtl/build.js +4 -3
  503. package/tasks/rtl/watch.js +4 -3
  504. package/tasks/version.js +4 -6
  505. package/tasks/watch.js +29 -31
  506. package/test/.eslintrc.js +23 -0
  507. package/test/meteor/assets.js +11 -14
  508. package/test/meteor/fonts.js +12 -13
  509. package/test/modules/accordion.spec.js +6 -8
  510. package/test/modules/checkbox.spec.js +5 -7
  511. package/test/modules/dropdown.spec.js +5 -7
  512. package/test/modules/modal.spec.js +6 -8
  513. package/test/modules/module.spec.js +158 -178
  514. package/test/modules/popup.spec.js +5 -7
  515. package/test/modules/search.spec.js +5 -7
  516. package/test/modules/shape.spec.js +5 -7
  517. package/test/modules/sidebar.spec.js +5 -7
  518. package/test/modules/tab.spec.js +6 -8
  519. package/test/modules/transition.spec.js +5 -7
  520. package/test/modules/video.spec.js +5 -7
  521. package/.github/workflows/codeql.yml +0 -68
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1-beta.9+845150e - Text
2
+ * # Fomantic-UI 2.9.1 - Text
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -17,106 +17,106 @@ span.ui.text {
17
17
  line-height: 1;
18
18
  }
19
19
  span.ui.primary.text {
20
- color: #2185D0;
20
+ color: #2185d0;
21
21
  }
22
22
  span.ui.inverted.primary.text {
23
- color: #54C8FF;
23
+ color: #54c8ff;
24
24
  }
25
25
  span.ui.secondary.text {
26
- color: #1B1C1D;
26
+ color: #1b1c1d;
27
27
  }
28
28
  span.ui.inverted.secondary.text {
29
29
  color: #545454;
30
30
  }
31
31
  span.ui.red.text {
32
- color: #DB2828;
32
+ color: #db2828;
33
33
  }
34
34
  span.ui.inverted.red.text {
35
- color: #FF695E;
35
+ color: #ff695e;
36
36
  }
37
37
  span.ui.orange.text {
38
- color: #F2711C;
38
+ color: #f2711c;
39
39
  }
40
40
  span.ui.inverted.orange.text {
41
- color: #FF851B;
41
+ color: #ff851b;
42
42
  }
43
43
  span.ui.yellow.text {
44
- color: #FBBD08;
44
+ color: #fbbd08;
45
45
  }
46
46
  span.ui.inverted.yellow.text {
47
- color: #FFE21F;
47
+ color: #ffe21f;
48
48
  }
49
49
  span.ui.olive.text {
50
- color: #B5CC18;
50
+ color: #b5cc18;
51
51
  }
52
52
  span.ui.inverted.olive.text {
53
- color: #D9E778;
53
+ color: #d9e778;
54
54
  }
55
55
  span.ui.green.text {
56
- color: #21BA45;
56
+ color: #21ba45;
57
57
  }
58
58
  span.ui.inverted.green.text {
59
- color: #2ECC40;
59
+ color: #2ecc40;
60
60
  }
61
61
  span.ui.teal.text {
62
- color: #00B5AD;
62
+ color: #00b5ad;
63
63
  }
64
64
  span.ui.inverted.teal.text {
65
- color: #6DFFFF;
65
+ color: #6dffff;
66
66
  }
67
67
  span.ui.blue.text {
68
- color: #2185D0;
68
+ color: #2185d0;
69
69
  }
70
70
  span.ui.inverted.blue.text {
71
- color: #54C8FF;
71
+ color: #54c8ff;
72
72
  }
73
73
  span.ui.violet.text {
74
- color: #6435C9;
74
+ color: #6435c9;
75
75
  }
76
76
  span.ui.inverted.violet.text {
77
- color: #A291FB;
77
+ color: #a291fb;
78
78
  }
79
79
  span.ui.purple.text {
80
- color: #A333C8;
80
+ color: #a333c8;
81
81
  }
82
82
  span.ui.inverted.purple.text {
83
- color: #DC73FF;
83
+ color: #dc73ff;
84
84
  }
85
85
  span.ui.pink.text {
86
- color: #E03997;
86
+ color: #e03997;
87
87
  }
88
88
  span.ui.inverted.pink.text {
89
- color: #FF8EDF;
89
+ color: #ff8edf;
90
90
  }
91
91
  span.ui.brown.text {
92
- color: #A5673F;
92
+ color: #a5673f;
93
93
  }
94
94
  span.ui.inverted.brown.text {
95
- color: #D67C1C;
95
+ color: #d67c1c;
96
96
  }
97
97
  span.ui.grey.text {
98
98
  color: #767676;
99
99
  }
100
100
  span.ui.inverted.grey.text {
101
- color: #DCDDDE;
101
+ color: #dcddde;
102
102
  }
103
103
  span.ui.black.text {
104
- color: #1B1C1D;
104
+ color: #1b1c1d;
105
105
  }
106
106
  span.ui.inverted.black.text {
107
107
  color: #545454;
108
108
  }
109
109
  span.ui.error.text {
110
- color: #DB2828;
110
+ color: #db2828;
111
111
  }
112
112
  span.ui.info.text {
113
- color: #31CCEC;
113
+ color: #31ccec;
114
114
  }
115
115
  span.ui.success.text {
116
- color: #21BA45;
116
+ color: #21ba45;
117
117
  }
118
118
  span.ui.warning.text {
119
- color: #F2C037;
119
+ color: #f2c037;
120
120
  }
121
121
  span.ui.disabled.text {
122
122
  opacity: 0.45;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1-beta.9+845150e - Text
2
+ * # Fomantic-UI 2.9.1 - Text
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1-beta.9+845150e - Toast
2
+ * # Fomantic-UI 2.9.1 - Toast
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -44,18 +44,14 @@
44
44
  border: none;
45
45
  }
46
46
  .ui.toast-container.ui.attached .toast-box > .vertical > .content {
47
- -webkit-box-flex: 1;
48
- -ms-flex: 1;
49
- flex: 1;
47
+ flex: 1;
50
48
  }
51
49
  .ui.toast-container.ui.attached .toast-box > * {
52
50
  width: 100%;
53
51
  border-radius: 0;
54
52
  }
55
53
  .ui.toast-container.ui.attached .toast-box > * > .vertical:not(.actions) {
56
- -webkit-box-flex: 1;
57
- -ms-flex: 1;
58
- flex: 1;
54
+ flex: 1;
59
55
  }
60
56
  .ui.toast-container.ui.attached .toast-box > .attached.actions {
61
57
  margin-right: 1px;
@@ -78,8 +74,7 @@
78
74
  }
79
75
  .ui.toast-container.top.center {
80
76
  left: 50%;
81
- -webkit-transform: translate(-50%, 0);
82
- transform: translate(-50%, 0);
77
+ transform: translate(-50%, 0);
83
78
  top: 0.85714286em;
84
79
  }
85
80
  .ui.toast-container.bottom.right {
@@ -94,13 +89,11 @@
94
89
  }
95
90
  .ui.toast-container.bottom.center {
96
91
  left: 50%;
97
- -webkit-transform: translate(-50%, 0);
98
- transform: translate(-50%, 0);
92
+ transform: translate(-50%, 0);
99
93
  bottom: 0.85714286em;
100
94
  }
101
95
  .ui.toast-container.centered {
102
- -webkit-transform: translate(-50%, -50%);
103
- transform: translate(-50%, -50%);
96
+ transform: translate(-50%, -50%);
104
97
  top: 50%;
105
98
  left: 50%;
106
99
  }
@@ -110,13 +103,8 @@
110
103
  display: table !important;
111
104
  }
112
105
  .ui.toast-container.horizontal {
113
- display: -webkit-box;
114
- display: -ms-flexbox;
115
106
  display: flex;
116
- -webkit-box-orient: horizontal;
117
- -webkit-box-direction: normal;
118
- -ms-flex-direction: row;
119
- flex-direction: row;
107
+ flex-direction: row;
120
108
  }
121
109
  .ui.toast-container.horizontal .toast-box {
122
110
  margin-right: 0.5em;
@@ -135,8 +123,7 @@
135
123
  }
136
124
  .ui.toast-container .toast-box.floating,
137
125
  .ui.toast-container .toast-box.hoverfloating:hover {
138
- -webkit-box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
139
- box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
126
+ box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
140
127
  border: 1px solid rgba(34, 36, 38, 0.12);
141
128
  }
142
129
  .ui.toast-container .toast-box.compact,
@@ -183,9 +170,7 @@
183
170
  margin-bottom: -1em;
184
171
  }
185
172
  .ui.toast-container .toast-box > .ui.message.icon {
186
- -webkit-box-align: inherit;
187
- -ms-flex-align: inherit;
188
- align-items: inherit;
173
+ align-items: inherit;
189
174
  }
190
175
  .ui.toast-container .toast-box > .ui.message.icon > :not(.icon):not(.actions) {
191
176
  padding-left: 5rem;
@@ -195,13 +180,11 @@
195
180
  position: absolute;
196
181
  width: 4rem;
197
182
  top: 50%;
198
- -webkit-transform: translateY(-50%);
199
- transform: translateY(-50%);
183
+ transform: translateY(-50%);
200
184
  }
201
185
  .ui.toast-container .toast-box > .ui.message.icon:not(.vertical).actions > i.icon:not(.close) {
202
186
  top: calc(50% - 1.2em);
203
- -webkit-transform: none;
204
- transform: none;
187
+ transform: none;
205
188
  }
206
189
  .ui.toast-container .toast-box > .ui.message.icon:not(.vertical).icon.icon.icon {
207
190
  display: block;
@@ -210,7 +193,6 @@
210
193
  cursor: pointer;
211
194
  margin: 0;
212
195
  opacity: 0.7;
213
- -webkit-transition: opacity 0.1s ease;
214
196
  transition: opacity 0.1s ease;
215
197
  }
216
198
  .ui.toast-container .toast-box .ui.toast > .close.icon:hover {
@@ -260,26 +242,20 @@
260
242
  border-bottom-right-radius: 0;
261
243
  }
262
244
  .ui.toast-container .toast-box .progressing {
263
- -webkit-animation-iteration-count: 1;
264
- animation-iteration-count: 1;
265
- -webkit-animation-timing-function: linear;
266
- animation-timing-function: linear;
245
+ animation-iteration-count: 1;
246
+ animation-timing-function: linear;
267
247
  }
268
248
  .ui.toast-container .toast-box .progressing.up {
269
- -webkit-animation-name: progressUp;
270
- animation-name: progressUp;
249
+ animation-name: progressUp;
271
250
  }
272
251
  .ui.toast-container .toast-box .progressing.down {
273
- -webkit-animation-name: progressDown;
274
- animation-name: progressDown;
252
+ animation-name: progressDown;
275
253
  }
276
254
  .ui.toast-container .toast-box .progressing.wait {
277
- -webkit-animation-name: progressWait;
278
- animation-name: progressWait;
255
+ animation-name: progressWait;
279
256
  }
280
257
  .ui.toast-container .toast-box:hover .pausable.progressing {
281
- -webkit-animation-play-state: paused;
282
- animation-play-state: paused;
258
+ animation-play-state: paused;
283
259
  }
284
260
  .ui.toast-container .toast-box .ui.toast:not(.vertical) {
285
261
  display: block;
@@ -304,33 +280,23 @@
304
280
  .ui.toast-container .toast-box .vertical.actions > .button,
305
281
  .ui.toast-container .toast-box > .vertical > .vertical.vertical,
306
282
  .ui.toast-container .toast-box > .vertical.vertical.vertical {
307
- display: -webkit-box;
308
- display: -ms-flexbox;
309
283
  display: flex;
310
284
  }
311
285
  .ui.toast-container .toast-box :not(.comment) .vertical.actions {
312
- -webkit-box-orient: vertical;
313
- -webkit-box-direction: normal;
314
- -ms-flex-direction: column;
315
- flex-direction: column;
286
+ flex-direction: column;
316
287
  }
317
288
  .ui.toast-container .toast-box :not(.comment) .vertical.actions > .button {
318
- -webkit-box-pack: center;
319
- -ms-flex-pack: center;
320
- justify-content: center;
289
+ justify-content: center;
321
290
  }
322
291
  .ui.toast-container .toast-box :not(.comment) .vertical.actions.attached > .button {
323
- -webkit-box-align: center;
324
- -ms-flex-align: center;
325
- align-items: center;
292
+ align-items: center;
326
293
  }
327
294
  .ui.toast-container .toast-box :not(.comment) .vertical.actions:not(.attached) {
328
295
  border-top: 0;
329
296
  margin-top: -0.75em;
330
297
  margin-bottom: -0.75em;
331
298
  margin-left: 1em;
332
- -ms-flex-pack: distribute;
333
- justify-content: space-around;
299
+ justify-content: space-around;
334
300
  }
335
301
  .ui.toast-container .toast-box :not(.comment) .vertical.actions:not(.attached):not(.basic) {
336
302
  border-left: 1px solid rgba(0, 0, 0, 0.2);
@@ -339,14 +305,10 @@
339
305
  margin-bottom: 0.3em;
340
306
  }
341
307
  .ui.toast-container .toast-box :not(.comment) .vertical.actions:not(.attached).top {
342
- -webkit-box-pack: start;
343
- -ms-flex-pack: start;
344
- justify-content: flex-start;
308
+ justify-content: flex-start;
345
309
  }
346
310
  .ui.toast-container .toast-box :not(.comment) .vertical.actions:not(.attached).bottom {
347
- -webkit-box-pack: end;
348
- -ms-flex-pack: end;
349
- justify-content: flex-end;
311
+ justify-content: flex-end;
350
312
  }
351
313
  .ui.vertical.attached:not(.left).card > .image > img {
352
314
  border-top-right-radius: 0;
@@ -430,7 +392,7 @@
430
392
  padding: 0.78571429em 1em;
431
393
  margin: 0 -1px -0.01em;
432
394
  color: rgba(0, 0, 0, 0.87);
433
- background-color: #FFFFFF;
395
+ background-color: #fff;
434
396
  }
435
397
  .ui.toast > .content > .header {
436
398
  font-weight: bold;
@@ -438,23 +400,23 @@
438
400
  margin: 0;
439
401
  }
440
402
  .ui.toast.info {
441
- background-color: #31CCEC;
403
+ background-color: #31ccec;
442
404
  color: rgba(255, 255, 255, 0.9);
443
405
  }
444
406
  .ui.toast.warning {
445
- background-color: #F2C037;
407
+ background-color: #f2c037;
446
408
  color: rgba(255, 255, 255, 0.9);
447
409
  }
448
410
  .ui.toast.success {
449
- background-color: #21BA45;
411
+ background-color: #21ba45;
450
412
  color: rgba(255, 255, 255, 0.9);
451
413
  }
452
414
  .ui.toast.error {
453
- background-color: #DB2828;
415
+ background-color: #db2828;
454
416
  color: rgba(255, 255, 255, 0.9);
455
417
  }
456
418
  .ui.toast.neutral {
457
- background-color: #FFFFFF;
419
+ background-color: #fff;
458
420
  color: rgba(0, 0, 0, 0.87);
459
421
  }
460
422
  .ui.toast > i.icon:not(.close) {
@@ -490,8 +452,7 @@
490
452
  }
491
453
  .ui.toast:not(.vertical):not(.centered):not(.center) > .centered.image,
492
454
  .ui.toast:not(.vertical):not(.centered):not(.center) > .centered.icon {
493
- -webkit-transform: translateY(-50%);
494
- transform: translateY(-50%);
455
+ transform: translateY(-50%);
495
456
  top: 50%;
496
457
  }
497
458
  .ui.toast:not(.vertical).actions > .centered.image {
@@ -501,14 +462,10 @@
501
462
  top: calc(50% - 1.2em);
502
463
  }
503
464
  .ui.toast.vertical > .content {
504
- -webkit-box-flex: 1;
505
- -ms-flex-positive: 1;
506
- flex-grow: 1;
465
+ flex-grow: 1;
507
466
  }
508
467
  .ui.toast.vertical.attached {
509
- -webkit-box-flex: 1;
510
- -ms-flex-positive: 1;
511
- flex-grow: 1;
468
+ flex-grow: 1;
512
469
  }
513
470
  .ui.toast.vertical > .close.icon + .content {
514
471
  padding-left: 1em;
@@ -518,17 +475,14 @@
518
475
  padding-left: 1em;
519
476
  }
520
477
  .ui.toast.vertical > .ui.image {
521
- -ms-flex-item-align: start;
522
- align-self: flex-start;
523
- -ms-flex-negative: 0;
524
- flex-shrink: 0;
478
+ align-self: flex-start;
479
+ flex-shrink: 0;
525
480
 
526
481
  /* IE11 fix */
527
482
  }
528
483
  .ui.toast.vertical > .centered.image,
529
484
  .ui.toast.vertical > .centered.icon {
530
- -ms-flex-item-align: center;
531
- align-self: center;
485
+ align-self: center;
532
486
  }
533
487
  .ui.toast.attached.bottom {
534
488
  border-top-left-radius: 0;
@@ -561,8 +515,7 @@
561
515
  padding-left: 4.4em;
562
516
  }
563
517
  .ui.hoverfloating.message:hover {
564
- -webkit-box-shadow: 0 0 0 1px inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
565
- box-shadow: 0 0 0 1px inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
518
+ box-shadow: 0 0 0 1px inset, 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
566
519
  }
567
520
  .ui.center.toast-container .toast-box,
568
521
  .ui.right.toast-container .toast-box {
@@ -574,12 +527,8 @@
574
527
  .ui.ui.toast-container .toast-box .centered.toast,
575
528
  .ui.ui.toast-container .toast-box .center.aligned.toast {
576
529
  text-align: center;
577
- display: -webkit-box;
578
- display: -ms-flexbox;
579
530
  display: flex;
580
- -webkit-box-pack: center;
581
- -ms-flex-pack: center;
582
- justify-content: center;
531
+ justify-content: center;
583
532
  }
584
533
  .ui.ui.toast-container .toast-box .centered.toast > .content,
585
534
  .ui.ui.toast-container .toast-box .center.aligned.toast > .content,
@@ -587,8 +536,7 @@
587
536
  .ui.ui.toast-container .toast-box .center.aligned.toast > .ui.image,
588
537
  .ui.ui.toast-container .toast-box .centered.toast > i.icon:not(.close),
589
538
  .ui.ui.toast-container .toast-box .center.aligned.toast > i.icon:not(.close) {
590
- -ms-flex-item-align: center;
591
- align-self: center;
539
+ align-self: center;
592
540
  }
593
541
  .ui.toast-container .toast-box .toast .centered.content,
594
542
  .ui.toast-container .toast-box .toast .center.aligned.content {
@@ -604,21 +552,20 @@
604
552
  margin-right: 0.25em;
605
553
  }
606
554
 
607
- /*--------------
555
+ /* --------------
608
556
  Colors
609
557
  -------------- */
610
-
611
558
  .ui.primary.toast {
612
- background-color: #2185D0;
559
+ background-color: #2185d0;
613
560
  color: rgba(255, 255, 255, 0.9);
614
561
  }
615
562
  .ui.inverted.primary.toast,
616
563
  .ui.toast-container .toast-box > .inverted.primary.attached.progress .bar {
617
- background-color: #54C8FF;
564
+ background-color: #54c8ff;
618
565
  color: rgba(0, 0, 0, 0.87);
619
566
  }
620
567
  .ui.secondary.toast {
621
- background-color: #1B1C1D;
568
+ background-color: #1b1c1d;
622
569
  color: rgba(255, 255, 255, 0.9);
623
570
  }
624
571
  .ui.inverted.secondary.toast,
@@ -627,102 +574,102 @@
627
574
  color: rgba(0, 0, 0, 0.87);
628
575
  }
629
576
  .ui.red.toast {
630
- background-color: #DB2828;
577
+ background-color: #db2828;
631
578
  color: rgba(255, 255, 255, 0.9);
632
579
  }
633
580
  .ui.inverted.red.toast,
634
581
  .ui.toast-container .toast-box > .inverted.red.attached.progress .bar {
635
- background-color: #FF695E;
582
+ background-color: #ff695e;
636
583
  color: rgba(0, 0, 0, 0.87);
637
584
  }
638
585
  .ui.orange.toast {
639
- background-color: #F2711C;
586
+ background-color: #f2711c;
640
587
  color: rgba(255, 255, 255, 0.9);
641
588
  }
642
589
  .ui.inverted.orange.toast,
643
590
  .ui.toast-container .toast-box > .inverted.orange.attached.progress .bar {
644
- background-color: #FF851B;
591
+ background-color: #ff851b;
645
592
  color: rgba(0, 0, 0, 0.87);
646
593
  }
647
594
  .ui.yellow.toast {
648
- background-color: #FBBD08;
595
+ background-color: #fbbd08;
649
596
  color: rgba(255, 255, 255, 0.9);
650
597
  }
651
598
  .ui.inverted.yellow.toast,
652
599
  .ui.toast-container .toast-box > .inverted.yellow.attached.progress .bar {
653
- background-color: #FFE21F;
600
+ background-color: #ffe21f;
654
601
  color: rgba(0, 0, 0, 0.87);
655
602
  }
656
603
  .ui.olive.toast {
657
- background-color: #B5CC18;
604
+ background-color: #b5cc18;
658
605
  color: rgba(255, 255, 255, 0.9);
659
606
  }
660
607
  .ui.inverted.olive.toast,
661
608
  .ui.toast-container .toast-box > .inverted.olive.attached.progress .bar {
662
- background-color: #D9E778;
609
+ background-color: #d9e778;
663
610
  color: rgba(0, 0, 0, 0.87);
664
611
  }
665
612
  .ui.green.toast {
666
- background-color: #21BA45;
613
+ background-color: #21ba45;
667
614
  color: rgba(255, 255, 255, 0.9);
668
615
  }
669
616
  .ui.inverted.green.toast,
670
617
  .ui.toast-container .toast-box > .inverted.green.attached.progress .bar {
671
- background-color: #2ECC40;
618
+ background-color: #2ecc40;
672
619
  color: rgba(0, 0, 0, 0.87);
673
620
  }
674
621
  .ui.teal.toast {
675
- background-color: #00B5AD;
622
+ background-color: #00b5ad;
676
623
  color: rgba(255, 255, 255, 0.9);
677
624
  }
678
625
  .ui.inverted.teal.toast,
679
626
  .ui.toast-container .toast-box > .inverted.teal.attached.progress .bar {
680
- background-color: #6DFFFF;
627
+ background-color: #6dffff;
681
628
  color: rgba(0, 0, 0, 0.87);
682
629
  }
683
630
  .ui.blue.toast {
684
- background-color: #2185D0;
631
+ background-color: #2185d0;
685
632
  color: rgba(255, 255, 255, 0.9);
686
633
  }
687
634
  .ui.inverted.blue.toast,
688
635
  .ui.toast-container .toast-box > .inverted.blue.attached.progress .bar {
689
- background-color: #54C8FF;
636
+ background-color: #54c8ff;
690
637
  color: rgba(0, 0, 0, 0.87);
691
638
  }
692
639
  .ui.violet.toast {
693
- background-color: #6435C9;
640
+ background-color: #6435c9;
694
641
  color: rgba(255, 255, 255, 0.9);
695
642
  }
696
643
  .ui.inverted.violet.toast,
697
644
  .ui.toast-container .toast-box > .inverted.violet.attached.progress .bar {
698
- background-color: #A291FB;
645
+ background-color: #a291fb;
699
646
  color: rgba(0, 0, 0, 0.87);
700
647
  }
701
648
  .ui.purple.toast {
702
- background-color: #A333C8;
649
+ background-color: #a333c8;
703
650
  color: rgba(255, 255, 255, 0.9);
704
651
  }
705
652
  .ui.inverted.purple.toast,
706
653
  .ui.toast-container .toast-box > .inverted.purple.attached.progress .bar {
707
- background-color: #DC73FF;
654
+ background-color: #dc73ff;
708
655
  color: rgba(0, 0, 0, 0.87);
709
656
  }
710
657
  .ui.pink.toast {
711
- background-color: #E03997;
658
+ background-color: #e03997;
712
659
  color: rgba(255, 255, 255, 0.9);
713
660
  }
714
661
  .ui.inverted.pink.toast,
715
662
  .ui.toast-container .toast-box > .inverted.pink.attached.progress .bar {
716
- background-color: #FF8EDF;
663
+ background-color: #ff8edf;
717
664
  color: rgba(0, 0, 0, 0.87);
718
665
  }
719
666
  .ui.brown.toast {
720
- background-color: #A5673F;
667
+ background-color: #a5673f;
721
668
  color: rgba(255, 255, 255, 0.9);
722
669
  }
723
670
  .ui.inverted.brown.toast,
724
671
  .ui.toast-container .toast-box > .inverted.brown.attached.progress .bar {
725
- background-color: #D67C1C;
672
+ background-color: #d67c1c;
726
673
  color: rgba(0, 0, 0, 0.87);
727
674
  }
728
675
  .ui.grey.toast {
@@ -731,11 +678,11 @@
731
678
  }
732
679
  .ui.inverted.grey.toast,
733
680
  .ui.toast-container .toast-box > .inverted.grey.attached.progress .bar {
734
- background-color: #DCDDDE;
681
+ background-color: #dcddde;
735
682
  color: rgba(0, 0, 0, 0.87);
736
683
  }
737
684
  .ui.black.toast {
738
- background-color: #1B1C1D;
685
+ background-color: #1b1c1d;
739
686
  color: rgba(255, 255, 255, 0.9);
740
687
  }
741
688
  .ui.inverted.black.toast,
@@ -745,7 +692,7 @@
745
692
  }
746
693
  .ui.inverted.toast {
747
694
  color: rgba(255, 255, 255, 0.9);
748
- background-color: #1B1C1D;
695
+ background-color: #1b1c1d;
749
696
  }
750
697
  @media only screen and (max-width: 420px) {
751
698
  .ui.toast-container .toast-box.toast-box,
@@ -764,18 +711,9 @@
764
711
  }
765
712
  }
766
713
 
767
- /*---------------
714
+ /* ---------------
768
715
  Progress Bar
769
- ----------------*/
770
-
771
- @-webkit-keyframes progressDown {
772
- 0% {
773
- width: 100%;
774
- }
775
- 100% {
776
- width: 0;
777
- }
778
- }
716
+ ---------------- */
779
717
  @keyframes progressDown {
780
718
  0% {
781
719
  width: 100%;
@@ -784,14 +722,6 @@
784
722
  width: 0;
785
723
  }
786
724
  }
787
- @-webkit-keyframes progressUp {
788
- 0% {
789
- width: 0;
790
- }
791
- 100% {
792
- width: 100%;
793
- }
794
- }
795
725
  @keyframes progressUp {
796
726
  0% {
797
727
  width: 0;
@@ -800,14 +730,6 @@
800
730
  width: 100%;
801
731
  }
802
732
  }
803
- @-webkit-keyframes progressWait {
804
- 0% {
805
- opacity: 1;
806
- }
807
- 100% {
808
- opacity: 0;
809
- }
810
- }
811
733
  @keyframes progressWait {
812
734
  0% {
813
735
  opacity: 1;