fomantic-ui 2.9.0-beta.28 → 2.9.0-beta.280

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 (312) hide show
  1. package/.all-contributorsrc +224 -3
  2. package/.github/workflows/ci.yml +7 -6
  3. package/.github/workflows/nightly.yml +13 -8
  4. package/.github/workflows/release.yml +31 -0
  5. package/CONTRIBUTORS.md +77 -37
  6. package/README.md +8 -8
  7. package/dist/components/accordion.css +175 -35
  8. package/dist/components/accordion.js +6 -3
  9. package/dist/components/accordion.min.css +2 -2
  10. package/dist/components/accordion.min.js +3 -3
  11. package/dist/components/ad.css +4 -4
  12. package/dist/components/ad.min.css +2 -2
  13. package/dist/components/api.js +88 -29
  14. package/dist/components/api.min.js +3 -3
  15. package/dist/components/breadcrumb.css +1 -1
  16. package/dist/components/breadcrumb.min.css +1 -1
  17. package/dist/components/button.css +195 -148
  18. package/dist/components/button.min.css +2 -2
  19. package/dist/components/calendar.css +18 -1
  20. package/dist/components/calendar.js +84 -67
  21. package/dist/components/calendar.min.css +2 -2
  22. package/dist/components/calendar.min.js +3 -3
  23. package/dist/components/card.css +753 -116
  24. package/dist/components/card.min.css +2 -2
  25. package/dist/components/checkbox.css +92 -91
  26. package/dist/components/checkbox.js +17 -11
  27. package/dist/components/checkbox.min.css +2 -2
  28. package/dist/components/checkbox.min.js +3 -3
  29. package/dist/components/comment.css +12 -12
  30. package/dist/components/comment.min.css +2 -2
  31. package/dist/components/container.css +97 -3
  32. package/dist/components/container.min.css +2 -2
  33. package/dist/components/dimmer.css +29 -14
  34. package/dist/components/dimmer.js +11 -5
  35. package/dist/components/dimmer.min.css +2 -2
  36. package/dist/components/dimmer.min.js +3 -3
  37. package/dist/components/divider.css +31 -31
  38. package/dist/components/divider.min.css +2 -2
  39. package/dist/components/dropdown.css +89 -49
  40. package/dist/components/dropdown.js +95 -49
  41. package/dist/components/dropdown.min.css +2 -2
  42. package/dist/components/dropdown.min.js +3 -3
  43. package/dist/components/embed.css +5 -5
  44. package/dist/components/embed.js +1 -1
  45. package/dist/components/embed.min.css +2 -2
  46. package/dist/components/embed.min.js +3 -3
  47. package/dist/components/emoji.css +10839 -8831
  48. package/dist/components/emoji.min.css +1 -1
  49. package/dist/components/feed.css +29 -29
  50. package/dist/components/feed.min.css +2 -2
  51. package/dist/components/flag.css +1001 -892
  52. package/dist/components/flag.min.css +2 -2
  53. package/dist/components/form.css +158 -81
  54. package/dist/components/form.js +38 -29
  55. package/dist/components/form.min.css +2 -2
  56. package/dist/components/form.min.js +3 -3
  57. package/dist/components/grid.css +25 -21
  58. package/dist/components/grid.min.css +2 -2
  59. package/dist/components/header.css +5 -3
  60. package/dist/components/header.min.css +2 -2
  61. package/dist/components/icon.css +2063 -1984
  62. package/dist/components/icon.min.css +2 -2
  63. package/dist/components/image.css +1 -1
  64. package/dist/components/image.min.css +1 -1
  65. package/dist/components/input.css +758 -21
  66. package/dist/components/input.min.css +2 -2
  67. package/dist/components/item.css +16 -16
  68. package/dist/components/item.min.css +2 -2
  69. package/dist/components/label.css +64 -64
  70. package/dist/components/label.min.css +2 -2
  71. package/dist/components/list.css +30 -30
  72. package/dist/components/list.min.css +2 -2
  73. package/dist/components/loader.css +352 -352
  74. package/dist/components/loader.min.css +2 -2
  75. package/dist/components/menu.css +107 -75
  76. package/dist/components/menu.min.css +1 -1
  77. package/dist/components/message.css +42 -42
  78. package/dist/components/message.min.css +2 -2
  79. package/dist/components/modal.css +13 -1
  80. package/dist/components/modal.js +127 -49
  81. package/dist/components/modal.min.css +2 -2
  82. package/dist/components/modal.min.js +3 -3
  83. package/dist/components/nag.css +1 -1
  84. package/dist/components/nag.js +1 -1
  85. package/dist/components/nag.min.css +1 -1
  86. package/dist/components/nag.min.js +3 -3
  87. package/dist/components/placeholder.css +33 -33
  88. package/dist/components/placeholder.min.css +2 -2
  89. package/dist/components/popup.css +99 -103
  90. package/dist/components/popup.js +2 -2
  91. package/dist/components/popup.min.css +2 -2
  92. package/dist/components/popup.min.js +3 -3
  93. package/dist/components/progress.css +1 -1
  94. package/dist/components/progress.js +4 -1
  95. package/dist/components/progress.min.css +1 -1
  96. package/dist/components/progress.min.js +3 -3
  97. package/dist/components/rail.css +1 -1
  98. package/dist/components/rail.min.css +1 -1
  99. package/dist/components/rating.css +1 -1
  100. package/dist/components/rating.js +1 -1
  101. package/dist/components/rating.min.css +1 -1
  102. package/dist/components/rating.min.js +3 -3
  103. package/dist/components/reset.css +5 -4
  104. package/dist/components/reset.min.css +2 -2
  105. package/dist/components/reveal.css +1 -1
  106. package/dist/components/reveal.min.css +1 -1
  107. package/dist/components/search.css +3 -3
  108. package/dist/components/search.js +2 -2
  109. package/dist/components/search.min.css +2 -2
  110. package/dist/components/search.min.js +3 -3
  111. package/dist/components/segment.css +118 -34
  112. package/dist/components/segment.min.css +2 -2
  113. package/dist/components/shape.css +1 -1
  114. package/dist/components/shape.js +3 -3
  115. package/dist/components/shape.min.css +1 -1
  116. package/dist/components/shape.min.js +3 -3
  117. package/dist/components/sidebar.css +7 -5
  118. package/dist/components/sidebar.js +12 -10
  119. package/dist/components/sidebar.min.css +2 -2
  120. package/dist/components/sidebar.min.js +3 -3
  121. package/dist/components/site.css +65 -39
  122. package/dist/components/site.js +1 -1
  123. package/dist/components/site.min.css +2 -2
  124. package/dist/components/site.min.js +3 -3
  125. package/dist/components/slider.css +17 -17
  126. package/dist/components/slider.js +68 -51
  127. package/dist/components/slider.min.css +1 -1
  128. package/dist/components/slider.min.js +3 -3
  129. package/dist/components/state.js +1 -1
  130. package/dist/components/state.min.js +3 -3
  131. package/dist/components/statistic.css +2 -2
  132. package/dist/components/statistic.min.css +2 -2
  133. package/dist/components/step.css +30 -30
  134. package/dist/components/step.min.css +2 -2
  135. package/dist/components/sticky.css +1 -1
  136. package/dist/components/sticky.js +1 -1
  137. package/dist/components/sticky.min.css +1 -1
  138. package/dist/components/sticky.min.js +3 -3
  139. package/dist/components/tab.css +5 -5
  140. package/dist/components/tab.js +23 -5
  141. package/dist/components/tab.min.css +2 -2
  142. package/dist/components/tab.min.js +3 -3
  143. package/dist/components/table.css +1174 -32
  144. package/dist/components/table.min.css +2 -2
  145. package/dist/components/text.css +1 -1
  146. package/dist/components/text.min.css +1 -1
  147. package/dist/components/toast.css +39 -1
  148. package/dist/components/toast.js +56 -28
  149. package/dist/components/toast.min.css +2 -2
  150. package/dist/components/toast.min.js +3 -3
  151. package/dist/components/transition.css +1 -1
  152. package/dist/components/transition.js +21 -16
  153. package/dist/components/transition.min.css +1 -1
  154. package/dist/components/transition.min.js +3 -3
  155. package/dist/components/visibility.js +1 -1
  156. package/dist/components/visibility.min.js +3 -3
  157. package/dist/semantic.css +19522 -13088
  158. package/dist/semantic.js +666 -369
  159. package/dist/semantic.min.css +3 -3
  160. package/dist/semantic.min.js +3 -3
  161. package/dist/themes/default/assets/fonts/brand-icons.eot +0 -0
  162. package/dist/themes/default/assets/fonts/brand-icons.svg +801 -654
  163. package/dist/themes/default/assets/fonts/brand-icons.ttf +0 -0
  164. package/dist/themes/default/assets/fonts/brand-icons.woff +0 -0
  165. package/dist/themes/default/assets/fonts/brand-icons.woff2 +0 -0
  166. package/dist/themes/default/assets/fonts/icons.eot +0 -0
  167. package/dist/themes/default/assets/fonts/icons.svg +1175 -1079
  168. package/dist/themes/default/assets/fonts/icons.ttf +0 -0
  169. package/dist/themes/default/assets/fonts/icons.woff +0 -0
  170. package/dist/themes/default/assets/fonts/icons.woff2 +0 -0
  171. package/dist/themes/default/assets/fonts/outline-icons.eot +0 -0
  172. package/dist/themes/default/assets/fonts/outline-icons.svg +93 -95
  173. package/dist/themes/default/assets/fonts/outline-icons.ttf +0 -0
  174. package/dist/themes/default/assets/fonts/outline-icons.woff +0 -0
  175. package/dist/themes/default/assets/fonts/outline-icons.woff2 +0 -0
  176. package/examples/assets/library/iframe-content.js +8 -8
  177. package/examples/assets/library/iframe.js +3 -3
  178. package/package.json +16 -14
  179. package/scripts/nightly-version.js +47 -38
  180. package/src/definitions/behaviors/api.js +87 -28
  181. package/src/definitions/behaviors/form.js +37 -28
  182. package/src/definitions/collections/form.less +225 -161
  183. package/src/definitions/collections/grid.less +723 -687
  184. package/src/definitions/collections/menu.less +224 -166
  185. package/src/definitions/collections/message.less +49 -47
  186. package/src/definitions/collections/table.less +855 -268
  187. package/src/definitions/elements/button.less +611 -469
  188. package/src/definitions/elements/container.less +145 -8
  189. package/src/definitions/elements/divider.less +24 -24
  190. package/src/definitions/elements/emoji.less +16 -10
  191. package/src/definitions/elements/flag.less +8 -18
  192. package/src/definitions/elements/header.less +46 -37
  193. package/src/definitions/elements/icon.less +39 -32
  194. package/src/definitions/elements/input.less +268 -26
  195. package/src/definitions/elements/label.less +125 -124
  196. package/src/definitions/elements/list.less +84 -75
  197. package/src/definitions/elements/loader.less +99 -98
  198. package/src/definitions/elements/placeholder.less +32 -32
  199. package/src/definitions/elements/segment.less +174 -55
  200. package/src/definitions/elements/step.less +76 -72
  201. package/src/definitions/elements/text.less +17 -15
  202. package/src/definitions/globals/reset.less +2 -2
  203. package/src/definitions/globals/site.less +23 -2
  204. package/src/definitions/modules/accordion.js +5 -2
  205. package/src/definitions/modules/accordion.less +181 -29
  206. package/src/definitions/modules/calendar.js +83 -66
  207. package/src/definitions/modules/calendar.less +20 -0
  208. package/src/definitions/modules/checkbox.js +16 -10
  209. package/src/definitions/modules/checkbox.less +83 -227
  210. package/src/definitions/modules/dimmer.js +10 -4
  211. package/src/definitions/modules/dimmer.less +21 -8
  212. package/src/definitions/modules/dropdown.js +94 -48
  213. package/src/definitions/modules/dropdown.less +178 -127
  214. package/src/definitions/modules/embed.less +4 -4
  215. package/src/definitions/modules/modal.js +126 -48
  216. package/src/definitions/modules/modal.less +12 -0
  217. package/src/definitions/modules/nag.less +20 -19
  218. package/src/definitions/modules/popup.js +1 -1
  219. package/src/definitions/modules/popup.less +86 -90
  220. package/src/definitions/modules/progress.js +3 -0
  221. package/src/definitions/modules/progress.less +19 -18
  222. package/src/definitions/modules/rating.less +35 -34
  223. package/src/definitions/modules/search.js +1 -1
  224. package/src/definitions/modules/search.less +35 -19
  225. package/src/definitions/modules/shape.js +2 -2
  226. package/src/definitions/modules/sidebar.js +11 -9
  227. package/src/definitions/modules/sidebar.less +36 -22
  228. package/src/definitions/modules/slider.js +67 -50
  229. package/src/definitions/modules/slider.less +48 -47
  230. package/src/definitions/modules/tab.js +22 -4
  231. package/src/definitions/modules/tab.less +4 -4
  232. package/src/definitions/modules/toast.js +55 -27
  233. package/src/definitions/modules/toast.less +48 -16
  234. package/src/definitions/modules/transition.js +20 -15
  235. package/src/definitions/views/ad.less +3 -3
  236. package/src/definitions/views/card.less +519 -374
  237. package/src/definitions/views/comment.less +93 -82
  238. package/src/definitions/views/feed.less +164 -144
  239. package/src/definitions/views/item.less +251 -198
  240. package/src/definitions/views/statistic.less +91 -89
  241. package/src/themes/basic/elements/icon.overrides +149 -149
  242. package/src/themes/basic/elements/step.overrides +2 -2
  243. package/src/themes/bookish/elements/header.overrides +1 -1
  244. package/src/themes/chubby/elements/button.overrides +1 -1
  245. package/src/themes/chubby/elements/header.overrides +1 -1
  246. package/src/themes/default/assets/fonts/brand-icons.eot +0 -0
  247. package/src/themes/default/assets/fonts/brand-icons.svg +801 -654
  248. package/src/themes/default/assets/fonts/brand-icons.ttf +0 -0
  249. package/src/themes/default/assets/fonts/brand-icons.woff +0 -0
  250. package/src/themes/default/assets/fonts/brand-icons.woff2 +0 -0
  251. package/src/themes/default/assets/fonts/icons.eot +0 -0
  252. package/src/themes/default/assets/fonts/icons.svg +1175 -1079
  253. package/src/themes/default/assets/fonts/icons.ttf +0 -0
  254. package/src/themes/default/assets/fonts/icons.woff +0 -0
  255. package/src/themes/default/assets/fonts/icons.woff2 +0 -0
  256. package/src/themes/default/assets/fonts/outline-icons.eot +0 -0
  257. package/src/themes/default/assets/fonts/outline-icons.svg +93 -95
  258. package/src/themes/default/assets/fonts/outline-icons.ttf +0 -0
  259. package/src/themes/default/assets/fonts/outline-icons.woff +0 -0
  260. package/src/themes/default/assets/fonts/outline-icons.woff2 +0 -0
  261. package/src/themes/default/collections/form.variables +4 -0
  262. package/src/themes/default/collections/menu.variables +6 -0
  263. package/src/themes/default/collections/table.variables +52 -0
  264. package/src/themes/default/elements/button.variables +7 -1
  265. package/src/themes/default/elements/container.variables +12 -0
  266. package/src/themes/default/elements/divider.overrides +7 -7
  267. package/src/themes/default/elements/emoji.overrides +1737 -1235
  268. package/src/themes/default/elements/flag.overrides +1641 -986
  269. package/src/themes/default/elements/flag.variables +7 -5
  270. package/src/themes/default/elements/icon.overrides +1975 -1949
  271. package/src/themes/default/elements/icon.variables +1 -0
  272. package/src/themes/default/elements/input.variables +15 -0
  273. package/src/themes/default/elements/segment.variables +8 -0
  274. package/src/themes/default/elements/step.overrides +3 -3
  275. package/src/themes/default/globals/site.variables +6 -0
  276. package/src/themes/default/globals/variation.variables +140 -6
  277. package/src/themes/default/modules/accordion.overrides +6 -5
  278. package/src/themes/default/modules/accordion.variables +49 -2
  279. package/src/themes/default/modules/calendar.variables +3 -0
  280. package/src/themes/default/modules/checkbox.overrides +9 -9
  281. package/src/themes/default/modules/checkbox.variables +5 -5
  282. package/src/themes/default/modules/dimmer.variables +1 -1
  283. package/src/themes/default/modules/dropdown.overrides +5 -5
  284. package/src/themes/default/modules/dropdown.variables +4 -10
  285. package/src/themes/default/modules/modal.variables +13 -0
  286. package/src/themes/default/modules/popup.variables +0 -2
  287. package/src/themes/default/modules/toast.variables +3 -0
  288. package/src/themes/default/views/card.variables +8 -0
  289. package/src/themes/famfamfam/elements/flag.overrides +1026 -0
  290. package/src/themes/famfamfam/elements/flag.variables +13 -0
  291. package/src/themes/github/elements/icon.overrides +206 -206
  292. package/src/themes/github/elements/step.overrides +5 -5
  293. package/src/themes/github/modules/dropdown.overrides +6 -6
  294. package/src/themes/instagram/views/card.overrides +1 -1
  295. package/src/themes/joypixels/elements/emoji.overrides +1762 -1260
  296. package/src/themes/joypixels/elements/emoji.variables +1 -1
  297. package/src/themes/material/collections/menu.overrides +1 -1
  298. package/src/themes/material/elements/button.overrides +1 -1
  299. package/src/themes/material/elements/header.overrides +1 -1
  300. package/src/themes/material/elements/icon.overrides +932 -932
  301. package/src/themes/material/globals/site.variables +0 -1
  302. package/src/themes/material/modules/dropdown.overrides +1 -1
  303. package/src/themes/material/modules/modal.overrides +1 -1
  304. package/src/themes/pulsar/elements/loader.overrides +2 -2
  305. package/src/themes/resetcss/globals/reset.overrides +3 -3
  306. package/src/themes/rtl/globals/site.overrides +1 -1
  307. package/src/themes/striped/modules/progress.overrides +1 -1
  308. package/src/themes/twitter/elements/emoji.overrides +1737 -1235
  309. package/tasks/build/css.js +6 -1
  310. package/tasks/config/project/install.js +15 -13
  311. package/tasks/install.js +1 -0
  312. package/test/helpers/sinon.js +2 -2
