fomantic-ui 2.9.1-beta.9 → 2.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (521) hide show
  1. package/.eslint/eqeqeq-rule.js +18 -0
  2. package/.eslint/index.js +29 -0
  3. package/.eslint/no-extra-parens-rule.js +17 -0
  4. package/.eslint/package.json +11 -0
  5. package/.eslintrc.js +123 -0
  6. package/.github/auto_assign.yml +0 -1
  7. package/.github/workflows/ci.yml +37 -4
  8. package/.github/workflows/nightly.yml +1 -1
  9. package/.github/workflows/release.yml +1 -1
  10. package/.prettierrc.js +12 -0
  11. package/.stylelintrc.js +48 -0
  12. package/CHANGELOG.md +112 -0
  13. package/README.md +1 -1
  14. package/dist/components/accordion.css +35 -53
  15. package/dist/components/accordion.js +568 -595
  16. package/dist/components/accordion.min.css +2 -2
  17. package/dist/components/accordion.min.js +3 -3
  18. package/dist/components/ad.css +34 -45
  19. package/dist/components/ad.min.css +2 -2
  20. package/dist/components/api.js +1157 -1179
  21. package/dist/components/api.min.js +3 -3
  22. package/dist/components/breadcrumb.css +5 -5
  23. package/dist/components/breadcrumb.min.css +2 -2
  24. package/dist/components/button.css +709 -1111
  25. package/dist/components/button.min.css +2 -2
  26. package/dist/components/calendar.css +24 -27
  27. package/dist/components/calendar.js +1934 -1809
  28. package/dist/components/calendar.min.css +2 -2
  29. package/dist/components/calendar.min.js +3 -3
  30. package/dist/components/card.css +219 -365
  31. package/dist/components/card.min.css +2 -2
  32. package/dist/components/checkbox.css +120 -191
  33. package/dist/components/checkbox.js +842 -841
  34. package/dist/components/checkbox.min.css +2 -2
  35. package/dist/components/checkbox.min.js +3 -3
  36. package/dist/components/comment.css +41 -59
  37. package/dist/components/comment.min.css +2 -2
  38. package/dist/components/container.css +7 -6
  39. package/dist/components/container.min.css +2 -2
  40. package/dist/components/dimmer.css +53 -172
  41. package/dist/components/dimmer.js +706 -737
  42. package/dist/components/dimmer.min.css +2 -2
  43. package/dist/components/dimmer.min.js +3 -3
  44. package/dist/components/divider.css +43 -61
  45. package/dist/components/divider.min.css +2 -2
  46. package/dist/components/dropdown.css +252 -386
  47. package/dist/components/dropdown.js +4195 -4236
  48. package/dist/components/dropdown.min.css +2 -2
  49. package/dist/components/dropdown.min.js +3 -3
  50. package/dist/components/embed.css +18 -29
  51. package/dist/components/embed.js +645 -675
  52. package/dist/components/embed.min.css +2 -2
  53. package/dist/components/embed.min.js +3 -3
  54. package/dist/components/emoji.css +3556 -3556
  55. package/dist/components/emoji.min.css +1 -1
  56. package/dist/components/feed.css +35 -57
  57. package/dist/components/feed.min.css +2 -2
  58. package/dist/components/flag.css +270 -268
  59. package/dist/components/flag.min.css +2 -2
  60. package/dist/components/flyout.css +95 -141
  61. package/dist/components/flyout.js +1514 -1465
  62. package/dist/components/flyout.min.css +2 -2
  63. package/dist/components/flyout.min.js +3 -3
  64. package/dist/components/form.css +244 -339
  65. package/dist/components/form.js +2022 -2004
  66. package/dist/components/form.min.css +2 -2
  67. package/dist/components/form.min.js +3 -3
  68. package/dist/components/grid.css +183 -329
  69. package/dist/components/grid.min.css +2 -2
  70. package/dist/components/header.css +118 -142
  71. package/dist/components/header.min.css +2 -2
  72. package/dist/components/icon.css +662 -732
  73. package/dist/components/icon.min.css +2 -2
  74. package/dist/components/image.css +39 -63
  75. package/dist/components/image.min.css +2 -2
  76. package/dist/components/input.css +356 -274
  77. package/dist/components/input.min.css +2 -2
  78. package/dist/components/item.css +84 -131
  79. package/dist/components/item.min.css +2 -2
  80. package/dist/components/label.css +359 -410
  81. package/dist/components/label.min.css +2 -2
  82. package/dist/components/list.css +49 -70
  83. package/dist/components/list.min.css +2 -2
  84. package/dist/components/loader.css +67 -155
  85. package/dist/components/loader.min.css +2 -2
  86. package/dist/components/menu.css +270 -431
  87. package/dist/components/menu.min.css +1 -1
  88. package/dist/components/message.css +125 -197
  89. package/dist/components/message.min.css +2 -2
  90. package/dist/components/modal.css +120 -154
  91. package/dist/components/modal.js +1544 -1486
  92. package/dist/components/modal.min.css +2 -2
  93. package/dist/components/modal.min.js +3 -3
  94. package/dist/components/nag.css +51 -60
  95. package/dist/components/nag.js +520 -526
  96. package/dist/components/nag.min.css +2 -2
  97. package/dist/components/nag.min.js +3 -3
  98. package/dist/components/placeholder.css +22 -42
  99. package/dist/components/placeholder.min.css +2 -2
  100. package/dist/components/popup.css +211 -289
  101. package/dist/components/popup.js +1456 -1456
  102. package/dist/components/popup.min.css +2 -2
  103. package/dist/components/popup.min.js +3 -3
  104. package/dist/components/progress.css +106 -211
  105. package/dist/components/progress.js +969 -997
  106. package/dist/components/progress.min.css +2 -2
  107. package/dist/components/progress.min.js +3 -3
  108. package/dist/components/rail.css +15 -20
  109. package/dist/components/rail.min.css +1 -1
  110. package/dist/components/rating.css +80 -121
  111. package/dist/components/rating.js +507 -523
  112. package/dist/components/rating.min.css +2 -2
  113. package/dist/components/rating.min.js +3 -3
  114. package/dist/components/reset.css +8 -13
  115. package/dist/components/reset.min.css +2 -2
  116. package/dist/components/reveal.css +44 -83
  117. package/dist/components/reveal.min.css +2 -2
  118. package/dist/components/search.css +69 -98
  119. package/dist/components/search.js +1520 -1534
  120. package/dist/components/search.min.css +2 -2
  121. package/dist/components/search.min.js +3 -3
  122. package/dist/components/segment.css +148 -224
  123. package/dist/components/segment.min.css +2 -2
  124. package/dist/components/shape.css +14 -30
  125. package/dist/components/shape.js +783 -810
  126. package/dist/components/shape.min.css +2 -2
  127. package/dist/components/shape.min.js +3 -3
  128. package/dist/components/sidebar.css +103 -206
  129. package/dist/components/sidebar.js +1061 -1099
  130. package/dist/components/sidebar.min.css +2 -2
  131. package/dist/components/sidebar.min.js +3 -3
  132. package/dist/components/site.css +28 -41
  133. package/dist/components/site.js +436 -476
  134. package/dist/components/site.min.css +2 -2
  135. package/dist/components/site.min.js +3 -3
  136. package/dist/components/slider.css +93 -121
  137. package/dist/components/slider.js +1310 -1311
  138. package/dist/components/slider.min.css +1 -1
  139. package/dist/components/slider.min.js +3 -3
  140. package/dist/components/state.js +638 -657
  141. package/dist/components/state.min.js +3 -3
  142. package/dist/components/statistic.css +75 -116
  143. package/dist/components/statistic.min.css +2 -2
  144. package/dist/components/step.css +77 -150
  145. package/dist/components/step.min.css +2 -2
  146. package/dist/components/sticky.css +1 -5
  147. package/dist/components/sticky.js +847 -901
  148. package/dist/components/sticky.min.css +2 -2
  149. package/dist/components/sticky.min.js +3 -3
  150. package/dist/components/tab.css +10 -14
  151. package/dist/components/tab.js +902 -966
  152. package/dist/components/tab.min.css +2 -2
  153. package/dist/components/tab.min.js +3 -3
  154. package/dist/components/table.css +547 -774
  155. package/dist/components/table.min.css +2 -2
  156. package/dist/components/text.css +32 -32
  157. package/dist/components/text.min.css +1 -1
  158. package/dist/components/toast.css +69 -147
  159. package/dist/components/toast.js +910 -884
  160. package/dist/components/toast.min.css +2 -2
  161. package/dist/components/toast.min.js +3 -3
  162. package/dist/components/transition.css +299 -1356
  163. package/dist/components/transition.js +1048 -1077
  164. package/dist/components/transition.min.css +2 -2
  165. package/dist/components/transition.min.js +3 -3
  166. package/dist/components/visibility.js +1213 -1245
  167. package/dist/components/visibility.min.js +3 -3
  168. package/dist/semantic.css +9069 -12355
  169. package/dist/semantic.js +29181 -29423
  170. package/dist/semantic.min.css +3 -3
  171. package/dist/semantic.min.js +3 -3
  172. package/dist/themes/basic/assets/fonts/icons.woff2 +0 -0
  173. package/dist/themes/github/assets/fonts/octicons.woff2 +0 -0
  174. package/examples/.eslintrc.js +6 -0
  175. package/examples/assets/library/jquery.min.js +2 -4
  176. package/examples/assets/show-examples.js +13 -13
  177. package/examples/attached.html +1 -1
  178. package/examples/bootstrap.html +1 -1
  179. package/examples/components/button.html +1 -1
  180. package/examples/components/card.html +6 -6
  181. package/examples/components/input.html +1 -1
  182. package/examples/components/menu.html +1 -1
  183. package/examples/components/site.html +1 -1
  184. package/examples/components/sticky-context.html +2 -2
  185. package/examples/components/table.html +1 -1
  186. package/examples/fixed.html +3 -3
  187. package/examples/grid.html +5 -5
  188. package/examples/homepage.html +1 -1
  189. package/examples/login.html +2 -2
  190. package/examples/responsive.html +2 -2
  191. package/examples/sticky.html +4 -4
  192. package/examples/theming.html +1 -1
  193. package/gulpfile.js +13 -11
  194. package/package.json +17 -8
  195. package/scripts/nightly-version.js +83 -75
  196. package/src/_site/collections/menu.overrides +1 -1
  197. package/src/_site/elements/flag.variables +2 -2
  198. package/src/_site/globals/site.variables +1 -1
  199. package/src/_site/modules/embed.variables +3 -0
  200. package/src/definitions/behaviors/api.js +1158 -1180
  201. package/src/definitions/behaviors/form.js +2021 -2003
  202. package/src/definitions/behaviors/state.js +644 -663
  203. package/src/definitions/behaviors/visibility.js +1212 -1244
  204. package/src/definitions/collections/breadcrumb.less +43 -47
  205. package/src/definitions/collections/form.less +866 -884
  206. package/src/definitions/collections/grid.less +1681 -1699
  207. package/src/definitions/collections/menu.less +1522 -1544
  208. package/src/definitions/collections/message.less +294 -298
  209. package/src/definitions/collections/table.less +1657 -1661
  210. package/src/definitions/elements/button.less +1716 -1750
  211. package/src/definitions/elements/container.less +211 -211
  212. package/src/definitions/elements/divider.less +198 -211
  213. package/src/definitions/elements/emoji.less +41 -48
  214. package/src/definitions/elements/flag.less +46 -48
  215. package/src/definitions/elements/header.less +351 -359
  216. package/src/definitions/elements/icon.less +538 -555
  217. package/src/definitions/elements/image.less +216 -227
  218. package/src/definitions/elements/input.less +692 -699
  219. package/src/definitions/elements/label.less +784 -806
  220. package/src/definitions/elements/list.less +810 -814
  221. package/src/definitions/elements/loader.less +273 -268
  222. package/src/definitions/elements/placeholder.less +173 -170
  223. package/src/definitions/elements/rail.less +93 -93
  224. package/src/definitions/elements/reveal.less +192 -198
  225. package/src/definitions/elements/segment.less +742 -749
  226. package/src/definitions/elements/step.less +423 -437
  227. package/src/definitions/elements/text.less +34 -36
  228. package/src/definitions/globals/reset.less +11 -8
  229. package/src/definitions/globals/site.js +435 -475
  230. package/src/definitions/globals/site.less +108 -110
  231. package/src/definitions/modules/accordion.js +567 -594
  232. package/src/definitions/modules/accordion.less +244 -248
  233. package/src/definitions/modules/calendar.js +1933 -1808
  234. package/src/definitions/modules/calendar.less +100 -97
  235. package/src/definitions/modules/checkbox.js +841 -840
  236. package/src/definitions/modules/checkbox.less +531 -552
  237. package/src/definitions/modules/dimmer.js +705 -736
  238. package/src/definitions/modules/dimmer.less +294 -305
  239. package/src/definitions/modules/dropdown.js +4194 -4235
  240. package/src/definitions/modules/dropdown.less +1568 -1598
  241. package/src/definitions/modules/embed.js +644 -674
  242. package/src/definitions/modules/embed.less +82 -84
  243. package/src/definitions/modules/flyout.js +1513 -1464
  244. package/src/definitions/modules/flyout.less +453 -455
  245. package/src/definitions/modules/modal.js +1543 -1485
  246. package/src/definitions/modules/modal.less +459 -467
  247. package/src/definitions/modules/nag.js +519 -525
  248. package/src/definitions/modules/nag.less +136 -148
  249. package/src/definitions/modules/popup.js +1455 -1455
  250. package/src/definitions/modules/popup.less +735 -740
  251. package/src/definitions/modules/progress.js +968 -996
  252. package/src/definitions/modules/progress.less +523 -499
  253. package/src/definitions/modules/rating.js +506 -522
  254. package/src/definitions/modules/rating.less +98 -103
  255. package/src/definitions/modules/search.js +1519 -1533
  256. package/src/definitions/modules/search.less +374 -394
  257. package/src/definitions/modules/shape.js +782 -809
  258. package/src/definitions/modules/shape.less +70 -79
  259. package/src/definitions/modules/sidebar.js +1060 -1098
  260. package/src/definitions/modules/sidebar.less +463 -476
  261. package/src/definitions/modules/slider.js +1309 -1310
  262. package/src/definitions/modules/slider.less +309 -310
  263. package/src/definitions/modules/sticky.js +863 -917
  264. package/src/definitions/modules/sticky.less +17 -25
  265. package/src/definitions/modules/tab.js +901 -965
  266. package/src/definitions/modules/tab.less +48 -54
  267. package/src/definitions/modules/toast.js +909 -883
  268. package/src/definitions/modules/toast.less +589 -589
  269. package/src/definitions/modules/transition.js +1047 -1076
  270. package/src/definitions/modules/transition.less +58 -59
  271. package/src/definitions/views/ad.less +207 -208
  272. package/src/definitions/views/card.less +955 -973
  273. package/src/definitions/views/comment.less +192 -200
  274. package/src/definitions/views/feed.less +222 -226
  275. package/src/definitions/views/item.less +437 -448
  276. package/src/definitions/views/statistic.less +273 -279
  277. package/src/semantic.less +8 -6
  278. package/src/theme.config.example +53 -53
  279. package/src/theme.less +44 -35
  280. package/src/themes/amazon/elements/button.overrides +23 -24
  281. package/src/themes/amazon/elements/button.variables +18 -23
  282. package/src/themes/amazon/globals/site.variables +16 -17
  283. package/src/themes/basic/assets/fonts/icons.woff2 +0 -0
  284. package/src/themes/basic/collections/table.overrides +0 -1
  285. package/src/themes/basic/collections/table.variables +3 -3
  286. package/src/themes/basic/elements/button.overrides +0 -1
  287. package/src/themes/basic/elements/button.variables +9 -9
  288. package/src/themes/basic/elements/icon.overrides +9 -169
  289. package/src/themes/basic/elements/icon.variables +161 -18
  290. package/src/themes/basic/elements/step.overrides +2 -2
  291. package/src/themes/basic/elements/step.variables +2 -2
  292. package/src/themes/basic/globals/reset.overrides +1 -1
  293. package/src/themes/basic/globals/reset.variables +1 -1
  294. package/src/themes/basic/modules/progress.variables +2 -2
  295. package/src/themes/basic/views/card.overrides +0 -1
  296. package/src/themes/basic/views/card.variables +6 -6
  297. package/src/themes/bookish/elements/header.overrides +4 -4
  298. package/src/themes/bookish/elements/header.variables +5 -5
  299. package/src/themes/bootstrap3/elements/button.overrides +3 -0
  300. package/src/themes/bootstrap3/elements/button.variables +20 -25
  301. package/src/themes/chubby/collections/form.overrides +9 -9
  302. package/src/themes/chubby/collections/form.variables +3 -3
  303. package/src/themes/chubby/collections/menu.overrides +3 -0
  304. package/src/themes/chubby/collections/menu.variables +3 -3
  305. package/src/themes/chubby/elements/button.overrides +8 -10
  306. package/src/themes/chubby/elements/button.variables +10 -10
  307. package/src/themes/chubby/elements/header.overrides +1 -1
  308. package/src/themes/chubby/elements/header.variables +4 -4
  309. package/src/themes/chubby/modules/accordion.overrides +2 -2
  310. package/src/themes/chubby/modules/accordion.variables +4 -4
  311. package/src/themes/chubby/views/comment.overrides +5 -5
  312. package/src/themes/chubby/views/comment.variables +11 -11
  313. package/src/themes/classic/collections/table.variables +3 -3
  314. package/src/themes/classic/elements/button.variables +36 -43
  315. package/src/themes/classic/elements/header.variables +4 -4
  316. package/src/themes/classic/modules/progress.variables +3 -3
  317. package/src/themes/classic/views/card.overrides +25 -27
  318. package/src/themes/classic/views/card.variables +7 -7
  319. package/src/themes/colored/modules/checkbox.overrides +3 -0
  320. package/src/themes/colored/modules/checkbox.variables +1 -3
  321. package/src/themes/default/collections/breadcrumb.variables +4 -4
  322. package/src/themes/default/collections/form.variables +15 -16
  323. package/src/themes/default/collections/grid.overrides +0 -1
  324. package/src/themes/default/collections/grid.variables +15 -16
  325. package/src/themes/default/collections/menu.variables +31 -45
  326. package/src/themes/default/collections/message.variables +84 -123
  327. package/src/themes/default/collections/table.overrides +3 -0
  328. package/src/themes/default/collections/table.variables +30 -34
  329. package/src/themes/default/elements/button.variables +44 -53
  330. package/src/themes/default/elements/container.variables +8 -16
  331. package/src/themes/default/elements/divider.overrides +8 -9
  332. package/src/themes/default/elements/divider.variables +5 -6
  333. package/src/themes/default/elements/emoji.overrides +0 -1
  334. package/src/themes/default/elements/emoji.variables +3556 -3556
  335. package/src/themes/default/elements/flag.variables +1595 -1595
  336. package/src/themes/default/elements/header.overrides +0 -1
  337. package/src/themes/default/elements/header.variables +21 -21
  338. package/src/themes/default/elements/icon.variables +2002 -2013
  339. package/src/themes/default/elements/image.variables +6 -7
  340. package/src/themes/default/elements/input.variables +11 -12
  341. package/src/themes/default/elements/label.variables +25 -26
  342. package/src/themes/default/elements/list.variables +17 -21
  343. package/src/themes/default/elements/loader.variables +16 -17
  344. package/src/themes/default/elements/placeholder.variables +12 -9
  345. package/src/themes/default/elements/rail.variables +4 -5
  346. package/src/themes/default/elements/reveal.variables +1 -1
  347. package/src/themes/default/elements/segment.variables +24 -36
  348. package/src/themes/default/elements/step.overrides +4 -4
  349. package/src/themes/default/elements/step.variables +19 -22
  350. package/src/themes/default/elements/text.variables +2 -3
  351. package/src/themes/default/globals/colors.less +588 -588
  352. package/src/themes/default/globals/reset.overrides +63 -59
  353. package/src/themes/default/globals/reset.variables +1 -1
  354. package/src/themes/default/globals/site.variables +1074 -1123
  355. package/src/themes/default/globals/variation.variables +4 -3
  356. package/src/themes/default/modules/accordion.overrides +11 -11
  357. package/src/themes/default/modules/accordion.variables +15 -20
  358. package/src/themes/default/modules/calendar.variables +2 -0
  359. package/src/themes/default/modules/chatroom.variables +1 -1
  360. package/src/themes/default/modules/checkbox.overrides +9 -13
  361. package/src/themes/default/modules/checkbox.variables +24 -33
  362. package/src/themes/default/modules/dimmer.variables +14 -17
  363. package/src/themes/default/modules/dropdown.overrides +17 -17
  364. package/src/themes/default/modules/dropdown.variables +29 -31
  365. package/src/themes/default/modules/embed.variables +9 -13
  366. package/src/themes/default/modules/flyout.variables +10 -8
  367. package/src/themes/default/modules/modal.variables +64 -67
  368. package/src/themes/default/modules/nag.variables +10 -13
  369. package/src/themes/default/modules/popup.variables +14 -13
  370. package/src/themes/default/modules/progress.variables +17 -19
  371. package/src/themes/default/modules/rating.variables +10 -12
  372. package/src/themes/default/modules/search.variables +12 -17
  373. package/src/themes/default/modules/shape.variables +7 -8
  374. package/src/themes/default/modules/sidebar.variables +4 -4
  375. package/src/themes/default/modules/slider.variables +55 -54
  376. package/src/themes/default/modules/sticky.variables +1 -1
  377. package/src/themes/default/modules/toast.variables +8 -8
  378. package/src/themes/default/modules/transition.overrides +936 -915
  379. package/src/themes/default/modules/transition.variables +1 -1
  380. package/src/themes/default/views/ad.variables +1 -1
  381. package/src/themes/default/views/card.variables +33 -45
  382. package/src/themes/default/views/comment.variables +7 -9
  383. package/src/themes/default/views/feed.variables +10 -10
  384. package/src/themes/default/views/item.variables +20 -23
  385. package/src/themes/default/views/statistic.variables +8 -8
  386. package/src/themes/duo/elements/loader.variables +1 -1
  387. package/src/themes/famfamfam/elements/flag.overrides +263 -268
  388. package/src/themes/famfamfam/elements/flag.variables +4 -4
  389. package/src/themes/fixed-width/collections/grid.variables +4 -4
  390. package/src/themes/fixed-width/modules/modal.variables +11 -13
  391. package/src/themes/flat/collections/form.overrides +9 -9
  392. package/src/themes/flat/collections/form.variables +16 -17
  393. package/src/themes/flat/globals/site.variables +69 -74
  394. package/src/themes/github/assets/fonts/octicons.woff2 +0 -0
  395. package/src/themes/github/collections/breadcrumb.variables +0 -1
  396. package/src/themes/github/collections/form.overrides +7 -8
  397. package/src/themes/github/collections/form.variables +16 -18
  398. package/src/themes/github/collections/grid.variables +1 -2
  399. package/src/themes/github/collections/menu.overrides +2 -2
  400. package/src/themes/github/collections/menu.variables +24 -26
  401. package/src/themes/github/collections/message.overrides +3 -3
  402. package/src/themes/github/collections/message.variables +12 -14
  403. package/src/themes/github/collections/table.variables +2 -2
  404. package/src/themes/github/elements/button.overrides +0 -1
  405. package/src/themes/github/elements/button.variables +26 -30
  406. package/src/themes/github/elements/header.variables +2 -2
  407. package/src/themes/github/elements/icon.overrides +3 -208
  408. package/src/themes/github/elements/icon.variables +234 -19
  409. package/src/themes/github/elements/image.variables +1 -1
  410. package/src/themes/github/elements/input.overrides +16 -16
  411. package/src/themes/github/elements/input.variables +4 -5
  412. package/src/themes/github/elements/label.overrides +3 -3
  413. package/src/themes/github/elements/label.variables +0 -1
  414. package/src/themes/github/elements/segment.variables +9 -10
  415. package/src/themes/github/elements/step.overrides +13 -13
  416. package/src/themes/github/elements/step.variables +6 -6
  417. package/src/themes/github/globals/site.variables +16 -16
  418. package/src/themes/github/modules/dropdown.overrides +18 -19
  419. package/src/themes/github/modules/dropdown.variables +8 -10
  420. package/src/themes/github/modules/popup.variables +0 -2
  421. package/src/themes/gmail/collections/message.overrides +3 -0
  422. package/src/themes/gmail/collections/message.variables +4 -4
  423. package/src/themes/instagram/views/card.overrides +4 -5
  424. package/src/themes/instagram/views/card.variables +7 -8
  425. package/src/themes/joypixels/elements/emoji.overrides +0 -2
  426. package/src/themes/joypixels/elements/emoji.variables +3554 -3554
  427. package/src/themes/material/collections/menu.overrides +1 -1
  428. package/src/themes/material/collections/menu.variables +4 -4
  429. package/src/themes/material/elements/button.overrides +7 -9
  430. package/src/themes/material/elements/button.variables +44 -46
  431. package/src/themes/material/elements/header.overrides +3 -3
  432. package/src/themes/material/elements/header.variables +8 -10
  433. package/src/themes/material/elements/icon.overrides +3 -934
  434. package/src/themes/material/elements/icon.variables +958 -18
  435. package/src/themes/material/globals/site.overrides +3 -0
  436. package/src/themes/material/globals/site.variables +83 -84
  437. package/src/themes/material/modules/dropdown.overrides +2 -2
  438. package/src/themes/material/modules/dropdown.variables +5 -5
  439. package/src/themes/material/modules/modal.overrides +3 -3
  440. package/src/themes/material/modules/modal.variables +4 -5
  441. package/src/themes/pulsar/elements/loader.overrides +23 -61
  442. package/src/themes/raised/elements/button.variables +8 -9
  443. package/src/themes/resetcss/globals/reset.overrides +115 -33
  444. package/src/themes/resetcss/globals/reset.variables +1 -1
  445. package/src/themes/round/elements/button.overrides +3 -0
  446. package/src/themes/round/elements/button.variables +33 -38
  447. package/src/themes/rtl/globals/site.overrides +1 -1
  448. package/src/themes/rtl/globals/site.variables +5 -6
  449. package/src/themes/striped/modules/progress.overrides +20 -16
  450. package/src/themes/systemfont/globals/reset.overrides +1 -1
  451. package/src/themes/systemfont/globals/site.variables +6 -6
  452. package/src/themes/timeline/views/feed.overrides +12 -12
  453. package/src/themes/timeline/views/feed.variables +8 -8
  454. package/src/themes/twitter/elements/button.overrides +4 -5
  455. package/src/themes/twitter/elements/button.variables +17 -18
  456. package/src/themes/twitter/elements/emoji.variables +3556 -3556
  457. package/tasks/.eslintrc.js +9 -0
  458. package/tasks/README.md +2 -4
  459. package/tasks/admin/components/create.js +268 -277
  460. package/tasks/admin/components/init.js +123 -129
  461. package/tasks/admin/components/update.js +151 -158
  462. package/tasks/admin/distributions/create.js +183 -189
  463. package/tasks/admin/distributions/init.js +125 -131
  464. package/tasks/admin/distributions/update.js +147 -153
  465. package/tasks/admin/publish.js +5 -9
  466. package/tasks/admin/register.js +37 -39
  467. package/tasks/admin/release.js +8 -12
  468. package/tasks/build/assets.js +43 -40
  469. package/tasks/build/css.js +230 -217
  470. package/tasks/build/javascript.js +120 -114
  471. package/tasks/build.js +11 -11
  472. package/tasks/check-install.js +15 -17
  473. package/tasks/clean.js +6 -6
  474. package/tasks/collections/README.md +3 -5
  475. package/tasks/collections/admin.js +34 -36
  476. package/tasks/collections/build.js +19 -21
  477. package/tasks/collections/docs.js +11 -13
  478. package/tasks/collections/install.js +11 -13
  479. package/tasks/collections/rtl.js +9 -12
  480. package/tasks/collections/various.js +10 -12
  481. package/tasks/config/admin/github.js +17 -19
  482. package/tasks/config/admin/oauth.example.js +4 -4
  483. package/tasks/config/admin/release.js +98 -98
  484. package/tasks/config/admin/templates/README.md +8 -8
  485. package/tasks/config/admin/templates/bower.json +3 -2
  486. package/tasks/config/admin/templates/component-package.js +9 -10
  487. package/tasks/config/admin/templates/css-package.js +19 -21
  488. package/tasks/config/admin/templates/less-package.js +12 -14
  489. package/tasks/config/admin/templates/package.json +6 -6
  490. package/tasks/config/defaults.js +116 -116
  491. package/tasks/config/docs.js +23 -23
  492. package/tasks/config/npm/gulpfile.js +15 -14
  493. package/tasks/config/project/config.js +124 -136
  494. package/tasks/config/project/install.js +722 -719
  495. package/tasks/config/project/release.js +34 -41
  496. package/tasks/config/tasks.js +168 -167
  497. package/tasks/config/user.js +28 -32
  498. package/tasks/docs/build.js +100 -96
  499. package/tasks/docs/metadata.js +91 -98
  500. package/tasks/docs/serve.js +84 -82
  501. package/tasks/install.js +373 -382
  502. package/tasks/rtl/build.js +4 -3
  503. package/tasks/rtl/watch.js +4 -3
  504. package/tasks/version.js +4 -6
  505. package/tasks/watch.js +29 -31
  506. package/test/.eslintrc.js +23 -0
  507. package/test/meteor/assets.js +11 -14
  508. package/test/meteor/fonts.js +12 -13
  509. package/test/modules/accordion.spec.js +6 -8
  510. package/test/modules/checkbox.spec.js +5 -7
  511. package/test/modules/dropdown.spec.js +5 -7
  512. package/test/modules/modal.spec.js +6 -8
  513. package/test/modules/module.spec.js +158 -178
  514. package/test/modules/popup.spec.js +5 -7
  515. package/test/modules/search.spec.js +5 -7
  516. package/test/modules/shape.spec.js +5 -7
  517. package/test/modules/sidebar.spec.js +5 -7
  518. package/test/modules/tab.spec.js +6 -8
  519. package/test/modules/transition.spec.js +5 -7
  520. package/test/modules/video.spec.js +5 -7
  521. package/.github/workflows/codeql.yml +0 -68
