fomantic-ui 2.9.4-beta.3 → 2.9.4-beta.31

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 (236) hide show
  1. package/.all-contributorsrc +20 -1
  2. package/.eslintrc.js +17 -0
  3. package/.github/workflows/ci.yml +5 -5
  4. package/.github/workflows/nightly.yml +1 -1
  5. package/.github/workflows/release.yml +1 -1
  6. package/CONTRIBUTORS.md +2 -0
  7. package/dist/components/accordion.css +1 -1
  8. package/dist/components/accordion.js +4 -2
  9. package/dist/components/accordion.min.css +1 -1
  10. package/dist/components/accordion.min.js +2 -2
  11. package/dist/components/ad.css +1 -1
  12. package/dist/components/ad.min.css +1 -1
  13. package/dist/components/api.js +7 -3
  14. package/dist/components/api.min.js +2 -2
  15. package/dist/components/breadcrumb.css +1 -1
  16. package/dist/components/breadcrumb.min.css +1 -1
  17. package/dist/components/button.css +19 -3
  18. package/dist/components/button.min.css +2 -2
  19. package/dist/components/calendar.css +1 -1
  20. package/dist/components/calendar.js +4 -2
  21. package/dist/components/calendar.min.css +1 -1
  22. package/dist/components/calendar.min.js +2 -2
  23. package/dist/components/card.css +1 -1
  24. package/dist/components/card.min.css +1 -1
  25. package/dist/components/checkbox.css +1 -1
  26. package/dist/components/checkbox.js +4 -2
  27. package/dist/components/checkbox.min.css +1 -1
  28. package/dist/components/checkbox.min.js +2 -2
  29. package/dist/components/comment.css +1 -1
  30. package/dist/components/comment.min.css +1 -1
  31. package/dist/components/container.css +1 -1
  32. package/dist/components/container.min.css +1 -1
  33. package/dist/components/dimmer.css +1 -1
  34. package/dist/components/dimmer.js +4 -2
  35. package/dist/components/dimmer.min.css +1 -1
  36. package/dist/components/dimmer.min.js +2 -2
  37. package/dist/components/divider.css +1 -1
  38. package/dist/components/divider.min.css +1 -1
  39. package/dist/components/dropdown.css +15 -17
  40. package/dist/components/dropdown.js +18 -8
  41. package/dist/components/dropdown.min.css +2 -2
  42. package/dist/components/dropdown.min.js +3 -3
  43. package/dist/components/embed.css +1 -1
  44. package/dist/components/embed.js +4 -2
  45. package/dist/components/embed.min.css +1 -1
  46. package/dist/components/embed.min.js +2 -2
  47. package/dist/components/emoji.css +1 -1
  48. package/dist/components/emoji.min.css +1 -1
  49. package/dist/components/feed.css +1 -1
  50. package/dist/components/feed.min.css +1 -1
  51. package/dist/components/flag.css +1 -1
  52. package/dist/components/flag.min.css +1 -1
  53. package/dist/components/flyout.css +1 -1
  54. package/dist/components/flyout.js +4 -2
  55. package/dist/components/flyout.min.css +1 -1
  56. package/dist/components/flyout.min.js +2 -2
  57. package/dist/components/form.css +15 -5
  58. package/dist/components/form.js +42 -17
  59. package/dist/components/form.min.css +2 -2
  60. package/dist/components/form.min.js +3 -3
  61. package/dist/components/grid.css +5 -5
  62. package/dist/components/grid.min.css +2 -2
  63. package/dist/components/header.css +4 -1
  64. package/dist/components/header.min.css +2 -2
  65. package/dist/components/icon.css +1 -1
  66. package/dist/components/icon.min.css +1 -1
  67. package/dist/components/image.css +1 -1
  68. package/dist/components/image.min.css +1 -1
  69. package/dist/components/input.css +30 -10
  70. package/dist/components/input.min.css +2 -2
  71. package/dist/components/item.css +1 -1
  72. package/dist/components/item.min.css +1 -1
  73. package/dist/components/label.css +1 -2
  74. package/dist/components/label.min.css +2 -2
  75. package/dist/components/list.css +1 -1
  76. package/dist/components/list.min.css +1 -1
  77. package/dist/components/loader.css +1 -1
  78. package/dist/components/loader.min.css +1 -1
  79. package/dist/components/menu.css +1 -2
  80. package/dist/components/menu.min.css +2 -2
  81. package/dist/components/message.css +1 -1
  82. package/dist/components/message.min.css +1 -1
  83. package/dist/components/modal.css +1 -1
  84. package/dist/components/modal.js +7 -3
  85. package/dist/components/modal.min.css +1 -1
  86. package/dist/components/modal.min.js +2 -2
  87. package/dist/components/nag.css +1 -1
  88. package/dist/components/nag.js +7 -3
  89. package/dist/components/nag.min.css +1 -1
  90. package/dist/components/nag.min.js +2 -2
  91. package/dist/components/placeholder.css +1 -1
  92. package/dist/components/placeholder.min.css +1 -1
  93. package/dist/components/popup.css +1 -2
  94. package/dist/components/popup.js +10 -4
  95. package/dist/components/popup.min.css +2 -2
  96. package/dist/components/popup.min.js +2 -2
  97. package/dist/components/progress.css +1 -1
  98. package/dist/components/progress.js +4 -2
  99. package/dist/components/progress.min.css +1 -1
  100. package/dist/components/progress.min.js +2 -2
  101. package/dist/components/rail.css +1 -1
  102. package/dist/components/rail.min.css +1 -1
  103. package/dist/components/rating.css +1 -1
  104. package/dist/components/rating.js +4 -2
  105. package/dist/components/rating.min.css +1 -1
  106. package/dist/components/rating.min.js +2 -2
  107. package/dist/components/reset.css +1 -1
  108. package/dist/components/reset.min.css +1 -1
  109. package/dist/components/reveal.css +1 -1
  110. package/dist/components/reveal.min.css +1 -1
  111. package/dist/components/search.css +1 -1
  112. package/dist/components/search.js +7 -3
  113. package/dist/components/search.min.css +1 -1
  114. package/dist/components/search.min.js +2 -2
  115. package/dist/components/segment.css +1 -1
  116. package/dist/components/segment.min.css +1 -1
  117. package/dist/components/shape.css +1 -1
  118. package/dist/components/shape.js +4 -2
  119. package/dist/components/shape.min.css +1 -1
  120. package/dist/components/shape.min.js +2 -2
  121. package/dist/components/sidebar.css +1 -1
  122. package/dist/components/sidebar.js +4 -2
  123. package/dist/components/sidebar.min.css +1 -1
  124. package/dist/components/sidebar.min.js +2 -2
  125. package/dist/components/site.css +1 -1
  126. package/dist/components/site.js +4 -2
  127. package/dist/components/site.min.css +1 -1
  128. package/dist/components/site.min.js +2 -2
  129. package/dist/components/slider.css +1 -1
  130. package/dist/components/slider.js +4 -2
  131. package/dist/components/slider.min.css +1 -1
  132. package/dist/components/slider.min.js +2 -2
  133. package/dist/components/state.js +4 -2
  134. package/dist/components/state.min.js +2 -2
  135. package/dist/components/statistic.css +1 -1
  136. package/dist/components/statistic.min.css +1 -1
  137. package/dist/components/step.css +1 -1
  138. package/dist/components/step.min.css +1 -1
  139. package/dist/components/sticky.css +1 -1
  140. package/dist/components/sticky.js +4 -2
  141. package/dist/components/sticky.min.css +1 -1
  142. package/dist/components/sticky.min.js +2 -2
  143. package/dist/components/tab.css +1 -1
  144. package/dist/components/tab.js +4 -2
  145. package/dist/components/tab.min.css +1 -1
  146. package/dist/components/tab.min.js +2 -2
  147. package/dist/components/table.css +1 -1
  148. package/dist/components/table.min.css +1 -1
  149. package/dist/components/text.css +1 -1
  150. package/dist/components/text.min.css +1 -1
  151. package/dist/components/toast.css +1 -1
  152. package/dist/components/toast.js +4 -2
  153. package/dist/components/toast.min.css +1 -1
  154. package/dist/components/toast.min.js +2 -2
  155. package/dist/components/transition.css +1 -1
  156. package/dist/components/transition.js +7 -3
  157. package/dist/components/transition.min.css +1 -1
  158. package/dist/components/transition.min.js +2 -2
  159. package/dist/components/visibility.js +4 -2
  160. package/dist/components/visibility.min.js +2 -2
  161. package/dist/semantic.css +143 -92
  162. package/dist/semantic.js +175 -80
  163. package/dist/semantic.min.css +3 -3
  164. package/dist/semantic.min.js +3 -3
  165. package/dist/themes/basic/assets/fonts/LICENSE.txt +91 -0
  166. package/dist/themes/default/assets/fonts/LICENSE_Lato.txt +94 -0
  167. package/dist/themes/default/assets/fonts/LICENSE_icons.txt +165 -0
  168. package/dist/themes/github/assets/fonts/LICENSE.txt +94 -0
  169. package/dist/themes/material/assets/fonts/LICENSE.txt +202 -0
  170. package/package.json +3 -3
  171. package/src/definitions/behaviors/api.js +6 -2
  172. package/src/definitions/behaviors/form.js +41 -16
  173. package/src/definitions/behaviors/state.js +3 -1
  174. package/src/definitions/behaviors/visibility.js +3 -1
  175. package/src/definitions/collections/form.less +14 -4
  176. package/src/definitions/collections/grid.less +4 -4
  177. package/src/definitions/elements/button.less +25 -3
  178. package/src/definitions/elements/header.less +5 -0
  179. package/src/definitions/elements/input.less +14 -6
  180. package/src/definitions/globals/site.js +3 -1
  181. package/src/definitions/modules/accordion.js +3 -1
  182. package/src/definitions/modules/calendar.js +3 -1
  183. package/src/definitions/modules/checkbox.js +3 -1
  184. package/src/definitions/modules/dimmer.js +3 -1
  185. package/src/definitions/modules/dropdown.js +17 -7
  186. package/src/definitions/modules/dropdown.less +2 -2
  187. package/src/definitions/modules/embed.js +3 -1
  188. package/src/definitions/modules/flyout.js +3 -1
  189. package/src/definitions/modules/modal.js +6 -2
  190. package/src/definitions/modules/nag.js +6 -2
  191. package/src/definitions/modules/popup.js +9 -3
  192. package/src/definitions/modules/progress.js +3 -1
  193. package/src/definitions/modules/rating.js +3 -1
  194. package/src/definitions/modules/search.js +6 -2
  195. package/src/definitions/modules/shape.js +3 -1
  196. package/src/definitions/modules/sidebar.js +3 -1
  197. package/src/definitions/modules/slider.js +3 -1
  198. package/src/definitions/modules/sticky.js +3 -1
  199. package/src/definitions/modules/tab.js +3 -1
  200. package/src/definitions/modules/toast.js +3 -1
  201. package/src/definitions/modules/transition.js +6 -2
  202. package/src/themes/basic/assets/fonts/LICENSE.txt +91 -0
  203. package/src/themes/default/assets/fonts/LICENSE_Lato.txt +94 -0
  204. package/src/themes/default/assets/fonts/LICENSE_icons.txt +165 -0
  205. package/src/themes/default/collections/form.variables +1 -0
  206. package/src/themes/default/elements/button.variables +2 -0
  207. package/src/themes/default/globals/variation.variables +1 -0
  208. package/src/themes/github/assets/fonts/LICENSE.txt +94 -0
  209. package/src/themes/material/assets/fonts/LICENSE.txt +202 -0
  210. package/types/fomantic-ui-accordion.d.ts +1 -1
  211. package/types/fomantic-ui-api.d.ts +9 -3
  212. package/types/fomantic-ui-calendar.d.ts +93 -8
  213. package/types/fomantic-ui-checkbox.d.ts +14 -4
  214. package/types/fomantic-ui-dimmer.d.ts +1 -1
  215. package/types/fomantic-ui-dropdown.d.ts +30 -35
  216. package/types/fomantic-ui-embed.d.ts +1 -1
  217. package/types/fomantic-ui-flyout.d.ts +24 -10
  218. package/types/fomantic-ui-form.d.ts +123 -15
  219. package/types/fomantic-ui-modal.d.ts +75 -5
  220. package/types/fomantic-ui-nag.d.ts +4 -4
  221. package/types/fomantic-ui-popup.d.ts +11 -11
  222. package/types/fomantic-ui-progress.d.ts +12 -6
  223. package/types/fomantic-ui-rating.d.ts +1 -1
  224. package/types/fomantic-ui-search.d.ts +31 -13
  225. package/types/fomantic-ui-shape.d.ts +2 -2
  226. package/types/fomantic-ui-sidebar.d.ts +4 -4
  227. package/types/fomantic-ui-slider.d.ts +1 -1
  228. package/types/fomantic-ui-sticky.d.ts +1 -1
  229. package/types/fomantic-ui-tab.d.ts +5 -5
  230. package/types/fomantic-ui-toast.d.ts +7 -2
  231. package/types/fomantic-ui-transition.d.ts +29 -1
  232. package/types/fomantic-ui-visibility.d.ts +3 -3
  233. package/types/index.d.ts +25 -25
  234. package/types/tests.ts +188 -0
  235. package/types/tsconfig.json +1 -1
  236. package/types/fomantic-ui-tests.ts +0 -25