@@ -7,6 +7,7 @@
7
7
  ---------------*/
8
8
 
9
9
  /* Solid Icons */
10
+ @importIcons: true;
10
11
  @fontName: 'icons';
11
12
  @src:
12
13
  url("@{fontPath}/@{fontName}.eot?#iefix") format('embedded-opentype'),
@@ -60,8 +60,11 @@
60
60
 
61
61
  @labeledMargin: 2.5em;
62
62
  @labeledIconInputMargin: 3.25em;
63
+ @labeledAndIconMargin: 4em;
63
64
  @labeledIconMargin: 1.25em;
64
65
 
66
+ @labeledDropdownZIndex: 10;
67
+
65
68
  /*-------------------
66
69
  States
67
70
  --------------------*/
@@ -85,6 +88,18 @@
85
88
  /* Loader */
86
89
  @invertedLoaderFillColor: rgba(0, 0, 0, 0.15);
87
90
 
91
+ /* file */
92
+ @fileButtonMargin: 1em;
93
+ @fileButtonTextColor: @mutedTextColor;
94
+ @fileButtonTextColorHover: @hoveredTextColor;
95
+ @fileButtonBackground: #e0e1e2;
96
+ @fileButtonBackgroundHover: #cacbcd;
97
+ @fileButtonFontWeight: @bold;
98
+
99
+ @fileButtonInvertedBackground: #e0e1e2;
100
+ @fileButtonInvertedBackgroundHover: @white;
101
+ @fileButtonInvertedTextColor: @mutedTextColor;
102
+
88
103
  /*-------------------
89
104
  Variations
90
105
  --------------------*/
