fomantic-ui 2.9.1-beta.4 → 2.9.1-beta.40

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 (552) 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/README.md +1 -1
  13. package/dist/components/accordion.css +35 -53
  14. package/dist/components/accordion.js +568 -595
  15. package/dist/components/accordion.min.css +2 -2
  16. package/dist/components/accordion.min.js +3 -3
  17. package/dist/components/ad.css +34 -45
  18. package/dist/components/ad.min.css +2 -2
  19. package/dist/components/api.js +1157 -1179
  20. package/dist/components/api.min.js +3 -3
  21. package/dist/components/breadcrumb.css +5 -5
  22. package/dist/components/breadcrumb.min.css +2 -2
  23. package/dist/components/button.css +709 -1121
  24. package/dist/components/button.min.css +2 -2
  25. package/dist/components/calendar.css +24 -27
  26. package/dist/components/calendar.js +1934 -1809
  27. package/dist/components/calendar.min.css +2 -2
  28. package/dist/components/calendar.min.js +3 -3
  29. package/dist/components/card.css +219 -365
  30. package/dist/components/card.min.css +2 -2
  31. package/dist/components/checkbox.css +120 -191
  32. package/dist/components/checkbox.js +842 -841
  33. package/dist/components/checkbox.min.css +2 -2
  34. package/dist/components/checkbox.min.js +3 -3
  35. package/dist/components/comment.css +41 -59
  36. package/dist/components/comment.min.css +2 -2
  37. package/dist/components/container.css +7 -6
  38. package/dist/components/container.min.css +2 -2
  39. package/dist/components/dimmer.css +53 -172
  40. package/dist/components/dimmer.js +706 -737
  41. package/dist/components/dimmer.min.css +2 -2
  42. package/dist/components/dimmer.min.js +3 -3
  43. package/dist/components/divider.css +43 -61
  44. package/dist/components/divider.min.css +2 -2
  45. package/dist/components/dropdown.css +252 -386
  46. package/dist/components/dropdown.js +4179 -4236
  47. package/dist/components/dropdown.min.css +2 -2
  48. package/dist/components/dropdown.min.js +3 -3
  49. package/dist/components/embed.css +18 -29
  50. package/dist/components/embed.js +645 -675
  51. package/dist/components/embed.min.css +2 -2
  52. package/dist/components/embed.min.js +3 -3
  53. package/dist/components/emoji.css +3556 -3556
  54. package/dist/components/emoji.min.css +1 -1
  55. package/dist/components/feed.css +35 -57
  56. package/dist/components/feed.min.css +2 -2
  57. package/dist/components/flag.css +270 -268
  58. package/dist/components/flag.min.css +2 -2
  59. package/dist/components/flyout.css +94 -141
  60. package/dist/components/flyout.js +1460 -1465
  61. package/dist/components/flyout.min.css +2 -2
  62. package/dist/components/flyout.min.js +3 -3
  63. package/dist/components/form.css +244 -339
  64. package/dist/components/form.js +2020 -2004
  65. package/dist/components/form.min.css +2 -2
  66. package/dist/components/form.min.js +3 -3
  67. package/dist/components/grid.css +183 -329
  68. package/dist/components/grid.min.css +2 -2
  69. package/dist/components/header.css +118 -142
  70. package/dist/components/header.min.css +2 -2
  71. package/dist/components/icon.css +665 -745
  72. package/dist/components/icon.min.css +2 -2
  73. package/dist/components/image.css +39 -63
  74. package/dist/components/image.min.css +2 -2
  75. package/dist/components/input.css +356 -274
  76. package/dist/components/input.min.css +2 -2
  77. package/dist/components/item.css +84 -131
  78. package/dist/components/item.min.css +2 -2
  79. package/dist/components/label.css +359 -410
  80. package/dist/components/label.min.css +2 -2
  81. package/dist/components/list.css +49 -70
  82. package/dist/components/list.min.css +2 -2
  83. package/dist/components/loader.css +67 -155
  84. package/dist/components/loader.min.css +2 -2
  85. package/dist/components/menu.css +269 -431
  86. package/dist/components/menu.min.css +1 -1
  87. package/dist/components/message.css +125 -197
  88. package/dist/components/message.min.css +2 -2
  89. package/dist/components/modal.css +119 -154
  90. package/dist/components/modal.js +1488 -1486
  91. package/dist/components/modal.min.css +2 -2
  92. package/dist/components/modal.min.js +3 -3
  93. package/dist/components/nag.css +53 -63
  94. package/dist/components/nag.js +520 -526
  95. package/dist/components/nag.min.css +2 -2
  96. package/dist/components/nag.min.js +3 -3
  97. package/dist/components/placeholder.css +22 -42
  98. package/dist/components/placeholder.min.css +2 -2
  99. package/dist/components/popup.css +424 -202
  100. package/dist/components/popup.js +1454 -1456
  101. package/dist/components/popup.min.css +2 -2
  102. package/dist/components/popup.min.js +3 -3
  103. package/dist/components/progress.css +106 -211
  104. package/dist/components/progress.js +969 -997
  105. package/dist/components/progress.min.css +2 -2
  106. package/dist/components/progress.min.js +3 -3
  107. package/dist/components/rail.css +15 -20
  108. package/dist/components/rail.min.css +1 -1
  109. package/dist/components/rating.css +80 -121
  110. package/dist/components/rating.js +505 -523
  111. package/dist/components/rating.min.css +2 -2
  112. package/dist/components/rating.min.js +3 -3
  113. package/dist/components/reset.css +8 -13
  114. package/dist/components/reset.min.css +2 -2
  115. package/dist/components/reveal.css +44 -83
  116. package/dist/components/reveal.min.css +2 -2
  117. package/dist/components/search.css +69 -98
  118. package/dist/components/search.js +1520 -1534
  119. package/dist/components/search.min.css +2 -2
  120. package/dist/components/search.min.js +3 -3
  121. package/dist/components/segment.css +148 -224
  122. package/dist/components/segment.min.css +2 -2
  123. package/dist/components/shape.css +14 -30
  124. package/dist/components/shape.js +781 -810
  125. package/dist/components/shape.min.css +2 -2
  126. package/dist/components/shape.min.js +3 -3
  127. package/dist/components/sidebar.css +103 -206
  128. package/dist/components/sidebar.js +1061 -1099
  129. package/dist/components/sidebar.min.css +2 -2
  130. package/dist/components/sidebar.min.js +3 -3
  131. package/dist/components/site.css +28 -41
  132. package/dist/components/site.js +436 -476
  133. package/dist/components/site.min.css +2 -2
  134. package/dist/components/site.min.js +3 -3
  135. package/dist/components/slider.css +93 -121
  136. package/dist/components/slider.js +1310 -1311
  137. package/dist/components/slider.min.css +1 -1
  138. package/dist/components/slider.min.js +3 -3
  139. package/dist/components/state.js +639 -657
  140. package/dist/components/state.min.js +3 -3
  141. package/dist/components/statistic.css +75 -116
  142. package/dist/components/statistic.min.css +2 -2
  143. package/dist/components/step.css +77 -150
  144. package/dist/components/step.min.css +2 -2
  145. package/dist/components/sticky.css +1 -5
  146. package/dist/components/sticky.js +848 -901
  147. package/dist/components/sticky.min.css +2 -2
  148. package/dist/components/sticky.min.js +3 -3
  149. package/dist/components/tab.css +10 -14
  150. package/dist/components/tab.js +902 -966
  151. package/dist/components/tab.min.css +2 -2
  152. package/dist/components/tab.min.js +3 -3
  153. package/dist/components/table.css +547 -774
  154. package/dist/components/table.min.css +2 -2
  155. package/dist/components/text.css +32 -32
  156. package/dist/components/text.min.css +1 -1
  157. package/dist/components/toast.css +69 -147
  158. package/dist/components/toast.js +910 -884
  159. package/dist/components/toast.min.css +2 -2
  160. package/dist/components/toast.min.js +3 -3
  161. package/dist/components/transition.css +369 -1280
  162. package/dist/components/transition.js +1047 -1077
  163. package/dist/components/transition.min.css +2 -2
  164. package/dist/components/transition.min.js +3 -3
  165. package/dist/components/visibility.js +1213 -1245
  166. package/dist/components/visibility.min.js +3 -3
  167. package/dist/semantic.css +9482 -12264
  168. package/dist/semantic.js +29051 -29426
  169. package/dist/semantic.min.css +3 -3
  170. package/dist/semantic.min.js +3 -3
  171. package/dist/themes/basic/assets/fonts/icons.woff2 +0 -0
  172. package/dist/themes/default/assets/fonts/Lato-Bold.woff +0 -0
  173. package/dist/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
  174. package/dist/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
  175. package/dist/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
  176. package/dist/themes/default/assets/fonts/Lato-Italic.woff +0 -0
  177. package/dist/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
  178. package/dist/themes/default/assets/fonts/Lato-Regular.woff +0 -0
  179. package/dist/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
  180. package/dist/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
  181. package/dist/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
  182. package/dist/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
  183. package/dist/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
  184. package/dist/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
  185. package/dist/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
  186. package/dist/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
  187. package/dist/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
  188. package/dist/themes/github/assets/fonts/octicons.woff2 +0 -0
  189. package/examples/.eslintrc.js +6 -0
  190. package/examples/assets/library/jquery.min.js +2 -4
  191. package/examples/assets/show-examples.js +13 -13
  192. package/examples/attached.html +1 -1
  193. package/examples/bootstrap.html +1 -1
  194. package/examples/components/button.html +1 -1
  195. package/examples/components/card.html +6 -6
  196. package/examples/components/input.html +1 -1
  197. package/examples/components/menu.html +1 -1
  198. package/examples/components/site.html +1 -1
  199. package/examples/components/sticky-context.html +2 -2
  200. package/examples/components/table.html +1 -1
  201. package/examples/fixed.html +3 -3
  202. package/examples/grid.html +5 -5
  203. package/examples/homepage.html +1 -1
  204. package/examples/login.html +2 -2
  205. package/examples/responsive.html +2 -2
  206. package/examples/sticky.html +4 -4
  207. package/examples/theming.html +1 -1
  208. package/gulpfile.js +13 -11
  209. package/package.json +17 -10
  210. package/scripts/nightly-version.js +83 -75
  211. package/src/_site/collections/menu.overrides +1 -1
  212. package/src/_site/elements/flag.variables +2 -2
  213. package/src/_site/globals/site.variables +1 -1
  214. package/src/_site/modules/embed.variables +3 -0
  215. package/src/definitions/behaviors/api.js +1158 -1180
  216. package/src/definitions/behaviors/form.js +2019 -2003
  217. package/src/definitions/behaviors/state.js +645 -663
  218. package/src/definitions/behaviors/visibility.js +1212 -1244
  219. package/src/definitions/collections/breadcrumb.less +43 -47
  220. package/src/definitions/collections/form.less +866 -884
  221. package/src/definitions/collections/grid.less +1681 -1699
  222. package/src/definitions/collections/menu.less +1521 -1544
  223. package/src/definitions/collections/message.less +294 -298
  224. package/src/definitions/collections/table.less +1657 -1661
  225. package/src/definitions/elements/button.less +1714 -1756
  226. package/src/definitions/elements/container.less +211 -211
  227. package/src/definitions/elements/divider.less +198 -211
  228. package/src/definitions/elements/emoji.less +41 -48
  229. package/src/definitions/elements/flag.less +46 -48
  230. package/src/definitions/elements/header.less +351 -359
  231. package/src/definitions/elements/icon.less +541 -484
  232. package/src/definitions/elements/image.less +216 -227
  233. package/src/definitions/elements/input.less +692 -698
  234. package/src/definitions/elements/label.less +784 -806
  235. package/src/definitions/elements/list.less +810 -814
  236. package/src/definitions/elements/loader.less +273 -268
  237. package/src/definitions/elements/placeholder.less +173 -170
  238. package/src/definitions/elements/rail.less +93 -93
  239. package/src/definitions/elements/reveal.less +192 -198
  240. package/src/definitions/elements/segment.less +742 -749
  241. package/src/definitions/elements/step.less +423 -437
  242. package/src/definitions/elements/text.less +34 -36
  243. package/src/definitions/globals/reset.less +11 -8
  244. package/src/definitions/globals/site.js +435 -475
  245. package/src/definitions/globals/site.less +108 -110
  246. package/src/definitions/modules/accordion.js +567 -594
  247. package/src/definitions/modules/accordion.less +244 -248
  248. package/src/definitions/modules/calendar.js +1933 -1808
  249. package/src/definitions/modules/calendar.less +100 -97
  250. package/src/definitions/modules/checkbox.js +841 -840
  251. package/src/definitions/modules/checkbox.less +531 -552
  252. package/src/definitions/modules/dimmer.js +705 -736
  253. package/src/definitions/modules/dimmer.less +294 -305
  254. package/src/definitions/modules/dropdown.js +4178 -4235
  255. package/src/definitions/modules/dropdown.less +1568 -1598
  256. package/src/definitions/modules/embed.js +644 -674
  257. package/src/definitions/modules/embed.less +82 -84
  258. package/src/definitions/modules/flyout.js +1459 -1464
  259. package/src/definitions/modules/flyout.less +452 -455
  260. package/src/definitions/modules/modal.js +1487 -1485
  261. package/src/definitions/modules/modal.less +458 -467
  262. package/src/definitions/modules/nag.js +519 -525
  263. package/src/definitions/modules/nag.less +136 -149
  264. package/src/definitions/modules/popup.js +1453 -1455
  265. package/src/definitions/modules/popup.less +738 -693
  266. package/src/definitions/modules/progress.js +968 -996
  267. package/src/definitions/modules/progress.less +523 -499
  268. package/src/definitions/modules/rating.js +504 -522
  269. package/src/definitions/modules/rating.less +98 -103
  270. package/src/definitions/modules/search.js +1519 -1533
  271. package/src/definitions/modules/search.less +374 -394
  272. package/src/definitions/modules/shape.js +780 -809
  273. package/src/definitions/modules/shape.less +70 -79
  274. package/src/definitions/modules/sidebar.js +1060 -1098
  275. package/src/definitions/modules/sidebar.less +463 -476
  276. package/src/definitions/modules/slider.js +1309 -1310
  277. package/src/definitions/modules/slider.less +309 -310
  278. package/src/definitions/modules/sticky.js +864 -917
  279. package/src/definitions/modules/sticky.less +17 -25
  280. package/src/definitions/modules/tab.js +901 -965
  281. package/src/definitions/modules/tab.less +48 -54
  282. package/src/definitions/modules/toast.js +909 -883
  283. package/src/definitions/modules/toast.less +589 -589
  284. package/src/definitions/modules/transition.js +1046 -1076
  285. package/src/definitions/modules/transition.less +65 -31
  286. package/src/definitions/views/ad.less +207 -208
  287. package/src/definitions/views/card.less +955 -973
  288. package/src/definitions/views/comment.less +192 -200
  289. package/src/definitions/views/feed.less +222 -226
  290. package/src/definitions/views/item.less +437 -448
  291. package/src/definitions/views/statistic.less +273 -279
  292. package/src/semantic.less +8 -6
  293. package/src/theme.config.example +53 -53
  294. package/src/theme.less +44 -35
  295. package/src/themes/amazon/elements/button.overrides +23 -24
  296. package/src/themes/amazon/elements/button.variables +18 -23
  297. package/src/themes/amazon/globals/site.variables +16 -17
  298. package/src/themes/basic/assets/fonts/icons.woff2 +0 -0
  299. package/src/themes/basic/collections/table.overrides +0 -1
  300. package/src/themes/basic/collections/table.variables +3 -3
  301. package/src/themes/basic/elements/button.overrides +0 -1
  302. package/src/themes/basic/elements/button.variables +9 -9
  303. package/src/themes/basic/elements/icon.overrides +9 -169
  304. package/src/themes/basic/elements/icon.variables +161 -18
  305. package/src/themes/basic/elements/step.overrides +2 -2
  306. package/src/themes/basic/elements/step.variables +2 -2
  307. package/src/themes/basic/globals/reset.overrides +1 -1
  308. package/src/themes/basic/globals/reset.variables +1 -1
  309. package/src/themes/basic/modules/progress.variables +2 -2
  310. package/src/themes/basic/views/card.overrides +0 -1
  311. package/src/themes/basic/views/card.variables +6 -6
  312. package/src/themes/bookish/elements/header.overrides +4 -4
  313. package/src/themes/bookish/elements/header.variables +5 -5
  314. package/src/themes/bootstrap3/elements/button.overrides +3 -0
  315. package/src/themes/bootstrap3/elements/button.variables +20 -25
  316. package/src/themes/chubby/collections/form.overrides +9 -9
  317. package/src/themes/chubby/collections/form.variables +3 -3
  318. package/src/themes/chubby/collections/menu.overrides +3 -0
  319. package/src/themes/chubby/collections/menu.variables +3 -3
  320. package/src/themes/chubby/elements/button.overrides +8 -10
  321. package/src/themes/chubby/elements/button.variables +10 -10
  322. package/src/themes/chubby/elements/header.overrides +1 -1
  323. package/src/themes/chubby/elements/header.variables +4 -4
  324. package/src/themes/chubby/modules/accordion.overrides +2 -2
  325. package/src/themes/chubby/modules/accordion.variables +4 -4
  326. package/src/themes/chubby/views/comment.overrides +5 -5
  327. package/src/themes/chubby/views/comment.variables +11 -11
  328. package/src/themes/classic/collections/table.variables +3 -3
  329. package/src/themes/classic/elements/button.variables +36 -43
  330. package/src/themes/classic/elements/header.variables +4 -4
  331. package/src/themes/classic/modules/progress.variables +3 -3
  332. package/src/themes/classic/views/card.overrides +25 -27
  333. package/src/themes/classic/views/card.variables +7 -7
  334. package/src/themes/colored/modules/checkbox.overrides +3 -0
  335. package/src/themes/colored/modules/checkbox.variables +1 -3
  336. package/src/themes/default/assets/fonts/Lato-Bold.woff +0 -0
  337. package/src/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
  338. package/src/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
  339. package/src/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
  340. package/src/themes/default/assets/fonts/Lato-Italic.woff +0 -0
  341. package/src/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
  342. package/src/themes/default/assets/fonts/Lato-Regular.woff +0 -0
  343. package/src/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
  344. package/src/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
  345. package/src/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
  346. package/src/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
  347. package/src/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
  348. package/src/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
  349. package/src/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
  350. package/src/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
  351. package/src/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
  352. package/src/themes/default/collections/breadcrumb.variables +4 -4
  353. package/src/themes/default/collections/form.variables +15 -16
  354. package/src/themes/default/collections/grid.overrides +0 -1
  355. package/src/themes/default/collections/grid.variables +15 -16
  356. package/src/themes/default/collections/menu.variables +31 -45
  357. package/src/themes/default/collections/message.variables +84 -123
  358. package/src/themes/default/collections/table.overrides +3 -0
  359. package/src/themes/default/collections/table.variables +30 -34
  360. package/src/themes/default/elements/button.variables +44 -53
  361. package/src/themes/default/elements/container.variables +8 -16
  362. package/src/themes/default/elements/divider.overrides +8 -9
  363. package/src/themes/default/elements/divider.variables +5 -6
  364. package/src/themes/default/elements/emoji.overrides +0 -1
  365. package/src/themes/default/elements/emoji.variables +3556 -3556
  366. package/src/themes/default/elements/flag.variables +1595 -1595
  367. package/src/themes/default/elements/header.overrides +0 -1
  368. package/src/themes/default/elements/header.variables +21 -21
  369. package/src/themes/default/elements/icon.variables +2016 -2009
  370. package/src/themes/default/elements/image.variables +6 -7
  371. package/src/themes/default/elements/input.variables +11 -12
  372. package/src/themes/default/elements/label.variables +25 -26
  373. package/src/themes/default/elements/list.variables +17 -21
  374. package/src/themes/default/elements/loader.variables +16 -17
  375. package/src/themes/default/elements/placeholder.variables +12 -9
  376. package/src/themes/default/elements/rail.variables +4 -5
  377. package/src/themes/default/elements/reveal.variables +1 -1
  378. package/src/themes/default/elements/segment.variables +24 -36
  379. package/src/themes/default/elements/step.overrides +4 -4
  380. package/src/themes/default/elements/step.variables +19 -22
  381. package/src/themes/default/elements/text.variables +2 -3
  382. package/src/themes/default/globals/colors.less +588 -588
  383. package/src/themes/default/globals/reset.overrides +63 -59
  384. package/src/themes/default/globals/reset.variables +1 -1
  385. package/src/themes/default/globals/site.variables +1075 -1123
  386. package/src/themes/default/globals/variation.variables +13 -4
  387. package/src/themes/default/modules/accordion.overrides +11 -11
  388. package/src/themes/default/modules/accordion.variables +15 -20
  389. package/src/themes/default/modules/calendar.variables +2 -0
  390. package/src/themes/default/modules/chatroom.variables +1 -1
  391. package/src/themes/default/modules/checkbox.overrides +9 -13
  392. package/src/themes/default/modules/checkbox.variables +24 -33
  393. package/src/themes/default/modules/dimmer.variables +14 -17
  394. package/src/themes/default/modules/dropdown.overrides +17 -17
  395. package/src/themes/default/modules/dropdown.variables +29 -31
  396. package/src/themes/default/modules/embed.variables +9 -13
  397. package/src/themes/default/modules/flyout.variables +10 -8
  398. package/src/themes/default/modules/modal.variables +64 -67
  399. package/src/themes/default/modules/nag.variables +11 -14
  400. package/src/themes/default/modules/popup.variables +14 -13
  401. package/src/themes/default/modules/progress.variables +17 -19
  402. package/src/themes/default/modules/rating.variables +10 -12
  403. package/src/themes/default/modules/search.variables +12 -17
  404. package/src/themes/default/modules/shape.variables +7 -8
  405. package/src/themes/default/modules/sidebar.variables +4 -4
  406. package/src/themes/default/modules/slider.variables +55 -54
  407. package/src/themes/default/modules/sticky.variables +1 -1
  408. package/src/themes/default/modules/toast.variables +8 -8
  409. package/src/themes/default/modules/transition.overrides +936 -915
  410. package/src/themes/default/modules/transition.variables +8 -1
  411. package/src/themes/default/views/ad.variables +1 -1
  412. package/src/themes/default/views/card.variables +33 -45
  413. package/src/themes/default/views/comment.variables +7 -9
  414. package/src/themes/default/views/feed.variables +10 -10
  415. package/src/themes/default/views/item.variables +20 -23
  416. package/src/themes/default/views/statistic.variables +8 -8
  417. package/src/themes/duo/elements/loader.variables +1 -1
  418. package/src/themes/famfamfam/elements/flag.overrides +263 -268
  419. package/src/themes/famfamfam/elements/flag.variables +4 -4
  420. package/src/themes/fixed-width/collections/grid.variables +4 -4
  421. package/src/themes/fixed-width/modules/modal.variables +11 -13
  422. package/src/themes/flat/collections/form.overrides +9 -9
  423. package/src/themes/flat/collections/form.variables +16 -17
  424. package/src/themes/flat/globals/site.variables +69 -74
  425. package/src/themes/github/assets/fonts/octicons.woff2 +0 -0
  426. package/src/themes/github/collections/breadcrumb.variables +0 -1
  427. package/src/themes/github/collections/form.overrides +7 -8
  428. package/src/themes/github/collections/form.variables +16 -18
  429. package/src/themes/github/collections/grid.variables +1 -2
  430. package/src/themes/github/collections/menu.overrides +2 -2
  431. package/src/themes/github/collections/menu.variables +24 -26
  432. package/src/themes/github/collections/message.overrides +3 -3
  433. package/src/themes/github/collections/message.variables +12 -14
  434. package/src/themes/github/collections/table.variables +2 -2
  435. package/src/themes/github/elements/button.overrides +0 -1
  436. package/src/themes/github/elements/button.variables +26 -30
  437. package/src/themes/github/elements/header.variables +2 -2
  438. package/src/themes/github/elements/icon.overrides +3 -208
  439. package/src/themes/github/elements/icon.variables +234 -19
  440. package/src/themes/github/elements/image.variables +1 -1
  441. package/src/themes/github/elements/input.overrides +16 -16
  442. package/src/themes/github/elements/input.variables +4 -5
  443. package/src/themes/github/elements/label.overrides +3 -3
  444. package/src/themes/github/elements/label.variables +0 -1
  445. package/src/themes/github/elements/segment.variables +9 -10
  446. package/src/themes/github/elements/step.overrides +13 -13
  447. package/src/themes/github/elements/step.variables +6 -6
  448. package/src/themes/github/globals/site.variables +16 -16
  449. package/src/themes/github/modules/dropdown.overrides +18 -19
  450. package/src/themes/github/modules/dropdown.variables +8 -10
  451. package/src/themes/github/modules/popup.variables +0 -2
  452. package/src/themes/gmail/collections/message.overrides +3 -0
  453. package/src/themes/gmail/collections/message.variables +4 -4
  454. package/src/themes/instagram/views/card.overrides +4 -5
  455. package/src/themes/instagram/views/card.variables +7 -8
  456. package/src/themes/joypixels/elements/emoji.overrides +0 -2
  457. package/src/themes/joypixels/elements/emoji.variables +3554 -3554
  458. package/src/themes/material/collections/menu.overrides +1 -1
  459. package/src/themes/material/collections/menu.variables +4 -4
  460. package/src/themes/material/elements/button.overrides +7 -9
  461. package/src/themes/material/elements/button.variables +44 -46
  462. package/src/themes/material/elements/header.overrides +3 -3
  463. package/src/themes/material/elements/header.variables +8 -10
  464. package/src/themes/material/elements/icon.overrides +3 -934
  465. package/src/themes/material/elements/icon.variables +958 -18
  466. package/src/themes/material/globals/site.overrides +3 -0
  467. package/src/themes/material/globals/site.variables +83 -84
  468. package/src/themes/material/modules/dropdown.overrides +2 -2
  469. package/src/themes/material/modules/dropdown.variables +5 -5
  470. package/src/themes/material/modules/modal.overrides +3 -3
  471. package/src/themes/material/modules/modal.variables +4 -5
  472. package/src/themes/pulsar/elements/loader.overrides +23 -61
  473. package/src/themes/raised/elements/button.variables +8 -9
  474. package/src/themes/resetcss/globals/reset.overrides +115 -33
  475. package/src/themes/resetcss/globals/reset.variables +1 -1
  476. package/src/themes/round/elements/button.overrides +3 -0
  477. package/src/themes/round/elements/button.variables +33 -38
  478. package/src/themes/rtl/globals/site.overrides +1 -1
  479. package/src/themes/rtl/globals/site.variables +5 -6
  480. package/src/themes/striped/modules/progress.overrides +20 -16
  481. package/src/themes/systemfont/globals/reset.overrides +1 -1
  482. package/src/themes/systemfont/globals/site.variables +6 -6
  483. package/src/themes/timeline/views/feed.overrides +12 -12
  484. package/src/themes/timeline/views/feed.variables +8 -8
  485. package/src/themes/twitter/elements/button.overrides +4 -5
  486. package/src/themes/twitter/elements/button.variables +17 -18
  487. package/src/themes/twitter/elements/emoji.variables +3556 -3556
  488. package/tasks/.eslintrc.js +9 -0
  489. package/tasks/README.md +2 -4
  490. package/tasks/admin/components/create.js +268 -277
  491. package/tasks/admin/components/init.js +123 -129
  492. package/tasks/admin/components/update.js +151 -158
  493. package/tasks/admin/distributions/create.js +183 -189
  494. package/tasks/admin/distributions/init.js +125 -131
  495. package/tasks/admin/distributions/update.js +147 -153
  496. package/tasks/admin/publish.js +5 -9
  497. package/tasks/admin/register.js +37 -39
  498. package/tasks/admin/release.js +8 -12
  499. package/tasks/build/assets.js +43 -40
  500. package/tasks/build/css.js +230 -217
  501. package/tasks/build/javascript.js +120 -114
  502. package/tasks/build.js +11 -11
  503. package/tasks/check-install.js +15 -17
  504. package/tasks/clean.js +6 -6
  505. package/tasks/collections/README.md +3 -5
  506. package/tasks/collections/admin.js +34 -36
  507. package/tasks/collections/build.js +19 -21
  508. package/tasks/collections/docs.js +11 -13
  509. package/tasks/collections/install.js +11 -13
  510. package/tasks/collections/rtl.js +9 -12
  511. package/tasks/collections/various.js +10 -12
  512. package/tasks/config/admin/github.js +17 -19
  513. package/tasks/config/admin/oauth.example.js +4 -4
  514. package/tasks/config/admin/release.js +98 -98
  515. package/tasks/config/admin/templates/README.md +8 -8
  516. package/tasks/config/admin/templates/bower.json +3 -2
  517. package/tasks/config/admin/templates/component-package.js +9 -10
  518. package/tasks/config/admin/templates/css-package.js +19 -21
  519. package/tasks/config/admin/templates/less-package.js +12 -14
  520. package/tasks/config/admin/templates/package.json +6 -6
  521. package/tasks/config/defaults.js +116 -116
  522. package/tasks/config/docs.js +23 -23
  523. package/tasks/config/npm/gulpfile.js +15 -14
  524. package/tasks/config/project/config.js +124 -136
  525. package/tasks/config/project/install.js +722 -719
  526. package/tasks/config/project/release.js +34 -41
  527. package/tasks/config/tasks.js +168 -167
  528. package/tasks/config/user.js +28 -29
  529. package/tasks/docs/build.js +100 -96
  530. package/tasks/docs/metadata.js +91 -98
  531. package/tasks/docs/serve.js +84 -82
  532. package/tasks/install.js +373 -382
  533. package/tasks/rtl/build.js +4 -3
  534. package/tasks/rtl/watch.js +4 -3
  535. package/tasks/version.js +4 -6
  536. package/tasks/watch.js +29 -31
  537. package/test/.eslintrc.js +23 -0
  538. package/test/meteor/assets.js +11 -14
  539. package/test/meteor/fonts.js +12 -13
  540. package/test/modules/accordion.spec.js +6 -8
  541. package/test/modules/checkbox.spec.js +5 -7
  542. package/test/modules/dropdown.spec.js +5 -7
  543. package/test/modules/modal.spec.js +6 -8
  544. package/test/modules/module.spec.js +158 -178
  545. package/test/modules/popup.spec.js +5 -7
  546. package/test/modules/search.spec.js +5 -7
  547. package/test/modules/shape.spec.js +5 -7
  548. package/test/modules/sidebar.spec.js +5 -7
  549. package/test/modules/tab.spec.js +6 -8
  550. package/test/modules/transition.spec.js +5 -7
  551. package/test/modules/video.spec.js +5 -7
  552. package/.github/workflows/codeql.yml +0 -68