@@ -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 : 'sidebar';
15
+ @type: "module";
16
+ @element: "sidebar";
19
17
 
20
- @import (multiple) '../../theme.config';
18
+ @import (multiple) "../../theme.config";
21
19
 
22
20
  /*******************************
23
21
  Sidebar
@@ -25,659 +23,648 @@
25
23
 
26
24
  /* Sidebar Menu */
27
25
  .ui.sidebar {
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% !important;
40
- max-height: 100%;
41
- border-radius: 0 !important;
42
- margin: 0 !important;
43
- overflow-y: auto !important;
44
- z-index: @topLayer;
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% !important;
35
+ max-height: 100%;
36
+ border-radius: 0 !important;
37
+ margin: 0 !important;
38
+ overflow-y: auto !important;
39
+ overscroll-behavior: @overscrollBehavior;
40
+ z-index: @topLayer;
45
41
  }
46
42
 
47
43
  /* GPU Layers for Child Elements */
48
44
  .ui.sidebar > * {
49
- backface-visibility: hidden;
45
+ backface-visibility: hidden;
50
46
  }
51
47
 
52
-
53
- /*--------------
48
+ /* --------------
54
49
  Direction
55
- ---------------*/
50
+ --------------- */
56
51
  & when (@variationSidebarLeft) {
57
- .ui.left.sidebar {
58
- right: auto;
59
- left: 0;
60
- transform: translate3d(-100%, 0, 0);
61
- }
52
+ .ui.left.sidebar {
53
+ right: auto;
54
+ left: 0;
55
+ transform: translate3d(-100%, 0, 0);
56
+ }
62
57
  }