@@ -153,3 +153,11 @@
153
153
  )
154
154
  ;
155
155
  @tertiaryInvertedColor: @invertedMutedTextColor;
156
+
157
+ /*-------------------
158
+ Scrolling
159
+ --------------------*/
160
+ @scrollingMobileMaxHeight: 15em;
161
+ @scrollingTabletMaxHeight: 18em;
162
+ @scrollingComputerMaxHeight: 24em;
163
+ @scrollingWidescreenMaxHeight: 30em;
@@ -9,8 +9,8 @@
9
9
  url(data:application/font-woff;charset=utf-8;base64,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) format('woff')
10
10
  ;
11
11
  }
12
- .ui.steps .step.completed > .icon:before,
13
- .ui.ordered.steps .step.completed:before {
12
+ .ui.steps .step.completed > .icon::before,
13
+ .ui.ordered.steps .step.completed::before {
14
14
  font-family: 'Step';
15
15
  content: '\e800'; /* '' */
16
- }
16
+ }
@@ -174,6 +174,12 @@
174
174
  @thumbInvertedInactiveBackground: rgba(255, 255, 255, 0.15);
175
175
  @thumbInvertedHoverBackground: rgba(255, 255, 255, 0.35);
176
176
 
177
+ /* IE needs hex values */
178
+ @trackBackgroundHex: #e6e6e6;
179
+ @thumbBackgroundHex: #bfbfbf;
180
+ @trackInvertedBackgroundHex: #323232;
181
+ @thumbInvertedBackgroundHex: #656565;
182
+
177
183
  /*-------------------
178
184
  Highlighted Text
179
185
  --------------------*/
