fomantic-ui 2.10.0-beta.8 → 2.10.0-beta.81

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 (345) hide show
  1. package/.eslintrc.js +6 -23
  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 +8 -4
  9. package/changelog-setup.js +32 -10
  10. package/changelog-template.hbs +256 -251
  11. package/dist/components/accordion.css +1 -1
  12. package/dist/components/accordion.js +62 -73
  13. package/dist/components/accordion.min.css +1 -1
  14. package/dist/components/accordion.min.js +3 -3
  15. package/dist/components/ad.css +1 -1
  16. package/dist/components/ad.min.css +1 -1
  17. package/dist/components/api.js +101 -161
  18. package/dist/components/api.min.js +3 -3
  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 +283 -332
  25. package/dist/components/calendar.min.css +2 -2
  26. package/dist/components/calendar.min.js +3 -3
  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 +58 -79
  31. package/dist/components/checkbox.min.css +1 -1
  32. package/dist/components/checkbox.min.js +3 -3
  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 +39 -52
  39. package/dist/components/dimmer.min.css +2 -2
  40. package/dist/components/dimmer.min.js +3 -3
  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 +435 -531
  45. package/dist/components/dropdown.min.css +2 -2
  46. package/dist/components/dropdown.min.js +3 -3
  47. package/dist/components/embed.css +1 -1
  48. package/dist/components/embed.js +55 -68
  49. package/dist/components/embed.min.css +1 -1
  50. package/dist/components/embed.min.js +3 -3
  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 +149 -168
  59. package/dist/components/flyout.min.css +1 -1
  60. package/dist/components/flyout.min.js +3 -3
  61. package/dist/components/form.css +3 -5
  62. package/dist/components/form.js +249 -269
  63. package/dist/components/form.min.css +2 -2
  64. package/dist/components/form.min.js +3 -3
  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 +161 -170
  89. package/dist/components/modal.min.css +2 -2
  90. package/dist/components/modal.min.js +3 -3
  91. package/dist/components/nag.css +1 -1
  92. package/dist/components/nag.js +74 -88
  93. package/dist/components/nag.min.css +1 -1
  94. package/dist/components/nag.min.js +3 -3
  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 +105 -138
  99. package/dist/components/popup.min.css +2 -2
  100. package/dist/components/popup.min.js +3 -3
  101. package/dist/components/progress.css +4 -13
  102. package/dist/components/progress.js +75 -97
  103. package/dist/components/progress.min.css +2 -2
  104. package/dist/components/progress.min.js +3 -3
  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 +49 -61
  109. package/dist/components/rating.min.css +1 -1
  110. package/dist/components/rating.min.js +3 -3
  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 +178 -198
  117. package/dist/components/search.min.css +2 -2
  118. package/dist/components/search.min.js +3 -3
  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 +59 -69
  123. package/dist/components/shape.min.css +1 -1
  124. package/dist/components/shape.min.js +3 -3
  125. package/dist/components/sidebar.css +1 -1
  126. package/dist/components/sidebar.js +81 -101
  127. package/dist/components/sidebar.min.css +1 -1
  128. package/dist/components/sidebar.min.js +3 -3
  129. package/dist/components/site.css +1 -1
  130. package/dist/components/site.js +37 -58
  131. package/dist/components/site.min.css +1 -1
  132. package/dist/components/site.min.js +3 -3
  133. package/dist/components/slider.css +1 -1
  134. package/dist/components/slider.js +169 -183
  135. package/dist/components/slider.min.css +1 -1
  136. package/dist/components/slider.min.js +3 -3
  137. package/dist/components/state.js +45 -59
  138. package/dist/components/state.min.js +3 -3
  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 +95 -117
  145. package/dist/components/sticky.min.css +1 -1
  146. package/dist/components/sticky.min.js +3 -3
  147. package/dist/components/tab.css +1 -1
  148. package/dist/components/tab.js +83 -115
  149. package/dist/components/tab.min.css +1 -1
  150. package/dist/components/tab.min.js +3 -3
  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 +64 -74
  157. package/dist/components/toast.min.css +1 -1
  158. package/dist/components/toast.min.js +3 -3
  159. package/dist/components/transition.css +1 -1
  160. package/dist/components/transition.js +61 -85
  161. package/dist/components/transition.min.css +1 -1
  162. package/dist/components/transition.min.js +3 -3
  163. package/dist/components/visibility.js +120 -140
  164. package/dist/components/visibility.min.js +3 -3
  165. package/dist/semantic.css +4480 -8222
  166. package/dist/semantic.js +2886 -3485
  167. package/dist/semantic.min.css +3 -3
  168. package/dist/semantic.min.js +3 -3
  169. package/examples/attached.html +1 -1
  170. package/examples/components/menu.html +1 -1
  171. package/package.json +8 -5
  172. package/scripts/nightly-version.js +4 -4
  173. package/src/definitions/behaviors/api.js +100 -160
  174. package/src/definitions/behaviors/form.js +248 -268
  175. package/src/definitions/behaviors/state.js +44 -58
  176. package/src/definitions/behaviors/visibility.js +119 -139
  177. package/src/definitions/collections/breadcrumb.less +0 -1
  178. package/src/definitions/collections/form.less +3 -9
  179. package/src/definitions/collections/grid.less +1 -2
  180. package/src/definitions/collections/menu.less +106 -117
  181. package/src/definitions/collections/message.less +1 -2
  182. package/src/definitions/collections/table.less +7 -8
  183. package/src/definitions/elements/button.less +4 -6
  184. package/src/definitions/elements/container.less +0 -1
  185. package/src/definitions/elements/divider.less +1 -2
  186. package/src/definitions/elements/emoji.less +1 -1
  187. package/src/definitions/elements/flag.less +1 -1
  188. package/src/definitions/elements/header.less +4 -5
  189. package/src/definitions/elements/icon.less +10 -37
  190. package/src/definitions/elements/image.less +0 -1
  191. package/src/definitions/elements/input.less +4 -7
  192. package/src/definitions/elements/label.less +5 -14
  193. package/src/definitions/elements/list.less +2 -3
  194. package/src/definitions/elements/loader.less +10 -11
  195. package/src/definitions/elements/placeholder.less +1 -2
  196. package/src/definitions/elements/rail.less +0 -1
  197. package/src/definitions/elements/reveal.less +1 -5
  198. package/src/definitions/elements/segment.less +5 -6
  199. package/src/definitions/elements/step.less +3 -4
  200. package/src/definitions/elements/text.less +0 -1
  201. package/src/definitions/globals/reset.less +0 -1
  202. package/src/definitions/globals/site.js +36 -57
  203. package/src/definitions/globals/site.less +0 -1
  204. package/src/definitions/modules/accordion.js +61 -72
  205. package/src/definitions/modules/accordion.less +0 -1
  206. package/src/definitions/modules/calendar.js +282 -331
  207. package/src/definitions/modules/calendar.less +2 -3
  208. package/src/definitions/modules/checkbox.js +57 -78
  209. package/src/definitions/modules/checkbox.less +0 -1
  210. package/src/definitions/modules/dimmer.js +38 -51
  211. package/src/definitions/modules/dimmer.less +1 -2
  212. package/src/definitions/modules/dropdown.js +434 -530
  213. package/src/definitions/modules/dropdown.less +27 -38
  214. package/src/definitions/modules/embed.js +54 -67
  215. package/src/definitions/modules/embed.less +0 -1
  216. package/src/definitions/modules/flyout.js +148 -167
  217. package/src/definitions/modules/flyout.less +0 -1
  218. package/src/definitions/modules/modal.js +160 -169
  219. package/src/definitions/modules/modal.less +3 -4
  220. package/src/definitions/modules/nag.js +73 -87
  221. package/src/definitions/modules/nag.less +0 -1
  222. package/src/definitions/modules/popup.js +104 -137
  223. package/src/definitions/modules/popup.less +18 -73
  224. package/src/definitions/modules/progress.js +74 -96
  225. package/src/definitions/modules/progress.less +3 -13
  226. package/src/definitions/modules/rating.js +48 -60
  227. package/src/definitions/modules/rating.less +0 -1
  228. package/src/definitions/modules/search.js +177 -197
  229. package/src/definitions/modules/search.less +2 -4
  230. package/src/definitions/modules/shape.js +58 -68
  231. package/src/definitions/modules/shape.less +0 -1
  232. package/src/definitions/modules/sidebar.js +80 -100
  233. package/src/definitions/modules/sidebar.less +0 -1
  234. package/src/definitions/modules/slider.js +168 -182
  235. package/src/definitions/modules/slider.less +0 -1
  236. package/src/definitions/modules/sticky.js +94 -116
  237. package/src/definitions/modules/sticky.less +0 -1
  238. package/src/definitions/modules/tab.js +82 -114
  239. package/src/definitions/modules/tab.less +0 -1
  240. package/src/definitions/modules/toast.js +63 -73
  241. package/src/definitions/modules/toast.less +0 -1
  242. package/src/definitions/modules/transition.js +60 -84
  243. package/src/definitions/modules/transition.less +1 -2
  244. package/src/definitions/views/ad.less +0 -1
  245. package/src/definitions/views/card.less +0 -1
  246. package/src/definitions/views/comment.less +0 -1
  247. package/src/definitions/views/feed.less +0 -1
  248. package/src/definitions/views/item.less +0 -1
  249. package/src/definitions/views/statistic.less +0 -1
  250. package/src/semantic.less +1 -1
  251. package/src/themes/amazon/elements/button.overrides +1 -1
  252. package/src/themes/amazon/elements/button.variables +5 -6
  253. package/src/themes/amazon/globals/site.variables +2 -3
  254. package/src/themes/bookish/elements/header.variables +2 -2
  255. package/src/themes/bootstrap3/elements/button.variables +4 -5
  256. package/src/themes/chubby/collections/menu.variables +1 -1
  257. package/src/themes/chubby/elements/button.overrides +4 -4
  258. package/src/themes/chubby/modules/accordion.overrides +1 -1
  259. package/src/themes/chubby/views/comment.overrides +2 -2
  260. package/src/themes/chubby/views/comment.variables +2 -2
  261. package/src/themes/classic/collections/table.variables +2 -2
  262. package/src/themes/classic/elements/button.variables +11 -11
  263. package/src/themes/classic/modules/progress.variables +2 -2
  264. package/src/themes/classic/views/card.variables +2 -2
  265. package/src/themes/default/collections/form.variables +2 -3
  266. package/src/themes/default/collections/menu.variables +28 -28
  267. package/src/themes/default/collections/message.variables +1 -1
  268. package/src/themes/default/collections/table.variables +4 -4
  269. package/src/themes/default/elements/button.variables +9 -10
  270. package/src/themes/default/elements/divider.variables +1 -1
  271. package/src/themes/default/elements/icon.variables +2 -2
  272. package/src/themes/default/elements/image.variables +1 -1
  273. package/src/themes/default/elements/input.variables +2 -2
  274. package/src/themes/default/elements/label.variables +4 -4
  275. package/src/themes/default/elements/list.variables +1 -1
  276. package/src/themes/default/elements/placeholder.variables +6 -6
  277. package/src/themes/default/elements/segment.variables +8 -8
  278. package/src/themes/default/globals/reset.overrides +45 -201
  279. package/src/themes/default/globals/site.variables +50 -50
  280. package/src/themes/default/globals/variation.variables +3 -2
  281. package/src/themes/default/modules/accordion.variables +0 -1
  282. package/src/themes/default/modules/checkbox.variables +1 -1
  283. package/src/themes/default/modules/dimmer.variables +12 -12
  284. package/src/themes/default/modules/dropdown.variables +17 -16
  285. package/src/themes/default/modules/embed.variables +2 -2
  286. package/src/themes/default/modules/flyout.variables +3 -3
  287. package/src/themes/default/modules/modal.variables +14 -14
  288. package/src/themes/default/modules/nag.variables +1 -1
  289. package/src/themes/default/modules/rating.variables +1 -1
  290. package/src/themes/default/modules/search.variables +1 -1
  291. package/src/themes/default/modules/shape.variables +1 -1
  292. package/src/themes/default/modules/sidebar.variables +2 -2
  293. package/src/themes/default/modules/toast.variables +4 -4
  294. package/src/themes/default/views/card.variables +6 -7
  295. package/src/themes/default/views/feed.variables +4 -4
  296. package/src/themes/default/views/item.variables +2 -3
  297. package/src/themes/flat/collections/form.variables +1 -1
  298. package/src/themes/flat/globals/site.variables +9 -9
  299. package/src/themes/github/collections/form.overrides +3 -3
  300. package/src/themes/github/collections/form.variables +3 -3
  301. package/src/themes/github/collections/menu.overrides +1 -1
  302. package/src/themes/github/collections/menu.variables +10 -10
  303. package/src/themes/github/collections/message.variables +6 -6
  304. package/src/themes/github/elements/button.variables +17 -17
  305. package/src/themes/github/elements/input.variables +3 -3
  306. package/src/themes/github/elements/segment.variables +2 -2
  307. package/src/themes/github/elements/step.overrides +4 -4
  308. package/src/themes/github/elements/step.variables +3 -3
  309. package/src/themes/github/globals/site.variables +2 -2
  310. package/src/themes/github/modules/dropdown.variables +1 -3
  311. package/src/themes/gmail/collections/message.variables +2 -2
  312. package/src/themes/material/collections/menu.variables +1 -1
  313. package/src/themes/material/elements/button.overrides +4 -4
  314. package/src/themes/material/elements/button.variables +5 -5
  315. package/src/themes/material/modules/dropdown.variables +1 -1
  316. package/src/themes/material/modules/modal.variables +1 -1
  317. package/src/themes/raised/elements/button.variables +1 -1
  318. package/src/themes/round/elements/button.variables +12 -12
  319. package/src/themes/striped/modules/progress.overrides +3 -3
  320. package/src/themes/timeline/views/feed.variables +2 -2
  321. package/src/themes/twitter/elements/button.overrides +1 -1
  322. package/src/themes/twitter/elements/button.variables +4 -5
  323. package/tasks/admin/components/create.js +12 -15
  324. package/tasks/admin/components/init.js +11 -12
  325. package/tasks/admin/components/update.js +19 -20
  326. package/tasks/admin/distributions/create.js +30 -51
  327. package/tasks/admin/distributions/init.js +11 -12
  328. package/tasks/admin/distributions/update.js +18 -19
  329. package/tasks/admin/register.js +7 -7
  330. package/tasks/build/assets.js +1 -1
  331. package/tasks/build/css.js +5 -5
  332. package/tasks/build/javascript.js +1 -1
  333. package/tasks/config/admin/github.js +1 -1
  334. package/tasks/config/admin/templates/css-package.js +1 -1
  335. package/tasks/config/admin/templates/less-package.js +1 -1
  336. package/tasks/config/project/config.js +10 -10
  337. package/tasks/config/project/install.js +12 -12
  338. package/tasks/config/project/release.js +6 -12
  339. package/tasks/config/tasks.js +15 -11
  340. package/tasks/config/user.js +1 -4
  341. package/tasks/docs/metadata.js +18 -20
  342. package/tasks/install.js +14 -12
  343. package/test/meteor/assets.js +4 -4
  344. package/test/meteor/fonts.js +10 -11
  345. package/test/modules/module.spec.js +18 -18
