fomantic-ui 2.10.0-beta.7 → 2.10.0-beta.70

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 (362) hide show
  1. package/.eslintrc.js +6 -33
  2. package/.github/workflows/ci.yml +9 -9
  3. package/.github/workflows/depsreview.yml +1 -1
  4. package/.github/workflows/nightly.yml +7 -5
  5. package/.github/workflows/release.yml +2 -2
  6. package/.stylelintrc.js +1 -15
  7. package/CHANGELOG.md +5289 -2325
  8. package/README.md +11 -8
  9. package/changelog-setup.js +88 -72
  10. package/changelog-template.hbs +256 -251
  11. package/dist/components/accordion.css +1 -1
  12. package/dist/components/accordion.js +116 -164
  13. package/dist/components/accordion.min.css +1 -1
  14. package/dist/components/accordion.min.js +2 -2
  15. package/dist/components/ad.css +1 -1
  16. package/dist/components/ad.min.css +1 -1
  17. package/dist/components/api.js +190 -303
  18. package/dist/components/api.min.js +2 -2
  19. package/dist/components/breadcrumb.css +1 -1
  20. package/dist/components/breadcrumb.min.css +1 -1
  21. package/dist/components/button.css +5 -6
  22. package/dist/components/button.min.css +2 -2
  23. package/dist/components/calendar.css +3 -3
  24. package/dist/components/calendar.js +397 -482
  25. package/dist/components/calendar.min.css +2 -2
  26. package/dist/components/calendar.min.js +2 -2
  27. package/dist/components/card.css +1 -1
  28. package/dist/components/card.min.css +1 -1
  29. package/dist/components/checkbox.css +1 -1
  30. package/dist/components/checkbox.js +105 -166
  31. package/dist/components/checkbox.min.css +1 -1
  32. package/dist/components/checkbox.min.js +2 -2
  33. package/dist/components/comment.css +1 -1
  34. package/dist/components/comment.min.css +1 -1
  35. package/dist/components/container.css +1 -1
  36. package/dist/components/container.min.css +1 -1
  37. package/dist/components/dimmer.css +2 -2
  38. package/dist/components/dimmer.js +75 -121
  39. package/dist/components/dimmer.min.css +2 -2
  40. package/dist/components/dimmer.min.js +2 -2
  41. package/dist/components/divider.css +1 -1
  42. package/dist/components/divider.min.css +1 -1
  43. package/dist/components/dropdown.css +21 -35
  44. package/dist/components/dropdown.js +775 -1161
  45. package/dist/components/dropdown.min.css +2 -2
  46. package/dist/components/dropdown.min.js +2 -2
  47. package/dist/components/embed.css +1 -1
  48. package/dist/components/embed.js +95 -146
  49. package/dist/components/embed.min.css +1 -1
  50. package/dist/components/embed.min.js +2 -2
  51. package/dist/components/emoji.css +3809 -7617
  52. package/dist/components/emoji.min.css +2 -2
  53. package/dist/components/feed.css +1 -1
  54. package/dist/components/feed.min.css +1 -1
  55. package/dist/components/flag.css +1 -1
  56. package/dist/components/flag.min.css +1 -1
  57. package/dist/components/flyout.css +1 -1
  58. package/dist/components/flyout.js +242 -336
  59. package/dist/components/flyout.min.css +1 -1
  60. package/dist/components/flyout.min.js +2 -2
  61. package/dist/components/form.css +3 -5
  62. package/dist/components/form.js +425 -554
  63. package/dist/components/form.min.css +2 -2
  64. package/dist/components/form.min.js +2 -2
  65. package/dist/components/grid.css +2 -2
  66. package/dist/components/grid.min.css +2 -2
  67. package/dist/components/header.css +6 -6
  68. package/dist/components/header.min.css +2 -2
  69. package/dist/components/icon.css +10 -37
  70. package/dist/components/icon.min.css +2 -2
  71. package/dist/components/image.css +1 -1
  72. package/dist/components/image.min.css +1 -1
  73. package/dist/components/input.css +284 -12
  74. package/dist/components/input.min.css +2 -2
  75. package/dist/components/item.css +1 -1
  76. package/dist/components/item.min.css +1 -1
  77. package/dist/components/label.css +6 -14
  78. package/dist/components/label.min.css +2 -2
  79. package/dist/components/list.css +3 -3
  80. package/dist/components/list.min.css +2 -2
  81. package/dist/components/loader.css +53 -53
  82. package/dist/components/loader.min.css +2 -2
  83. package/dist/components/menu.css +45 -60
  84. package/dist/components/menu.min.css +2 -2
  85. package/dist/components/message.css +2 -2
  86. package/dist/components/message.min.css +2 -2
  87. package/dist/components/modal.css +5 -5
  88. package/dist/components/modal.js +274 -369
  89. package/dist/components/modal.min.css +2 -2
  90. package/dist/components/modal.min.js +2 -2
  91. package/dist/components/nag.css +1 -1
  92. package/dist/components/nag.js +109 -153
  93. package/dist/components/nag.min.css +1 -1
  94. package/dist/components/nag.min.js +2 -2
  95. package/dist/components/placeholder.css +2 -2
  96. package/dist/components/placeholder.min.css +2 -2
  97. package/dist/components/popup.css +19 -73
  98. package/dist/components/popup.js +210 -303
  99. package/dist/components/popup.min.css +2 -2
  100. package/dist/components/popup.min.js +2 -2
  101. package/dist/components/progress.css +4 -13
  102. package/dist/components/progress.js +128 -185
  103. package/dist/components/progress.min.css +2 -2
  104. package/dist/components/progress.min.js +2 -2
  105. package/dist/components/rail.css +1 -1
  106. package/dist/components/rail.min.css +1 -1
  107. package/dist/components/rating.css +1 -1
  108. package/dist/components/rating.js +92 -145
  109. package/dist/components/rating.min.css +1 -1
  110. package/dist/components/rating.min.js +2 -2
  111. package/dist/components/reset.css +48 -208
  112. package/dist/components/reset.min.css +2 -2
  113. package/dist/components/reveal.css +2 -5
  114. package/dist/components/reveal.min.css +2 -2
  115. package/dist/components/search.css +2 -3
  116. package/dist/components/search.js +311 -425
  117. package/dist/components/search.min.css +2 -2
  118. package/dist/components/search.min.js +2 -2
  119. package/dist/components/segment.css +6 -6
  120. package/dist/components/segment.min.css +2 -2
  121. package/dist/components/shape.css +1 -1
  122. package/dist/components/shape.js +173 -249
  123. package/dist/components/shape.min.css +1 -1
  124. package/dist/components/shape.min.js +2 -2
  125. package/dist/components/sidebar.css +1 -1
  126. package/dist/components/sidebar.js +138 -199
  127. package/dist/components/sidebar.min.css +1 -1
  128. package/dist/components/sidebar.min.js +2 -2
  129. package/dist/components/site.css +1 -1
  130. package/dist/components/site.js +59 -99
  131. package/dist/components/site.min.css +1 -1
  132. package/dist/components/site.min.js +2 -2
  133. package/dist/components/slider.css +1 -1
  134. package/dist/components/slider.js +267 -364
  135. package/dist/components/slider.min.css +1 -1
  136. package/dist/components/slider.min.js +2 -2
  137. package/dist/components/state.js +88 -132
  138. package/dist/components/state.min.js +2 -2
  139. package/dist/components/statistic.css +1 -1
  140. package/dist/components/statistic.min.css +1 -1
  141. package/dist/components/step.css +4 -4
  142. package/dist/components/step.min.css +2 -2
  143. package/dist/components/sticky.css +1 -1
  144. package/dist/components/sticky.js +163 -228
  145. package/dist/components/sticky.min.css +1 -1
  146. package/dist/components/sticky.min.js +2 -2
  147. package/dist/components/tab.css +1 -1
  148. package/dist/components/tab.js +192 -287
  149. package/dist/components/tab.min.css +1 -1
  150. package/dist/components/tab.min.js +2 -2
  151. package/dist/components/table.css +8 -8
  152. package/dist/components/table.min.css +2 -2
  153. package/dist/components/text.css +1 -1
  154. package/dist/components/text.min.css +1 -1
  155. package/dist/components/toast.css +1 -1
  156. package/dist/components/toast.js +118 -155
  157. package/dist/components/toast.min.css +1 -1
  158. package/dist/components/toast.min.js +2 -2
  159. package/dist/components/transition.css +1 -1
  160. package/dist/components/transition.js +114 -193
  161. package/dist/components/transition.min.css +1 -1
  162. package/dist/components/transition.min.js +2 -2
  163. package/dist/components/visibility.js +175 -271
  164. package/dist/components/visibility.min.js +2 -2
  165. package/dist/semantic.css +4479 -8221
  166. package/dist/semantic.js +5023 -7182
  167. package/dist/semantic.min.css +2 -2
  168. package/dist/semantic.min.js +2 -2
  169. package/examples/assets/show-examples.js +2 -4
  170. package/examples/attached.html +1 -1
  171. package/examples/components/menu.html +1 -1
  172. package/gulpfile.js +5 -7
  173. package/package.json +4 -5
  174. package/scripts/nightly-version.js +11 -14
  175. package/src/definitions/behaviors/api.js +189 -302
  176. package/src/definitions/behaviors/form.js +426 -555
  177. package/src/definitions/behaviors/state.js +87 -131
  178. package/src/definitions/behaviors/visibility.js +174 -270
  179. package/src/definitions/collections/breadcrumb.less +0 -1
  180. package/src/definitions/collections/form.less +3 -9
  181. package/src/definitions/collections/grid.less +1 -2
  182. package/src/definitions/collections/menu.less +106 -117
  183. package/src/definitions/collections/message.less +1 -2
  184. package/src/definitions/collections/table.less +7 -8
  185. package/src/definitions/elements/button.less +4 -6
  186. package/src/definitions/elements/container.less +0 -1
  187. package/src/definitions/elements/divider.less +1 -2
  188. package/src/definitions/elements/emoji.less +1 -1
  189. package/src/definitions/elements/flag.less +1 -1
  190. package/src/definitions/elements/header.less +4 -5
  191. package/src/definitions/elements/icon.less +10 -37
  192. package/src/definitions/elements/image.less +0 -1
  193. package/src/definitions/elements/input.less +4 -7
  194. package/src/definitions/elements/label.less +5 -14
  195. package/src/definitions/elements/list.less +2 -3
  196. package/src/definitions/elements/loader.less +10 -11
  197. package/src/definitions/elements/placeholder.less +1 -2
  198. package/src/definitions/elements/rail.less +0 -1
  199. package/src/definitions/elements/reveal.less +1 -5
  200. package/src/definitions/elements/segment.less +5 -6
  201. package/src/definitions/elements/step.less +3 -4
  202. package/src/definitions/elements/text.less +0 -1
  203. package/src/definitions/globals/reset.less +0 -1
  204. package/src/definitions/globals/site.js +58 -98
  205. package/src/definitions/globals/site.less +0 -1
  206. package/src/definitions/modules/accordion.js +115 -163
  207. package/src/definitions/modules/accordion.less +0 -1
  208. package/src/definitions/modules/calendar.js +396 -481
  209. package/src/definitions/modules/calendar.less +2 -3
  210. package/src/definitions/modules/checkbox.js +104 -165
  211. package/src/definitions/modules/checkbox.less +0 -1
  212. package/src/definitions/modules/dimmer.js +74 -120
  213. package/src/definitions/modules/dimmer.less +1 -2
  214. package/src/definitions/modules/dropdown.js +774 -1160
  215. package/src/definitions/modules/dropdown.less +27 -38
  216. package/src/definitions/modules/embed.js +94 -145
  217. package/src/definitions/modules/embed.less +0 -1
  218. package/src/definitions/modules/flyout.js +241 -335
  219. package/src/definitions/modules/flyout.less +0 -1
  220. package/src/definitions/modules/modal.js +273 -368
  221. package/src/definitions/modules/modal.less +3 -4
  222. package/src/definitions/modules/nag.js +108 -152
  223. package/src/definitions/modules/nag.less +0 -1
  224. package/src/definitions/modules/popup.js +209 -302
  225. package/src/definitions/modules/popup.less +18 -73
  226. package/src/definitions/modules/progress.js +127 -184
  227. package/src/definitions/modules/progress.less +3 -13
  228. package/src/definitions/modules/rating.js +93 -146
  229. package/src/definitions/modules/rating.less +0 -1
  230. package/src/definitions/modules/search.js +312 -426
  231. package/src/definitions/modules/search.less +2 -4
  232. package/src/definitions/modules/shape.js +172 -248
  233. package/src/definitions/modules/shape.less +0 -1
  234. package/src/definitions/modules/sidebar.js +137 -198
  235. package/src/definitions/modules/sidebar.less +0 -1
  236. package/src/definitions/modules/slider.js +266 -363
  237. package/src/definitions/modules/slider.less +0 -1
  238. package/src/definitions/modules/sticky.js +162 -227
  239. package/src/definitions/modules/sticky.less +0 -1
  240. package/src/definitions/modules/tab.js +191 -286
  241. package/src/definitions/modules/tab.less +0 -1
  242. package/src/definitions/modules/toast.js +117 -154
  243. package/src/definitions/modules/toast.less +0 -1
  244. package/src/definitions/modules/transition.js +113 -192
  245. package/src/definitions/modules/transition.less +1 -2
  246. package/src/definitions/views/ad.less +0 -1
  247. package/src/definitions/views/card.less +0 -1
  248. package/src/definitions/views/comment.less +0 -1
  249. package/src/definitions/views/feed.less +0 -1
  250. package/src/definitions/views/item.less +0 -1
  251. package/src/definitions/views/statistic.less +0 -1
  252. package/src/semantic.less +1 -1
  253. package/src/themes/amazon/elements/button.overrides +1 -1
  254. package/src/themes/amazon/elements/button.variables +5 -6
  255. package/src/themes/amazon/globals/site.variables +2 -3
  256. package/src/themes/bookish/elements/header.variables +2 -2
  257. package/src/themes/bootstrap3/elements/button.variables +4 -5
  258. package/src/themes/chubby/collections/menu.variables +1 -1
  259. package/src/themes/chubby/elements/button.overrides +4 -4
  260. package/src/themes/chubby/modules/accordion.overrides +1 -1
  261. package/src/themes/chubby/views/comment.overrides +2 -2
  262. package/src/themes/chubby/views/comment.variables +2 -2
  263. package/src/themes/classic/collections/table.variables +2 -2
  264. package/src/themes/classic/elements/button.variables +11 -11
  265. package/src/themes/classic/modules/progress.variables +2 -2
  266. package/src/themes/classic/views/card.variables +2 -2
  267. package/src/themes/default/collections/form.variables +2 -3
  268. package/src/themes/default/collections/menu.variables +28 -28
  269. package/src/themes/default/collections/message.variables +1 -1
  270. package/src/themes/default/collections/table.variables +4 -4
  271. package/src/themes/default/elements/button.variables +9 -10
  272. package/src/themes/default/elements/divider.variables +1 -1
  273. package/src/themes/default/elements/icon.variables +2 -2
  274. package/src/themes/default/elements/image.variables +1 -1
  275. package/src/themes/default/elements/input.variables +2 -2
  276. package/src/themes/default/elements/label.variables +4 -4
  277. package/src/themes/default/elements/list.variables +1 -1
  278. package/src/themes/default/elements/placeholder.variables +6 -6
  279. package/src/themes/default/elements/segment.variables +8 -8
  280. package/src/themes/default/globals/reset.overrides +45 -201
  281. package/src/themes/default/globals/site.variables +50 -50
  282. package/src/themes/default/globals/variation.variables +3 -2
  283. package/src/themes/default/modules/accordion.variables +0 -1
  284. package/src/themes/default/modules/checkbox.variables +1 -1
  285. package/src/themes/default/modules/dimmer.variables +12 -12
  286. package/src/themes/default/modules/dropdown.variables +17 -16
  287. package/src/themes/default/modules/embed.variables +2 -2
  288. package/src/themes/default/modules/flyout.variables +3 -3
  289. package/src/themes/default/modules/modal.variables +14 -14
  290. package/src/themes/default/modules/nag.variables +1 -1
  291. package/src/themes/default/modules/rating.variables +1 -1
  292. package/src/themes/default/modules/search.variables +1 -1
  293. package/src/themes/default/modules/shape.variables +1 -1
  294. package/src/themes/default/modules/sidebar.variables +2 -2
  295. package/src/themes/default/modules/toast.variables +4 -4
  296. package/src/themes/default/views/card.variables +6 -7
  297. package/src/themes/default/views/feed.variables +4 -4
  298. package/src/themes/default/views/item.variables +2 -3
  299. package/src/themes/flat/collections/form.variables +1 -1
  300. package/src/themes/flat/globals/site.variables +9 -9
  301. package/src/themes/github/collections/form.overrides +3 -3
  302. package/src/themes/github/collections/form.variables +3 -3
  303. package/src/themes/github/collections/menu.overrides +1 -1
  304. package/src/themes/github/collections/menu.variables +10 -10
  305. package/src/themes/github/collections/message.variables +6 -6
  306. package/src/themes/github/elements/button.variables +17 -17
  307. package/src/themes/github/elements/input.variables +3 -3
  308. package/src/themes/github/elements/segment.variables +2 -2
  309. package/src/themes/github/elements/step.overrides +4 -4
  310. package/src/themes/github/elements/step.variables +3 -3
  311. package/src/themes/github/globals/site.variables +2 -2
  312. package/src/themes/github/modules/dropdown.variables +1 -3
  313. package/src/themes/gmail/collections/message.variables +2 -2
  314. package/src/themes/material/collections/menu.variables +1 -1
  315. package/src/themes/material/elements/button.overrides +4 -4
  316. package/src/themes/material/elements/button.variables +5 -5
  317. package/src/themes/material/modules/dropdown.variables +1 -1
  318. package/src/themes/material/modules/modal.variables +1 -1
  319. package/src/themes/raised/elements/button.variables +1 -1
  320. package/src/themes/round/elements/button.variables +12 -12
  321. package/src/themes/striped/modules/progress.overrides +3 -3
  322. package/src/themes/timeline/views/feed.variables +2 -2
  323. package/src/themes/twitter/elements/button.overrides +1 -1
  324. package/src/themes/twitter/elements/button.variables +4 -5
  325. package/tasks/admin/components/create.js +87 -110
  326. package/tasks/admin/components/init.js +26 -33
  327. package/tasks/admin/components/update.js +46 -54
  328. package/tasks/admin/distributions/create.js +74 -125
  329. package/tasks/admin/distributions/init.js +27 -34
  330. package/tasks/admin/distributions/update.js +45 -53
  331. package/tasks/admin/register.js +11 -15
  332. package/tasks/build/assets.js +14 -18
  333. package/tasks/build/css.js +59 -68
  334. package/tasks/build/javascript.js +46 -54
  335. package/tasks/build.js +4 -6
  336. package/tasks/check-install.js +5 -7
  337. package/tasks/clean.js +2 -4
  338. package/tasks/collections/admin.js +13 -15
  339. package/tasks/collections/build.js +6 -8
  340. package/tasks/collections/docs.js +2 -4
  341. package/tasks/collections/install.js +2 -4
  342. package/tasks/collections/rtl.js +2 -4
  343. package/tasks/collections/various.js +2 -4
  344. package/tasks/config/admin/github.js +8 -10
  345. package/tasks/config/admin/templates/css-package.js +1 -3
  346. package/tasks/config/admin/templates/less-package.js +1 -3
  347. package/tasks/config/npm/gulpfile.js +4 -6
  348. package/tasks/config/project/config.js +26 -34
  349. package/tasks/config/project/install.js +58 -72
  350. package/tasks/config/project/release.js +7 -15
  351. package/tasks/config/tasks.js +23 -24
  352. package/tasks/config/user.js +9 -16
  353. package/tasks/docs/build.js +26 -31
  354. package/tasks/docs/metadata.js +35 -43
  355. package/tasks/docs/serve.js +20 -26
  356. package/tasks/install.js +77 -102
  357. package/tasks/rtl/build.js +2 -4
  358. package/tasks/rtl/watch.js +2 -4
  359. package/tasks/watch.js +9 -11
  360. package/test/meteor/assets.js +4 -4
  361. package/test/meteor/fonts.js +11 -13
  362. package/test/modules/module.spec.js +25 -27