@@ -4,6 +4,9 @@
4
4
 
5
5
  /* General */
6
6
  @variationAllSizes: mini, tiny, small, large, big, huge, massive;
7
+ @variationAllColors: primary, secondary, red, orange, yellow, olive, green, teal, blue, violet, purple, pink, brown, grey, black;
8
+ @variationAllStates: error, info, success, warning;
9
+ @variationAllConsequences: positive, negative, error, info, success, warning;
7
10
 
8
11
  /*******************************
9
12
  Elements
@@ -12,10 +15,13 @@
12
15
  /* Button */
13
16
  @variationButtonDisabled: true;
14
17
  @variationButtonAnimated: true;
18
+ @variationButtonAnimatedFade: true;
15
19
  @variationButtonInverted: true;
16
20
  @variationButtonSocial: true;
17
21
  @variationButtonFloated: true;
18
22
  @variationButtonCompact: true;
23
+ @variationButtonIcon: true;
24
+ @variationButtonLoading: true;
19
25
  @variationButtonBasic: true;
20
26
  @variationButtonTertiary: true;
21
27
  @variationButtonLabeled: true;
@@ -24,18 +30,31 @@
24
30
  @variationButtonOr: true;
25
31
  @variationButtonAttached: true;
26
32
  @variationButtonFluid: true;
33
+ @variationButtonEqualWidth: true;
34
+ @variationButtonVertical: true;
27
35
  @variationButtonCircular: true;
28
36
  @variationButtonGroups: true;
29
37
  @variationButtonStackable: true;
38
+ @variationButtonWrapping: true;
39
+ @variationButtonWrapped: true;
40
+ @variationButtonSpaced: true;
30
41
  @variationButtonSizes: @variationAllSizes;
42
+ @variationButtonColors: @variationAllColors;
31
43
 
32
44
  /* Container */
33
45
  @variationContainerGrid: true;
34
46
  @variationContainerRelaxed: true;
47
+ @variationContainerVeryRelaxed: true;
35
48
  @variationContainerText: true;
49
+ @variationContainerWide: true;
36
50
  @variationContainerFluid: true;
37
51
  @variationContainerAligned: true;
38
52
  @variationContainerJustified: true;
53
+ @variationContainerScrolling: true;
54
+ @variationContainerScrollingShort: true;
55
+ @variationContainerScrollingVeryShort: true;
56
+ @variationContainerScrollingLong: true;
57
+ @variationContainerScrollingVeryLong: true;
39
58
 