63
58
  & when (@variationSidebarRight) {
64
- .ui.right.sidebar {
65
- right: 0 !important;
66
- left: auto !important;
67
- transform: translate3d(100%, 0, 0);
68
- }
59
+ .ui.right.sidebar {
60
+ right: 0 !important;
61
+ left: auto !important;
62
+ transform: translate3d(100%, 0, 0);
63
+ }
69
64
  }
70
65
 
71
66
  & when (@variationSidebarTop) or (@variationSidebarBottom) {
72
- .ui.top.sidebar,
73
- .ui.bottom.sidebar {
74
- width: 100% !important;
75
- height: auto !important;
76
- }
77
- & when (@variationSidebarTop) {
78
- .ui.top.sidebar {
79
- top: 0 !important;
80
- bottom: auto !important;
81
- transform: translate3d(0, -100%, 0);
82
- }
83
- }
84
- & when (@variationSidebarBottom) {
67
+ .ui.top.sidebar,
85
68
  .ui.bottom.sidebar {
86
- top: auto !important;
87
- bottom: 0 !important;
88
- transform: translate3d(0, 100%, 0);
69
+ width: 100% !important;
70
+ height: auto !important;
71
+ }
72
+ & when (@variationSidebarTop) {
73
+ .ui.top.sidebar {
74
+ top: 0 !important;
75
+ bottom: auto !important;
76
+ transform: translate3d(0, -100%, 0);
77
+ }
78
+ }
79
+ & when (@variationSidebarBottom) {
80
+ .ui.bottom.sidebar {
81
+ top: auto !important;
82
+ bottom: 0 !important;
83
+ transform: translate3d(0, 100%, 0);
84
+ }
89
85
  }
90
- }
91
86
  }