@@ -8,16 +8,14 @@
8
8
  *
9
9
  */
10
10
 
11
-
12
-
13
11
  /*******************************
14
12
  Theme
15
13
  *******************************/
16
14
 
17
- @type : 'module';
18
- @element : 'flyout';
15
+ @type: "module";
16
+ @element: "flyout";
19
17
 
20
- @import (multiple) '../../theme.config';
18
+ @import (multiple) "../../theme.config";
21
19
 
22
20
  /*******************************
23
21
  Flyout
@@ -25,626 +23,625 @@
25
23
 
26
24
  /* Flyout Menu */
27
25
  .ui.flyout {
28
- position: fixed;
29
- top: 0;
30
- left: 0;
31
-
32
- backface-visibility: hidden;
33
- transition: none;
34
- will-change: transform;
35
- transform: translate3d(0, 0, 0);
36
- visibility: hidden;
37
- -webkit-overflow-scrolling: touch;
38
-
39
- height: 100%;
40
- max-height: 100%;
41
- max-width: 100%;
42
- border-radius: 0;
43
- margin: 0;
44
- overflow-y: hidden;
45
- z-index: @topLayer;
46
-
47
- background: #FFFFFF;
26
+ position: fixed;
27
+ top: 0;
28
+ left: 0;
29
+ backface-visibility: hidden;
30
+ transition: none;
31
+ will-change: transform;
32
+ transform: translate3d(0, 0, 0);
33
+ visibility: hidden;
34
+ height: 100%;
35
+ max-height: 100%;
36
+ max-width: 100%;
37
+ border-radius: 0;
38
+ margin: 0;
39
+ overflow-y: hidden;
40
+ z-index: @topLayer;
41
+ background: #fff;
48
42
  }