40
59
  /* Divider */
41
60
  @variationDividerInverted: true;
@@ -47,6 +66,7 @@
47
66
  @variationDividerClearing: true;
48
67
  @variationDividerSection: true;
49
68
  @variationDividerSizes: @variationAllSizes;
69
+ @variationDividerColors: @variationAllColors;
50
70
 
51
71
  /* Header */
52
72
  @variationHeaderDisabled: true;
@@ -62,8 +82,15 @@
62
82
  @variationHeaderAttached: true;
63
83
  @variationHeaderTags: h1, h2, h3, h4, h5, h6;
64
84
  @variationHeaderSizes: @variationAllSizes;
85
+ @variationHeaderColors: @variationAllColors;
65
86
 
66
87
  /* Icon */
88
+ @variationIconDeprecated: true;
89
+ @variationIconSolid: true;
90
+ @variationIconAliases: true;
91
+ @variationIconOutline: true;
92
+ @variationIconBrand: true;
93
+ @variationIconThin: true; /* Font Awesome Pro only */
67
94
  @variationIconDisabled: true;
68
95
  @variationIconInverted: true;
69
96
  @variationIconLoading: true;
@@ -77,6 +104,7 @@
77
104
  @variationIconCorner: true;
78
105
  @variationIconGroups: true;
79
106
  @variationIconSizes: @variationAllSizes;
107
+ @variationIconColors: @variationAllColors;
80
108
 
81
109
  /* Image */
82
110
  @variationImageDisabled: true;
@@ -96,7 +124,7 @@
96
124
  /* Input */
97
125
  @variationInputDisabled: true;
98
126
  @variationInputInverted: true;
99
- @variationInputStates: true;
127
+ @variationInputStates: @variationAllStates;
100
128
  @variationInputTransparent: true;
101
129
  @variationInputCorner: true;
102
130
  @variationInputLoading: true;
@@ -104,6 +132,8 @@
104
132
  @variationInputLabeled: true;
105
133
  @variationInputAction: true;
106
134
  @variationInputFluid: true;
135
+ @variationInputFile: true;
136
+ @variationInputColors: @variationAllColors;
107
137
  @variationInputSizes: @variationAllSizes;
108
138
 
109
139
  /* Label */
@@ -120,6 +150,7 @@
120
150
  @variationLabelAttached: true;
121
151
  @variationLabelFluid: true;
122
152
  @variationLabelSizes: @variationAllSizes;
153
+ @variationLabelColors: @variationAllColors;
123
154
 
124
155
  /* List */
125
156
  @variationListInverted: true;
@@ -139,6 +170,9 @@
139
170
  @variationListDivided: true;
140
171
  @variationListCelled: true;
141
172
  @variationListRelaxed: true;
173
+ @variationListVeryRelaxed: true;
174
+ @variationListHeader: true;
175
+ @variationListDescription: true;
142
176
  @variationListSizes: @variationAllSizes;
143
177
 
144
178
  /* Loader */
@@ -148,6 +182,7 @@
148
182
  @variationLoaderInline: true;
149
183
  @variationLoaderElastic: true;
150
184
  @variationLoaderSizes: @variationAllSizes;
185
+ @variationLoaderColors: @variationAllColors;
151
186
 
152
187
  /* Placeholder */
153
188
  @variationPlaceholderInverted: true;
@@ -181,6 +216,7 @@
181
216
  @variationSegmentPiled: true;
182
217
  @variationSegmentStacked: true;
183
218
  @variationSegmentPadded: true;
219
+ @variationSegmentVeryPadded: true;
184
220
  @variationSegmentCircular: true;
185
221
  @variationSegmentCompact: true;
186
222
  @variationSegmentRaised: true;
@@ -194,7 +230,13 @@
194
230
  @variationSegmentTertiary: true;
195
231
  @variationSegmentAttached: true;
196
232
  @variationSegmentFitted: true;
233
+ @variationSegmentScrolling: true;
234
+ @variationSegmentScrollingShort: true;
235
+ @variationSegmentScrollingVeryShort: true;
236
+ @variationSegmentScrollingLong: true;
237
+ @variationSegmentScrollingVeryLong: true;
197
238
  @variationSegmentSizes: @variationAllSizes;
239
+ @variationSegmentColors: @variationAllColors;
198
240
 
199
241
  /* Step */
200
242
  @variationStepInverted: true;
@@ -204,13 +246,15 @@
204
246
  @variationStepOrdered: true;
205
247
  @variationStepFluid: true;
206
248
  @variationStepAttached: true;
249
+ @variationStepEqualWidth: true;
207
250
  @variationStepSizes: @variationAllSizes;
208
251
 
209
252
  /* Text */
210
253
  @variationTextInverted: true;
211
254
  @variationTextDisabled: true;
212
- @variationTextStates: true;
255
+ @variationTextStates: @variationAllStates;
213
256
  @variationTextSizes: @variationAllSizes;
257
+ @variationTextColors: @variationAllColors;
214
258
 
215
259
 
216
260
  /*******************************
@@ -226,10 +270,12 @@
226
270
  @variationFormDisabled: true;
227
271
  @variationFormTransparent: true;
228
272
  @variationFormLoading: true;
229
- @variationFormStates: true;
273
+ @variationFormStates: @variationAllStates;
230
274
  @variationFormRequired: true;
231
275
  @variationFormInline: true;
232
276
  @variationFormGrouped: true;
277
+ @variationFormEqualWidth: true;
278
+ @variationFormWide: true;
233
279
  @variationFormSizes: @variationAllSizes;
234
280
 
235
281
  /* Grid */
@@ -238,9 +284,11 @@
238
284
  @variationGridCelled: true;
239
285
  @variationGridCentered: true;
240
286
  @variationGridRelaxed: true;
287
+ @variationGridVeryRelaxed: true;
241
288
  @variationGridPadded: true;
242
289
  @variationGridFloated: true;
243
290
  @variationGridDivided: true;