92
87
 
93
-
94
- /*--------------
88
+ /* --------------
95
89
  Pushable
96
- ---------------*/
90
+ --------------- */
97
91
 
98
92
  .pushable.pushable.pushable {
99
- height: 100%;
100
- overflow-x: hidden;
101
- padding: 0;
102
- &.locked {
103
- overflow-y: hidden;
104
- background: inherit;
105
- }
93
+ height: 100%;
94
+ overflow-x: hidden;
95
+ padding: 0;
96
+ &.locked {
97
+ overflow-y: hidden;
98
+ background: inherit;
99
+ }
106
100
  }
107
101
 
108
102
  /* Whole Page */
109
103
  body.pushable {
110
- background: @canvasBackground;
111
- &.dimmed {
112
- background: inherit;
113
- }
104
+ background: @canvasBackground;
105
+ &.dimmed {
106
+ background: inherit;
107
+ }
114
108
  }
115
109
 
116
110
  /* Page Context */
117
111
  .pushable:not(body) {
118
- transform: translate3d(0, 0, 0);
119
- overflow-y: hidden;
112
+ transform: translate3d(0, 0, 0);
113
+ overflow-y: hidden;
120
114
  }
121
115
  .pushable:not(body) > .ui.sidebar,
122
116
  .pushable:not(body) > .fixed,