package/dist/semantic.css CHANGED
@@ -1,15 +1,15 @@
1
1
  /*
2
- * # Fomantic UI - 2.9.4-beta.3+9e5d2f7
2
+ * # Fomantic UI - 2.9.4-beta.31+5437960
3
3
  * https://github.com/fomantic/Fomantic-UI
4
4
  * https://fomantic-ui.com/
5
5
  *
6
- * Copyright 2023 Contributors
6
+ * Copyright 2024 Contributors
7
7
  * Released under the MIT license
8
8
  * https://opensource.org/licenses/MIT
9
9
  *
10
10
  */
11
11
  /*!
12
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Reset
12
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Reset
13
13
  * https://github.com/fomantic/Fomantic-UI/
14
14
  *
15
15
  *
@@ -430,7 +430,7 @@ template {
430
430
  Site Overrides
431
431
  *******************************/
432
432
  /*!
433
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Site
433
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Site
434
434
  * https://github.com/fomantic/Fomantic-UI/
435
435
  *
436
436
  *
@@ -727,7 +727,7 @@ input::selection {
727
727
  Site Overrides
728
728
  *******************************/
729
729
  /*!
730
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Button
730
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Button
731
731
  * https://github.com/fomantic/Fomantic-UI/
732
732
  *
733
733
  *
@@ -1686,7 +1686,7 @@ input::selection {
1686
1686
  border-top: 1px solid rgba(34, 36, 38, 0.15);
1687
1687
  }
1688
1688
 
1689
- .ui.basic.vertical.buttons:not(.spaced) .button:first-child {
1689
+ .ui.basic.vertical.buttons:not(.spaced):not(.circular) .button:first-child {
1690
1690
  border-top: none;
1691
1691
  }
1692
1692
 
@@ -1840,7 +1840,8 @@ input::selection {
1840
1840
  Circular
1841
1841
  --------------- */