291
+ @variationGridVertical: true;
244
292
  @variationGridAligned: true;
245
293
  @variationGridStretched: true;
246
294
  @variationGridJustified: true;
@@ -248,6 +296,10 @@
248
296
  @variationGridDoubling: true;
249
297
  @variationGridStackable: true;
250
298
  @variationGridCompact: true;
299
+ @variationGridVeryCompact: true;
300
+ @variationGridWide: true;
301
+ @variationGridEqualWidth: true;
302
+ @variationGridColors: @variationAllColors;
251
303
 
252
304
  /* Menu */
253
305
  @variationMenuInverted: true;
@@ -261,12 +313,16 @@
261
313
  @variationMenuLabeled: true;
262
314
  @variationMenuStackable: true;
263
315
  @variationMenuFloated: true;
316
+ @variationMenuCentered: true;
264
317
  @variationMenuFitted: true;
265
318
  @variationMenuBorderless: true;
266
319
  @variationMenuCompact: true;
267
320
  @variationMenuFixed: true;
268
321
  @variationMenuAttached: true;
322
+ @variationMenuIcon: true;
323
+ @variationMenuEqualWidth: true;
269
324
  @variationMenuSizes: @variationAllSizes;
325
+ @variationMenuColors: @variationAllColors;
270
326
 
271
327
  /* Message */
272
328
  @variationMessageInverted: true;
@@ -274,10 +330,11 @@
274
330
  @variationMessageAttached: true;
275
331
  @variationMessageIcon: true;
276
332
  @variationMessageFloating: true;
277
- @variationMessageConsequences: true;
333
+ @variationMessageConsequences: @variationAllConsequences;
278
334
  @variationMessageCentered: true;
279
335
  @variationMessageRightAligned: true;
280
336
  @variationMessageSizes: @variationAllSizes;
337
+ @variationMessageColors: @variationAllColors;
281
338
 
282
339
  /* Table */
283
340
  @variationTableInverted: true;
@@ -298,11 +355,32 @@
298
355
  @variationTableSortable: true;
299
356
  @variationTableCollapsing: true;
300
357
  @variationTableBasic: true;
358
+ @variationTableVeryBasic: true;
301
359
  @variationTableCelled: true;
302
360
  @variationTablePadded: true;
361
+ @variationTableVeryPadded: true;
303
362
  @variationTableCompact: true;
363
+ @variationTableVeryCompact: true;
304
364
  @variationTableMarked: true;
365
+ @variationTableEqualWidth: true;
366
+ @variationTableWide: true;
367
+ @variationTableScrolling: true;
368
+ @variationTableScrollingShort: true;
369
+ @variationTableScrollingVeryShort: true;
370
+ @variationTableScrollingLong: true;
371
+ @variationTableScrollingVeryLong: true;
372
+ @variationTableStuck: true;
373
+ @variationTableStuckHead: true;
374
+ @variationTableStuckFoot: true;
375
+ @variationTableStuckFirst: true;
376
+ @variationTableStuckLast: true;
377
+ @variationTableOverflowing: true;
378
+ @variationTableOverflowingShort: true;
379
+ @variationTableOverflowingVeryShort: true;
380
+ @variationTableOverflowingLong: true;
381
+ @variationTableOverflowingVeryLong: true;
305
382
  @variationTableSizes: @variationAllSizes;
383
+ @variationTableColors: @variationAllColors;
306
384
 
307
385
 
308
386
  /*******************************
@@ -325,6 +403,7 @@
325
403
 
326
404
  /* Card */
327
405
  @variationCardInverted: true;
406
+ @variationCardBasic: true;
328
407
  @variationCardDisabled: true;
329
408
  @variationCardLoading: true;
330
409
  @variationCardHorizontal: true;
@@ -334,22 +413,55 @@
334
413
  @variationCardLink: true;
335
414
  @variationCardDoubling: true;
336
415
  @variationCardStackable: true;
416
+ @variationCardFloated: true;
417
+ @variationCardAligned: true;
418
+ @variationCardImage: true;
419
+ @variationCardHeader: true;
420
+ @variationCardDescription: true;
421
+ @variationCardMeta: true;
422
+ @variationCardExtra: true;
423
+ @variationCardButton: true;
424
+ @variationCardStar: true;
425
+ @variationCardLike: true;
426
+ @variationCardEqualWidth: true;
337
427
  @variationCardSizes: @variationAllSizes;
428
+ @variationCardColors: @variationAllColors;
338
429
 
339
430
  /* Comment */
340
431
  @variationCommentInverted: true;
341
432
  @variationCommentThreaded: true;
342
433
  @variationCommentMinimal: true;
434
+ @variationCommentAvatar: true;
435
+ @variationCommentAuthor: true;
436
+ @variationCommentMeta: true;
437
+ @variationCommentActions: true;
438
+ @variationCommentReply: true;
343
439
  @variationCommentSizes: @variationAllSizes;
440
+ @variationCommentColors: @variationAllColors;
344
441
 
345
442
  /* Feed */
346
443
  @variationFeedInverted: true;
444
+ @variationFeedMeta: true;
445
+ @variationFeedSummary: true;
446
+ @variationFeedUser: true;
447
+ @variationFeedExtra: true;
448
+ @variationFeedDate: true;
449
+ @variationFeedLike: true;
347
450
  @variationFeedSizes: @variationAllSizes;
348
451
 
349
452
  /* Item */
350
453
  @variationItemInverted: true;
454
+ @variationItemImage: true;
455
+ @variationItemHeader: true;
456
+ @variationItemDescription: true;
457
+ @variationItemMeta: true;
458
+ @variationItemExtra: true;
459
+ @variationItemFavorite: true;
460
+ @variationItemLike: true;
461
+ @variationItemFloated: true;
351
462
  @variationItemAligned: true;
352
463
  @variationItemRelaxed: true;
464
+ @variationItemVeryRelaxed: true;
353
465
  @variationItemDivided: true;
354
466
  @variationItemLink: true;
355
467
  @variationItemUnstackable: true;
@@ -360,7 +472,9 @@
360
472
  @variationStatisticStackable: true;