123
117
  .pushable:not(body) > .pusher::after {
124
- position: absolute;
118
+ position: absolute;
125
119
  }
126
120
 
127
-
128
- /*--------------
121
+ /* --------------
129
122
  Fixed
130
- ---------------*/
123
+ --------------- */
131
124
 
132
125
  .pushable > .fixed {
133
- position: fixed;
134
- backface-visibility: hidden;
135
-
136
- transition: transform @duration @easing;
137
- will-change: transform;
138
- z-index: @fixedLayer;
126
+ position: fixed;
127
+ backface-visibility: hidden;
128
+ transition: transform @duration @easing;
129
+ will-change: transform;
130
+ z-index: @fixedLayer;
139
131
  }
140
132
 
141
- /*--------------
133
+ /* --------------
142
134
  Page
143
- ---------------*/
135
+ --------------- */
144
136
 
145
137
  .pushable > .pusher {
146
- position: relative;
147
- backface-visibility: hidden;
148
- min-height: 100%;
149
- transition: transform @duration @easing;
150
- z-index: @middleLayer;
151
-
152
- /* Pusher should inherit background from context */
153
- background: inherit;
154
- &:not(.overflowing) {
155
- overflow: hidden;
156
- }
138
+ position: relative;
139
+ backface-visibility: hidden;
140
+ min-height: 100%;
141
+ transition: transform @duration @easing;
142
+ z-index: @middleLayer;
143
+
144
+ /* Pusher should inherit background from context */
145
+ background: inherit;
146
+ &:not(.overflowing) {
147
+ overflow: hidden;
148
+ }
157
149
  }
158
150
 
159
151
  body.pushable > .pusher {
160
- background: @pageBackground;
152
+ background: @pageBackground;
161
153
  }
162
154
 
163
- /*--------------
155
+ /* --------------
164
156
  Dimmer
165
- ---------------*/
157
+ --------------- */
166
158
 
167
159
  .pushable > .pusher::after {
168
- position: fixed;
169
- top: 0;
170
- right: 0;
171
- content: '';
172
- background: @dimmerColor;
173
- overflow: hidden;
174
- opacity: 0;
175
- transition: @dimmerTransition;
176
- will-change: opacity;
177
- z-index: @dimmerLayer;
178
- }
179
-
180
- /*--------------
160
+ position: fixed;
161
+ top: 0;
162
+ right: 0;
163
+ content: "";
164
+ background: @dimmerColor;
165
+ overflow: hidden;
166
+ opacity: 0;
167
+ transition: @dimmerTransition;
168
+ will-change: opacity;
169
+ z-index: @dimmerLayer;
170
+ }
171
+
172
+ /* --------------
181
173
  Coupling
182
- ---------------*/
174
+ --------------- */
183
175
 
184
176
  .ui.sidebar.menu .item {
185
- border-radius: 0 !important;
177
+ border-radius: 0 !important;
186
178
  }
187
179
 
188
180
  /*******************************
189
181
  States
190
182
  *******************************/
191
183
 
192
- /*--------------
184
+ /* --------------
193
185
  Dimmed
194
- ---------------*/
186
+ --------------- */
195
187
 
196
188
  .pushable > .pusher.dimmed::after {
197
- width: 100% !important;
198
- height: 100% !important;
199
- opacity: 1 !important;
189
+ width: 100% !important;
190
+ height: 100% !important;
191
+ opacity: 1 !important;
200
192
  }
201
193
  & when (@variationSidebarBlurring) {
202
- .pushable > .pusher.dimmed.blurring:not(.closing)::after {
203
- background: @blurredBackgroundColor;
204
- -webkit-backdrop-filter: @blurredEndFilter;
205
- backdrop-filter: @blurredEndFilter;
206
-
207
- }
194
+ .pushable > .pusher.dimmed.blurring:not(.closing)::after {
195
+ background: @blurredBackgroundColor;
196
+ -webkit-backdrop-filter: @blurredEndFilter;
197
+ backdrop-filter: @blurredEndFilter;
198
+ }
208
199
  }
209
200
  .pushable > .pusher.closing.dimmed::after {
210
- opacity: 0 !important;
201
+ opacity: 0 !important;
211
202
  }
212
203
 
213
- /*--------------
204
+ /* --------------
214
205
  Animating
215
- ---------------*/
206
+ --------------- */
216
207
 
217
208
  .ui.animating.sidebar {
218
- visibility: visible;
209
+ visibility: visible;
219
210
  }
220
211
 
221
- /*--------------
212
+ /* --------------
222
213
  Visible
223
- ---------------*/
214
+ --------------- */
224
215
 
225
216
  .ui.visible.sidebar {
226
- visibility: visible;
227
- transform: translate3d(0, 0, 0);
217
+ visibility: visible;
218
+ transform: translate3d(0, 0, 0);
228
219
  }
229
220
 
230
221
  /* Shadow Direction */
231
222
  & when (@variationSidebarLeft) or (@variationSidebarRight) {
232
- .ui.left.visible.sidebar,
233
- .ui.right.visible.sidebar {
234
- box-shadow: @horizontalBoxShadow;
235
- }
223
+ .ui.left.visible.sidebar,
224
+ .ui.right.visible.sidebar {
225
+ box-shadow: @horizontalBoxShadow;
226
+ }
236
227
  }
237
228
  & when (@variationSidebarTop) or (@variationSidebarBottom) {
238
- .ui.top.visible.sidebar,
239
- .ui.bottom.visible.sidebar {
240
- box-shadow: @verticalBoxShadow;
241
- }
229
+ .ui.top.visible.sidebar,
230
+ .ui.bottom.visible.sidebar {
231
+ box-shadow: @verticalBoxShadow;
232
+ }
242
233
  }
243
234
 
244
235
  /* Visible On Load */
245
236
  & when (@variationSidebarLeft) {
246
- .ui.visible.left.sidebar ~ .fixed,
247
- .ui.visible.left.sidebar ~ .pusher {
248
- transform: translate3d(@width, 0, 0);
249
- }
237
+ .ui.visible.left.sidebar ~ .fixed,
238
+ .ui.visible.left.sidebar ~ .pusher {
239
+ transform: translate3d(@width, 0, 0);
240
+ }
250
241
  }
251
242
  & when (@variationSidebarRight) {
252
- .ui.visible.right.sidebar ~ .fixed,
253
- .ui.visible.right.sidebar ~ .pusher {
254
- transform: translate3d(-@width, 0, 0);
255
- }
243
+ .ui.visible.right.sidebar ~ .fixed,
244
+ .ui.visible.right.sidebar ~ .pusher {
245
+ transform: translate3d(-@width, 0, 0);
246
+ }
256
247
  }
257
248
  & when (@variationSidebarTop) {
258
- .ui.visible.top.sidebar ~ .fixed,
259
- .ui.visible.top.sidebar ~ .pusher {
260
- transform: translate3d(0, @height, 0);
261
- }
249
+ .ui.visible.top.sidebar ~ .fixed,
250
+ .ui.visible.top.sidebar ~ .pusher {
251
+ transform: translate3d(0, @height, 0);
252
+ }
262
253
  }
263
254
  & when (@variationSidebarBottom) {
264
- .ui.visible.bottom.sidebar ~ .fixed,
265
- .ui.visible.bottom.sidebar ~ .pusher {
266
- transform: translate3d(0, -@height, 0);
267
- }
255
+ .ui.visible.bottom.sidebar ~ .fixed,
256
+ .ui.visible.bottom.sidebar ~ .pusher {
257
+ transform: translate3d(0, -@height, 0);
258
+ }
268
259
  }
269
260
 