@@ -115,5 +115,4 @@
115
115
  });
116
116
  }
117
117
 
118
- // stylelint-disable no-invalid-position-at-import-rule
119
118
  @import (multiple, optional) "../../overrides.less";
@@ -135,7 +135,7 @@
135
135
  margin: 0;
136
136
  outline: none;
137
137
  -webkit-appearance: none;
138
- -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
138
+ -webkit-tap-highlight-color: rgb(255 255 255 / 0);
139
139
  line-height: @inputLineHeight;
140
140
  padding: @inputPadding;
141
141
  font-size: @inputFontSize;
@@ -162,7 +162,7 @@
162
162
  .ui.form textarea {
163
163
  margin: 0;
164
164
  -webkit-appearance: none;
165
- -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
165
+ -webkit-tap-highlight-color: rgb(255 255 255 / 0);
166
166
  padding: @textAreaPadding;
167
167
  background: @textAreaBackground;
168
168
  border: @textAreaBorder;
@@ -372,10 +372,7 @@
372
372
  .ui.form .inline.fields .field .prompt::before,
373
373
  .ui.form .inline.field .prompt::before {
374
374
  border-width: 0 0 @inlinePromptBorderWidth @inlinePromptBorderWidth;
375
- bottom: auto;
376
- right: auto;
377
- top: 50%;
378
- left: 0;
375
+ inset: 50% auto auto 0;
379
376
  }
380
377
  }
