fomantic-ui 2.9.1-beta.2 → 2.9.1-beta.21

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