270
261
  & when (@variationSidebarLeft) or (@variationSidebarRight) {
271
- /* opposite sides visible forces content overlay */
272
- .ui.visible.left.sidebar ~ .ui.visible.right.sidebar ~ .fixed,
273
- .ui.visible.left.sidebar ~ .ui.visible.right.sidebar ~ .pusher,
274
- .ui.visible.right.sidebar ~ .ui.visible.left.sidebar ~ .fixed,
275
- .ui.visible.right.sidebar ~ .ui.visible.left.sidebar ~ .pusher {
276
- transform: translate3d(0, 0, 0);
277
- }
262
+ /* opposite sides visible forces content overlay */
263
+ .ui.visible.left.sidebar ~ .ui.visible.right.sidebar ~ .fixed,
264
+ .ui.visible.left.sidebar ~ .ui.visible.right.sidebar ~ .pusher,
265
+ .ui.visible.right.sidebar ~ .ui.visible.left.sidebar ~ .fixed,
266
+ .ui.visible.right.sidebar ~ .ui.visible.left.sidebar ~ .pusher {
267
+ transform: translate3d(0, 0, 0);
268
+ }
278
269
  }
279
270
 
280
- /*--------------
271
+ /* --------------
281
272
  iOS
282
- ---------------*/
283
-
273
+ --------------- */
284
274
 
285
275
  /*******************************
286
276
  Variations
287
277
  *******************************/
288
278
 
289
- /*--------------
279
+ /* --------------
290
280
  Width
291
- ---------------*/
281
+ --------------- */
292
282
 
293
283
  /* Left / Right */