@@ -1,20 +1,26 @@
1
- /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
1
+ /*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
2
2
 
3
- /* Document
4
- ========================================================================== */
3
+ /*
4
+ Document
5
+ ========
6
+ */
5
7
 
6
8
  /**
7
9
  * 1. Correct the line height in all browsers.
8
10
  * 2. Prevent adjustments of font size after orientation changes in iOS.
11
+ * 3. Use a more readable tab size (opinionated).
9
12
  */
10
13
 
11
14
  html {
12
15
  line-height: 1.15; /* 1 */
13
16
  -webkit-text-size-adjust: 100%; /* 2 */
17
+ tab-size: 4; /* 3 */
14
18
  }
15
19
 
16
- /* Sections
17
- ========================================================================== */
20
+ /*
21
+ Sections
22
+ ========
23
+ */
18
24
 
19
25
  /**
20
26
  * Remove the margin in all browsers.
@@ -24,74 +30,13 @@ body {
24
30
  margin: 0;
25
31
  }
26
32
 
27
- /**
28
- * Render the `main` element consistently in IE.
29
- */
30
-
31
- main {
32
- display: block;
33
- }
34
-
35
- /**
36
- * Correct the font size and margin on `h1` elements within `section` and
37
- * `article` contexts in Chrome, Firefox, and Safari.
38
- */
39
-
40
- h1 {
41
- font-size: 2em;
42
- margin: 0.67em 0;
43
- }
44
-
45
- /* Grouping content
46
- ========================================================================== */
47
-
48
- /**
49
- * 1. Add the correct box sizing in Firefox.
50
- * 2. Show the overflow in Edge and IE.
51
- */
52
-
53
- hr {
54
- box-sizing: content-box; /* 1 */
55
- height: 0; /* 1 */
56
- overflow: visible; /* 2 */
57
- }
58
-
59
- /**
60
- * 1. Correct the inheritance and scaling of font size in all browsers.
61
- * 2. Correct the odd `em` font sizing in all browsers.
62
- */
63
-
64
- pre {
65
- // https://github.com/necolas/normalize.css/issues/519
66
- // stylelint-disable-next-line font-family-no-duplicate-names
67
- font-family: monospace, monospace; /* 1 */
68
- font-size: 1em; /* 2 */
69
- }
70
-
71
- /* Text-level semantics
72
- ========================================================================== */
73
-
74
- /**
75
- * Remove the gray background on active links in IE 10.
76
- */
77
-
78
- a {
79
- background-color: transparent;
80
- }
81
-
82
- /**
83
- * 1. Remove the bottom border in Chrome 57-
84
- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
85
- */
86
-
87
- abbr[title] {
88
- border-bottom: none; /* 1 */
89
- text-decoration: underline; /* 2 */
90
- text-decoration: underline dotted; /* 2 */
91
- }
33
+ /*
34
+ Text-level semantics
35
+ ====================
36
+ */
92
37
 