361
473
  @variationStatisticFloated: true;
362
474
  @variationStatisticHorizontal: true;
475
+ @variationStatisticEqualWidth: true;
363
476
  @variationStatisticSizes: @variationAllSizes;
477
+ @variationStatisticColors: @variationAllColors;
364
478
 
365
479
 
366
480
  /*******************************
@@ -370,14 +484,19 @@
370
484
  /* Accordion */
371
485
  @variationAccordionInverted: true;
372
486
  @variationAccordionStyled: true;
487
+ @variationAccordionBasicStyled: true;
373
488
  @variationAccordionFluid: true;
489
+ @variationAccordionCompact: true;
490
+ @variationAccordionVeryCompact: true;
491
+ @variationAccordionRightDropdown: true;
492
+ @variationAccordionTree: true;
374
493
 
375
494
  /* Calendar */
376
495
  @variationCalendarInverted: true;
377
496
  @variationCalendarDisabled: true;
497
+ @variationCalendarMultiMonth: true;
378
498
 
379
499
  /* Checkbox */
380
- @variationCheckboxBox: false; //.box (instead of label) is an ancient fragment of sui v1 and not even documented in v2.x anymore
381
500
  @variationCheckboxDisabled: true;
382
501
  @variationCheckboxReadonly: true;
383
502
  @variationCheckboxInverted: true;
@@ -388,6 +507,7 @@
388
507
  @variationCheckboxFitted: true;
389
508
  @variationCheckboxRightAligned: true;
390
509
  @variationCheckboxSizes: @variationAllSizes;
510
+ @variationCheckboxColors: @variationAllColors;
391
511
 
392
512
  /* Dimmer */
393
513
  @variationDimmerInverted: true;
@@ -414,7 +534,7 @@
414
534
  @variationDropdownMultiple: true;
415
535
  @variationDropdownInline: true;
416
536
  @variationDropdownLoading: true;
417
- @variationDropdownStates: true;
537
+ @variationDropdownStates: @variationAllStates;
418
538
  @variationDropdownClear: true;
419
539
  @variationDropdownLeft: true;
420
540
  @variationDropdownUpward: true;
@@ -423,6 +543,7 @@
423
543
  @variationDropdownFluid: true;
424
544
  @variationDropdownFloating: true;
425
545
  @variationDropdownPointing: true;
546
+ @variationDropdownColumnar: true;
426
547
  @variationDropdownScrollhint: true;
427
548
  @variationDropdownSizes: @variationAllSizes;
428
549
 
@@ -447,6 +568,7 @@
447
568
  @variationNagFixed: true;
448
569
  @variationNagGroups: true;
449
570
  @variationNagSizes: @variationAllSizes;
571
+ @variationNagColors: @variationAllColors;
450
572
 
451
573
  /* Popup */
452
574
  @variationPopupInverted: true;
@@ -464,6 +586,7 @@
464
586
  @variationPopupFlowing: true;
465
587
  @variationPopupFixed: true;
466
588
  @variationPopupSizes: @variationAllSizes;
589
+ @variationPopupColors: @variationAllColors;
467
590
 
468
591
  /* Progress */
469
592
  @variationProgressInverted: true;
@@ -482,11 +605,13 @@
482
605
  @variationProgressSpeeds: true;
483
606
  @variationProgressRightAligned: true;
484
607
  @variationProgressSizes: @variationAllSizes;
608
+ @variationProgressColors: @variationAllColors;
485
609
 
486
610
  /* Rating */
487
611
  @variationRatingDisabled: true;
488
612
  @variationRatingPartial: true;
489
613
  @variationRatingSizes: @variationAllSizes;
614
+ @variationRatingColors: @variationAllColors;
490
615
 
491
616
  /* Search */
492
617
  @variationSearchDisabled: true;
@@ -496,7 +621,9 @@
496
621
  @variationSearchAligned: true;
497
622
  @variationSearchFluid: true;
498
623
  @variationSearchShort: true;
624
+ @variationSearchVeryShort: true;
499
625
  @variationSearchLong: true;
626
+ @variationSearchVeryLong: true;
500
627
  @variationSearchScrolling: true;
501
628
  @variationSearchSizes: @variationAllSizes;
502
629
 
@@ -507,7 +634,9 @@
507
634
 
508
635
  /* Sidebar */
509
636
  @variationSidebarThin: true;
637
+ @variationSidebarVeryThin: true;
510
638
  @variationSidebarWide: true;
639
+ @variationSidebarVeryWide: true;
511
640
  @variationSidebarTop: true;
512
641
  @variationSidebarBottom: true;
513
642
  @variationSidebarLeft: true;
@@ -528,6 +657,7 @@
528
657
  @variationSliderVertical: true;
529
658
  @variationSliderBasic: true;
530
659
  @variationSliderSizes: small, large, big;
660
+ @variationSliderColors: @variationAllColors;
531
661
 
532
662
  /* Tab */
533
663
  @variationTabLoading: true;
@@ -557,6 +687,7 @@
557
687
  @variationToastAttached: true;
558
688
  @variationToastCompact: true;
559
689
  @variationToastCentered: true;
690
+ @variationToastColors: @variationAllColors;
560
691
 
561
692
  /* Transition */
562
693
  @variationTransitionDisabled: true;
@@ -581,3 +712,6 @@
581
712
  /* Emojis */
582
713
  @variationEmojiColons: true;
583
714
  @variationEmojiNoColons: true;
715
+ @variationEmojiDisabled: true;
716
+ @variationEmojiLoading: true;
717
+ @variationEmojiLink: true;
@@ -12,8 +12,9 @@
12
12
  }
13
13
 
14
14
  /* Dropdown Icon */
