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

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 (313) 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 +10840 -8832
  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 +19523 -13089
  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 +18 -16
  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/emoji.variables +1 -1
  269. package/src/themes/default/elements/flag.overrides +1641 -986
  270. package/src/themes/default/elements/flag.variables +7 -5
  271. package/src/themes/default/elements/icon.overrides +1975 -1949
  272. package/src/themes/default/elements/icon.variables +1 -0
  273. package/src/themes/default/elements/input.variables +15 -0
  274. package/src/themes/default/elements/segment.variables +8 -0
  275. package/src/themes/default/elements/step.overrides +3 -3
  276. package/src/themes/default/globals/site.variables +6 -0
  277. package/src/themes/default/globals/variation.variables +140 -6
  278. package/src/themes/default/modules/accordion.overrides +6 -5
  279. package/src/themes/default/modules/accordion.variables +49 -2
  280. package/src/themes/default/modules/calendar.variables +3 -0
  281. package/src/themes/default/modules/checkbox.overrides +9 -9
  282. package/src/themes/default/modules/checkbox.variables +5 -5
  283. package/src/themes/default/modules/dimmer.variables +1 -1
  284. package/src/themes/default/modules/dropdown.overrides +5 -5
  285. package/src/themes/default/modules/dropdown.variables +4 -10
  286. package/src/themes/default/modules/modal.variables +13 -0
  287. package/src/themes/default/modules/popup.variables +0 -2
  288. package/src/themes/default/modules/toast.variables +3 -0
  289. package/src/themes/default/views/card.variables +8 -0
  290. package/src/themes/famfamfam/elements/flag.overrides +1026 -0
  291. package/src/themes/famfamfam/elements/flag.variables +13 -0
  292. package/src/themes/github/elements/icon.overrides +206 -206
  293. package/src/themes/github/elements/step.overrides +5 -5
  294. package/src/themes/github/modules/dropdown.overrides +6 -6
  295. package/src/themes/instagram/views/card.overrides +1 -1
  296. package/src/themes/joypixels/elements/emoji.overrides +1762 -1260
  297. package/src/themes/joypixels/elements/emoji.variables +1 -1
  298. package/src/themes/material/collections/menu.overrides +1 -1
  299. package/src/themes/material/elements/button.overrides +1 -1
  300. package/src/themes/material/elements/header.overrides +1 -1
  301. package/src/themes/material/elements/icon.overrides +932 -932
  302. package/src/themes/material/globals/site.variables +0 -1
  303. package/src/themes/material/modules/dropdown.overrides +1 -1
  304. package/src/themes/material/modules/modal.overrides +1 -1
  305. package/src/themes/pulsar/elements/loader.overrides +2 -2
  306. package/src/themes/resetcss/globals/reset.overrides +3 -3
  307. package/src/themes/rtl/globals/site.overrides +1 -1
  308. package/src/themes/striped/modules/progress.overrides +1 -1
  309. package/src/themes/twitter/elements/emoji.overrides +1737 -1235
  310. package/tasks/build/css.js +6 -1
  311. package/tasks/config/project/install.js +15 -13
  312. package/tasks/install.js +1 -0
  313. package/test/helpers/sinon.js +2 -2
@@ -65,7 +65,7 @@
65
65
  }
66
66
 
67
67
  /* Clearing */