294
284
  & when (@variationSidebarLeft) or (@variationSidebarRight) {
295
- & when (@variationSidebarThin) {
296
- .ui.thin.left.sidebar,
297
- .ui.thin.right.sidebar {
298
- width: @thinWidth;
299
- }
300
-
301
- & when (@variationSidebarVeryThin) {
302
- .ui[class*="very thin"].left.sidebar,
303
- .ui[class*="very thin"].right.sidebar {
304
- width: @veryThinWidth;
305
- }
306
- }
307
- }
308
-
309
- .ui.left.sidebar,
310
- .ui.right.sidebar {
311
- width: @width;
312
- }
313
-
314
- & when (@variationSidebarWide) {
315
- .ui.wide.left.sidebar,
316
- .ui.wide.right.sidebar {
317
- width: @wideWidth;
318
- }
319
-
320
- & when (@variationSidebarVeryWide) {
321
- .ui[class*="very wide"].left.sidebar,
322
- .ui[class*="very wide"].right.sidebar {
323
- width: @veryWideWidth;
324
- }
325
- }
326
- }
327
-
328
- /* Left Visible */
329
- & when (@variationSidebarLeft) {
330
285
  & when (@variationSidebarThin) {
331
- .ui.visible.thin.left.sidebar ~ .fixed,
332
- .ui.visible.thin.left.sidebar ~ .pusher {
333
- transform: translate3d(@thinWidth, 0, 0);
334
- }
286
+ .ui.thin.left.sidebar,
287
+ .ui.thin.right.sidebar {
288
+ width: @thinWidth;
289
+ }
335
290
 
336
- & when (@variationSidebarVeryThin) {
337
- .ui.visible[class*="very thin"].left.sidebar ~ .fixed,
338
- .ui.visible[class*="very thin"].left.sidebar ~ .pusher {
339
- transform: translate3d(@veryThinWidth, 0, 0);
291
+ & when (@variationSidebarVeryThin) {
292
+ .ui[class*="very thin"].left.sidebar,
293
+ .ui[class*="very thin"].right.sidebar {
294
+ width: @veryThinWidth;
295
+ }
340
296
  }
341
- }
297
+ }
298
+
299
+ .ui.left.sidebar,
300
+ .ui.right.sidebar {
301
+ width: @width;
342
302
  }
343
303
 
344
304
  & when (@variationSidebarWide) {
345
- .ui.visible.wide.left.sidebar ~ .fixed,
346
- .ui.visible.wide.left.sidebar ~ .pusher {
347
- transform: translate3d(@wideWidth, 0, 0);
348
- }
305
+ .ui.wide.left.sidebar,
306
+ .ui.wide.right.sidebar {
307
+ width: @wideWidth;
308
+ }
349
309
 
350
- & when (@variationSidebarVeryWide) {
351
- .ui.visible[class*="very wide"].left.sidebar ~ .fixed,
352
- .ui.visible[class*="very wide"].left.sidebar ~ .pusher {
353
- transform: translate3d(@veryWideWidth, 0, 0);
310
+ & when (@variationSidebarVeryWide) {
311
+ .ui[class*="very wide"].left.sidebar,
312
+ .ui[class*="very wide"].right.sidebar {
313
+ width: @veryWideWidth;
314
+ }
354
315
  }
355
- }
356
316
  }
357
- }
358
317
 
359
- /* Right Visible */
360
- & when (@variationSidebarRight) {
361
- & when (@variationSidebarThin) {
362
- .ui.visible.thin.right.sidebar ~ .fixed,
363
- .ui.visible.thin.right.sidebar ~ .pusher {
364
- transform: translate3d(-@thinWidth, 0, 0);
365
- }
318
+ /* Left Visible */
319
+ & when (@variationSidebarLeft) {
320
+ & when (@variationSidebarThin) {
321
+ .ui.visible.thin.left.sidebar ~ .fixed,
322
+ .ui.visible.thin.left.sidebar ~ .pusher {
323
+ transform: translate3d(@thinWidth, 0, 0);
324
+ }
325
+
326
+ & when (@variationSidebarVeryThin) {
327
+ .ui.visible[class*="very thin"].left.sidebar ~ .fixed,
328
+ .ui.visible[class*="very thin"].left.sidebar ~ .pusher {
329
+ transform: translate3d(@veryThinWidth, 0, 0);
330
+ }
331
+ }
332
+ }
366
333
 
367
- & when (@variationSidebarVeryThin) {
368
- .ui.visible[class*="very thin"].right.sidebar ~ .fixed,
369
- .ui.visible[class*="very thin"].right.sidebar ~ .pusher {
370
- transform: translate3d(-@veryThinWidth, 0, 0);
334
+ & when (@variationSidebarWide) {
335
+ .ui.visible.wide.left.sidebar ~ .fixed,
336
+ .ui.visible.wide.left.sidebar ~ .pusher {
337
+ transform: translate3d(@wideWidth, 0, 0);
338
+ }
339
+
340
+ & when (@variationSidebarVeryWide) {
341
+ .ui.visible[class*="very wide"].left.sidebar ~ .fixed,
342
+ .ui.visible[class*="very wide"].left.sidebar ~ .pusher {
343
+ transform: translate3d(@veryWideWidth, 0, 0);
344
+ }
345
+ }
371
346
  }
372
- }
373
347
  }
374
348
 
375
- & when (@variationSidebarWide) {
376
- .ui.visible.wide.right.sidebar ~ .fixed,
377
- .ui.visible.wide.right.sidebar ~ .pusher {
378
- transform: translate3d(-@wideWidth, 0, 0);
379
- }
349
+ /* Right Visible */
350
+ & when (@variationSidebarRight) {
351
+ & when (@variationSidebarThin) {
352
+ .ui.visible.thin.right.sidebar ~ .fixed,
353
+ .ui.visible.thin.right.sidebar ~ .pusher {
354
+ transform: translate3d(-@thinWidth, 0, 0);
355
+ }
356
+
357
+ & when (@variationSidebarVeryThin) {
358
+ .ui.visible[class*="very thin"].right.sidebar ~ .fixed,
359
+ .ui.visible[class*="very thin"].right.sidebar ~ .pusher {
360
+ transform: translate3d(-@veryThinWidth, 0, 0);
361
+ }
362
+ }
363
+ }
380
364
 
381
- & when (@variationSidebarVeryWide) {
382
- .ui.visible[class*="very wide"].right.sidebar ~ .fixed,
383
- .ui.visible[class*="very wide"].right.sidebar ~ .pusher {
384
- transform: translate3d(-@veryWideWidth, 0, 0);
365
+ & when (@variationSidebarWide) {
366
+ .ui.visible.wide.right.sidebar ~ .fixed,
367
+ .ui.visible.wide.right.sidebar ~ .pusher {
368
+ transform: translate3d(-@wideWidth, 0, 0);
369
+ }
370
+
371
+ & when (@variationSidebarVeryWide) {
372
+ .ui.visible[class*="very wide"].right.sidebar ~ .fixed,
373
+ .ui.visible[class*="very wide"].right.sidebar ~ .pusher {
374
+ transform: translate3d(-@veryWideWidth, 0, 0);
375
+ }
376
+ }
385
377
  }
386
- }
387
378
  }
388
- }
389
379
  }
390
380
 
391
-
392
-
393
381
  /*******************************
394
382
  Animations
395
383
  *******************************/
396
384
 
397
385
  & when (@variationSidebarOverlay) {
398
- /*--------------
399
- Overlay
400
- ---------------*/
386
+ /* --------------
387
+ Overlay
388
+ --------------- */
401
389
 
402
- /* Set-up */
403
- .ui.overlay.sidebar {
404
- z-index: @topLayer;
405
- }
390
+ /* Set-up */
391
+ .ui.overlay.sidebar {
392
+ z-index: @topLayer;
393
+ }
406
394
 
407
- /* Initial */
408
- & when (@variationSidebarLeft) {
409
- .ui.left.overlay.sidebar {
410
- transform: translate3d(-100%, 0, 0);
395
+ /* Initial */
396
+ & when (@variationSidebarLeft) {
397
+ .ui.left.overlay.sidebar {
398
+ transform: translate3d(-100%, 0, 0);
399
+ }
411
400
  }
412
- }
413
- & when (@variationSidebarRight) {
414
- .ui.right.overlay.sidebar {
415
- transform: translate3d(100%, 0, 0);
401
+ & when (@variationSidebarRight) {
402
+ .ui.right.overlay.sidebar {
403
+ transform: translate3d(100%, 0, 0);
404
+ }
416
405
  }
417
- }
418
- & when (@variationSidebarTop) {
419
- .ui.top.overlay.sidebar {
420
- transform: translate3d(0%, -100%, 0);
406
+ & when (@variationSidebarTop) {
407
+ .ui.top.overlay.sidebar {
408
+ transform: translate3d(0, -100%, 0);
409
+ }
421
410
  }
422
- }
423
- & when (@variationSidebarBottom) {
424
- .ui.bottom.overlay.sidebar {
425
- transform: translate3d(0%, 100%, 0);
411
+ & when (@variationSidebarBottom) {
412
+ .ui.bottom.overlay.sidebar {
413
+ transform: translate3d(0, 100%, 0);
414
+ }
426
415
  }
427
- }
428
416
 
429
- /* Animation */
430
- .animating.ui.overlay.sidebar,
431
- .ui.visible.overlay.sidebar {
432
- transition: transform @duration @easing;
433
- }
417
+ /* Animation */
418
+ .animating.ui.overlay.sidebar,
419
+ .ui.visible.overlay.sidebar {
420
+ transition: transform @duration @easing;
421
+ }
434
422
 
435
- /* End - Sidebar */
436
- & when (@variationSidebarLeft) {
437
- .ui.visible.left.overlay.sidebar {
438
- transform: translate3d(0%, 0, 0);
423
+ /* End - Sidebar */
424
+ & when (@variationSidebarLeft) {
425
+ .ui.visible.left.overlay.sidebar {
426
+ transform: translate3d(0, 0, 0);
427
+ }
439
428
  }
440
- }
441
- & when (@variationSidebarRight) {
442
- .ui.visible.right.overlay.sidebar {
443
- transform: translate3d(0%, 0, 0);
429
+ & when (@variationSidebarRight) {
430
+ .ui.visible.right.overlay.sidebar {
431
+ transform: translate3d(0, 0, 0);
432
+ }
444
433
  }
445
- }
446
- & when (@variationSidebarTop) {
447
- .ui.visible.top.overlay.sidebar {
448
- transform: translate3d(0%, 0, 0);
434
+ & when (@variationSidebarTop) {
435
+ .ui.visible.top.overlay.sidebar {
436
+ transform: translate3d(0, 0, 0);
437
+ }
449
438
  }
450
- }
451
- & when (@variationSidebarBottom) {
452
- .ui.visible.bottom.overlay.sidebar {
453
- transform: translate3d(0%, 0, 0);
439
+ & when (@variationSidebarBottom) {
440
+ .ui.visible.bottom.overlay.sidebar {
441
+ transform: translate3d(0, 0, 0);
442
+ }
454
443
  }
455
- }
456
- /* End - Pusher */
457
- .ui.visible.overlay.sidebar ~ .fixed,
458
- .ui.visible.overlay.sidebar ~ .pusher {
459
- transform: none !important;
460
- }
461
- }
462
444
 
445
+ /* End - Pusher */
446
+ .ui.visible.overlay.sidebar ~ .fixed,
447
+ .ui.visible.overlay.sidebar ~ .pusher {
448
+ transform: none !important;
449
+ }
450
+ }
463
451
 
464
452
  & when (@variationSidebarPush) {
465
- /*--------------
466
- Push
467
- ---------------*/
453
+ /* --------------
454
+ Push
455
+ --------------- */
468
456
 
469
- /* Initial */
470
- .ui.push.sidebar {
471
- transition: transform @duration @easing;
472
- z-index: @topLayer;
473
- }
457
+ /* Initial */
458
+ .ui.push.sidebar {
459
+ transition: transform @duration @easing;
460
+ z-index: @topLayer;
461
+ }
474
462
 
475
- /* Sidebar - Initial */
476
- & when (@variationSidebarLeft) {
477
- .ui.left.push.sidebar {
478
- transform: translate3d(-100%, 0, 0);
463
+ /* Sidebar - Initial */
464
+ & when (@variationSidebarLeft) {
465
+ .ui.left.push.sidebar {
466
+ transform: translate3d(-100%, 0, 0);
467
+ }
479
468
  }
480
- }
481
- & when (@variationSidebarRight) {
482
- .ui.right.push.sidebar {
483
- transform: translate3d(100%, 0, 0);
469
+ & when (@variationSidebarRight) {
470
+ .ui.right.push.sidebar {
471
+ transform: translate3d(100%, 0, 0);
472
+ }
484
473
  }
485
- }
486
- & when (@variationSidebarTop) {
487
- .ui.top.push.sidebar {
488
- transform: translate3d(0%, -100%, 0);
474
+ & when (@variationSidebarTop) {
475
+ .ui.top.push.sidebar {
476
+ transform: translate3d(0, -100%, 0);
477
+ }
489
478
  }
490
- }
491
- & when (@variationSidebarBottom) {
492
- .ui.bottom.push.sidebar {
493
- transform: translate3d(0%, 100%, 0);
479
+ & when (@variationSidebarBottom) {
480
+ .ui.bottom.push.sidebar {
481
+ transform: translate3d(0, 100%, 0);
482
+ }
494
483
  }
495
- }
496
484
 
497
- /* End */
498
- .ui.visible.push.sidebar {
499
- transform: translate3d(0%, 0, 0);
500
- }
485
+ /* End */
486
+ .ui.visible.push.sidebar {
487
+ transform: translate3d(0, 0, 0);
488
+ }
501
489
  }
502
490
 
503
491
  & when (@variationSidebarUncover) {
504
- /*--------------
505
- Uncover
506
- ---------------*/
492
+ /* --------------
493
+ Uncover
494
+ --------------- */
507
495
 
508
- /* Initial */
509
- .ui.uncover.sidebar {
510
- transform: translate3d(0, 0, 0);
511
- z-index: @bottomLayer;
512
- }
496
+ /* Initial */
497
+ .ui.uncover.sidebar {
498
+ transform: translate3d(0, 0, 0);
499
+ z-index: @bottomLayer;
500
+ }
513
501
 
514
- /* End */
515
- .ui.visible.uncover.sidebar {
516
- transform: translate3d(0, 0, 0);
517
- transition: transform @duration @easing;
518
- }
502
+ /* End */
503
+ .ui.visible.uncover.sidebar {
504
+ transform: translate3d(0, 0, 0);
505
+ transition: transform @duration @easing;
506
+ }
519
507
  }
520
508
 
521
509
  & when (@variationSidebarSlideAlong) {
522
- /*--------------
523
- Slide Along
524
- ---------------*/
525
-
526
- /* Initial */
527
- .ui.slide.along.sidebar {
528
- z-index: @bottomLayer;
529
- }
530
-
531
- /* Sidebar - Initial */
532
- & when (@variationSidebarLeft) {
533
- .ui.left.slide.along.sidebar {
534
- transform: translate3d(-50%, 0, 0);
535
- }
536
- }
537
- & when (@variationSidebarRight) {
538
- .ui.right.slide.along.sidebar {
539
- transform: translate3d(50%, 0, 0);
540
- }
541
- }
542
- & when (@variationSidebarTop) {
543
- .ui.top.slide.along.sidebar {
544
- transform: translate3d(0, -50%, 0);
545
- }
546
- }
547
- & when (@variationSidebarBottom) {
548
- .ui.bottom.slide.along.sidebar {
549
- transform: translate3d(0%, 50%, 0);
550
- }
551
- }
552
-
553
- /* Animation */
554
- .ui.animating.slide.along.sidebar {
555
- transition: transform @duration @easing;
556
- }
510
+ /* --------------
511
+ Slide Along
512
+ --------------- */
513
+
514
+ /* Initial */
515
+ .ui.slide.along.sidebar {
516
+ z-index: @bottomLayer;
517
+ }
518
+
519
+ /* Sidebar - Initial */
520
+ & when (@variationSidebarLeft) {
521
+ .ui.left.slide.along.sidebar {
522
+ transform: translate3d(-50%, 0, 0);
523
+ }
524
+ }
525
+ & when (@variationSidebarRight) {
526
+ .ui.right.slide.along.sidebar {
527
+ transform: translate3d(50%, 0, 0);
528
+ }
529
+ }
530
+ & when (@variationSidebarTop) {
531
+ .ui.top.slide.along.sidebar {
532
+ transform: translate3d(0, -50%, 0);
533
+ }
534
+ }
535
+ & when (@variationSidebarBottom) {
536
+ .ui.bottom.slide.along.sidebar {
537
+ transform: translate3d(0, 50%, 0);
538
+ }
539
+ }
540
+
541
+ /* Animation */
542
+ .ui.animating.slide.along.sidebar {
543
+ transition: transform @duration @easing;
544
+ }
557
545
 
558
- /* End */
559
- .ui.visible.slide.along.sidebar {
560
- transform: translate3d(0%, 0, 0);
561
- }
546
+ /* End */
547
+ .ui.visible.slide.along.sidebar {
548
+ transform: translate3d(0, 0, 0);
549
+ }
562
550
  }
563
551
 
564
552
  & when (@variationSidebarSlideOut) {
565
- /*--------------
566
- Slide Out
567
- ---------------*/
568
-
569
- /* Initial */
570
- .ui.slide.out.sidebar {
571
- z-index: @bottomLayer;
572
- }
573
-
574
- /* Sidebar - Initial */
575
- & when (@variationSidebarLeft) {
576
- .ui.left.slide.out.sidebar {
577
- transform: translate3d(50%, 0, 0);
578
- }
579
- }
580
- & when (@variationSidebarRight) {
581
- .ui.right.slide.out.sidebar {
582
- transform: translate3d(-50%, 0, 0);
583
- }
584
- }
585
- & when (@variationSidebarTop) {
586
- .ui.top.slide.out.sidebar {
587
- transform: translate3d(0%, 50%, 0);
588
- }
589
- }
590
- & when (@variationSidebarBottom) {
591
- .ui.bottom.slide.out.sidebar {
592
- transform: translate3d(0%, -50%, 0);
593
- }
594
- }
595
-
596
- /* Animation */
597
- .ui.animating.slide.out.sidebar {
598
- transition: transform @duration @easing;
599
- }
553
+ /* --------------
554
+ Slide Out
555
+ --------------- */
556
+
557
+ /* Initial */
558
+ .ui.slide.out.sidebar {
559
+ z-index: @bottomLayer;
560
+ }
561
+
562
+ /* Sidebar - Initial */
563
+ & when (@variationSidebarLeft) {
564
+ .ui.left.slide.out.sidebar {
565
+ transform: translate3d(50%, 0, 0);
566
+ }
567
+ }
568
+ & when (@variationSidebarRight) {
569
+ .ui.right.slide.out.sidebar {
570
+ transform: translate3d(-50%, 0, 0);
571
+ }
572
+ }
573
+ & when (@variationSidebarTop) {
574
+ .ui.top.slide.out.sidebar {
575
+ transform: translate3d(0, 50%, 0);
576
+ }
577
+ }
578
+ & when (@variationSidebarBottom) {
579
+ .ui.bottom.slide.out.sidebar {
580
+ transform: translate3d(0, -50%, 0);
581
+ }
582
+ }
600
583
 
601
- /* End */
602
- .ui.visible.slide.out.sidebar {
603
- transform: translate3d(0%, 0, 0);
604
- }
584
+ /* Animation */
585
+ .ui.animating.slide.out.sidebar {
586
+ transition: transform @duration @easing;
587
+ }
588
+
589
+ /* End */
590
+ .ui.visible.slide.out.sidebar {
591
+ transform: translate3d(0, 0, 0);
592
+ }
605
593
  }
606
594
 
607
595
  & when (@variationSidebarScale) {
608
- /*--------------
609
- Scale Down
610
- ---------------*/
611
-
612
- /* Initial */
613
- .ui.scale.down.sidebar {
614
- transition: transform @duration @easing;
615
- z-index: @topLayer;
616
- }
596
+ /* --------------
597
+ Scale Down
598
+ --------------- */
617
599
 
600
+ /* Initial */
601
+ .ui.scale.down.sidebar {
602
+ transition: transform @duration @easing;
603
+ z-index: @topLayer;
604
+ }
618
605
 
619
- & when (@variationSidebarLeft) {
620
- .ui.left.scale.down.sidebar {
621
- transform: translate3d(-100%, 0, 0);
606
+ & when (@variationSidebarLeft) {
607
+ .ui.left.scale.down.sidebar {
608
+ transform: translate3d(-100%, 0, 0);
609
+ }
622
610
  }
623
- }
624
- & when (@variationSidebarRight) {
625
- .ui.right.scale.down.sidebar {
626
- transform: translate3d(100%, 0, 0);
611
+ & when (@variationSidebarRight) {
612
+ .ui.right.scale.down.sidebar {
613
+ transform: translate3d(100%, 0, 0);
614
+ }
627
615
  }
628
- }
629
- & when (@variationSidebarTop) {
630
- .ui.top.scale.down.sidebar {
631
- transform: translate3d(0%, -100%, 0);
616
+ & when (@variationSidebarTop) {
617
+ .ui.top.scale.down.sidebar {
618
+ transform: translate3d(0, -100%, 0);
619
+ }
632
620
  }
633
- }
634
- & when (@variationSidebarBottom) {
635
- .ui.bottom.scale.down.sidebar {
636
- transform: translate3d(0%, 100%, 0);
621
+ & when (@variationSidebarBottom) {
622
+ .ui.bottom.scale.down.sidebar {
623
+ transform: translate3d(0, 100%, 0);
624
+ }
637
625
  }
638
- }
639
626
 
640
- /* Pusher - Initial */
641
- & when (@variationSidebarLeft) {
642
- .ui.scale.down.left.sidebar ~ .pusher {
643
- transform-origin: 75% 50%;
627
+ /* Pusher - Initial */
628
+ & when (@variationSidebarLeft) {
629
+ .ui.scale.down.left.sidebar ~ .pusher {
630
+ transform-origin: 75% 50%;
631
+ }
644
632
  }
645
- }
646
- & when (@variationSidebarRight) {
647
- .ui.scale.down.right.sidebar ~ .pusher {
648
- transform-origin: 25% 50%;
633
+ & when (@variationSidebarRight) {
634
+ .ui.scale.down.right.sidebar ~ .pusher {
635
+ transform-origin: 25% 50%;
636
+ }
649
637
  }
650
- }
651
- & when (@variationSidebarTop) {
652
- .ui.scale.down.top.sidebar ~ .pusher {
653
- transform-origin: 50% 75%;
638
+ & when (@variationSidebarTop) {
639
+ .ui.scale.down.top.sidebar ~ .pusher {
640
+ transform-origin: 50% 75%;
641
+ }
654
642
  }
655
- }
656
- & when (@variationSidebarBottom) {
657
- .ui.scale.down.bottom.sidebar ~ .pusher {
658
- transform-origin: 50% 25%;
643
+ & when (@variationSidebarBottom) {
644
+ .ui.scale.down.bottom.sidebar ~ .pusher {
645
+ transform-origin: 50% 25%;
646
+ }
659
647
  }
660
- }
661
648
 
662
- /* Animation */
663
- .ui.animating.scale.down > .visible.ui.sidebar {
664
- transition: transform @duration @easing;
665
- }
666
- .ui.visible.scale.down.sidebar ~ .pusher,
667
- .ui.animating.scale.down.sidebar ~ .pusher {
668
- display: block !important;
669
- width: 100%;
670
- height: 100%;
671
- overflow: hidden !important;
672
- }
649
+ /* Animation */
650
+ .ui.animating.scale.down > .visible.ui.sidebar {
651
+ transition: transform @duration @easing;
652
+ }
653
+ .ui.visible.scale.down.sidebar ~ .pusher,
654
+ .ui.animating.scale.down.sidebar ~ .pusher {
655
+ display: block !important;
656
+ width: 100%;
657
+ height: 100%;
658
+ overflow: hidden !important;
659
+ }
673
660
 
674
- /* End */
675
- .ui.visible.scale.down.sidebar {
676
- transform: translate3d(0, 0, 0);
677
- }
678
- .ui.visible.scale.down.sidebar ~ .pusher {
679
- transform: scale(0.75);
680
- }
661
+ /* End */
662
+ .ui.visible.scale.down.sidebar {
663
+ transform: translate3d(0, 0, 0);
664
+ }
665
+ .ui.visible.scale.down.sidebar ~ .pusher {
666
+ transform: scale(0.75);
667
+ }
681
668
  }
682
669
 
683
670
  .loadUIOverrides();