381
378
 
@@ -405,8 +402,6 @@
405
402
  /* browsers require these rules separate */
406
403
  .ui.form ::placeholder {
407
404
  color: @inputPlaceholderColor;
408
- }
409
- .ui.form ::-moz-placeholder {
410
405
  opacity: 1;
411
406
  }
412
407
 
@@ -1195,5 +1190,4 @@
1195
1190
  });
1196
1191
  }
1197
1192
 
1198
- // stylelint-disable no-invalid-position-at-import-rule
1199
1193
  @import (multiple, optional) "../../overrides.less";
@@ -1635,7 +1635,7 @@
1635
1635
 
1636
1636
  @media only screen and (max-width: @largestMobileScreen) {
1637
1637
  body > .ui.stackable.grid,
1638
- .ui:not(.segment):not(.grid) .ui.stackable.grid {
1638
+ .ui:not(.segment, .grid) .ui.stackable.grid {
1639
1639
  width: auto;
1640
1640
  margin-left: @stackableMobileGutter;
1641
1641
  margin-right: @stackableMobileGutter;
@@ -1936,5 +1936,4 @@
1936
1936
  }
1937
1937
  }
1938
1938
 
1939
- // stylelint-disable no-invalid-position-at-import-rule
1940
1939
  @import (multiple, optional) "../../overrides.less";
@@ -19,7 +19,7 @@
19
19
 
20
20
  @notSecondary: if(@variationMenuSecondary, e(":not(.secondary)"));
21
21
  @notText: if(@variationMenuText, e(":not(.text)"));
22
- @notTabular: if(@variationMenuTabular, e(":not(.tabular)"));
22
+ @notTabbed: if(@variationMenuTabbed, e(":not(.tabbed)"));
23
23
  @notVertical: if(@variationMenuVertical, e(":not(.vertical)"));
24
24
  @notBorderless: if(@variationMenuBorderless, e(":not(.borderless)"));
25
25
  @notFluid: if(@variationMenuFluid, e(":not(.fluid)"));
@@ -407,11 +407,11 @@
407
407
  }