49
43
 
50
44
  /* GPU Layers for Child Elements */
51
45
  .ui.flyout > * {
52
- backface-visibility: hidden;
46
+ backface-visibility: hidden;
53
47
  }
54
48
 
55
- /*--------------
49
+ /* --------------
56
50
  Close
57
- ---------------*/
51
+ --------------- */
58
52
  .ui.flyout > .close {
59
- cursor: pointer;
60
- position: absolute;
61
- top: @closeTop;
62
- right: @closeRight;
63
- z-index: 1;
64
- opacity: @closeOpacity;
65
- font-size: @closeSize;
66
- color: @closeColor;
67
- width: @closeHitbox;
68
- height: @closeHitbox;
69
- padding: @closePadding;
70
- margin: @closeMargin;
71
- text-align: right;
53
+ cursor: pointer;
54
+ position: absolute;
55
+ top: @closeTop;
56
+ right: @closeRight;
57
+ z-index: 1;
58
+ opacity: @closeOpacity;
59
+ font-size: @closeSize;
60
+ color: @closeColor;
61
+ width: @closeHitbox;
62
+ height: @closeHitbox;
63
+ padding: @closePadding;
64
+ margin: @closeMargin;
65
+ text-align: right;
72
66
  }
73
67
 
74
68
  .ui.flyout > .close:focus,