93
38
  /**
94
- * Add the correct font weight in Chrome, Edge, and Safari.
39
+ * Add the correct font weight in Chrome and Safari.
95
40
  */
96
41
 
97
42
  b,
@@ -100,16 +45,15 @@ strong {
100
45
  }
101
46
 
102
47
  /**
103
- * 1. Correct the inheritance and scaling of font size in all browsers.
104
- * 2. Correct the odd `em` font sizing in all browsers.
48
+ * 1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
49
+ * 2. Correct the odd 'em' font sizing in all browsers.
105
50
  */
106
51
 
107
52
  code,
108
53
  kbd,
109
- samp {
110
- // https://github.com/necolas/normalize.css/issues/519
111
- // stylelint-disable-next-line font-family-no-duplicate-names
112
- font-family: monospace, monospace; /* 1 */
54
+ samp,
55
+ pre {
56
+ font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */
113
57
  font-size: 1em; /* 2 */
114
58
  }
115
59
 
@@ -122,8 +66,7 @@ small {
122
66
  }
123
67
 
124
68
  /**
125
- * Prevent `sub` and `sup` elements from affecting the line height in
126
- * all browsers.
69
+ * Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
127
70
  */
128
71
 
129
72
  sub,
@@ -142,19 +85,23 @@ sup {
142
85
  top: -0.5em;
143
86
  }
144
87
 
145
- /* Embedded content
146
- ========================================================================== */
88
+ /*
89
+ Tabular data
90
+ ============
91
+ */
147
92
 
148
93
  /**
149
- * Remove the border on images inside links in IE 10.
94
+ * Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
150
95
  */
151
96
 
152
- img {
153
- border-style: none;
97
+ table {
98
+ border-color: currentColor;
154
99
  }
155
100
 
156
- /* Forms
157
- ========================================================================== */
101
+ /*
102
+ Forms
103
+ =====
104
+ */
158
105
 
159
106
  /**
160
107
  * 1. Change the font styles in all browsers.
@@ -172,26 +119,6 @@ textarea {
172
119
  margin: 0; /* 2 */
173
120
  }
174
121
 
175
- /**
176
- * Show the overflow in IE.
177
- * 1. Show the overflow in Edge.
178
- */
179
-
180
- button,
181
- input {
182
- overflow: visible; /* 1 */
183
- }
184
-
185
- /**
186
- * Remove the inheritance of text transform in Edge, Firefox, and IE.
187
- * 1. Remove the inheritance of text transform in Firefox.
188
- */
189
-
190
- button,
191
- select {
192
- text-transform: none; /* 1 */
193
- }
194
-
195
122
  /**
196
123
  * Correct the inability to style clickable types in iOS and Safari.
197
124
  */
@@ -204,54 +131,15 @@ button,
204
131
  }