15
- .ui.accordion .title .dropdown.icon,
16
- .ui.accordion .accordion .title .dropdown.icon {
15
+ .ui.accordion .ui.header > .dropdown.icon,
16
+ .ui.accordion .title > .dropdown.icon,
17
+ .ui.accordion .accordion .title > .dropdown.icon {
17
18
  font-family: Accordion;
18
19
  line-height: 1;
19
20
  backface-visibility: hidden;
@@ -21,8 +22,8 @@
21
22
  font-style: normal;
22
23
  text-align: center;
23
24
  }
24
-
25
- .ui.accordion .title .dropdown.icon:before,
26
- .ui.accordion .accordion .title .dropdown.icon:before {
25
+ .ui.accordion .ui.header > .dropdown.icon::before,
26
+ .ui.accordion .title > .dropdown.icon::before,
27
+ .ui.accordion .accordion .title > .dropdown.icon::before {
27
28
  content: '\f0da'/*rtl:'\f0d9'*/;
28
29
  }
@@ -9,6 +9,7 @@
9
9
  @titlePadding: 0.5em 0;
10
10
  @titleFontSize: 1em;
11
11
  @titleColor: @textColor;
12
+ @titleLineHeight: 1;
12
13
 
13
14
  /* Icon */
14
15
  @iconOpacity: 1;
@@ -25,6 +26,7 @@
25
26
  ;
26
27
  @iconVerticalAlign: baseline;
27
28
  @iconTransform: none;
29
+ @iconTransformRight: @menuIconTransform;
28
30
 
29
31
  /* Child Accordion */
30
32
  @childAccordionMargin: 1em 0 0;
@@ -40,7 +42,7 @@
40
42
 
41
43
  @menuTitlePadding: 0;
42
44
  @menuIconFloat: right;
43
- @menuIconMargin: @lineHeightOffset 0 0 1em;
45
+ @menuIconMargin: @iconMargin;
44
46
  @menuIconTransform: rotate(180deg);
45
47
 
46
48
 
@@ -97,4 +99,49 @@
97
99
 
98
100
  /* Inverted */
99
101
  @invertedTitleColor: @invertedTextColor;
100
-
102
+ @invertedStyledTitleColor: @invertedUnselectedTextColor;
103
+ @invertedStyledBackground: @black;
104
+ @invertedStyledTitleBorder: 1px solid @whiteBorderColor;
105
+ @invertedStyledBoxShadow:
106
+ @subtleShadow,
107
+ 0 0 0 1px @whiteBorderColor
108
+ ;
109
+ @invertedStyledTitleHoverBackground: transparent;
110
+ @invertedStyledTitleHoverColor: @invertedTextColor;
111
+ @invertedStyledActiveTitleBackground: transparent;
112
+ @invertedStyledActiveTitleColor: @invertedSelectedTextColor;
113
+
114
+ @invertedStyledHoverChildTitleBackground: @invertedStyledTitleHoverBackground;
115
+ @invertedStyledHoverChildTitleColor: @invertedStyledTitleHoverColor;
116
+ @invertedStyledActiveChildTitleBackground: @invertedStyledActiveTitleBackground;
117
+ @invertedStyledActiveChildTitleColor: @invertedStyledActiveTitleColor;
118
+
119
+ /* Compact */
120
+ @titlePaddingCompact: 0.25em 0;
121
+ @contentPaddingCompact: 0.25em 0 0.5em;
122
+
123
+ /* Very Compact */
124
+ @titlePaddingVeryCompact: 0.125em 0;
125
+ @contentPaddingVeryCompact: 0.125em 0 0.25em;
126
+
127
+ /* Styled Compact */
128
+ @styledTitlePaddingCompact: 0.375em 0.5em;
129
+ @styledContentPaddingCompact: 0.25em 0.5em 0.75em;
130
+
131
+ /* Styled Very Compact */
132
+ @styledTitlePaddingVeryCompact: 0.1875em 0.25em;
133
+ @styledContentPaddingVeryCompact: 0.125em 0.25em 0.375em;
134
+
135
+ /* Basic Styled */
136
+ @basicStyledTitleColor: @mutedTextColor;
137
+ @basicStyledTitleHoverColor: @textColor;
138
+ @basicStyledActiveTitleColor: @selectedTextColor;
139
+
140
+ @invertedBasicStyledTitleColor: @invertedMutedTextColor;
141
+ @invertedBasicStyledTitleHoverColor: @invertedTextColor;
142
+ @invertedBasicStyledActiveTitleColor: @invertedSelectedTextColor;
143
+
144
+ /* Tree */
145
+ @treeContentPadding: 0;
146
+ @treeContentTopMargin: 0;
147
+ @treeContentLeftMargin: 1.7em;
@@ -18,3 +18,6 @@
18
18
  @adjacentBackground: @subtleTransparentBlack;
19
19
  @adjacentInvertedTextColor: @invertedMutedTextColor;
20
20
  @adjacentInvertedBackground: @subtleTransparentWhite;
21
+
22
+ @multiMonthMargin: -1rem;
23
+ @multiMonthPadding: 0;
@@ -10,27 +10,27 @@
10
10
  }
11
11
 
12
12
  /* Checkmark */
13
- .ui.checkbox label:after,
14
- .ui.checkbox .box:after {
13
+ .ui.checkbox label::after,
14
+ .ui.checkbox .box::after {
15
15
  font-family: 'Checkbox';
16
16
  }
17
17
 
18
18
  /* Checked */
19
- .ui.checkbox input:checked ~ .box:after,
20
- .ui.checkbox input:checked ~ label:after {
19
+ .ui.checkbox input:checked ~ .box::after,
20
+ .ui.checkbox input:checked ~ label::after {
21
21
  content: '\e800';
22
22
  }
23
23
 
24
24
  /* Indeterminate */
25
- .ui.checkbox input:indeterminate ~ .box:after,
26
- .ui.checkbox input:indeterminate ~ label:after {
25
+ .ui.checkbox input:indeterminate ~ .box::after,
26
+ .ui.checkbox input:indeterminate ~ label::after {
27
27
  font-size: 12px;
28
28
  content: '\e801';
29
29
  }
30
30
 
31
31
 
32
32
  /* UTF Reference
33
- .check:before { content: '\e800'; }
34
- .dash:before { content: '\e801'; }
35
- .plus:before { content: '\e802'; }
33
+ .check::before { content: '\e800'; }
34
+ .dash::before { content: '\e801'; }
35
+ .plus::before { content: '\e802'; }
36
36
  */