75
69
  .ui.flyout > .close:hover {
76
- opacity: 1;
77
- outline: none;
70
+ opacity: 1;
71
+ outline: none;
78
72
  }
79
73
 
80
- /*--------------
74
+ /* --------------
81
75
  Header
82
- ---------------*/
76
+ --------------- */
83
77
  .ui.flyout > .header {
84
- display: block;
85
- background: @headerBackground;
86
- margin: @headerMargin;
87
- padding: @headerPadding;
88
- box-shadow: @headerBoxShadow;
89
- color: @headerColor;
90
- border-bottom: @headerBorder;
78
+ display: block;
79
+ background: @headerBackground;
80
+ margin: @headerMargin;
81
+ padding: @headerPadding;
82
+ box-shadow: @headerBoxShadow;
83
+ color: @headerColor;
84
+ border-bottom: @headerBorder;
91
85
  }
92
86
 
93
- /*--------------
87
+ /* --------------
94
88
  Content
95
- ---------------*/
89
+ --------------- */
96
90
  .ui.flyout > .content {
97
- display: block;
98
- width: 100%;
99
- font-size: @contentFontSize;
100
- line-height: @contentLineHeight;
101
- padding: @contentPadding;
102
- background: @contentBackground;
91
+ display: block;
92
+ width: 100%;
93
+ font-size: @contentFontSize;
94
+ line-height: @contentLineHeight;
95
+ padding: @contentPadding;
96
+ background: @contentBackground;
97
+ &.scrolling when(@variationFlyoutScrolling) {
98
+ overflow: auto;
99
+ overscroll-behavior: @overscrollBehavior;
100
+ }
103
101
  }