205
132
 
206
133
  /**
207
- * Remove the inner border and padding in Firefox.
208
- */
209
-
210
- button::-moz-focus-inner,
211
- [type="button"]::-moz-focus-inner,
212
- [type="reset"]::-moz-focus-inner,
213
- [type="submit"]::-moz-focus-inner {
214
- border-style: none;
215
- padding: 0;
216
- }
217
-
218
- /**
219
- * Restore the focus styles unset by the previous rule.
220
- */
221
-
222
- button:-moz-focusring,
223
- [type="button"]:-moz-focusring,
224
- [type="reset"]:-moz-focusring,
225
- [type="submit"]:-moz-focusring {
226
- outline: 1px dotted ButtonText;
227
- }
228
-
229
- /**
230
- * Correct the padding in Firefox.
231
- */
232
-
233
- fieldset {
234
- padding: 0.35em 0.75em 0.625em;
235
- }
236
-
237
- /**
238
- * 1. Correct the text wrapping in Edge and IE.
239
- * 2. Correct the color inheritance from `fieldset` elements in IE.
240
- * 3. Remove the padding so developers are not caught out when they zero out
241
- * `fieldset` elements in all browsers.
134
+ * Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
242
135
  */
243
136
 
244
137
  legend {
245
- box-sizing: border-box; /* 1 */
246
- color: inherit; /* 2 */
247
- display: table; /* 1 */
248
- max-width: 100%; /* 1 */
249
- padding: 0; /* 3 */
250
- white-space: normal; /* 1 */
138
+ padding: 0;
251
139
  }