408
408
  }
409
409
  @media only screen and (min-width: @tabletBreakpoint) {
410
- .ui.menu@{notSecondary}@{notText}@{notTabular}@{notBorderless} > .container > .item:not(.right)@{notBorderless}:first-child {
410
+ .ui.menu@{notSecondary}@{notText}@{notTabbed}@{notBorderless} > .container > .item:not(.right)@{notBorderless}:first-child {
411
411
  border-left: @dividerSize solid @dividerBackground;
412
412
  }
413
- .ui.menu@{notSecondary}@{notText}@{notTabular}@{notBorderless} > .container > .right.item@{notBorderless}:last-child,
414
- .ui.menu@{notSecondary}@{notText}@{notTabular}@{notBorderless} > .container > .right.menu > .item@{notBorderless}:last-child {
413
+ .ui.menu@{notSecondary}@{notText}@{notTabbed}@{notBorderless} > .container > .right.item@{notBorderless}:last-child,
414
+ .ui.menu@{notSecondary}@{notText}@{notTabbed}@{notBorderless} > .container > .right.menu > .item@{notBorderless}:last-child {
415
415
  border-right: @dividerSize solid @dividerBackground;
416
416
  }
417
417
  }
@@ -629,156 +629,156 @@ Floated Menu / Item
629
629
  }
630
630
  }