104
102
  .ui.flyout.left > .content,
105
103
  .ui.flyout.right > .content {
106
- min-height: @contentMinHeight;
104
+ min-height: @contentMinHeightWithoutHeader;
107
105
  }
108
-
109
- .ui.flyout.left > .scrolling.content,
110
- .ui.flyout.right > .scrolling.content{
111
- max-height: @scrollingContentMaxHeight;
112
- overflow: auto;
106
+ .ui.flyout.left > .header + .content,
107
+ .ui.flyout.right > .header + .content {
108
+ min-height: @contentMinHeight;
113
109
  }
110
+ & when(@variationFlyoutScrolling) {
111
+ .ui.flyout.left > .scrolling.content,
112
+ .ui.flyout.right > .scrolling.content {
113
+ max-height: @scrollingContentMaxHeightWithoutHeader;
114
+ }
115
+ .ui.flyout.left > .header + .scrolling.content,
116
+ .ui.flyout.right > .header + .scrolling.content {
117
+ max-height: @scrollingContentMaxHeight;
118
+ }
114
119
 
115
- .ui.flyout.top > .scrolling.content,
116
- .ui.flyout.bottom > .scrolling.content{
117
- max-height: @scrollingContentMaxHeightTopBottom;
118
- overflow: auto;
120
+ .ui.flyout.top > .scrolling.content,
121
+ .ui.flyout.bottom > .scrolling.content {
122
+ max-height: @scrollingContentMaxHeightTopBottom;
123
+ }
119
124
  }
120
125
 
121
126
  & when (@variationFlyoutActions) {
122
- /*--------------
123
- Actions
124
- ---------------*/
125
- .ui.flyout > .actions {
126
- background: @actionBackground;
127
- padding: @actionPadding;
128
- border-top: @actionBorder;
129
- text-align: @actionAlign;
130
- }
131
- .ui.flyout .actions > .button:not(.fluid) {
132
- margin-left: @buttonDistance;
133
- }
134
- & when (@variationFlyoutBasic) {
135
- .ui.ui.flyout > .basic.actions {
136
- border-top: none;
137
- }
138
- }
139
- & when (@variationFlyoutLeftActions) {
140
- .ui.flyout > .left.actions {
141
- text-align: left;
142
- & > .button:not(.fluid) {
143
- margin-left: @buttonLeftDistance;
144
- margin-right: @buttonLeftDistance;
145
- }
127
+ /* --------------
128
+ Actions
129
+ --------------- */
130
+ .ui.flyout > .actions {
131
+ background: @actionBackground;
132
+ padding: @actionPadding;
133
+ border-top: @actionBorder;
134
+ text-align: @actionAlign;
135
+ }
136
+ .ui.flyout .actions > .button:not(.fluid) {
137
+ margin-left: @buttonDistance;
138
+ }
139
+ & when (@variationFlyoutBasic) {
140
+ .ui.ui.flyout > .basic.actions {
141
+ border-top: none;
142
+ }
143
+ }
144
+ & when (@variationFlyoutLeftActions) {
145
+ .ui.flyout > .left.actions {
146
+ text-align: left;
147
+ & > .button:not(.fluid) {
148
+ margin-left: @buttonLeftDistance;
149
+ margin-right: @buttonLeftDistance;
150
+ }
151
+ }
146
152
  }
147
- }
148
153
  }
149
154
  & when (@variationFlyoutCentered) {
150
- .ui.flyout > .centered,
151
- .ui.flyout > .center.aligned {
152
- text-align: center;
153
- &.actions > .button:not(.fluid) when (@variationFlyoutActions){
154
- margin-left: @buttonCenteredDistance;
155
- margin-right: @buttonCenteredDistance;
155
+ .ui.flyout > .centered,
156
+ .ui.flyout > .center.aligned {
157
+ text-align: center;
158
+ &.actions > .button:not(.fluid) when (@variationFlyoutActions) {
159
+ margin-left: @buttonCenteredDistance;
160
+ margin-right: @buttonCenteredDistance;
161
+ }
156
162
  }
157
- }
158
163
  }
159
164
  & when (@variationFlyoutBasic) {
160
- .ui.ui.flyout > .basic.header,
161
- .ui.ui.flyout > .basic.actions {
162
- background-color: transparent;
163
- }
164
- .ui.flyout > .basic.header {
165
- border-bottom: none;
166
- }
165
+ .ui.ui.flyout > .basic.header,
166
+ .ui.ui.flyout > .basic.actions {
167
+ background-color: transparent;
168
+ }
169
+ .ui.flyout > .basic.header {
170
+ border-bottom: none;
171
+ }
167
172
  }
168
173
 
169
- /*--------------
174
+ /* --------------
170
175
  Direction
171
- ---------------*/
176
+ --------------- */
172
177
  & when (@variationFlyoutLeft) {
173
- .ui.left.flyout {
174
- right: auto;
175
- left: 0;
176
- transform: translate3d(-100%, 0, 0);
177
- }
178
+ .ui.left.flyout {
179
+ right: auto;
180
+ left: 0;
181
+ transform: translate3d(-100%, 0, 0);
182
+ }
178
183
  }
179
184
  & when (@variationFlyoutRight) {
180
- .ui.right.flyout {
181
- right: 0;
182
- left: auto;
183
- transform: translate3d(100%, 0, 0);
184
- }
185
+ .ui.right.flyout {
186
+ right: 0;
187
+ left: auto;
188
+ transform: translate3d(100%, 0, 0);
189
+ }
185
190
  }
186
191
 
187
192
  & when (@variationFlyoutTop) or (@variationFlyoutBottom) {
188
- .ui.top.flyout,
189
- .ui.bottom.flyout {
190
- width: 100%;
191
- height: auto;
192
- }
193
- & when (@variationFlyoutTop) {
194
- .ui.top.flyout {
195
- top: 0;
196
- bottom: auto;
197
- transform: translate3d(0, -100%, 0);
198
- }
199
- }
200
- & when (@variationFlyoutBottom) {
193
+ .ui.top.flyout,
201
194
  .ui.bottom.flyout {
202
- top: auto;
203
- bottom: 0;
204
- transform: translate3d(0, 100%, 0);
195
+ width: 100%;
196
+ height: auto;
197
+ }
198
+ & when (@variationFlyoutTop) {
199
+ .ui.top.flyout {
200
+ top: 0;
201
+ bottom: auto;
202
+ transform: translate3d(0, -100%, 0);
203
+ }
204
+ }
205
+ & when (@variationFlyoutBottom) {
206
+ .ui.bottom.flyout {
207
+ top: auto;
208
+ bottom: 0;
209
+ transform: translate3d(0, 100%, 0);
210
+ }
205
211
  }
206
- }
207
212
  }
208
213
 
209
-
210
- /*--------------
214
+ /* --------------
211
215
  Pushable
212
- ---------------*/
216
+ --------------- */
213
217
 
214
218
  .pushable.pushable.pushable {
215
- height: 100%;
216
- overflow-x: hidden;
217
- padding: 0;
218
- &.locked {
219
- overflow-y: hidden;
220
- background: inherit;
221
- }
219
+ height: 100%;
220
+ overflow-x: hidden;
221
+ padding: 0;
222
+ &.locked {
223
+ overflow-y: hidden;
224
+ background: inherit;
225
+ }
222
226
  }
223
227
 
224
228
  /* Whole Page */
225
229
  body.pushable {
226
- background: @canvasBackground;
227
- &.dimmed {
228
- background: inherit;
229
- }
230
+ background: @canvasBackground;
231
+ &.dimmed {
232
+ background: inherit;
233
+ }
230
234
  }
231
235
 
232
236
  /* Page Context */
233
237
  .pushable:not(body) {
234
- transform: translate3d(0, 0, 0);
235
- overflow-y: hidden;
238
+ transform: translate3d(0, 0, 0);
239
+ overflow-y: hidden;
236
240
  }
237
241
  .pushable:not(body) > .ui.flyout,
238
242
  .pushable:not(body) > .fixed,
239
243
  .pushable:not(body) > .pusher::after {
240
- position: absolute;
244
+ position: absolute;
241
245
  }
242
246
 
243
-
244
- /*--------------
247
+ /* --------------
245
248
  Fixed
246
- ---------------*/
249
+ --------------- */
247
250
 
248
251
  .pushable > .fixed {
249
- position: fixed;
250
- backface-visibility: hidden;
251
-
252
- transition: transform @duration @easing;
253
- will-change: transform;
254
- z-index: @fixedLayer;
252
+ position: fixed;
253
+ backface-visibility: hidden;
254
+ transition: transform @duration @easing;
255
+ will-change: transform;
256
+ z-index: @fixedLayer;
255
257
  }
256
258
 
257
- /*--------------
259
+ /* --------------
258
260
  Page
259
- ---------------*/
261
+ --------------- */
260
262
 
261
263
  .pushable > .pusher {
262
- position: relative;
263
- backface-visibility: hidden;
264
- min-height: 100%;
265
- transition: transform @duration @easing;
266
- z-index: @middleLayer;
267
-
268
- /* Pusher should inherit background from context */
269
- background: inherit;
270
- &:not(.overflowing) {
271
- overflow: hidden;
272
- }
264
+ position: relative;
265
+ backface-visibility: hidden;
266
+ min-height: 100%;
267
+ transition: transform @duration @easing;
268
+ z-index: @middleLayer;
269
+
270
+ /* Pusher should inherit background from context */
271
+ background: inherit;
272
+ &:not(.overflowing) {
273
+ overflow: hidden;
274
+ }
273
275
  }
274
276
 
275
277
  body.pushable > .pusher {
276
- background: @pageBackground;
278
+ background: @pageBackground;
277
279
  }
278
280
 
279
- /*--------------
281
+ /* --------------
280
282
  Dimmer
281
- ---------------*/
283
+ --------------- */
282
284
 
283
285
  .pushable > .pusher::after {
284
- position: fixed;
285
- top: 0;
286
- right: 0;
287
- content: '';
288
- background: @dimmerColor;
289
- overflow: hidden;
290
- opacity: 0;
291
- transition: @dimmerTransition;
292
- will-change: opacity;
293
- z-index: @dimmerLayer;
294
- }
295
-
296
- /*--------------
286
+ position: fixed;
287
+ top: 0;
288
+ right: 0;
289
+ content: "";
290
+ background: @dimmerColor;
291
+ overflow: hidden;
292
+ opacity: 0;
293
+ transition: @dimmerTransition;
294
+ will-change: opacity;
295
+ z-index: @dimmerLayer;
296
+ }
297
+
298
+ /* --------------
297
299
  Coupling
298
- ---------------*/
300
+ --------------- */
299
301
 
300
302
  .ui.flyout.menu .item {
301
- border-radius: 0 !important;
303
+ border-radius: 0 !important;
302
304
  }
303
305
 
304
306
  /*******************************
305
307
  States
306
308
  *******************************/
307
309
 
308
- /*--------------
310
+ /* --------------
309
311
  Dimmed
310
- ---------------*/
312
+ --------------- */
311
313
 
312
314
  .pushable > .pusher.dimmed::after {
313
- width: 100% !important;
314
- height: 100% !important;
315
- opacity: 1 !important;
315
+ width: 100% !important;
316
+ height: 100% !important;
317
+ opacity: 1 !important;
316
318
  }
317
319
  & when (@variationFlyoutBlurring) {
318
- .pushable > .pusher.dimmed.blurring:not(.closing)::after {
319
- background: @blurredBackgroundColor;
320
- -webkit-backdrop-filter: @blurredEndFilter;
321
- backdrop-filter: @blurredEndFilter;
322
- }
320
+ .pushable > .pusher.dimmed.blurring:not(.closing)::after {
321
+ background: @blurredBackgroundColor;
322
+ -webkit-backdrop-filter: @blurredEndFilter;
323
+ backdrop-filter: @blurredEndFilter;
324
+ }
323
325
  }
324
326
  .pushable > .pusher.closing.dimmed::after {
325
- opacity: 0 !important;
327
+ opacity: 0 !important;
326
328
  }
327
- /*--------------
329
+
330
+ /* --------------
328
331
  Animating
329
- ---------------*/
332
+ --------------- */
330
333
 
331
334
  .ui.animating.flyout {
332
- visibility: visible;
335
+ visibility: visible;
333
336
  }
334
337
 
335
- /*--------------
338
+ /* --------------
336
339
  Visible
337
- ---------------*/
340
+ --------------- */
338
341
 
339
342
  .ui.visible.flyout {
340
- visibility: visible;
341
- transform: translate3d(0, 0, 0);
343
+ visibility: visible;
344
+ transform: translate3d(0, 0, 0);
342
345
  }
343
346
 
344
347
  /* Shadow Direction */
345
348
  & when (@variationFlyoutLeft) or (@variationFlyoutRight) {
346
- .ui.left.visible.flyout,
347
- .ui.right.visible.flyout {
348
- box-shadow: @horizontalBoxShadow;
349
- }
349
+ .ui.left.visible.flyout,
350
+ .ui.right.visible.flyout {
351
+ box-shadow: @horizontalBoxShadow;
352
+ }
350
353
  }
351
354
  & when (@variationFlyoutTop) or (@variationFlyoutBottom) {
352
- .ui.top.visible.flyout,
353
- .ui.bottom.visible.flyout {
354
- box-shadow: @verticalBoxShadow;
355
- }
355
+ .ui.top.visible.flyout,
356
+ .ui.bottom.visible.flyout {
357
+ box-shadow: @verticalBoxShadow;
358
+ }
356
359
  }
357
360
 
358
361
  /* Visible On Load */
359
362
  & when (@variationFlyoutLeft) {
360
- .ui.visible.left.flyout ~ .fixed,
361
- .ui.visible.left.flyout ~ .pusher {
362
- transform: translate3d(@width, 0, 0);
363
- }
363
+ .ui.visible.left.flyout ~ .fixed,
364
+ .ui.visible.left.flyout ~ .pusher {
365
+ transform: translate3d(@width, 0, 0);
366
+ }
364
367
  }
365
368
  & when (@variationFlyoutRight) {
366
- .ui.visible.right.flyout ~ .fixed,
367
- .ui.visible.right.flyout ~ .pusher {
368
- transform: translate3d(-@width, 0, 0);
369
- }
369
+ .ui.visible.right.flyout ~ .fixed,
370
+ .ui.visible.right.flyout ~ .pusher {
371
+ transform: translate3d(-@width, 0, 0);
372
+ }
370
373
  }
371
374
  & when (@variationFlyoutTop) {
372
- .ui.visible.top.flyout ~ .fixed,
373
- .ui.visible.top.flyout ~ .pusher {
374
- transform: translate3d(0, @height, 0);
375
- }
375
+ .ui.visible.top.flyout ~ .fixed,
376
+ .ui.visible.top.flyout ~ .pusher {
377
+ transform: translate3d(0, @height, 0);
378
+ }
376
379
  }
377
380
  & when (@variationFlyoutBottom) {
378
- .ui.visible.bottom.flyout ~ .fixed,
379
- .ui.visible.bottom.flyout ~ .pusher {
380
- transform: translate3d(0, -@height, 0);
381
- }
381
+ .ui.visible.bottom.flyout ~ .fixed,
382
+ .ui.visible.bottom.flyout ~ .pusher {
383
+ transform: translate3d(0, -@height, 0);
384
+ }
382
385
  }
383
386
 
384
387
  & when (@variationFlyoutLeft) or (@variationFlyoutRight) {
385
- /* opposite sides visible forces content overlay */
386
- .ui.visible.left.flyout ~ .ui.visible.right.flyout ~ .fixed,
387
- .ui.visible.left.flyout ~ .ui.visible.right.flyout ~ .pusher,
388
- .ui.visible.right.flyout ~ .ui.visible.left.flyout ~ .fixed,
389
- .ui.visible.right.flyout ~ .ui.visible.left.flyout ~ .pusher {
390
- transform: translate3d(0, 0, 0);
391
- }
388
+ /* opposite sides visible forces content overlay */
389
+ .ui.visible.left.flyout ~ .ui.visible.right.flyout ~ .fixed,
390
+ .ui.visible.left.flyout ~ .ui.visible.right.flyout ~ .pusher,
391
+ .ui.visible.right.flyout ~ .ui.visible.left.flyout ~ .fixed,
392
+ .ui.visible.right.flyout ~ .ui.visible.left.flyout ~ .pusher {
393
+ transform: translate3d(0, 0, 0);
394
+ }
392
395
  }
393
396
 
394
397
  & when (@variationFlyoutInverted) {
395
- /*--------------
396
- Inverted
397
- ---------------*/
398
- .ui.flyout.inverted {
399
- background: @invertedBackground;
400
- }
401
-
402
- .ui.flyout.inverted > .close {
403
- color: @invertedCloseColor;
404
- }
405
-
406
- .ui.flyout.inverted > .header,
407
- .ui.flyout.inverted > .content {
408
- background: @invertedBackground;
409
- color: @invertedHeaderColor;
410
- }
411
- .ui.flyout.inverted > .actions {
412
- background: @invertedActionBackground;
413
- border-top: @invertedActionBorder;
414
- color: @invertedActionColor;
415
- }
398
+ /* --------------
399
+ Inverted
400
+ --------------- */
401
+ .ui.flyout.inverted {
402
+ background: @invertedBackground;
403
+ }
404
+
405
+ .ui.flyout.inverted > .close {
406
+ color: @invertedCloseColor;
407
+ }
408
+
409
+ .ui.flyout.inverted > .header,
410
+ .ui.flyout.inverted > .content {
411
+ background: @invertedBackground;
412
+ color: @invertedHeaderColor;
413
+ }
414
+ .ui.flyout.inverted > .actions {
415
+ background: @invertedActionBackground;
416
+ border-top: @invertedActionBorder;
417
+ color: @invertedActionColor;
418
+ }
416
419
  }
417
420
 
418
421
  /*******************************
419
422
  Variations
420
423
  *******************************/
421
424
 
422
- /*--------------
425
+ /* --------------
423
426
  Width
424
- ---------------*/
427
+ --------------- */
425
428
 
426
429
  /* Left / Right */
427
430
  & when (@variationFlyoutLeft) or (@variationFlyoutRight) {
428
- .ui.left.flyout,
429
- .ui.right.flyout {
430
- width: @width;
431
- }
432
- & when (@variationFlyoutThin) {
433
- .ui.thin.left.flyout,
434
- .ui.thin.right.flyout {
435
- width: @thinWidth;
436
- }
437
-
438
- .ui[class*="very thin"].left.flyout,
439
- .ui[class*="very thin"].right.flyout {
440
- width: @veryThinWidth;
441
- }
442
- }
443
-
444
- & when (@variationFlyoutWide) {
445
- .ui.wide.left.flyout,
446
- .ui.wide.right.flyout {
447
- width: @wideWidth;
448
- }
449
-
450
- .ui[class*="very wide"].left.flyout,
451
- .ui[class*="very wide"].right.flyout {
452
- width: @veryWideWidth;
453
- }
454
- }
455
-
456
- /* Left Visible */
457
- & when (@variationFlyoutLeft) {
458
- & when (@variationFlyoutThin) {
459
- .ui.visible.thin.left.flyout ~ .fixed,
460
- .ui.visible.thin.left.flyout ~ .pusher {
461
- transform: translate3d(@thinWidth, 0, 0);
462
- }
463
-
464
- .ui.visible[class*="very thin"].left.flyout ~ .fixed,
465
- .ui.visible[class*="very thin"].left.flyout ~ .pusher {
466
- transform: translate3d(@veryThinWidth, 0, 0);
467
- }
431
+ .ui.left.flyout,
432
+ .ui.right.flyout {
433
+ width: @width;
468
434
  }
469
-
470
- & when (@variationFlyoutWide) {
471
- .ui.visible.wide.left.flyout ~ .fixed,
472
- .ui.visible.wide.left.flyout ~ .pusher {
473
- transform: translate3d(@wideWidth, 0, 0);
474
- }
475
-
476
- .ui.visible[class*="very wide"].left.flyout ~ .fixed,
477
- .ui.visible[class*="very wide"].left.flyout ~ .pusher {
478
- transform: translate3d(@veryWideWidth, 0, 0);
479
- }
480
- }
481
- }
482
-
483
- /* Right Visible */
484
- & when (@variationFlyoutRight) {
485
435
  & when (@variationFlyoutThin) {
486
- .ui.visible.thin.right.flyout ~ .fixed,
487
- .ui.visible.thin.right.flyout ~ .pusher {
488
- transform: translate3d(-@thinWidth, 0, 0);
489
- }
436
+ .ui.thin.left.flyout,
437
+ .ui.thin.right.flyout {
438
+ width: @thinWidth;
439
+ }
490
440
 
491
- .ui.visible[class*="very thin"].right.flyout ~ .fixed,
492
- .ui.visible[class*="very thin"].right.flyout ~ .pusher {
493
- transform: translate3d(-@veryThinWidth, 0, 0);
494
- }
441
+ .ui[class*="very thin"].left.flyout,
442
+ .ui[class*="very thin"].right.flyout {
443
+ width: @veryThinWidth;
444
+ }
495
445
  }
496
446
 
497
447
  & when (@variationFlyoutWide) {
498
- .ui.visible.wide.right.flyout ~ .fixed,
499
- .ui.visible.wide.right.flyout ~ .pusher {
500
- transform: translate3d(-@wideWidth, 0, 0);
501
- }
448
+ .ui.wide.left.flyout,
449
+ .ui.wide.right.flyout {
450
+ width: @wideWidth;
451
+ }
452
+
453
+ .ui[class*="very wide"].left.flyout,
454
+ .ui[class*="very wide"].right.flyout {
455
+ width: @veryWideWidth;
456
+ }
457
+ }
458
+
459
+ /* Left Visible */
460
+ & when (@variationFlyoutLeft) {
461
+ & when (@variationFlyoutThin) {
462
+ .ui.visible.thin.left.flyout ~ .fixed,
463
+ .ui.visible.thin.left.flyout ~ .pusher {
464
+ transform: translate3d(@thinWidth, 0, 0);
465
+ }
466
+
467
+ .ui.visible[class*="very thin"].left.flyout ~ .fixed,
468
+ .ui.visible[class*="very thin"].left.flyout ~ .pusher {
469
+ transform: translate3d(@veryThinWidth, 0, 0);
470
+ }
471
+ }
472
+
473
+ & when (@variationFlyoutWide) {
474
+ .ui.visible.wide.left.flyout ~ .fixed,
475
+ .ui.visible.wide.left.flyout ~ .pusher {
476
+ transform: translate3d(@wideWidth, 0, 0);
477
+ }
478
+
479
+ .ui.visible[class*="very wide"].left.flyout ~ .fixed,
480
+ .ui.visible[class*="very wide"].left.flyout ~ .pusher {
481
+ transform: translate3d(@veryWideWidth, 0, 0);
482
+ }
483
+ }
484
+ }
485
+
486
+ /* Right Visible */
487
+ & when (@variationFlyoutRight) {
488
+ & when (@variationFlyoutThin) {
489
+ .ui.visible.thin.right.flyout ~ .fixed,
490
+ .ui.visible.thin.right.flyout ~ .pusher {
491
+ transform: translate3d(-@thinWidth, 0, 0);
492
+ }
493
+
494
+ .ui.visible[class*="very thin"].right.flyout ~ .fixed,
495
+ .ui.visible[class*="very thin"].right.flyout ~ .pusher {
496
+ transform: translate3d(-@veryThinWidth, 0, 0);
497
+ }
498
+ }
499
+
500
+ & when (@variationFlyoutWide) {
501
+ .ui.visible.wide.right.flyout ~ .fixed,
502
+ .ui.visible.wide.right.flyout ~ .pusher {
503
+ transform: translate3d(-@wideWidth, 0, 0);
504
+ }
505
+
506
+ .ui.visible[class*="very wide"].right.flyout ~ .fixed,
507
+ .ui.visible[class*="very wide"].right.flyout ~ .pusher {
508
+ transform: translate3d(-@veryWideWidth, 0, 0);
509
+ }
510
+ }
511
+ }
512
+
513
+ & when (@variationFlyoutFullscreen) {
514
+ /* Fullscreen */
515
+ .ui.fullscreen.flyout {
516
+ width: 100%;
517
+ }
518
+ }
519
+
520
+ /* -------------------
521
+ Column Width
522
+ -------------------- */
523
+
524
+ & when (@variationFlyoutColumnWidth) {
525
+ /* Sizing Combinations */
526
+
527
+ .ui[class*="one wide"].flyout:not(.fullscreen) {
528
+ width: @oneWide;
529
+ }
530
+
531
+ .ui[class*="two wide"].flyout:not(.fullscreen) {
532
+ width: @twoWide;
533
+ }
534
+
535
+ .ui[class*="three wide"].flyout:not(.fullscreen) {
536
+ width: @threeWide;
537
+ }
538
+
539
+ .ui[class*="four wide"].flyout:not(.fullscreen) {
540
+ width: @fourWide;
541
+ }
542
+
543
+ .ui[class*="five wide"].flyout:not(.fullscreen) {
544
+ width: @fiveWide;
545
+ }
546
+
547
+ .ui[class*="six wide"].flyout:not(.fullscreen) {
548
+ width: @sixWide;
549
+ }
502
550
 
503
- .ui.visible[class*="very wide"].right.flyout ~ .fixed,
504
- .ui.visible[class*="very wide"].right.flyout ~ .pusher {
505
- transform: translate3d(-@veryWideWidth, 0, 0);
506
- }
507
- }
508
- }
551
+ .ui[class*="seven wide"].flyout:not(.fullscreen) {
552
+ width: @sevenWide;
553
+ }
509
554
 
510
- & when (@variationFlyoutFullscreen) {
511
- /* Fullscreen */
512
- .ui.fullscreen.flyout {
513
- width: 100%;
514
- }
515
- }
555
+ .ui[class*="eight wide"].flyout:not(.fullscreen) {
556
+ width: @eightWide;
557
+ }
516
558
 
559
+ .ui[class*="nine wide"].flyout:not(.fullscreen) {
560
+ width: @nineWide;
561
+ }
517
562
 
518
- /*-------------------
519
- Column Width
520
- --------------------*/
563
+ .ui[class*="ten wide"].flyout:not(.fullscreen) {
564
+ width: @tenWide;
565
+ }
521
566
 
522
- & when (@variationFlyoutColumnWidth) {
523
-
524
- /* Sizing Combinations */
567
+ .ui[class*="eleven wide"].flyout:not(.fullscreen) {
568
+ width: @elevenWide;
569
+ }
525
570
 
526
- .ui[class*="one wide"].flyout:not(.fullscreen) {
527
- width: @oneWide;
528
- }
571
+ .ui[class*="twelve wide"].flyout:not(.fullscreen) {
572
+ width: @twelveWide;
573
+ }
529
574
 
530
- .ui[class*="two wide"].flyout:not(.fullscreen) {
531
- width: @twoWide;
532
- }
533
-
534
- .ui[class*="three wide"].flyout:not(.fullscreen) {
535
- width: @threeWide;
536
- }
575
+ .ui[class*="thirteen wide"].flyout:not(.fullscreen) {
576
+ width: @thirteenWide;
577
+ }
537
578
 
538
- .ui[class*="four wide"].flyout:not(.fullscreen) {
539
- width: @fourWide;
540
- }
579
+ .ui[class*="fourteen wide"].flyout:not(.fullscreen) {
580
+ width: @fourteenWide;
581
+ }
541
582
 
542
- .ui[class*="five wide"].flyout:not(.fullscreen) {
543
- width: @fiveWide;
544
- }
545
-
546
- .ui[class*="six wide"].flyout:not(.fullscreen) {
547
- width: @sixWide;
548
- }
583
+ .ui[class*="fifteen wide"].flyout:not(.fullscreen) {
584
+ width: @fifteenWide;
585
+ }
549
586
 
550
- .ui[class*="seven wide"].flyout:not(.fullscreen) {
551
- width: @sevenWide;
587
+ .ui[class*="sixteen wide"].flyout:not(.fullscreen) {
588
+ width: @sixteenWide;
589
+ }
552
590
  }
553
-
554
- .ui[class*="eight wide"].flyout:not(.fullscreen) {
555
- width: @eightWide;
556
- }
557
-
558
- .ui[class*="nine wide"].flyout:not(.fullscreen) {
559
- width: @nineWide;
560
- }
561
-
562
- .ui[class*="ten wide"].flyout:not(.fullscreen) {
563
- width: @tenWide;
564
- }
565
-
566
- .ui[class*="eleven wide"].flyout:not(.fullscreen) {
567
- width: @elevenWide;
568
- }
569
-
570
- .ui[class*="twelve wide"].flyout:not(.fullscreen) {
571
- width: @twelveWide;
572
- }
573
-
574
- .ui[class*="thirteen wide"].flyout:not(.fullscreen) {
575
- width: @thirteenWide;
576
- }
577
-
578
- .ui[class*="fourteen wide"].flyout:not(.fullscreen) {
579
- width: @fourteenWide;
580
- }
581
-
582
- .ui[class*="fifteen wide"].flyout:not(.fullscreen) {
583
- width: @fifteenWide;
584
- }
585
-
586
- .ui[class*="sixteen wide"].flyout:not(.fullscreen) {
587
- width: @sixteenWide;
588
- }
589
- }
590
591
  }
591
592
 
592
-
593
-
594
593
  /*******************************
595
594
  Animations
596
595
  *******************************/
597
596
 
598
597
  & when (@variationFlyoutOverlay) {
599
- /*--------------
600
- Overlay
601
- ---------------*/
598
+ /* --------------
599
+ Overlay
600
+ --------------- */
602
601
 
603
- /* Set-up */
604
- .ui.overlay.flyout {
605
- z-index: @topLayer;
606
- }
602
+ /* Set-up */
603
+ .ui.overlay.flyout {
604
+ z-index: @topLayer;
605
+ }
607
606
 
608
- /* Initial */
609
- & when (@variationFlyoutLeft) {
610
- .ui.left.overlay.flyout {
611
- transform: translate3d(-100%, 0, 0);
607
+ /* Initial */
608
+ & when (@variationFlyoutLeft) {
609
+ .ui.left.overlay.flyout {
610
+ transform: translate3d(-100%, 0, 0);
611
+ }
612
612
  }
613
- }
614
- & when (@variationFlyoutRight) {
615
- .ui.right.overlay.flyout {
616
- transform: translate3d(100%, 0, 0);
613
+ & when (@variationFlyoutRight) {
614
+ .ui.right.overlay.flyout {
615
+ transform: translate3d(100%, 0, 0);
616
+ }
617
617
  }
618
- }
619
- & when (@variationFlyoutTop) {
620
- .ui.top.overlay.flyout {
621
- transform: translate3d(0%, -100%, 0);
618
+ & when (@variationFlyoutTop) {
619
+ .ui.top.overlay.flyout {
620
+ transform: translate3d(0, -100%, 0);
621
+ }
622
622
  }
623
- }
624
- & when (@variationFlyoutBottom) {
625
- .ui.bottom.overlay.flyout {
626
- transform: translate3d(0%, 100%, 0);
623
+ & when (@variationFlyoutBottom) {
624
+ .ui.bottom.overlay.flyout {
625
+ transform: translate3d(0, 100%, 0);
626
+ }
627
627
  }
628
- }
629
628
 
630
- /* Animation */
631
- .animating.ui.overlay.flyout,
632
- .ui.visible.overlay.flyout {
633
- transition: transform @duration @easing;
634
- }
635
-
636
- /* End - flyout */
637
- .ui.visible.overlay.flyout {
638
- transform: translate3d(0%, 0, 0);
639
- }
640
-
641
- /* End - Pusher */
642
- .ui.visible.overlay.flyout ~ .fixed,
643
- .ui.visible.overlay.flyout ~ .pusher {
644
- transform: none !important;
645
- }
646
- }
629
+ /* Animation */
630
+ .animating.ui.overlay.flyout,
631
+ .ui.visible.overlay.flyout {
632
+ transition: transform @duration @easing;
633
+ }
647
634
 
635
+ /* End - flyout */
636
+ .ui.visible.overlay.flyout {
637
+ transform: translate3d(0, 0, 0);
638
+ }
648
639
 
640
+ /* End - Pusher */
641
+ .ui.visible.overlay.flyout ~ .fixed,
642
+ .ui.visible.overlay.flyout ~ .pusher {
643
+ transform: none !important;
644
+ }
645
+ }
649
646
 
650
647
  .loadUIOverrides();