252
140
 
253
141
  /**
254
- * Add the correct vertical alignment in Chrome, Firefox, and Opera.
142
+ * Add the correct vertical alignment in Chrome and Firefox.
255
143
  */
256
144
 
257
145
  progress {
@@ -259,30 +147,11 @@ progress {
259
147
  }
260
148
 
261
149
  /**
262
- * Remove the default vertical scrollbar in IE 10+.
150
+ * Correct the cursor style of increment and decrement buttons in Safari.
263
151
  */
264
152
 
265
- textarea {
266
- overflow: auto;
267
- }
268
-
269
- /**
270
- * 1. Add the correct box sizing in IE 10.
271
- * 2. Remove the padding in IE 10.
272
- */
273
-
274
- [type="checkbox"],
275
- [type="radio"] {
276
- box-sizing: border-box; /* 1 */
277
- padding: 0; /* 2 */
278
- }
279
-
280
- /**
281
- * Correct the cursor style of increment and decrement buttons in Chrome.
282
- */
283
-
284
- [type="number"]::-webkit-inner-spin-button,
285
- [type="number"]::-webkit-outer-spin-button {
153
+ ::-webkit-inner-spin-button,
154
+ ::-webkit-outer-spin-button {
286
155
  height: auto;
287
156
  }
288
157
 
@@ -300,13 +169,13 @@ textarea {
300
169
  * Remove the inner padding in Chrome and Safari on macOS.
301
170
  */
302
171
 
303
- [type="search"]::-webkit-search-decoration {
172
+ ::-webkit-search-decoration {
304
173
  -webkit-appearance: none;
305
174
  }
306
175
 
307
176
  /**
308
177
  * 1. Correct the inability to style clickable types in iOS and Safari.
309
- * 2. Change font properties to `inherit` in Safari.
178
+ * 2. Change font properties to 'inherit' in Safari.
310
179
  */
311
180
 
312
181
  ::-webkit-file-upload-button {
@@ -314,40 +183,15 @@ textarea {
314
183
  font: inherit; /* 2 */
315
184
  }
316
185
 
317
- /* Interactive
318
- ========================================================================== */
319
-
320
186
  /*
321
- * Add the correct display in Edge, IE 10+, and Firefox.
322
- */
323
-
324
- details {
325
- display: block;
326
- }
187
+ Interactive
188
+ ===========
189
+ */
327
190
 
328
191
  /*
329
- * Add the correct display in all browsers.
192
+ * Add the correct display in Chrome and Safari.
330
193
  */
331
194
 
332
195
  summary {
333
196
  display: list-item;
334
197
  }
335
-
336
- /* Misc
337
- ========================================================================== */
338
-
339
- /**
340
- * Add the correct display in IE 10+.
341
- */
342
-
343
- template {
344
- display: none;
345
- }
346
-
347
- /**
348
- * Add the correct display in IE 10.
349
- */
350
-
351
- [hidden] {
352
- display: none;
353
- }
@@ -232,7 +232,7 @@
232
232
  @pageOverflowX: hidden;
233
233
 
234
234
  @lineHeight: 1.4285em;
235
- @textColor: rgba(0, 0, 0, 0.87);
235
+ @textColor: rgb(0 0 0 / 0.87);
236
236
 
237
237
  /* -------------------
238
238
  Paragraph
@@ -259,21 +259,21 @@
259
259
  @customScrollbarWidth: 10px;
260
260
  @customScrollbarHeight: 10px;
261
261
 
262
- @trackBackground: rgba(0, 0, 0, 0.1);
262
+ @trackBackground: rgb(0 0 0 / 0.1);
263
263
  @trackBorderRadius: 0;
264
264
 
265
265
  @thumbBorderRadius: 5px;
266
- @thumbBackground: rgba(0, 0, 0, 0.25);
266
+ @thumbBackground: rgb(0 0 0 / 0.25);
267
267
  @thumbTransition: color 0.2s ease;
268
268
 
269
- @thumbInactiveBackground: rgba(0, 0, 0, 0.15);
270
- @thumbHoverBackground: rgba(128, 135, 139, 0.8);
269
+ @thumbInactiveBackground: rgb(0 0 0 / 0.15);
270
+ @thumbHoverBackground: rgb(128 135 139 / 0.8);
271
271
 
272
272
  /* Inverted */
273
- @trackInvertedBackground: rgba(255, 255, 255, 0.1);
274
- @thumbInvertedBackground: rgba(255, 255, 255, 0.25);
275
- @thumbInvertedInactiveBackground: rgba(255, 255, 255, 0.15);
276
- @thumbInvertedHoverBackground: rgba(255, 255, 255, 0.35);
273
+ @trackInvertedBackground: rgb(255 255 255 / 0.1);
274
+ @thumbInvertedBackground: rgb(255 255 255 / 0.25);
275
+ @thumbInvertedInactiveBackground: rgb(255 255 255 / 0.15);
276
+ @thumbInvertedHoverBackground: rgb(255 255 255 / 0.35);
277
277
 
278
278
  /* Scrolling */
279
279
  @scrollingMobileMaxHeight: 15em;
@@ -289,7 +289,7 @@
289
289
  @highlightBackground: #cce2ff;
290
290
  @highlightColor: @textColor;
291
291
 
292
- @inputHighlightBackground: rgba(100, 100, 100, 0.4);
292
+ @inputHighlightBackground: rgb(100 100 100 / 0.4);
293
293
  @inputHighlightColor: @textColor;
294
294
 
295
295
  /* -------------------
@@ -301,10 +301,10 @@
301
301
  @loaderSpeed: 0.6s;
302
302
  @loaderSpeedSlow: 0.9s;
303
303
  @loaderLineWidth: 0.2em;
304
- @loaderFillColor: rgba(0, 0, 0, 0.1);
304
+ @loaderFillColor: rgb(0 0 0 / 0.1);
305
305
  @loaderLineColor: @grey;
306
306
 
307
- @invertedLoaderFillColor: rgba(255, 255, 255, 0.15);
307
+ @invertedLoaderFillColor: rgb(255 255 255 / 0.15);
308
308
  @invertedLoaderLineColor: @white;
309
309
 
310
310
  /* -------------------
@@ -544,7 +544,7 @@
544
544
 
545
545
  /* Box Shadows */
546
546
 
547
- @shadowShadow: 0 0 0 0 rgba(0, 0, 0, 0);
547
+ @shadowShadow: 0 0 0 0 rgb(0 0 0 / 0);
548
548
  @borderWidth: 1px;
549
549
 
550
550
  @primaryBoxShadow:
@@ -642,14 +642,14 @@
642
642
  Alpha Colors
643
643
  -------------------- */
644
644
 
645
- @subtleTransparentBlack: rgba(0, 0, 0, 0.03);
646
- @transparentBlack: rgba(0, 0, 0, 0.05);
647
- @strongTransparentBlack: rgba(0, 0, 0, 0.1);
648
- @veryStrongTransparentBlack: rgba(0, 0, 0, 0.15);
645
+ @subtleTransparentBlack: rgb(0 0 0 / 0.03);
646
+ @transparentBlack: rgb(0 0 0 / 0.05);
647
+ @strongTransparentBlack: rgb(0 0 0 / 0.1);
648
+ @veryStrongTransparentBlack: rgb(0 0 0 / 0.15);
649
649
 
650
- @subtleTransparentWhite: rgba(255, 255, 255, 0.02);
651
- @transparentWhite: rgba(255, 255, 255, 0.08);
652
- @strongTransparentWhite: rgba(255, 255, 255, 0.15);
650
+ @subtleTransparentWhite: rgb(255 255 255 / 0.02);
651
+ @transparentWhite: rgb(255 255 255 / 0.08);
652
+ @strongTransparentWhite: rgb(255 255 255 / 0.15);
653
653
 
654
654
  /* -------------------
655
655
  Accents
@@ -662,11 +662,11 @@
662
662
  @subtleShadow: 0 1px 2px 0 @borderColor;
663
663
  @bottomShadow: 0 2px 1px -1px @borderColor;
664
664
  @floatingShadow:
665
- 0 2px 4px 0 rgba(34, 36, 38, 0.12),
666
- 0 2px 10px 0 rgba(34, 36, 38, 0.15);
665
+ 0 2px 4px 0 rgb(34 36 38 / 0.12),
666
+ 0 2px 10px 0 rgb(34 36 38 / 0.15);
667
667
  @invertedFloatingShadow:
668
- 0 2px 4px 0 rgba(225, 225, 225, 0.1),
669
- 0 2px 10px 0 rgba(225, 225, 225, 0.5);
668
+ 0 2px 4px 0 rgb(225 225 225 / 0.1),
669
+ 0 2px 10px 0 rgb(225 225 225 / 0.5);
670
670
 
671
671
  /*******************************
672
672
  Power-User
@@ -769,22 +769,22 @@
769
769
  Neutral Text
770
770
  -------------------- */
771
771
 
772
- @darkTextColor: rgba(0, 0, 0, 0.85);
773
- @mutedTextColor: rgba(0, 0, 0, 0.6);
774
- @lightTextColor: rgba(0, 0, 0, 0.4);
772
+ @darkTextColor: rgb(0 0 0 / 0.85);
773
+ @mutedTextColor: rgb(0 0 0 / 0.6);
774
+ @lightTextColor: rgb(0 0 0 / 0.4);
775
775
 
776
- @unselectedTextColor: rgba(0, 0, 0, 0.4);
777
- @hoveredTextColor: rgba(0, 0, 0, 0.8);
778
- @pressedTextColor: rgba(0, 0, 0, 0.9);
779
- @selectedTextColor: rgba(0, 0, 0, 0.95);
776
+ @unselectedTextColor: rgb(0 0 0 / 0.4);
777
+ @hoveredTextColor: rgb(0 0 0 / 0.8);
778
+ @pressedTextColor: rgb(0 0 0 / 0.9);
779
+ @selectedTextColor: rgb(0 0 0 / 0.95);
780
780
 
781
- @invertedTextColor: rgba(255, 255, 255, 0.9);
782
- @invertedMutedTextColor: rgba(255, 255, 255, 0.8);
783
- @invertedLightTextColor: rgba(255, 255, 255, 0.7);
784
- @invertedUnselectedTextColor: rgba(255, 255, 255, 0.5);
785
- @invertedHoveredTextColor: rgba(255, 255, 255, 1);
786
- @invertedPressedTextColor: rgba(255, 255, 255, 1);
787
- @invertedSelectedTextColor: rgba(255, 255, 255, 1);
781
+ @invertedTextColor: rgb(255 255 255 / 0.9);
782
+ @invertedMutedTextColor: rgb(255 255 255 / 0.8);
783
+ @invertedLightTextColor: rgb(255 255 255 / 0.7);
784
+ @invertedUnselectedTextColor: rgb(255 255 255 / 0.5);
785
+ @invertedHoveredTextColor: rgb(255 255 255 / 1);
786
+ @invertedPressedTextColor: rgb(255 255 255 / 1);
787
+ @invertedSelectedTextColor: rgb(255 255 255 / 1);
788
788
 
789
789
  /* -------------------
790
790
  Brand Colors
@@ -807,19 +807,19 @@
807
807
 
808
808
  @circularRadius: 500rem;
809
809
 
810
- @borderColor: rgba(34, 36, 38, 0.15);
811
- @strongBorderColor: rgba(34, 36, 38, 0.22);
812
- @internalBorderColor: rgba(34, 36, 38, 0.1);
813
- @selectedBorderColor: rgba(34, 36, 38, 0.35);
814
- @strongSelectedBorderColor: rgba(34, 36, 38, 0.5);
815
- @disabledBorderColor: rgba(34, 36, 38, 0.5);
810
+ @borderColor: rgb(34 36 38 / 0.15);
811
+ @strongBorderColor: rgb(34 36 38 / 0.22);
812
+ @internalBorderColor: rgb(34 36 38 / 0.1);
813
+ @selectedBorderColor: rgb(34 36 38 / 0.35);
814
+ @strongSelectedBorderColor: rgb(34 36 38 / 0.5);
815
+ @disabledBorderColor: rgb(34 36 38 / 0.5);
816
816
 
817
817
  @solidInternalBorderColor: #fafafa;
818
818
  @solidBorderColor: #d4d4d5;
819
819
  @solidSelectedBorderColor: #bcbdbd;
820
820
 
821
- @whiteBorderColor: rgba(255, 255, 255, 0.1);
822
- @selectedWhiteBorderColor: rgba(255, 255, 255, 0.8);
821
+ @whiteBorderColor: rgb(255 255 255 / 0.1);
822
+ @selectedWhiteBorderColor: rgb(255 255 255 / 0.8);
823
823
 
824
824
  @solidWhiteBorderColor: #555;
825
825
  @selectedSolidWhiteBorderColor: #999;
@@ -1058,8 +1058,8 @@
1058
1058
 
1059
1059
  @disabledOpacity: 0.45;
1060
1060
  @disabledPointerEvents: none;
1061
- @disabledTextColor: rgba(40, 40, 40, 0.3);
1062
- @invertedDisabledTextColor: rgba(225, 225, 225, 0.3);
1061
+ @disabledTextColor: rgb(40 40 40 / 0.3);
1062
+ @invertedDisabledTextColor: rgb(225 225 225 / 0.3);
1063
1063
 
1064
1064
  /* -------------------
1065
1065
  Hover
@@ -1067,8 +1067,8 @@
1067
1067
 
1068
1068
  /* --- Shadows --- */
1069
1069
  @floatingShadowHover:
1070
- 0 2px 4px 0 rgba(34, 36, 38, 0.15),
1071
- 0 2px 10px 0 rgba(34, 36, 38, 0.25);
1070
+ 0 2px 4px 0 rgb(34 36 38 / 0.15),
1071
+ 0 2px 10px 0 rgb(34 36 38 / 0.25);
1072
1072
 
1073
1073
  /* --- Colors --- */
1074
1074
  @primaryColorHover: if(iscolor(@primaryColor), saturate(darken(@primaryColor, 5), 10, relative), @primaryColor);
@@ -320,7 +320,7 @@
320
320
  @variationMenuSecondary: true;
321
321
  @variationMenuPointing: true;
322
322
  @variationMenuVertical: true;
323
- @variationMenuTabular: true;
323
+ @variationMenuTabbed: true;
324
324
  @variationMenuPagination: true;
325
325
  @variationMenuText: true;
326
326
  @variationMenuFluid: true;
@@ -337,6 +337,7 @@
337
337
  @variationMenuEqualWidth: true;
338
338
  @variationMenuWrapping: true;
339
339
  @variationMenuWrapped: true;
340
+ @variationMenuTabbedLegacyTabular: false;
340
341
  @variationMenuSizes: @variationAllSizes;
341
342
  @variationMenuColors: @variationAllColors;
342
343
 
@@ -789,7 +790,7 @@
789
790
 
790
791
  /* Emojis */
791
792
  @variationEmojiColons: true;
792
- @variationEmojiNoColons: true;
793
+ @variationEmojiNoColons: false;
793
794
  @variationEmojiDisabled: true;
794
795
  @variationEmojiLoading: true;
795
796
  @variationEmojiLink: true;
@@ -75,7 +75,6 @@
75
75
  @styledTitlePadding: 0.75em 1em;
76
76
  @styledTitleFontWeight: @bold;
77
77
  @styledTitleColor: @unselectedTextColor;
78
- @styledTitleTransition: background-color @defaultDuration @defaultEasing;
79
78
  @styledTitleBorder: 1px solid @borderColor;
80
79
  @styledTitleTransition:
81
80
  background @defaultDuration @defaultEasing,
@@ -71,7 +71,7 @@
71
71
 
72
72
  /* Disabled */
73
73
  @disabledCheckboxOpacity: 0.5;
74
- @disabledCheckboxLabelColor: rgba(0, 0, 0, 1);
74
+ @disabledCheckboxLabelColor: rgb(0 0 0 / 1);
75
75
 
76
76
  /* -------------------
77
77
  Types
@@ -5,7 +5,7 @@
5
5
  @dimmablePosition: relative;
6
6
  @dimmerPosition: absolute;
7
7
 
8
- @backgroundColor: rgba(0, 0, 0, 0.85);
8
+ @backgroundColor: rgb(0 0 0 / 0.85);
9
9
  @lineHeight: 1;
10
10
  @perspective: 2000px;
11
11
  @padding: 1em;
@@ -22,8 +22,8 @@
22
22
  @blurredEndFilter: e("blur(5px) grayscale(0.7)");
23
23
  @blurredTransition: 800ms filter @defaultEasing;
24
24
 
25
- @blurredBackgroundColor: rgba(0, 0, 0, 0.6);
26
- @blurredInvertedBackgroundColor: rgba(255, 255, 255, 0.6);
25
+ @blurredBackgroundColor: rgb(0 0 0 / 0.6);
26
+ @blurredInvertedBackgroundColor: rgb(255 255 255 / 0.6);
27
27
 
28
28
  /* Hidden (Default) */
29
29
  @hiddenOpacity: 0;
@@ -44,20 +44,20 @@
44
44
  -------------------- */
45
45
 
46
46
  /* Inverted */
47
- @invertedBackgroundColor: rgba(255, 255, 255, 0.85);
47
+ @invertedBackgroundColor: rgb(255 255 255 / 0.85);
48
48
  @invertedTextColor: @fullBlack;
49
49
 
50
50
  /* Simple */
51
51
  @simpleZIndex: 1;
52
- @simpleStartBackgroundColor: rgba(0, 0, 0, 0);
52
+ @simpleStartBackgroundColor: rgb(0 0 0 / 0);
53
53
  @simpleEndBackgroundColor: @backgroundColor;
54
- @simpleInvertedStartBackgroundColor: rgba(255, 255, 255, 0);
54
+ @simpleInvertedStartBackgroundColor: rgb(255 255 255 / 0);
55
55
  @simpleInvertedEndBackgroundColor: @invertedBackgroundColor;
56
56
 
57
57
  /* Intensity */
58
- @veryLightBackgroundColor: rgba(0, 0, 0, 0.25);
59
- @lightBackgroundColor: rgba(0, 0, 0, 0.45);
60
- @mediumBackgroundColor: rgba(0, 0, 0, 0.65);
61
- @veryLightInvertedBackgroundColor: rgba(255, 255, 255, 0.25);
62
- @lightInvertedBackgroundColor: rgba(255, 255, 255, 0.45);
63
- @mediumInvertedBackgroundColor: rgba(255, 255, 255, 0.65);
58
+ @veryLightBackgroundColor: rgb(0 0 0 / 0.25);
59
+ @lightBackgroundColor: rgb(0 0 0 / 0.45);
60
+ @mediumBackgroundColor: rgb(0 0 0 / 0.65);
61
+ @veryLightInvertedBackgroundColor: rgb(255 255 255 / 0.25);
62
+ @lightInvertedBackgroundColor: rgb(255 255 255 / 0.45);
63
+ @mediumInvertedBackgroundColor: rgb(255 255 255 / 0.65);