1842
1842
 
1843
- .ui.circular.button {
1843
+ .ui.ui.circular.buttons .button,
1844
+ .ui.ui.ui.ui.circular.button {
1844
1845
  border-radius: 10em;
1845
1846
  }
1846
1847
 
@@ -1849,6 +1850,26 @@ input::selection {
1849
1850
  vertical-align: baseline;
1850
1851
  }
1851
1852
 
1853
+ .ui.circular.buttons:not(.vertical) .button {
1854
+ margin-right: 0.25em;
1855
+ }
1856
+
1857
+ .ui.vertical.circular.buttons .button {
1858
+ margin-bottom: 0.25em;
1859
+ }
1860
+
1861
+ .ui.circular.basic.buttons {
1862
+ border: none;
1863
+ }
1864
+
1865
+ .ui.circular.basic.buttons .button {
1866
+ border: 1px solid rgba(34, 36, 38, 0.15);
1867
+ }
1868
+
1869
+ .ui.circular.basic.buttons .button.basic {
1870
+ border: none;
1871
+ }
1872
+
1852
1873
  /* -------------------
1853
1874
  Or Buttons
1854
1875
  -------------------- */
@@ -5414,7 +5435,7 @@ input::selection {
5414
5435
  Site Overrides
5415
5436
  *******************************/
5416
5437
  /*!
5417
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Container
5438
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Container
5418
5439
  * https://github.com/fomantic/Fomantic-UI/
5419
5440
  *
5420
5441
  *
@@ -5771,7 +5792,7 @@ input::selection {
5771
5792
  Site Overrides
5772
5793
  *******************************/
5773
5794
  /*!
5774
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Divider
5795
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Divider
5775
5796
  * https://github.com/fomantic/Fomantic-UI/
5776
5797
  *
5777
5798
  *
@@ -6079,7 +6100,7 @@ input::selection {
6079
6100
  Site Overrides
6080
6101
  *******************************/
6081
6102
  /*!
6082
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Emoji
6103
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Emoji
6083
6104
  * https://github.com/fomantic/Fomantic-UI/
6084
6105
  *
6085
6106
  *
@@ -24458,7 +24479,7 @@ em[data-emoji="regional_indicator_a"]::before {
24458
24479
  Site Overrides
24459
24480
  *******************************/
24460
24481
  /*!
24461
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Flag
24482
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Flag
24462
24483
  * https://github.com/fomantic/Fomantic-UI/
24463
24484
  *
24464
24485
  *
@@ -25871,7 +25892,7 @@ i.flag.united.nations::before {
25871
25892
  Site Overrides
25872
25893
  *******************************/
25873
25894
  /*!
25874
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Header
25895
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Header
25875
25896
  * https://github.com/fomantic/Fomantic-UI/
25876
25897
  *
25877
25898
  *
@@ -26771,6 +26792,10 @@ a.ui.inverted.black.header.header.header:hover {
26771
26792
  border-radius: 0 0 0.28571429rem 0.28571429rem;
26772
26793
  }
26773
26794
 
26795
+ .ui.seamless.attached:not(.bottom).header {
26796
+ border-bottom: none;
26797
+ }
26798
+
26774
26799
  /* Attached Sizes */
26775
26800
 
26776
26801
  .ui.attached.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
@@ -26821,7 +26846,7 @@ a.ui.inverted.black.header.header.header:hover {
26821
26846
  Site Overrides
26822
26847
  *******************************/
26823
26848
  /*!
26824
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Icon
26849
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Icon
26825
26850
  * https://github.com/fomantic/Fomantic-UI/
26826
26851
  *
26827
26852
  *
@@ -35931,7 +35956,7 @@ i.icon.youtube.play::before {
35931
35956
  Site Overrides
35932
35957
  *******************************/
35933
35958
  /*!
35934
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Image
35959
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Image
35935
35960
  * https://github.com/fomantic/Fomantic-UI/
35936
35961
  *
35937
35962
  *
@@ -36272,7 +36297,7 @@ img.ui.bordered.image {
36272
36297
  Site Overrides
36273
36298
  *******************************/
36274
36299
  /*!
36275
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Input
36300
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Input
36276
36301
  * https://github.com/fomantic/Fomantic-UI/
36277
36302
  *
36278
36303
  *
@@ -36300,7 +36325,7 @@ img.ui.bordered.image {
36300
36325
  .ui.input > input {
36301
36326
  margin: 0;
36302
36327
  max-width: 100%;
36303
- flex: 1 0 auto;
36328
+ flex: 1 1 auto;
36304
36329
  outline: none;
36305
36330
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
36306
36331
  text-align: left;
@@ -36976,7 +37001,11 @@ img.ui.bordered.image {
36976
37001
  .ui.form .field.error > .ui.action.input:not([class*="left action"]) > input + .ui.button,
36977
37002
  .ui.form .field.error > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
36978
37003
  .ui.action.input.error:not([class*="left action"]) > input + .ui.button,
36979
- .ui.right.labeled.input.error:not([class*="corner labeled"]) > input + .ui.label {
37004
+ .ui.right.labeled.input.error:not([class*="corner labeled"]) > input + .ui.label,
37005
+ .ui.form .field.error > .ui.action.input:not([class*="left action"]) > textarea + .ui.button,
37006
+ .ui.form .field.error > .ui.right.labeled.input:not([class*="corner labeled"]) > textarea + .ui.label,
37007
+ .ui.action.input.error:not([class*="left action"]) > textarea + .ui.button,
37008
+ .ui.right.labeled.input.error:not([class*="corner labeled"]) > textarea + .ui.label {
36980
37009
  border-right: 1px solid #e0b4b4;
36981
37010
  }
36982
37011
 
@@ -37003,7 +37032,11 @@ img.ui.bordered.image {
37003
37032
  .ui.form .field.info > .ui.action.input:not([class*="left action"]) > input + .ui.button,
37004
37033
  .ui.form .field.info > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
37005
37034
  .ui.action.input.info:not([class*="left action"]) > input + .ui.button,
37006
- .ui.right.labeled.input.info:not([class*="corner labeled"]) > input + .ui.label {
37035
+ .ui.right.labeled.input.info:not([class*="corner labeled"]) > input + .ui.label,
37036
+ .ui.form .field.info > .ui.action.input:not([class*="left action"]) > textarea + .ui.button,
37037
+ .ui.form .field.info > .ui.right.labeled.input:not([class*="corner labeled"]) > textarea + .ui.label,
37038
+ .ui.action.input.info:not([class*="left action"]) > textarea + .ui.button,
37039
+ .ui.right.labeled.input.info:not([class*="corner labeled"]) > textarea + .ui.label {
37007
37040
  border-right: 1px solid #a9d5de;
37008
37041
  }
37009
37042
 
@@ -37030,7 +37063,11 @@ img.ui.bordered.image {
37030
37063
  .ui.form .field.success > .ui.action.input:not([class*="left action"]) > input + .ui.button,
37031
37064
  .ui.form .field.success > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
37032
37065
  .ui.action.input.success:not([class*="left action"]) > input + .ui.button,
37033
- .ui.right.labeled.input.success:not([class*="corner labeled"]) > input + .ui.label {
37066
+ .ui.right.labeled.input.success:not([class*="corner labeled"]) > input + .ui.label,
37067
+ .ui.form .field.success > .ui.action.input:not([class*="left action"]) > textarea + .ui.button,
37068
+ .ui.form .field.success > .ui.right.labeled.input:not([class*="corner labeled"]) > textarea + .ui.label,
37069
+ .ui.action.input.success:not([class*="left action"]) > textarea + .ui.button,
37070
+ .ui.right.labeled.input.success:not([class*="corner labeled"]) > textarea + .ui.label {
37034
37071
  border-right: 1px solid #a3c293;
37035
37072
  }
37036
37073
 
@@ -37057,7 +37094,11 @@ img.ui.bordered.image {
37057
37094
  .ui.form .field.warning > .ui.action.input:not([class*="left action"]) > input + .ui.button,
37058
37095
  .ui.form .field.warning > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
37059
37096
  .ui.action.input.warning:not([class*="left action"]) > input + .ui.button,
37060
- .ui.right.labeled.input.warning:not([class*="corner labeled"]) > input + .ui.label {
37097
+ .ui.right.labeled.input.warning:not([class*="corner labeled"]) > input + .ui.label,
37098
+ .ui.form .field.warning > .ui.action.input:not([class*="left action"]) > textarea + .ui.button,
37099
+ .ui.form .field.warning > .ui.right.labeled.input:not([class*="corner labeled"]) > textarea + .ui.label,
37100
+ .ui.action.input.warning:not([class*="left action"]) > textarea + .ui.button,
37101
+ .ui.right.labeled.input.warning:not([class*="corner labeled"]) > textarea + .ui.label {
37061
37102
  border-right: 1px solid #c9ba9b;
37062
37103
  }
37063
37104
 
@@ -37086,7 +37127,8 @@ img.ui.bordered.image {
37086
37127
 
37087
37128
  /* Input when ui Left */
37088
37129
 
37089
- .ui[class*="left action"].input > input {
37130
+ .ui[class*="left action"].input > input,
37131
+ .ui[class*="left action"].input > textarea {
37090
37132
  border-top-left-radius: 0;
37091
37133
  border-bottom-left-radius: 0;
37092
37134
  border-left-color: transparent;
@@ -37094,7 +37136,8 @@ img.ui.bordered.image {
37094
37136
 
37095
37137
  /* Input when ui Right */
37096
37138
 
37097
- .ui.action.input:not([class*="left action"]) > input {
37139
+ .ui.action.input:not([class*="left action"]) > input,
37140
+ .ui.action.input:not([class*="left action"]) > textarea {
37098
37141
  border-top-right-radius: 0;
37099
37142
  border-bottom-right-radius: 0;
37100
37143
  border-right-color: transparent;
@@ -37122,11 +37165,13 @@ img.ui.bordered.image {
37122
37165
 
37123
37166
  /* Input Focus */
37124
37167
 
37125
- .ui.action.input:not([class*="left action"]) > input:focus {
37168
+ .ui.action.input:not([class*="left action"]) > input:focus,
37169
+ .ui.action.input:not([class*="left action"]) > textarea:focus {
37126
37170
  border-right-color: #85b7d9;
37127
37171
  }
37128
37172
 
37129
- .ui.ui[class*="left action"].input > input:focus {
37173
+ .ui.ui[class*="left action"].input > input:focus,
37174
+ .ui.ui[class*="left action"].input > textarea:focus {
37130
37175
  border-left-color: #85b7d9;
37131
37176
  }
37132
37177
 
@@ -38152,7 +38197,7 @@ input[type="file"].ui.black.file.input::file-selector-button:hover,
38152
38197
  Site Overrides
38153
38198
  *******************************/
38154
38199
  /*!
38155
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Label
38200
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Label
38156
38201
  * https://github.com/fomantic/Fomantic-UI/
38157
38202
  *
38158
38203
  *
@@ -38542,7 +38587,6 @@ a.ui.label {
38542
38587
  .ui.ribbon.label {
38543
38588
  position: relative;
38544
38589
  margin: 0;
38545
- min-width: -webkit-max-content;
38546
38590
  min-width: max-content;
38547
38591
  border-radius: 0 0.28571429rem 0.28571429rem 0;
38548
38592
  border-color: rgba(0, 0, 0, 0.15);
@@ -40559,7 +40603,7 @@ a.ui.ui.ui.inverted.basic.black.label:hover {
40559
40603
  Site Overrides
40560
40604
  *******************************/
40561
40605
  /*!
40562
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - List
40606
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - List
40563
40607
  * https://github.com/fomantic/Fomantic-UI/
40564
40608
  *
40565
40609
  *
@@ -41659,7 +41703,7 @@ ol.ui.suffixed.list li::before,
41659
41703
  Site Overrides
41660
41704
  *******************************/
41661
41705
  /*!
41662
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Loader
41706
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Loader
41663
41707
  * https://github.com/fomantic/Fomantic-UI/
41664
41708
  *
41665
41709
  *
@@ -42527,7 +42571,7 @@ ol.ui.suffixed.list li::before,
42527
42571
  Site Overrides
42528
42572
  *******************************/
42529
42573
  /*!
42530
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Placeholder
42574
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Placeholder
42531
42575
  * https://github.com/fomantic/Fomantic-UI/
42532
42576
  *
42533
42577
  *
@@ -42798,7 +42842,7 @@ ol.ui.suffixed.list li::before,
42798
42842
  Site Overrides
42799
42843
  *******************************/
42800
42844
  /*!
42801
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Rail
42845
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Rail
42802
42846
  * https://github.com/fomantic/Fomantic-UI/
42803
42847
  *
42804
42848
  *
@@ -42960,7 +43004,7 @@ ol.ui.suffixed.list li::before,
42960
43004
  Site Overrides
42961
43005
  *******************************/
42962
43006
  /*!
42963
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Reveal
43007
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Reveal
42964
43008
  * https://github.com/fomantic/Fomantic-UI/
42965
43009
  *
42966
43010
  *
@@ -43271,7 +43315,7 @@ ol.ui.suffixed.list li::before,
43271
43315
  Site Overrides
43272
43316
  *******************************/
43273
43317
  /*!
43274
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Segment
43318
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Segment
43275
43319
  * https://github.com/fomantic/Fomantic-UI/
43276
43320
  *
43277
43321
  *
@@ -44510,7 +44554,7 @@ ol.ui.suffixed.list li::before,
44510
44554
  Site Overrides
44511
44555
  *******************************/
44512
44556
  /*!
44513
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Step
44557
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Step
44514
44558
  * https://github.com/fomantic/Fomantic-UI/
44515
44559
  *
44516
44560
  *
@@ -45218,7 +45262,7 @@ ol.ui.suffixed.list li::before,
45218
45262
  Site Overrides
45219
45263
  *******************************/
45220
45264
  /*!
45221
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Text
45265
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Text
45222
45266
  * https://github.com/fomantic/Fomantic-UI/
45223
45267
  *
45224
45268
  *
@@ -45417,7 +45461,7 @@ span.ui.massive.text {
45417
45461
  Site Overrides
45418
45462
  *******************************/
45419
45463
  /*!
45420
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Breadcrumb
45464
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Breadcrumb
45421
45465
  * https://github.com/fomantic/Fomantic-UI/
45422
45466
  *
45423
45467
  *
@@ -45562,7 +45606,7 @@ span.ui.massive.text {
45562
45606
  Site Overrides
45563
45607
  *******************************/
45564
45608
  /*!
45565
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Form
45609
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Form
45566
45610
  * https://github.com/fomantic/Fomantic-UI/
45567
45611
  *
45568
45612
  *
@@ -45721,6 +45765,12 @@ span.ui.massive.text {
45721
45765
  font-family: "Lato", system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
45722
45766
  line-height: 1.2857;
45723
45767
  resize: vertical;
45768
+ min-height: 2.99992857em;
45769
+ }
45770
+
45771
+ .ui.input > textarea {
45772
+ flex: 1 1 auto;
45773
+ max-width: 100%;
45724
45774
  }
45725
45775
 
45726
45776
  .ui.form textarea:not([rows]) {
@@ -45858,8 +45908,10 @@ span.ui.massive.text {
45858
45908
  /* Auto Input */
45859
45909
 
45860
45910
  .ui.form .fields .field .ui.input input,
45861
- .ui.form .field .ui.input input {
45862
- width: auto;
45911
+ .ui.form .fields .field .ui.input textarea,
45912
+ .ui.form .field .ui.input input,
45913
+ .ui.form .field .ui.input textarea {
45914
+ width: 100%;
45863
45915
  }
45864
45916
 
45865
45917
  /* Full Width Input */
@@ -46036,7 +46088,8 @@ span.ui.massive.text {
46036
46088
  .ui.form .ui.action.input:not([class*="left action"]) input[type="text"]:focus,
46037
46089
  .ui.form .ui.action.input:not([class*="left action"]) input[type="file"]:focus,
46038
46090
  .ui.form .ui.action.input:not([class*="left action"]) input[type="url"]:focus,
46039
- .ui.form .ui.action.input:not([class*="left action"]) input[type="week"]:focus {
46091
+ .ui.form .ui.action.input:not([class*="left action"]) input[type="week"]:focus,
46092
+ .ui.form .ui.action.input:not([class*="left action"]) textarea:focus {
46040
46093
  border-top-right-radius: 0;
46041
46094
  border-bottom-right-radius: 0;
46042
46095
  }
@@ -46055,7 +46108,8 @@ span.ui.massive.text {
46055
46108
  .ui.form .ui[class*="left action"].input input[type="text"],
46056
46109
  .ui.form .ui[class*="left action"].input input[type="file"],
46057
46110
  .ui.form .ui[class*="left action"].input input[type="url"],
46058
- .ui.form .ui[class*="left action"].input input[type="week"] {
46111
+ .ui.form .ui[class*="left action"].input input[type="week"],
46112
+ .ui.form .ui[class*="left action"].input textarea {
46059
46113
  border-bottom-left-radius: 0;
46060
46114
  border-top-left-radius: 0;
46061
46115
  }
@@ -47274,6 +47328,7 @@ span.ui.massive.text {
47274
47328
  .ui.form .inverted.segment label,
47275
47329
  .ui.form .inverted.segment .ui.checkbox label,
47276
47330
  .ui.inverted.form .ui.checkbox label,
47331
+ .ui.inverted.form .grouped.fields > label,
47277
47332
  .ui.inverted.form .inline.fields > label,
47278
47333
  .ui.inverted.form .inline.fields .field > label,
47279
47334
  .ui.inverted.form .inline.fields .field > p,
@@ -47660,7 +47715,7 @@ span.ui.massive.text {
47660
47715
  Site Overrides
47661
47716
  *******************************/
47662
47717
  /*!
47663
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Grid
47718
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Grid
47664
47719
  * https://github.com/fomantic/Fomantic-UI/
47665
47720
  *
47666
47721
  *
@@ -49647,10 +49702,10 @@ span.ui.massive.text {
49647
49702
  border-top: none !important;
49648
49703
  }
49649
49704
 
49650
- .ui.inverted.stackable.celled.grid > .column:not(.row),
49651
- .ui.inverted.stackable.divided.grid > .column:not(.row),
49652
- .ui.inverted.stackable.celled.grid > .row > .column,
49653
- .ui.inverted.stackable.divided.grid > .row > .column {
49705
+ .ui.ui.inverted.stackable.celled.grid > .column:not(.row),
49706
+ .ui.ui.inverted.stackable.divided.grid > .column:not(.row),
49707
+ .ui.ui.inverted.stackable.celled.grid > .row > .column,
49708
+ .ui.ui.inverted.stackable.divided.grid > .row > .column {
49654
49709
  border-top: 1px solid rgba(255, 255, 255, 0.1);
49655
49710
  }
49656
49711
 
@@ -49924,7 +49979,7 @@ span.ui.massive.text {
49924
49979
  Site Overrides
49925
49980
  *******************************/
49926
49981
  /*!
49927
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Menu
49982
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Menu
49928
49983
  * https://github.com/fomantic/Fomantic-UI/
49929
49984
  *
49930
49985
  *
@@ -50219,7 +50274,6 @@ span.ui.massive.text {
50219
50274
  left: 100%;
50220
50275
  /* IE needs 0, all others support max-content to show dropdown icon inline, so keep both settings! */
50221
50276
  min-width: 0;
50222
- min-width: -webkit-max-content;
50223
50277
  min-width: max-content;
50224
50278
  margin: 0 0 0 0;
50225
50279
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
@@ -52427,7 +52481,7 @@ Floated Menu / Item
52427
52481
  Site Overrides
52428
52482
  *******************************/
52429
52483
  /*!
52430
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Message
52484
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Message
52431
52485
  * https://github.com/fomantic/Fomantic-UI/
52432
52486
  *
52433
52487
  *
@@ -53171,7 +53225,7 @@ Floated Menu / Item
53171
53225
  Site Overrides
53172
53226
  *******************************/
53173
53227
  /*!
53174
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Table
53228
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Table
53175
53229
  * https://github.com/fomantic/Fomantic-UI/
53176
53230
  *
53177
53231
  *
@@ -57267,7 +57321,7 @@ Floated Menu / Item
57267
57321
  Site Overrides
57268
57322
  *******************************/
57269
57323
  /*!
57270
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Ad
57324
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Ad
57271
57325
  * https://github.com/fomantic/Fomantic-UI/
57272
57326
  *
57273
57327
  *
@@ -57555,7 +57609,7 @@ Floated Menu / Item
57555
57609
  Site Overrides
57556
57610
  *******************************/
57557
57611
  /*!
57558
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Card
57612
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Card
57559
57613
  * https://github.com/fomantic/Fomantic-UI/
57560
57614
  *
57561
57615
  *
@@ -59703,7 +59757,7 @@ a.inverted.ui.card:hover,
59703
59757
  Site Overrides
59704
59758
  *******************************/
59705
59759
  /*!
59706
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Comment
59760
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Comment
59707
59761
  * https://github.com/fomantic/Fomantic-UI/
59708
59762
  *
59709
59763
  *
@@ -60020,7 +60074,7 @@ a.inverted.ui.card:hover,
60020
60074
  Site Overrides
60021
60075
  *******************************/
60022
60076
  /*!
60023
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Feed
60077
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Feed
60024
60078
  * https://github.com/fomantic/Fomantic-UI/
60025
60079
  *
60026
60080
  *
@@ -60959,7 +61013,7 @@ a.inverted.ui.card:hover,
60959
61013
  Site Overrides
60960
61014
  *******************************/
60961
61015
  /*!
60962
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Item
61016
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Item
60963
61017
  * https://github.com/fomantic/Fomantic-UI/
60964
61018
  *
60965
61019
  *
@@ -61576,7 +61630,7 @@ a.inverted.ui.card:hover,
61576
61630
  Site Overrides
61577
61631
  *******************************/
61578
61632
  /*!
61579
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Statistic
61633
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Statistic
61580
61634
  * https://github.com/fomantic/Fomantic-UI/
61581
61635
  *
61582
61636
  *
@@ -62254,7 +62308,7 @@ a.inverted.ui.card:hover,
62254
62308
  Site Overrides
62255
62309
  *******************************/
62256
62310
  /*!
62257
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Accordion
62311
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Accordion
62258
62312
  * https://github.com/fomantic/Fomantic-UI/
62259
62313
  *
62260
62314
  *
@@ -62661,7 +62715,7 @@ a.inverted.ui.card:hover,
62661
62715
  User Overrides
62662
62716
  *******************************/
62663
62717
  /*!
62664
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Calendar
62718
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Calendar
62665
62719
  * https://github.com/fomantic/Fomantic-UI/
62666
62720
  *
62667
62721
  *
@@ -63050,7 +63104,7 @@ a.inverted.ui.card:hover,
63050
63104
  User Overrides
63051
63105
  *******************************/
63052
63106
  /*!
63053
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Checkbox
63107
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Checkbox
63054
63108
  * https://github.com/fomantic/Fomantic-UI/
63055
63109
  *
63056
63110
  *
@@ -63951,7 +64005,7 @@ a.inverted.ui.card:hover,
63951
64005
  Site Overrides
63952
64006
  *******************************/
63953
64007
  /*!
63954
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Dimmer
64008
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Dimmer
63955
64009
  * https://github.com/fomantic/Fomantic-UI/
63956
64010
  *
63957
64011
  *
@@ -64357,7 +64411,7 @@ body.dimmable > .dimmer {
64357
64411
  User Overrides
64358
64412
  *******************************/
64359
64413
  /*!
64360
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Dropdown
64414
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Dropdown
64361
64415
  * https://github.com/fomantic/Fomantic-UI/
64362
64416
  *
64363
64417
  *
@@ -64397,7 +64451,6 @@ body.dimmable > .dimmer {
64397
64451
  display: none;
64398
64452
  outline: none;
64399
64453
  top: 100%;
64400
- min-width: -webkit-max-content;
64401
64454
  min-width: max-content;
64402
64455
  margin: 0;
64403
64456
  padding: 0;
@@ -64805,7 +64858,6 @@ select.ui.dropdown {
64805
64858
  }
64806
64859
 
64807
64860
  .ui.compact.selection.dropdown > .menu:not(.multiline) {
64808
- width: -webkit-max-content;
64809
64861
  width: max-content;
64810
64862
  }
64811
64863
 
@@ -66425,38 +66477,38 @@ select.ui.dropdown {
66425
66477
  font-size: 1rem;
66426
66478
  }
66427
66479
 
66428
- .ui.mini.dropdown,
66429
- .ui.mini.dropdown .menu > .item {
66480
+ .ui.ui.mini.dropdown,
66481
+ .ui.ui.mini.dropdown .menu > .item {
66430
66482
  font-size: 0.78571429rem;
66431
66483
  }
66432
66484
 
66433
- .ui.tiny.dropdown,
66434
- .ui.tiny.dropdown .menu > .item {
66485
+ .ui.ui.tiny.dropdown,
66486
+ .ui.ui.tiny.dropdown .menu > .item {
66435
66487
  font-size: 0.85714286rem;
66436
66488
  }
66437
66489
 
66438
- .ui.small.dropdown,
66439
- .ui.small.dropdown .menu > .item {
66490
+ .ui.ui.small.dropdown,
66491
+ .ui.ui.small.dropdown .menu > .item {
66440
66492
  font-size: 0.92857143rem;
66441
66493
  }
66442
66494
 
66443
- .ui.large.dropdown,
66444
- .ui.large.dropdown .menu > .item {
66495
+ .ui.ui.large.dropdown,
66496
+ .ui.ui.large.dropdown .menu > .item {
66445
66497
  font-size: 1.14285714rem;
66446
66498
  }
66447
66499
 
66448
- .ui.big.dropdown,
66449
- .ui.big.dropdown .menu > .item {
66500
+ .ui.ui.big.dropdown,
66501
+ .ui.ui.big.dropdown .menu > .item {
66450
66502
  font-size: 1.28571429rem;
66451
66503
  }
66452
66504
 
66453
- .ui.huge.dropdown,
66454
- .ui.huge.dropdown .menu > .item {
66505
+ .ui.ui.huge.dropdown,
66506
+ .ui.ui.huge.dropdown .menu > .item {
66455
66507
  font-size: 1.42857143rem;
66456
66508
  }
66457
66509
 
66458
- .ui.massive.dropdown,
66459
- .ui.massive.dropdown .menu > .item {
66510
+ .ui.ui.massive.dropdown,
66511
+ .ui.ui.massive.dropdown .menu > .item {
66460
66512
  font-size: 1.71428571rem;
66461
66513
  }
66462
66514
 
@@ -66745,7 +66797,7 @@ select.ui.dropdown {
66745
66797
  User Overrides
66746
66798
  *******************************/
66747
66799
  /*!
66748
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Embed
66800
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Embed
66749
66801
  * https://github.com/fomantic/Fomantic-UI/
66750
66802
  *
66751
66803
  *
@@ -66905,7 +66957,7 @@ select.ui.dropdown {
66905
66957
  Site Overrides
66906
66958
  *******************************/
66907
66959
  /*!
66908
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Flyout
66960
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Flyout
66909
66961
  * https://github.com/fomantic/Fomantic-UI/
66910
66962
  *
66911
66963
  *
@@ -67536,7 +67588,7 @@ body.pushable > .pusher {
67536
67588
  User Overrides
67537
67589
  *******************************/
67538
67590
  /*!
67539
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Modal
67591
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Modal
67540
67592
  * https://github.com/fomantic/Fomantic-UI/
67541
67593
  *
67542
67594
  *
@@ -68431,7 +68483,7 @@ body.pushable > .pusher {
68431
68483
  Site Overrides
68432
68484
  *******************************/
68433
68485
  /*!
68434
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Nag
68486
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Nag
68435
68487
  * https://github.com/fomantic/Fomantic-UI/
68436
68488
  *
68437
68489
  *
@@ -68766,7 +68818,7 @@ a.ui.nag {
68766
68818
  User Overrides
68767
68819
  *******************************/
68768
68820
  /*!
68769
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Popup
68821
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Popup
68770
68822
  * https://github.com/fomantic/Fomantic-UI/
68771
68823
  *
68772
68824
  *
@@ -68785,7 +68837,6 @@ a.ui.nag {
68785
68837
  top: 0;
68786
68838
  right: 0;
68787
68839
  /* Fixes content being squished when inline (moz only) */
68788
- min-width: -webkit-min-content;
68789
68840
  min-width: min-content;
68790
68841
  z-index: 1900;
68791
68842
  border: 1px solid #d4d4d5;
@@ -70137,7 +70188,7 @@ a.ui.nag {
70137
70188
  User Overrides
70138
70189
  *******************************/
70139
70190
  /*!
70140
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Progress
70191
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Progress
70141
70192
  * https://github.com/fomantic/Fomantic-UI/
70142
70193
  *
70143
70194
  *
@@ -71006,7 +71057,7 @@ a.ui.nag {
71006
71057
  Site Overrides
71007
71058
  *******************************/
71008
71059
  /*!
71009
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Slider
71060
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Slider
71010
71061
  * https://github.com/fomantic/Fomantic-UI/
71011
71062
  *
71012
71063
  *
@@ -71943,7 +71994,7 @@ a.ui.nag {
71943
71994
  User Overrides
71944
71995
  *******************************/
71945
71996
  /*!
71946
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Rating
71997
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Rating
71947
71998
  * https://github.com/fomantic/Fomantic-UI/
71948
71999
  *
71949
72000
  *
@@ -72409,7 +72460,7 @@ a.ui.nag {
72409
72460
  Site Overrides
72410
72461
  *******************************/
72411
72462
  /*!
72412
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Search
72463
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Search
72413
72464
  * https://github.com/fomantic/Fomantic-UI/
72414
72465
  *
72415
72466
  *
@@ -73011,7 +73062,7 @@ a.ui.nag {
73011
73062
  Site Overrides
73012
73063
  *******************************/
73013
73064
  /*!
73014
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Shape
73065
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Shape
73015
73066
  * https://github.com/fomantic/Fomantic-UI/
73016
73067
  *
73017
73068
  *
@@ -73160,7 +73211,7 @@ a.ui.nag {
73160
73211
  User Overrides
73161
73212
  *******************************/
73162
73213
  /*!
73163
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Sidebar
73214
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Sidebar
73164
73215
  * https://github.com/fomantic/Fomantic-UI/
73165
73216
  *
73166
73217
  *
@@ -73776,7 +73827,7 @@ body.pushable > .pusher {
73776
73827
  Site Overrides
73777
73828
  *******************************/
73778
73829
  /*!
73779
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Sticky
73830
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Sticky
73780
73831
  * https://github.com/fomantic/Fomantic-UI/
73781
73832
  *
73782
73833
  *
@@ -73845,7 +73896,7 @@ body.pushable > .pusher {
73845
73896
  Site Overrides
73846
73897
  *******************************/
73847
73898
  /*!
73848
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Tab
73899
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Tab
73849
73900
  * https://github.com/fomantic/Fomantic-UI/
73850
73901
  *
73851
73902
  *
@@ -73927,7 +73978,7 @@ body.pushable > .pusher {
73927
73978
  User Overrides
73928
73979
  *******************************/
73929
73980
  /*!
73930
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Toast
73981
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Toast
73931
73982
  * https://github.com/fomantic/Fomantic-UI/
73932
73983
  *
73933
73984
  *
@@ -74856,7 +74907,7 @@ body.pushable > .pusher {
74856
74907
  User Overrides
74857
74908
  *******************************/
74858
74909
  /*!
74859
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Transition
74910
+ * # Fomantic-UI 2.9.4-beta.31+5437960 - Transition
74860
74911
  * https://github.com/fomantic/Fomantic-UI/
74861
74912
  *
74862
74913
  *