fomantic-ui 2.9.1-beta.3 → 2.9.1-beta.31

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