631
631
 
632
- & when (@variationMenuTabular) {
632
+ & when (@variationMenuTabbed) {
633
633
  /* --------------
634
- Tabular
634
+ Tabbed
635
635
  --------------- */
636
636
 
637
- .ui.tabular.menu {
637
+ .ui.tabbed.menu {
638
638
  border-radius: 0;
639
639
  box-shadow: none !important;
640
640
  border: none;
641
- background: @tabularBackground;
642
- border-bottom: @tabularBorderWidth solid @tabularBorderColor;
641
+ background: @tabbedBackground;
642
+ border-bottom: @tabbedBorderWidth solid @tabbedBorderColor;
643
643
  }
644
- .ui.tabular.fluid.menu {
645
- width: @tabularFluidWidth !important;
644
+ .ui.tabbed.fluid.menu {
645
+ width: @tabbedFluidWidth !important;
646
646
  }
647
- .ui.tabular.menu .item {
647
+ .ui.tabbed.menu .item {
648
648
  background: transparent;
649
649
  border-bottom: none;
650
- border-left: @tabularBorderWidth solid transparent;
651
- border-right: @tabularBorderWidth solid transparent;
652
- border-top: @tabularOppositeBorderWidth solid transparent;
653
- padding: @tabularVerticalPadding @tabularHorizontalPadding;
654
- color: @tabularTextColor;
650
+ border-left: @tabbedBorderWidth solid transparent;
651
+ border-right: @tabbedBorderWidth solid transparent;
652
+ border-top: @tabbedOppositeBorderWidth solid transparent;
653
+ padding: @tabbedVerticalPadding @tabbedHorizontalPadding;
654
+ color: @tabbedTextColor;
655
655
  }
656
- .ui.tabular.menu .item::before {
656
+ .ui.tabbed.menu .item::before {
657
657
  display: none;
658
658
  }
659
659
 
660
660
  /* Hover */
661
- .ui.tabular.menu .item:hover {
661
+ .ui.tabbed.menu .item:hover {
662
662
  background-color: transparent;
663
- color: @tabularHoveredTextColor;
663
+ color: @tabbedHoveredTextColor;
664
664
  }
665
665
 
666
666
  /* Active */
667
- .ui.tabular.menu .active.item {
668
- background: @tabularActiveBackground;
669
- color: @tabularActiveColor;
670
- border-top-width: @tabularBorderWidth;
671
- border-color: @tabularBorderColor;
672
- font-weight: @tabularActiveWeight;
673
- margin-bottom: -@tabularBorderWidth;
674
- box-shadow: @tabularActiveBoxShadow;
675
- border-radius: @tabularBorderRadius @tabularBorderRadius 0 0 !important;
667
+ .ui.tabbed.menu .active.item {
668
+ background: @tabbedActiveBackground;
669
+ color: @tabbedActiveColor;
670
+ border-top-width: @tabbedBorderWidth;
671
+ border-color: @tabbedBorderColor;
672
+ font-weight: @tabbedActiveWeight;
673
+ margin-bottom: -@tabbedBorderWidth;
674
+ box-shadow: @tabbedActiveBoxShadow;
675
+ border-radius: @tabbedBorderRadius @tabbedBorderRadius 0 0 !important;
676
676
  &:hover {
677
677
  cursor: default;
678
678
  }
679
679
  }
680
680
 
681
681
  /* Coupling with segment for attachment */
682
- .ui.tabular.menu ~ .attached:not(.top).segment {
682
+ .ui.tabbed.menu ~ .attached:not(.top).segment {
683
683
  border-top: none;
684
684
  margin-left: 0;
685
685
  margin-top: 0;
686
686
  margin-right: 0;
687
687
  width: 100%;
688
688
  }
689
- .top.attached.segment + .ui.bottom.tabular.menu {
689
+ .top.attached.segment + .ui.bottom.tabbed.menu {
690
690
  position: relative;
691
- width: @tabularFluidWidth;
692
- left: -@tabularFluidOffset;
691
+ width: @tabbedFluidWidth;
692
+ left: -@tabbedFluidOffset;
693
693
  }
694
694
 
695
- /* Bottom Vertical Tabular */
696
- .ui.bottom.tabular.menu {
697
- background: @tabularBackground;
695
+ /* Bottom Vertical Tabbed */
696
+ .ui.bottom.tabbed.menu {
697
+ background: @tabbedBackground;
698
698
  border-radius: 0;
699
699
  box-shadow: none !important;
700
700
  border-bottom: none;
701
- border-top: @tabularBorderWidth solid @tabularBorderColor;
701
+ border-top: @tabbedBorderWidth solid @tabbedBorderColor;
702
702
  }
703
- .ui.bottom.tabular.menu .item {
703
+ .ui.bottom.tabbed.menu .item {
704
704
  background: none;
705
- border-left: @tabularBorderWidth solid transparent;
706
- border-right: @tabularBorderWidth solid transparent;
707
- border-bottom: @tabularBorderWidth solid transparent;
705
+ border-left: @tabbedBorderWidth solid transparent;
706
+ border-right: @tabbedBorderWidth solid transparent;
707
+ border-bottom: @tabbedBorderWidth solid transparent;
708
708
  border-top: none;
709
709
  }
710
- .ui.bottom.tabular.menu .active.item {
711
- background: @tabularActiveBackground;
712
- color: @tabularActiveColor;
713
- border-color: @tabularBorderColor;
714
- margin: -@tabularBorderWidth 0 0 0;
715
- border-radius: 0 0 @tabularBorderRadius @tabularBorderRadius !important;
710
+ .ui.bottom.tabbed.menu .active.item {
711
+ background: @tabbedActiveBackground;
712
+ color: @tabbedActiveColor;
713
+ border-color: @tabbedBorderColor;
714
+ margin: -@tabbedBorderWidth 0 0 0;
715
+ border-radius: 0 0 @tabbedBorderRadius @tabbedBorderRadius !important;
716
716
  }
717
717
  & when (@variationMenuVertical) {
718
- /* Vertical Tabular (Left) */
719
- .ui.vertical.tabular.menu {
720
- background: @tabularVerticalBackground;
718
+ /* Vertical Tabbed (Left) */
719
+ .ui.vertical.tabbed.menu {
720
+ background: @tabbedVerticalBackground;
721
721
  border-radius: 0;
722
722
  box-shadow: none !important;
723
723
  border-bottom: none;
724
- border-right: @tabularBorderWidth solid @tabularBorderColor;
724
+ border-right: @tabbedBorderWidth solid @tabbedBorderColor;
725
725
  }
726
- .ui.vertical.tabular.menu .item {
726
+ .ui.vertical.tabbed.menu .item {
727
727
  background: none;
728
- border-left: @tabularBorderWidth solid transparent;
729
- border-bottom: @tabularBorderWidth solid transparent;
730
- border-top: @tabularBorderWidth solid transparent;
728
+ border-left: @tabbedBorderWidth solid transparent;
729
+ border-bottom: @tabbedBorderWidth solid transparent;
730
+ border-top: @tabbedBorderWidth solid transparent;
731
731
  border-right: none;
732
732
  }
733
- .ui.vertical.tabular.menu .active.item {
734
- background: @tabularActiveBackground;
735
- color: @tabularActiveColor;
736
- border-color: @tabularBorderColor;
737
- margin: 0 -@tabularBorderWidth 0 0;
738
- border-radius: @tabularBorderRadius 0 0 @tabularBorderRadius !important;
733
+ .ui.vertical.tabbed.menu .active.item {
734
+ background: @tabbedActiveBackground;
735
+ color: @tabbedActiveColor;
736
+ border-color: @tabbedBorderColor;
737
+ margin: 0 -@tabbedBorderWidth 0 0;
738
+ border-radius: @tabbedBorderRadius 0 0 @tabbedBorderRadius !important;
739
739
  }
740
740
 
741
- /* Vertical Right Tabular */
742
- .ui.vertical.right.tabular.menu {
743
- background: @tabularVerticalBackground;
741
+ /* Vertical Right Tabbed */
742
+ .ui.vertical.right.tabbed.menu {
743
+ background: @tabbedVerticalBackground;
744
744
  border-radius: 0;
745
745
  box-shadow: none !important;
746
746
  border-bottom: none;
747
747
  border-right: none;
748
- border-left: @tabularBorderWidth solid @tabularBorderColor;
748
+ border-left: @tabbedBorderWidth solid @tabbedBorderColor;
749
749
  }
750
- .ui.vertical.right.tabular.menu .item {
750
+ .ui.vertical.right.tabbed.menu .item {
751
751
  background: none;
752
- border-right: @tabularBorderWidth solid transparent;
753
- border-bottom: @tabularBorderWidth solid transparent;
754
- border-top: @tabularBorderWidth solid transparent;
752
+ border-right: @tabbedBorderWidth solid transparent;
753
+ border-bottom: @tabbedBorderWidth solid transparent;
754
+ border-top: @tabbedBorderWidth solid transparent;
755
755
  border-left: none;
756
756
  }
757
- .ui.vertical.right.tabular.menu .active.item {
758
- background: @tabularActiveBackground;
759
- color: @tabularActiveColor;
760
- border-color: @tabularBorderColor;
761
- margin: 0 0 0 -@tabularBorderWidth;
762
- border-radius: 0 @tabularBorderRadius @tabularBorderRadius 0 !important;
757
+ .ui.vertical.right.tabbed.menu .active.item {
758
+ background: @tabbedActiveBackground;
759
+ color: @tabbedActiveColor;
760
+ border-color: @tabbedBorderColor;
761
+ margin: 0 0 0 -@tabbedBorderWidth;
762
+ border-radius: 0 @tabbedBorderRadius @tabbedBorderRadius 0 !important;
763
763
  }
764
764
  }
765
765
 
766
766
  /* Dropdown */
767
- .ui.tabular.menu .active.dropdown.item {
767
+ .ui.tabbed.menu .active.dropdown.item {
768
768
  margin-bottom: 0;
769
- border-left: @tabularBorderWidth solid transparent;
770
- border-right: @tabularBorderWidth solid transparent;
771
- border-top: @tabularOppositeBorderWidth solid transparent;
769
+ border-left: @tabbedBorderWidth solid transparent;
770
+ border-right: @tabbedBorderWidth solid transparent;
771
+ border-top: @tabbedOppositeBorderWidth solid transparent;
772
772
  border-bottom: none;
773
773
  }
774
774
  & when (@variationMenuInverted) {
775
- .ui.inverted.tabular.menu .active.item,
776
- .ui.inverted.tabular.menu .active.item:hover {
777
- background: @invertedTabularActiveBackground;
778
- border-color: @invertedTabularBorderColor;
775
+ .ui.inverted.tabbed.menu .active.item,
776
+ .ui.inverted.tabbed.menu .active.item:hover {
777
+ background: @invertedTabbedActiveBackground;
778
+ border-color: @invertedTabbedBorderColor;
779
779
  }
780
- .ui.inverted.tabular.menu .item:not(.active):hover {
781
- color: @invertedTabularHoveredTextColor;
780
+ .ui.inverted.tabbed.menu .item:not(.active):hover {
781
+ color: @invertedTabbedHoveredTextColor;
782
782
  background: transparent;
783
783
  cursor: pointer;
784
784
  }
@@ -1643,8 +1643,8 @@ Floated Menu / Item
1643
1643
  text-align: center;
1644
1644
  justify-content: center;
1645
1645
  }
1646
- .ui.attached[class*="equal width"].menu@{notTabular},
1647
- .ui.attached.item.menu@{notTabular} {
1646
+ .ui.attached[class*="equal width"].menu@{notTabbed},
1647
+ .ui.attached.item.menu@{notTabbed} {
1648
1648
  margin: 0 @attachedHorizontalOffset !important;
1649
1649
  }
1650
1650
 
@@ -1707,10 +1707,7 @@ Floated Menu / Item
1707
1707
 
1708
1708
  .ui.fixed.menu,
1709
1709
  .ui[class*="top fixed"].menu {
1710
- top: 0;
1711
- left: 0;
1712
- right: auto;
1713
- bottom: auto;
1710
+ inset: 0 auto auto 0;
1714
1711
  }
1715
1712
  .ui[class*="top fixed"].menu {
1716
1713
  border-top: none;
@@ -1721,10 +1718,7 @@ Floated Menu / Item
1721
1718
  border-top: none;
1722
1719
  border-bottom: none;
1723
1720
  border-right: none;
1724
- top: 0;
1725
- right: 0;
1726
- left: auto;
1727
- bottom: auto;
1721
+ inset: 0 0 auto auto;
1728
1722
  width: auto;
1729
1723
  height: 100%;
1730
1724
  }
@@ -1732,19 +1726,13 @@ Floated Menu / Item
1732
1726
  border-bottom: none;
1733
1727
  border-left: none;
1734
1728
  border-right: none;
1735
- bottom: 0;
1736
- left: 0;
1737
- top: auto;
1738
- right: auto;
1729
+ inset: auto auto 0 0;
1739
1730
  }
1740
1731
  .ui[class*="left fixed"].menu {
1741
1732
  border-top: none;
1742
1733
  border-bottom: none;
1743
1734
  border-left: none;
1744
- top: 0;
1745
- left: 0;
1746
- right: auto;
1747
- bottom: auto;
1735
+ inset: 0 auto auto 0;
1748
1736
  width: auto;
1749
1737
  height: 100%;
1750
1738
  }
@@ -1780,10 +1768,7 @@ Floated Menu / Item
1780
1768
  & when (@variationMenuVertical) {
1781
1769
  .ui.vertical.pointing.menu .item::after {
1782
1770
  position: absolute;
1783
- top: 50%;
1784
- right: 0;
1785
- bottom: auto;
1786
- left: auto;
1771
+ inset: 50% 0 auto auto;
1787
1772
  transform: translateX(50%) translateY(-50%) rotate(45deg);
1788
1773
  margin: 0 -(@arrowBorderWidth / 2) 0 0;
1789
1774
  border: none;
@@ -1903,22 +1888,22 @@ Floated Menu / Item
1903
1888
  border-radius: 0 0 0 @borderRadius;
1904
1889
  }
1905
1890
 
1906
- /* Tabular Attached */
1907
- .ui.attached.menu@{notTabular}@{notText} {
1891
+ /* Tabbed Attached */
1892
+ .ui.attached.menu@{notTabbed}@{notText} {
1908
1893
  border: @attachedBorder;
1909
1894
  }
1910
1895
  & when (@variationMenuInverted) {
1911
1896
  .ui.attached.inverted.menu {
1912
1897
  border: none;
1913
1898
  }
1914
- & when (@variationMenuTabular) {
1915
- .ui[class*="top attached"].inverted.tabular.menu {
1916
- border-bottom: @invertedTabularBorder;
1899
+ & when (@variationMenuTabbed) {
1900
+ .ui[class*="top attached"].inverted.tabbed.menu {
1901
+ border-bottom: @invertedTabbedBorder;
1917
1902
  }
1918
1903
  }
1919
1904
  }
1920
- & when (@variationMenuTabular) {
1921
- .ui.attached.tabular.menu {
1905
+ & when (@variationMenuTabbed) {
1906
+ .ui.attached.tabbed.menu {
1922
1907
  margin-left: 0;
1923
1908
  margin-right: 0;
1924
1909
  width: 100%;
@@ -1936,7 +1921,7 @@ Floated Menu / Item
1936
1921
  & .item:first-child::before {
1937
1922
  display: none;
1938
1923
  }
1939
- &@{notSecondary}@{notText}@{notTabular}@{notBorderless} .item {
1924
+ &@{notSecondary}@{notText}@{notTabbed}@{notBorderless} .item {
1940
1925
  &:last-of-type,
1941
1926
  &:last-child {
1942
1927
  border-right: @dividerSize solid @dividerBackground;
@@ -1944,7 +1929,7 @@ Floated Menu / Item
1944
1929
  }
1945
1930
  }
1946
1931
  & when (@variationMenuWrapped) {
1947
- .ui.wrapped.menu@{notSecondary}@{notText}@{notTabular}@{notBorderless} .item {
1932
+ .ui.wrapped.menu@{notSecondary}@{notText}@{notTabbed}@{notBorderless} .item {
1948
1933
  &:first-child {
1949
1934
  border-bottom-left-radius: 0;
1950
1935
  }
@@ -2018,5 +2003,9 @@ Floated Menu / Item
2018
2003
  }
2019
2004
  }
2020
2005
 
2021
- // stylelint-disable no-invalid-position-at-import-rule
2006
+ & when (@variationMenuTabbedLegacyTabular) {
2007
+ .tabbed:extend(.tabular all) {
2008
+ }
2009
+ }
2010
+
2022
2011
  @import (multiple, optional) "../../overrides.less";
@@ -215,7 +215,7 @@
215
215
  margin-left: @attachedXOffset;
216
216
  margin-right: @attachedXOffset;
217
217
  }
218
- .ui.attached + .ui.attached.message:not(.top):not(.bottom) {
218
+ .ui.attached + .ui.attached.message:not(.top, .bottom) {
219
219
  margin-top: @attachedYOffset;
220
220
  border-radius: 0;
221
221
  }
@@ -443,5 +443,4 @@
443
443
  });
444
444
  }
445
445
 
446
- // stylelint-disable no-invalid-position-at-import-rule
447
446
  @import (multiple, optional) "../../overrides.less";
@@ -1667,19 +1667,19 @@
1667
1667
  .ui.basic.table > tfoot {
1668
1668
  box-shadow: none;
1669
1669
  }
1670
- .ui.basic.table > thead > tr > th,
1671
- .ui.basic.table > tbody > tr > th,
1672
- .ui.basic.table > tfoot > tr > th,
1673
- .ui.basic.table > tr > th {
1670
+ .ui.ui.basic.table > thead > tr > th,
1671
+ .ui.ui.basic.table > tbody > tr > th,
1672
+ .ui.ui.basic.table > tfoot > tr > th,
1673
+ .ui.ui.basic.table > tr > th {
1674
1674
  background: @basicTableHeaderBackground;
1675
1675
  border-left: @basicTableHeaderDivider;
1676
1676
  }
1677
1677
  .ui.basic.table > tbody > tr {
1678
1678
  border-bottom: @basicTableCellBorder;
1679
1679
  }
1680
- .ui.basic.table > tbody > tr > td,
1681
- .ui.basic.table > tfoot > tr > td,
1682
- .ui.basic.table > tr > td {
1680
+ .ui.ui.basic.table > tbody > tr > td,
1681
+ .ui.ui.basic.table > tfoot > tr > td,
1682
+ .ui.ui.basic.table > tr > td {
1683
1683
  background: @basicTableCellBackground;
1684
1684
  }
1685
1685
  & when (@variationTableStriped) {
@@ -1987,5 +1987,4 @@
1987
1987
  });
1988
1988
  }
1989
1989
 
1990
- // stylelint-disable no-invalid-position-at-import-rule
1991
1990
  @import (multiple, optional) "../../overrides.less";
@@ -633,15 +633,15 @@
633
633
  color: @iconColor;
634
634
  }
635
635
 
636
- .ui.button@{notIcon} > .icon:not(.button):not(.dropdown),
637
- .ui.button@{notIcon} > .icons:not(.button):not(.dropdown) {
636
+ .ui.button@{notIcon} > .icon:not(.button, .dropdown),
637
+ .ui.button@{notIcon} > .icons:not(.button, .dropdown) {
638
638
  margin: @iconMargin;
639
639
  vertical-align: @iconVerticalAlign;
640
640
  }
641
- .ui.button@{notIcon} > .icons:not(.button):not(.dropdown) > .icon {
641
+ .ui.button@{notIcon} > .icons:not(.button, .dropdown) > .icon {
642
642
  vertical-align: @iconVerticalAlign;
643
643
  }
644
- .ui.button@{notIcon} > .right.icon:not(.button):not(.dropdown) {
644
+ .ui.button@{notIcon} > .right.icon:not(.button, .dropdown) {
645
645
  margin: @rightIconMargin;
646
646
  }
647
647
 
@@ -658,7 +658,6 @@
658
658
  @media only screen and (max-width: @largestMobileScreen) {
659
659
  .ui.stackable.buttons {
660
660
  flex-direction: column;
661
- width: 100%;
662
661
  & .button:first-child {
663
662
  border-bottom-left-radius: 0;
664
663
  border-top-right-radius: @borderRadius;
@@ -2042,5 +2041,4 @@
2042
2041
  }
2043
2042
  }
2044
2043
 
2045
- // stylelint-disable no-invalid-position-at-import-rule
2046
2044
  @import (multiple, optional) "../../overrides.less";
@@ -359,5 +359,4 @@
359
359
  }
360
360
  }
361
361
 
362
- // stylelint-disable no-invalid-position-at-import-rule
363
362
  @import (multiple, optional) "../../overrides.less";
@@ -33,7 +33,7 @@
33
33
  letter-spacing: @letterSpacing;
34
34
  color: @color;
35
35
  user-select: none;
36
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
36
+ -webkit-tap-highlight-color: rgb(0 0 0 / 0);
37
37
  }
38
38
 
39
39
  /* --------------
@@ -295,5 +295,4 @@
295
295
  });
296
296
  }
297
297
 
298
- // stylelint-disable no-invalid-position-at-import-rule
299
298
  @import (multiple, optional) "../../overrides.less";
@@ -79,6 +79,7 @@ each(@size-map, {
79
79
  }
80
80
  });
81
81
 
82
+ // stylelint-disable less/no-duplicate-variables
82
83
  each(@emoji-map, {
83
84
  & when (@variationEmojiColons) {
84
85
  em[data-emoji=":@{value}:"]::before {
@@ -93,5 +94,4 @@ each(@emoji-map, {
93
94
 
94
95
  /* rtl:end:ignore */
95
96
 
96
- // stylelint-disable no-invalid-position-at-import-rule
97
97
  @import (multiple, optional) "../../overrides.less";
@@ -47,6 +47,7 @@ each(@size-map, {
47
47
  /* rtl:begin:ignore */
48
48
 
49
49
  // for simplicity, class and alias names have to be unique and different to countrycode otherwise false
50
+ // stylelint-disable less/no-duplicate-variables
50
51
  each(@flags, {
51
52
  @unicode: replace(@key, "@", "");
52
53
  @cc: replace(@flags[@@unicode][countrycode], "_", ".", "g");
@@ -83,5 +84,4 @@ each(@flags, {
83
84
 
84
85
  /* rtl:end:ignore */
85
86
 
86
- // stylelint-disable no-invalid-position-at-import-rule
87
87
  @import (multiple, optional) "../../overrides.less";
@@ -17,7 +17,7 @@
17
17
 
18
18
  @import (multiple) "../../theme.config";
19
19
 
20
- @notCenteredAligned: if(@variationHeaderAligned, e(":not(.centered):not(.aligned)"));
20
+ @notCenteredAligned: if(@variationHeaderAligned, e(":not(.centered, .aligned)"));
21
21
  @notIcon: if(@variationHeaderIcon, e(":not(.icon)"));
22
22
 
23
23
  /*******************************
@@ -430,7 +430,7 @@
430
430
  border: @blockBorder;
431
431
  border-radius: @blockBorderRadius;
432
432
  }
433
- .ui.block.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
433
+ .ui.block.header:not(h1, h2, h3, h4, h5, h6) {
434
434
  font-size: @mediumBlock;
435
435
  }
436
436
  & when not (@variationHeaderSizes = false) {
@@ -477,7 +477,7 @@
477
477
  }
478
478
 
479
479
  /* Attached Sizes */
480
- .ui.attached.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
480
+ .ui.attached.header:not(h1, h2, h3, h4, h5, h6) {
481
481
  font-size: @mediumAttachedSize;
482
482
  }
483
483
  & when not (@variationHeaderSizes = false) {
@@ -494,9 +494,8 @@
494
494
  Sizing
495
495
  -------------------- */
496
496
 
497
- .ui.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
497
+ .ui.header:not(h1, h2, h3, h4, h5, h6) {
498
498
  font-size: @mediumFontSize;
499
499
  }
500
500
 
501
- // stylelint-disable no-invalid-position-at-import-rule
502
501
  @import (multiple, optional) "../../overrides.less";