68
- .ui.statistics:after {
68
+ .ui.statistics::after {
69
69
  display: block;
70
70
  content: ' ';
71
71
  height: 0;
@@ -179,85 +179,86 @@
179
179
  Count
180
180
  ---------------*/
181
181
 
182
+ & when (@variationStatisticEqualWidth) {
183
+ .ui.ten.statistics {
184
+ margin: @itemGroupMargin;
185
+ }
186
+ .ui.ten.statistics .statistic {
187
+ min-width: @tenColumn;
188
+ margin: @itemMargin;
189
+ }
182
190
 
183
- .ui.ten.statistics {
184
- margin: @itemGroupMargin;
185
- }
186
- .ui.ten.statistics .statistic {
187
- min-width: @tenColumn;
188
- margin: @itemMargin;
189
- }
190
-
191
- .ui.nine.statistics {
192
- margin: @itemGroupMargin;
193
- }
194
- .ui.nine.statistics .statistic {
195
- min-width: @nineColumn;
196
- margin: @itemMargin;
197
- }
191
+ .ui.nine.statistics {
192
+ margin: @itemGroupMargin;
193
+ }
194
+ .ui.nine.statistics .statistic {
195
+ min-width: @nineColumn;
196
+ margin: @itemMargin;
197
+ }
198
198
 
199
- .ui.eight.statistics {
200
- margin: @itemGroupMargin;
201
- }
202
- .ui.eight.statistics .statistic {
203
- min-width: @eightColumn;
204
- margin: @itemMargin;
205
- }
199
+ .ui.eight.statistics {
200
+ margin: @itemGroupMargin;
201
+ }
202
+ .ui.eight.statistics .statistic {
203
+ min-width: @eightColumn;
204
+ margin: @itemMargin;
205
+ }
206
206
 
207
- .ui.seven.statistics {
208
- margin: @itemGroupMargin;
209
- }
210
- .ui.seven.statistics .statistic {
211
- min-width: @sevenColumn;
212
- margin: @itemMargin;
213
- }
207
+ .ui.seven.statistics {
208
+ margin: @itemGroupMargin;
209
+ }
210
+ .ui.seven.statistics .statistic {
211
+ min-width: @sevenColumn;
212
+ margin: @itemMargin;
213
+ }
214
214
 
215
- .ui.six.statistics {
216
- margin: @itemGroupMargin;
217
- }
218
- .ui.six.statistics .statistic {
219
- min-width: @sixColumn;
220
- margin: @itemMargin;
221
- }
215
+ .ui.six.statistics {
216
+ margin: @itemGroupMargin;
217
+ }
218
+ .ui.six.statistics .statistic {
219
+ min-width: @sixColumn;
220
+ margin: @itemMargin;
221
+ }
222
222
 
223
- .ui.five.statistics {
224
- margin: @itemGroupMargin;
225
- }
226
- .ui.five.statistics .statistic {
227
- min-width: @fiveColumn;
228
- margin: @itemMargin;
229
- }
223
+ .ui.five.statistics {
224
+ margin: @itemGroupMargin;
225
+ }
226
+ .ui.five.statistics .statistic {
227
+ min-width: @fiveColumn;
228
+ margin: @itemMargin;
229
+ }
230
230
 
231
- .ui.four.statistics {
232
- margin: @itemGroupMargin;
233
- }
234
- .ui.four.statistics .statistic {
235
- min-width: @fourColumn;
236
- margin: @itemMargin;
237
- }
231
+ .ui.four.statistics {
232
+ margin: @itemGroupMargin;
233
+ }
234
+ .ui.four.statistics .statistic {
235
+ min-width: @fourColumn;
236
+ margin: @itemMargin;
237
+ }
238
238
 
239
- .ui.three.statistics {
240
- margin: @itemGroupMargin;
241
- }
242
- .ui.three.statistics .statistic {
243
- min-width: @threeColumn;
244
- margin: @itemMargin;
245
- }
239
+ .ui.three.statistics {
240
+ margin: @itemGroupMargin;
241
+ }
242
+ .ui.three.statistics .statistic {
243
+ min-width: @threeColumn;
244
+ margin: @itemMargin;
245
+ }
246
246
 
247
- .ui.two.statistics {
248
- margin: @itemGroupMargin;
249
- }
250
- .ui.two.statistics .statistic {
251
- min-width: @twoColumn;
252
- margin: @itemMargin;
253
- }
247
+ .ui.two.statistics {
248
+ margin: @itemGroupMargin;
249
+ }
250
+ .ui.two.statistics .statistic {
251
+ min-width: @twoColumn;
252
+ margin: @itemMargin;
253
+ }
254
254
 
255
- .ui.one.statistics {
256
- margin: @itemGroupMargin;
257
- }
258
- .ui.one.statistics .statistic {
259
- min-width: @oneColumn;
260
- margin: @itemMargin;
255
+ .ui.one.statistics {
256
+ margin: @itemGroupMargin;
257
+ }
258
+ .ui.one.statistics .statistic {
259
+ min-width: @oneColumn;
260
+ margin: @itemMargin;
261
+ }
261
262
  }
262
263
 
263
264
 
@@ -323,25 +324,26 @@
323
324
  /*--------------
324
325
  Colors
325
326
  ---------------*/
326
-
327
- each(@colors,{
328
- @color: replace(@key,'@','');
329
- @c: @colors[@@color][color];
330
- @l: @colors[@@color][light];
331
-
332
- .ui.@{color}.statistics .statistic > .value,
333
- .ui.statistics .@{color}.statistic > .value,
334
- .ui.@{color}.statistic > .value {
335
- color: @c;
336
- }
337
- & when (@variationStatisticInverted) {
338
- .ui.inverted.@{color}.statistics .statistic > .value,
339
- .ui.statistics .inverted.@{color}.statistic > .value,
340
- .ui.inverted.@{color}.statistic > .value {
341
- color: @l;
327
+ & when not (@variationStatisticColors = false) {
328
+ each(@variationStatisticColors, {
329
+ @color: @value;
330
+ @c: @colors[@@color][color];
331
+ @l: @colors[@@color][light];
332
+
333
+ .ui.@{color}.statistics .statistic > .value,
334
+ .ui.statistics .@{color}.statistic > .value,
335
+ .ui.@{color}.statistic > .value {
336
+ color: @c;
342
337
  }
343
- }
344
- })
338
+ & when (@variationStatisticInverted) {
339
+ .ui.inverted.@{color}.statistics .statistic > .value,
340
+ .ui.statistics .inverted.@{color}.statistic > .value,
341
+ .ui.inverted.@{color}.statistic > .value {
342
+ color: @l;
343
+ }
344
+ }
345
+ })
346
+ }
345
347
 
346
348
  & when (@variationStatisticFloated) {
347
349
  /*--------------
@@ -1,143 +1,143 @@
1
1
  /* basic.icons available */
2
- i.icon.circle.attention:before { content: '\2757'; } /* '❗' */
3
- i.icon.circle.help:before { content: '\e704'; } /* '' */
4
- i.icon.circle.info:before { content: '\e705'; } /* '' */
5
- i.icon.add:before { content: '\2795'; } /* '➕' */
6
-
7
- i.icon.chart:before { content: '📈'; } /* '\1f4c8' */
8
- i.icon.chart.bar:before { content: '📊'; } /* '\1f4ca' */
9
- i.icon.chart.pie:before { content: '\e7a2'; } /* '' */
10
-
11
- i.icon.resize.full:before { content: '\e744'; } /* '' */
12
- i.icon.resize.horizontal:before { content: '\2b0d'; } /* '⬍' */
13
- i.icon.resize.small:before { content: '\e746'; } /* '' */
14
- i.icon.resize.vertical:before { content: '\2b0c'; } /* '⬌' */
15
-
16
- i.icon.down:before { content: '\2193'; } /* '↓' */
17
- i.icon.down.triangle:before { content: '\25be'; } /* '▾' */
18
- i.icon.down.arrow:before { content: '\e75c'; } /* '' */
19
-
20
- i.icon.left:before { content: '\2190'; } /* '←' */
21
- i.icon.left.triangle:before { content: '\25c2'; } /* '◂' */
22
- i.icon.left.arrow:before { content: '\e75d'; } /* '' */
23
-
24
- i.icon.right:before { content: '\2192'; } /* '→' */
25
- i.icon.right.triangle:before { content: '\25b8'; } /* '▸' */
26
- i.icon.right.arrow:before { content: '\e75e'; } /* '' */
27
-
28
- i.icon.up:before { content: '\2191'; } /* '↑' */
29
- i.icon.up.triangle:before { content: '\25b4'; } /* '▴' */
30
- i.icon.up.arrow:before { content: '\e75f'; } /* '' */
31
-
32
- i.icon.folder:before { content: '\e810'; } /* '' */
33
- i.icon.open.folder:before { content: '📂'; } /* '\1f4c2' */
34
-
35
- i.icon.globe:before { content: '𝌍'; } /* '\1d30d' */
36
- i.icon.desk.globe:before { content: '🌐'; } /* '\1f310' */
37
-
38
- i.icon.star:before { content: '\e801'; } /* '' */
39
- i.icon.star.empty:before { content: '\e800'; } /* '' */
40
- i.icon.star.half:before { content: '\e701'; } /* '' */
41
-
42
- i.icon.lock:before { content: '🔒'; } /* '\1f512' */
43
- i.icon.unlock:before { content: '🔓'; } /* '\1f513' */
44
-
45
- i.icon.layout.grid:before { content: '\e80c'; } /* '' */
46
- i.icon.layout.block:before { content: '\e708'; } /* '' */
47
- i.icon.layout.list:before { content: '\e80b'; } /* '' */
48
-
49
- i.icon.heart.empty:before { content: '\2661'; } /* '♡' */
50
- i.icon.heart:before { content: '\2665'; } /* '♥' */
51
-
52
-
53
- i.icon.asterisk:before { content: '\2731'; } /* '✱' */
54
- i.icon.attachment:before { content: '📎'; } /* '\1f4ce' */
55
- i.icon.attention:before { content: '\26a0'; } /* '⚠' */
56
- i.icon.trophy:before { content: '🏉'; } /* '\1f3c9' */
57
- i.icon.barcode:before { content: '\e792'; } /* '' */
58
- i.icon.cart:before { content: '\e813'; } /* '' */
59
- i.icon.block:before { content: '🚫'; } /* '\1f6ab' */
60
- i.icon.book:before { content: '📖'; }
61
- i.icon.bookmark:before { content: '🔖'; } /* '\1f516' */
62
- i.icon.calendar:before { content: '📅'; } /* '\1f4c5' */
63
- i.icon.cancel:before { content: '\2716'; } /* '✖' */
64
- i.icon.close:before { content: '\e80d'; } /* '' */
65
- i.icon.color:before { content: '\e794'; } /* '' */
66
- i.icon.chat:before { content: '\e720'; } /* '' */
67
- i.icon.check:before { content: '\2611'; } /* '☑' */
68
- i.icon.time:before { content: '🕔'; } /* '\1f554' */
69
- i.icon.cloud:before { content: '\2601'; } /* '☁' */
70
- i.icon.code:before { content: '\e714'; } /* '' */
71
- i.icon.email:before { content: '\40'; } /* '@' */
72
- i.icon.settings:before { content: '\26ef'; } /* '⛯' */
73
- i.icon.setting:before { content: '\2699'; } /* '⚙' */
74
- i.icon.comment:before { content: '\e802'; } /* '' */
75
- i.icon.clockwise.counter:before { content: '\27f2'; } /* '⟲' */
76
- i.icon.clockwise:before { content: '\27f3'; } /* '⟳' */
77
- i.icon.cube:before { content: '\e807'; } /* '' */
78
- i.icon.direction:before { content: '\27a2'; } /* '➢' */
79
- i.icon.doc:before { content: '📄'; } /* '\1f4c4' */
80
- i.icon.docs:before { content: '\e736'; } /* '' */
81
- i.icon.dollar:before { content: '💵'; } /* '\1f4b5' */
82
- i.icon.paint:before { content: '\e7b5'; } /* '' */
83
- i.icon.edit:before { content: '\270d'; } /* '✍' */
84
- i.icon.eject:before { content: '\2ecf'; } /* '⻏' */
85
- i.icon.export:before { content: '\e715'; } /* '' */
86
- i.icon.hide:before { content: '\e70b'; } /* '' */
87
- i.icon.unhide:before { content: '\e80f'; } /* '' */
88
- i.icon.facebook:before { content: '\f301'; } /* '' */
89
- i.icon.fast-forward:before { content: '\e804'; } /* '' */
90
- i.icon.fire:before { content: '🔥'; } /* '\1f525' */
91
- i.icon.flag:before { content: '\2691'; } /* '⚑' */
92
- i.icon.lightning:before { content: '\26a1'; } /* '⚡' */
93
- i.icon.lab:before { content: '\68'; } /* 'h' */
94
- i.icon.flight:before { content: '\2708'; } /* '✈' */
95
- i.icon.forward:before { content: '\27a6'; } /* '➦' */
96
- i.icon.gift:before { content: '🎁'; } /* '\1f381' */
97
- i.icon.github:before { content: '\f308'; } /* '' */
98
- i.icon.globe:before { content: '\e817'; } /* '' */
99
- i.icon.headphones:before { content: '🎧'; } /* '\1f3a7' */
100
- i.icon.question:before { content: '\2753'; } /* '❓' */
101
- i.icon.home:before { content: '\2302'; } /* '⌂' */
102
- i.icon.i:before { content: '\2139'; } /* 'ℹ' */
103
- i.icon.idea:before { content: '💡'; } /* '\1f4a1' */
104
- i.icon.open:before { content: '🔗'; } /* '\1f517' */
105
- i.icon.content:before { content: '\e782'; } /* '' */
106
- i.icon.location:before { content: '\e724'; } /* '' */
107
- i.icon.mail:before { content: '\2709'; } /* '✉' */
108
- i.icon.mic:before { content: '🎤'; } /* '\1f3a4' */
109
- i.icon.minus:before { content: '\2d'; } /* '-' */
110
- i.icon.money:before { content: '💰'; } /* '\1f4b0' */
111
- i.icon.off:before { content: '\e78e'; } /* '' */
112
- i.icon.pause:before { content: '\e808'; } /* '' */
113
- i.icon.photos:before { content: '\e812'; } /* '' */
114
- i.icon.photo:before { content: '🌄'; } /* '\1f304' */
115
- i.icon.pin:before { content: '📌'; } /* '\1f4cc' */
116
- i.icon.play:before { content: '\e809'; } /* '' */
117
- i.icon.plus:before { content: '\2b'; } /* '+' */
118
- i.icon.print:before { content: '\e716'; } /* '' */
119
- i.icon.rss:before { content: '\e73a'; } /* '' */
120
- i.icon.search:before { content: '🔍'; } /* '\1f50d' */
121
- i.icon.shuffle:before { content: '\e803'; } /* '' */
122
- i.icon.tag:before { content: '\e80a'; } /* '' */
123
- i.icon.tags:before { content: '\e70d'; } /* '' */
124
- i.icon.terminal:before { content: '\e7ac'; } /* '' */
125
- i.icon.thumbs.down:before { content: '👎'; } /* '\1f44e' */
126
- i.icon.thumbs.up:before { content: '👍'; } /* '\1f44d' */
127
- i.icon.to-end:before { content: '\e806'; } /* '' */
128
- i.icon.to-start:before { content: '\e805'; } /* '' */
129
- i.icon.top.list:before { content: '🏆'; } /* '\1f3c6' */
130
- i.icon.trash:before { content: '\e729'; } /* '' */
131
- i.icon.twitter:before { content: '\f303'; } /* '' */
132
- i.icon.upload:before { content: '\e711'; } /* '' */
133
- i.icon.user.add:before { content: '\e700'; } /* '' */
134
- i.icon.user:before { content: '👤'; } /* '\1f464' */
135
- i.icon.community:before { content: '\e814'; } /* '' */
136
- i.icon.users:before { content: '👥'; } /* '\1f465' */
137
- i.icon.id:before { content: '\e722'; } /* '' */
138
- i.icon.url:before { content: '🔗'; } /* '\1f517' */
139
- i.icon.zoom.in:before { content: '\e750'; } /* '' */
140
- i.icon.zoom.out:before { content: '\e751'; } /* '' */
2
+ i.icon.circle.attention::before { content: '\2757'; } /* '❗' */
3
+ i.icon.circle.help::before { content: '\e704'; } /* '' */
4
+ i.icon.circle.info::before { content: '\e705'; } /* '' */
5
+ i.icon.add::before { content: '\2795'; } /* '➕' */
6
+
7
+ i.icon.chart::before { content: '📈'; } /* '\1f4c8' */
8
+ i.icon.chart.bar::before { content: '📊'; } /* '\1f4ca' */
9
+ i.icon.chart.pie::before { content: '\e7a2'; } /* '' */
10
+
11
+ i.icon.resize.full::before { content: '\e744'; } /* '' */
12
+ i.icon.resize.horizontal::before { content: '\2b0d'; } /* '⬍' */
13
+ i.icon.resize.small::before { content: '\e746'; } /* '' */
14
+ i.icon.resize.vertical::before { content: '\2b0c'; } /* '⬌' */
15
+
16
+ i.icon.down::before { content: '\2193'; } /* '↓' */
17
+ i.icon.down.triangle::before { content: '\25be'; } /* '▾' */
18
+ i.icon.down.arrow::before { content: '\e75c'; } /* '' */
19
+
20
+ i.icon.left::before { content: '\2190'; } /* '←' */
21
+ i.icon.left.triangle::before { content: '\25c2'; } /* '◂' */
22
+ i.icon.left.arrow::before { content: '\e75d'; } /* '' */
23
+
24
+ i.icon.right::before { content: '\2192'; } /* '→' */
25
+ i.icon.right.triangle::before { content: '\25b8'; } /* '▸' */
26
+ i.icon.right.arrow::before { content: '\e75e'; } /* '' */
27
+
28
+ i.icon.up::before { content: '\2191'; } /* '↑' */
29
+ i.icon.up.triangle::before { content: '\25b4'; } /* '▴' */
30
+ i.icon.up.arrow::before { content: '\e75f'; } /* '' */
31
+
32
+ i.icon.folder::before { content: '\e810'; } /* '' */
33
+ i.icon.open.folder::before { content: '📂'; } /* '\1f4c2' */
34
+
35
+ i.icon.globe::before { content: '𝌍'; } /* '\1d30d' */
36
+ i.icon.desk.globe::before { content: '🌐'; } /* '\1f310' */
37
+
38
+ i.icon.star::before { content: '\e801'; } /* '' */
39
+ i.icon.star.empty::before { content: '\e800'; } /* '' */
40
+ i.icon.star.half::before { content: '\e701'; } /* '' */
41
+
42
+ i.icon.lock::before { content: '🔒'; } /* '\1f512' */
43
+ i.icon.unlock::before { content: '🔓'; } /* '\1f513' */
44
+
45
+ i.icon.layout.grid::before { content: '\e80c'; } /* '' */
46
+ i.icon.layout.block::before { content: '\e708'; } /* '' */
47
+ i.icon.layout.list::before { content: '\e80b'; } /* '' */
48
+
49
+ i.icon.heart.empty::before { content: '\2661'; } /* '♡' */
50
+ i.icon.heart::before { content: '\2665'; } /* '♥' */
51
+
52
+
53
+ i.icon.asterisk::before { content: '\2731'; } /* '✱' */
54
+ i.icon.attachment::before { content: '📎'; } /* '\1f4ce' */
55
+ i.icon.attention::before { content: '\26a0'; } /* '⚠' */
56
+ i.icon.trophy::before { content: '🏉'; } /* '\1f3c9' */
57
+ i.icon.barcode::before { content: '\e792'; } /* '' */
58
+ i.icon.cart::before { content: '\e813'; } /* '' */
59
+ i.icon.block::before { content: '🚫'; } /* '\1f6ab' */
60
+ i.icon.book::before { content: '📖'; }
61
+ i.icon.bookmark::before { content: '🔖'; } /* '\1f516' */
62
+ i.icon.calendar::before { content: '📅'; } /* '\1f4c5' */
63
+ i.icon.cancel::before { content: '\2716'; } /* '✖' */
64
+ i.icon.close::before { content: '\e80d'; } /* '' */
65
+ i.icon.color::before { content: '\e794'; } /* '' */
66
+ i.icon.chat::before { content: '\e720'; } /* '' */
67
+ i.icon.check::before { content: '\2611'; } /* '☑' */
68
+ i.icon.time::before { content: '🕔'; } /* '\1f554' */
69
+ i.icon.cloud::before { content: '\2601'; } /* '☁' */
70
+ i.icon.code::before { content: '\e714'; } /* '' */
71
+ i.icon.email::before { content: '\40'; } /* '@' */
72
+ i.icon.settings::before { content: '\26ef'; } /* '⛯' */
73
+ i.icon.setting::before { content: '\2699'; } /* '⚙' */
74
+ i.icon.comment::before { content: '\e802'; } /* '' */
75
+ i.icon.clockwise.counter::before { content: '\27f2'; } /* '⟲' */
76
+ i.icon.clockwise::before { content: '\27f3'; } /* '⟳' */
77
+ i.icon.cube::before { content: '\e807'; } /* '' */
78
+ i.icon.direction::before { content: '\27a2'; } /* '➢' */
79
+ i.icon.doc::before { content: '📄'; } /* '\1f4c4' */
80
+ i.icon.docs::before { content: '\e736'; } /* '' */
81
+ i.icon.dollar::before { content: '💵'; } /* '\1f4b5' */
82
+ i.icon.paint::before { content: '\e7b5'; } /* '' */
83
+ i.icon.edit::before { content: '\270d'; } /* '✍' */
84
+ i.icon.eject::before { content: '\2ecf'; } /* '⻏' */
85
+ i.icon.export::before { content: '\e715'; } /* '' */
86
+ i.icon.hide::before { content: '\e70b'; } /* '' */
87
+ i.icon.unhide::before { content: '\e80f'; } /* '' */
88
+ i.icon.facebook::before { content: '\f301'; } /* '' */
89
+ i.icon.fast-forward::before { content: '\e804'; } /* '' */
90
+ i.icon.fire::before { content: '🔥'; } /* '\1f525' */
91
+ i.icon.flag::before { content: '\2691'; } /* '⚑' */
92
+ i.icon.lightning::before { content: '\26a1'; } /* '⚡' */
93
+ i.icon.lab::before { content: '\68'; } /* 'h' */
94
+ i.icon.flight::before { content: '\2708'; } /* '✈' */
95
+ i.icon.forward::before { content: '\27a6'; } /* '➦' */
96
+ i.icon.gift::before { content: '🎁'; } /* '\1f381' */
97
+ i.icon.github::before { content: '\f308'; } /* '' */
98
+ i.icon.globe::before { content: '\e817'; } /* '' */
99
+ i.icon.headphones::before { content: '🎧'; } /* '\1f3a7' */
100
+ i.icon.question::before { content: '\2753'; } /* '❓' */
101
+ i.icon.home::before { content: '\2302'; } /* '⌂' */
102
+ i.icon.i::before { content: '\2139'; } /* 'ℹ' */
103
+ i.icon.idea::before { content: '💡'; } /* '\1f4a1' */
104
+ i.icon.open::before { content: '🔗'; } /* '\1f517' */
105
+ i.icon.content::before { content: '\e782'; } /* '' */
106
+ i.icon.location::before { content: '\e724'; } /* '' */
107
+ i.icon.mail::before { content: '\2709'; } /* '✉' */
108
+ i.icon.mic::before { content: '🎤'; } /* '\1f3a4' */
109
+ i.icon.minus::before { content: '\2d'; } /* '-' */
110
+ i.icon.money::before { content: '💰'; } /* '\1f4b0' */
111
+ i.icon.off::before { content: '\e78e'; } /* '' */
112
+ i.icon.pause::before { content: '\e808'; } /* '' */
113
+ i.icon.photos::before { content: '\e812'; } /* '' */
114
+ i.icon.photo::before { content: '🌄'; } /* '\1f304' */
115
+ i.icon.pin::before { content: '📌'; } /* '\1f4cc' */
116
+ i.icon.play::before { content: '\e809'; } /* '' */
117
+ i.icon.plus::before { content: '\2b'; } /* '+' */
118
+ i.icon.print::before { content: '\e716'; } /* '' */
119
+ i.icon.rss::before { content: '\e73a'; } /* '' */
120
+ i.icon.search::before { content: '🔍'; } /* '\1f50d' */
121
+ i.icon.shuffle::before { content: '\e803'; } /* '' */
122
+ i.icon.tag::before { content: '\e80a'; } /* '' */
123
+ i.icon.tags::before { content: '\e70d'; } /* '' */
124
+ i.icon.terminal::before { content: '\e7ac'; } /* '' */
125
+ i.icon.thumbs.down::before { content: '👎'; } /* '\1f44e' */
126
+ i.icon.thumbs.up::before { content: '👍'; } /* '\1f44d' */
127
+ i.icon.to-end::before { content: '\e806'; } /* '' */
128
+ i.icon.to-start::before { content: '\e805'; } /* '' */
129
+ i.icon.top.list::before { content: '🏆'; } /* '\1f3c6' */
130
+ i.icon.trash::before { content: '\e729'; } /* '' */
131
+ i.icon.twitter::before { content: '\f303'; } /* '' */
132
+ i.icon.upload::before { content: '\e711'; } /* '' */
133
+ i.icon.user.add::before { content: '\e700'; } /* '' */
134
+ i.icon.user::before { content: '👤'; } /* '\1f464' */
135
+ i.icon.community::before { content: '\e814'; } /* '' */
136
+ i.icon.users::before { content: '👥'; } /* '\1f465' */
137
+ i.icon.id::before { content: '\e722'; } /* '' */
138
+ i.icon.url::before { content: '🔗'; } /* '\1f517' */
139
+ i.icon.zoom.in::before { content: '\e750'; } /* '' */
140
+ i.icon.zoom.out::before { content: '\e751'; } /* '' */
141
141
 
142
142
  /*--------------
143
143
  Spacing Fix
@@ -174,16 +174,16 @@ i.icon.right {
174
174
  ---------------*/
175
175
 
176
176
  /* aliases for convenience */
177
- i.icon.delete:before { content: '\e80d'; } /* '' */
178
- i.icon.dropdown:before { content: '\25be'; } /* '▾' */
177
+ i.icon.delete::before { content: '\e80d'; } /* '' */
178
+ i.icon.dropdown::before { content: '\25be'; } /* '▾' */
179
179
 
180
- i.icon.help:before { content: '\e704'; } /* '' */
181
- i.icon.info:before { content: '\e705'; } /* '' */
182
- i.icon.error:before { content: '\e80d'; } /* '' */
180
+ i.icon.help::before { content: '\e704'; } /* '' */
181
+ i.icon.info::before { content: '\e705'; } /* '' */
182
+ i.icon.error::before { content: '\e80d'; } /* '' */
183
183
 
184
- i.icon.dislike:before { content: '\2661'; } /* '♡' */
185
- i.icon.like:before { content: '\2665'; } /* '♥' */
184
+ i.icon.dislike::before { content: '\2661'; } /* '♡' */
185
+ i.icon.like::before { content: '\2665'; } /* '♥' */
186
186
 
187
- i.icon.eye:before { content: '\e80f'; } /* '' */
188
- i.icon.eye.hidden:before { content: '\e70b'; } /* '' */
189
- i.icon.date:before { content: '📅'; } /* '\1f4c5' */
187
+ i.icon.eye::before { content: '\e80f'; } /* '' */
188
+ i.icon.eye.hidden::before { content: '\e70b'; } /* '' */
189
+ i.icon.date::before { content: '📅'; } /* '\1f4c5' */
@@ -2,9 +2,9 @@
2
2
  Overrides
3
3
  *******************************/
4
4
 
5
- .ui.steps .step:after {
5
+ .ui.steps .step::after {
6
6
  display: none !important;
7
7
  }
8
8
  .ui.steps .step {
9
9
  border-radius: 500px !important;
10
- }
10
+ }
@@ -2,7 +2,7 @@
2
2
  Overrides
3
3
  *******************************/
4
4
 
5
- @import url(https://fonts.googleapis.com/css?family=Karma);
5
+ @import (css) url('https://fonts.googleapis.com/css2?family=Karma');
6
6
 
7
7
  h1.ui.header,
8
8
  .ui.huge.header {
@@ -2,7 +2,7 @@
2
2
  Overrides
3
3
  *******************************/
4
4
 
5
- @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
5
+ @import (css) url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro');
6
6
 
7
7
  .ui.labeled.icon.buttons > .button > .icon,
8
8
  .ui.labeled.icon.button > .icon {
@@ -2,4 +2,4 @@
2
2
  Overrides
3
3
  *******************************/
4
4
 
5
- @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
5
+ @import (css) url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro');