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

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
@@ -1,9 +1,9 @@
1
1
  /*
2
- * # Fomantic UI - 2.9.4-beta.3+9e5d2f7
2
+ * # Fomantic UI - 2.9.4-beta.30+09eee81
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
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Reset
2
+ * # Fomantic-UI 2.9.4-beta.30+09eee81 - Reset
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Reset
2
+ * # Fomantic-UI 2.9.4-beta.30+09eee81 - Reset
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Reveal
2
+ * # Fomantic-UI 2.9.4-beta.30+09eee81 - Reveal
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Reveal
2
+ * # Fomantic-UI 2.9.4-beta.30+09eee81 - Reveal
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Search
2
+ * # Fomantic-UI 2.9.4-beta.30+09eee81 - Search
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Search
2
+ * # Fomantic-UI 2.9.4-beta.30+09eee81 - Search
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -169,7 +169,9 @@
169
169
  callback = function () {
170
170
  module.cancel.query();
171
171
  module.remove.focus();
172
- module.timer = setTimeout(function () { module.hideResults(); }, settings.hideDelay);
172
+ module.timer = setTimeout(function () {
173
+ module.hideResults();
174
+ }, settings.hideDelay);
173
175
  }
174
176
  ;
175
177
  if (pageLostFocus) {
@@ -1171,7 +1173,9 @@
1171
1173
  });
1172
1174
  }
1173
1175
  clearTimeout(module.performance.timer);
1174
- module.performance.timer = setTimeout(function () { module.performance.display(); }, 500);
1176
+ module.performance.timer = setTimeout(function () {
1177
+ module.performance.display();
1178
+ }, 500);
1175
1179
  },
1176
1180
  display: function () {
1177
1181
  var
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Search
2
+ * # Fomantic-UI 2.9.4-beta.30+09eee81 - Search
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,9 +1,9 @@
1
1
  /*
2
- * # Fomantic UI - 2.9.4-beta.3+9e5d2f7
2
+ * # Fomantic UI - 2.9.4-beta.30+09eee81
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
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Segment
2
+ * # Fomantic-UI 2.9.4-beta.30+09eee81 - Segment
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Segment
2
+ * # Fomantic-UI 2.9.4-beta.30+09eee81 - Segment
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Shape
2
+ * # Fomantic-UI 2.9.4-beta.30+09eee81 - Shape
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Shape
2
+ * # Fomantic-UI 2.9.4-beta.30+09eee81 - Shape
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -623,7 +623,9 @@
623
623
  });
624
624
  }
625
625
  clearTimeout(module.performance.timer);
626
- module.performance.timer = setTimeout(function () { module.performance.display(); }, 500);
626
+ module.performance.timer = setTimeout(function () {
627
+ module.performance.display();
628
+ }, 500);
627
629
  },
628
630
  display: function () {
629
631
  var
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Shape
2
+ * # Fomantic-UI 2.9.4-beta.30+09eee81 - Shape
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,9 +1,9 @@
1
1
  /*
2
- * # Fomantic UI - 2.9.4-beta.3+9e5d2f7
2
+ * # Fomantic UI - 2.9.4-beta.30+09eee81
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
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Sidebar
2
+ * # Fomantic-UI 2.9.4-beta.30+09eee81 - Sidebar
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Sidebar
2
+ * # Fomantic-UI 2.9.4-beta.30+09eee81 - Sidebar
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -871,7 +871,9 @@
871
871
  });
872
872
  }
873
873
  clearTimeout(module.performance.timer);
874
- module.performance.timer = setTimeout(function () { module.performance.display(); }, 500);
874
+ module.performance.timer = setTimeout(function () {
875
+ module.performance.display();
876
+ }, 500);
875
877
  },
876
878
  display: function () {
877
879
  var
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Sidebar
2
+ * # Fomantic-UI 2.9.4-beta.30+09eee81 - Sidebar
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,9 +1,9 @@
1
1
  /*
2
- * # Fomantic UI - 2.9.4-beta.3+9e5d2f7
2
+ * # Fomantic UI - 2.9.4-beta.30+09eee81
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
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Site
2
+ * # Fomantic-UI 2.9.4-beta.30+09eee81 - Site
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Site
2
+ * # Fomantic-UI 2.9.4-beta.30+09eee81 - Site
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -292,7 +292,9 @@
292
292
  });
293
293
  }
294
294
  clearTimeout(module.performance.timer);
295
- module.performance.timer = setTimeout(function () { module.performance.display(); }, 500);
295
+ module.performance.timer = setTimeout(function () {
296
+ module.performance.display();
297
+ }, 500);
296
298
  },
297
299
  display: function () {
298
300
  var
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Site
2
+ * # Fomantic-UI 2.9.4-beta.30+09eee81 - Site
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,9 +1,9 @@
1
1
  /*
2
- * # Fomantic UI - 2.9.4-beta.3+9e5d2f7
2
+ * # Fomantic UI - 2.9.4-beta.30+09eee81
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
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Slider
2
+ * # Fomantic-UI 2.9.4-beta.30+09eee81 - Slider
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Slider
2
+ * # Fomantic-UI 2.9.4-beta.30+09eee81 - Slider
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1267,7 +1267,9 @@
1267
1267
  });
1268
1268
  }
1269
1269
  clearTimeout(module.performance.timer);
1270
- module.performance.timer = setTimeout(function () { module.performance.display(); }, 500);
1270
+ module.performance.timer = setTimeout(function () {
1271
+ module.performance.display();
1272
+ }, 500);
1271
1273
  },
1272
1274
  display: function () {
1273
1275
  var
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Slider
2
+ * # Fomantic-UI 2.9.4-beta.30+09eee81 - Slider
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,9 +1,9 @@
1
1
  /*
2
- * # Fomantic UI - 2.9.4-beta.3+9e5d2f7
2
+ * # Fomantic UI - 2.9.4-beta.30+09eee81
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
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - State
2
+ * # Fomantic-UI 2.9.4-beta.30+09eee81 - State
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -482,7 +482,9 @@
482
482
  });
483
483
  }
484
484
  clearTimeout(module.performance.timer);
485
- module.performance.timer = setTimeout(function () { module.performance.display(); }, 500);
485
+ module.performance.timer = setTimeout(function () {
486
+ module.performance.display();
487
+ }, 500);
486
488
  },
487
489
  display: function () {
488
490
  var
@@ -1,9 +1,9 @@
1
1
  /*
2
- * # Fomantic UI - 2.9.4-beta.3+9e5d2f7
2
+ * # Fomantic UI - 2.9.4-beta.30+09eee81
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
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Statistic
2
+ * # Fomantic-UI 2.9.4-beta.30+09eee81 - Statistic
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Statistic
2
+ * # Fomantic-UI 2.9.4-beta.30+09eee81 - Statistic
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Step
2
+ * # Fomantic-UI 2.9.4-beta.30+09eee81 - Step
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Step
2
+ * # Fomantic-UI 2.9.4-beta.30+09eee81 - Step
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Sticky
2
+ * # Fomantic-UI 2.9.4-beta.30+09eee81 - Sticky
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Sticky
2
+ * # Fomantic-UI 2.9.4-beta.30+09eee81 - Sticky
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -746,7 +746,9 @@
746
746
  });
747
747
  }
748
748
  clearTimeout(module.performance.timer);
749
- module.performance.timer = setTimeout(function () { module.performance.display(); }, 0);
749
+ module.performance.timer = setTimeout(function () {
750
+ module.performance.display();
751
+ }, 0);
750
752
  },
751
753
  display: function () {
752
754
  var
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Sticky
2
+ * # Fomantic-UI 2.9.4-beta.30+09eee81 - Sticky
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,9 +1,9 @@
1
1
  /*
2
- * # Fomantic UI - 2.9.4-beta.3+9e5d2f7
2
+ * # Fomantic UI - 2.9.4-beta.30+09eee81
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
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Tab
2
+ * # Fomantic-UI 2.9.4-beta.30+09eee81 - Tab
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Tab
2
+ * # Fomantic-UI 2.9.4-beta.30+09eee81 - Tab
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -788,7 +788,9 @@
788
788
  });
789
789
  }
790
790
  clearTimeout(module.performance.timer);
791
- module.performance.timer = setTimeout(function () { module.performance.display(); }, 500);
791
+ module.performance.timer = setTimeout(function () {
792
+ module.performance.display();
793
+ }, 500);
792
794
  },
793
795
  display: function () {
794
796
  var
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Tab
2
+ * # Fomantic-UI 2.9.4-beta.30+09eee81 - Tab
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,9 +1,9 @@
1
1
  /*
2
- * # Fomantic UI - 2.9.4-beta.3+9e5d2f7
2
+ * # Fomantic UI - 2.9.4-beta.30+09eee81
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
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Table
2
+ * # Fomantic-UI 2.9.4-beta.30+09eee81 - Table
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Table
2
+ * # Fomantic-UI 2.9.4-beta.30+09eee81 - Table
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Text
2
+ * # Fomantic-UI 2.9.4-beta.30+09eee81 - Text
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Text
2
+ * # Fomantic-UI 2.9.4-beta.30+09eee81 - Text
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Toast
2
+ * # Fomantic-UI 2.9.4-beta.30+09eee81 - Toast
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Toast
2
+ * # Fomantic-UI 2.9.4-beta.30+09eee81 - Toast
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -702,7 +702,9 @@
702
702
  });
703
703
  }
704
704
  clearTimeout(module.performance.timer);
705
- module.performance.timer = setTimeout(function () { module.performance.display(); }, 500);
705
+ module.performance.timer = setTimeout(function () {
706
+ module.performance.display();
707
+ }, 500);
706
708
  },
707
709
  display: function () {
708
710
  var
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Toast
2
+ * # Fomantic-UI 2.9.4-beta.30+09eee81 - Toast
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,9 +1,9 @@
1
1
  /*
2
- * # Fomantic UI - 2.9.4-beta.3+9e5d2f7
2
+ * # Fomantic UI - 2.9.4-beta.30+09eee81
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
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Transition
2
+ * # Fomantic-UI 2.9.4-beta.30+09eee81 - Transition
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Transition
2
+ * # Fomantic-UI 2.9.4-beta.30+09eee81 - Transition
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -142,7 +142,9 @@
142
142
  ? ($allModules.length - index) * interval
143
143
  : index * interval;
144
144
  module.debug('Delaying animation by', delay);
145
- setTimeout(function () { module.animate(); }, delay);
145
+ setTimeout(function () {
146
+ module.animate();
147
+ }, delay);
146
148
  },
147
149
 
148
150
  animate: function (overrideSettings) {
@@ -849,7 +851,9 @@
849
851
  });
850
852
  }
851
853
  clearTimeout(module.performance.timer);
852
- module.performance.timer = setTimeout(function () { module.performance.display(); }, 500);
854
+ module.performance.timer = setTimeout(function () {
855
+ module.performance.display();
856
+ }, 500);
853
857
  },
854
858
  display: function () {
855
859
  var
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Transition
2
+ * # Fomantic-UI 2.9.4-beta.30+09eee81 - Transition
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,9 +1,9 @@
1
1
  /*
2
- * # Fomantic UI - 2.9.4-beta.3+9e5d2f7
2
+ * # Fomantic UI - 2.9.4-beta.30+09eee81
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
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.4-beta.3+9e5d2f7 - Visibility
2
+ * # Fomantic-UI 2.9.4-beta.30+09eee81 - Visibility
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1088,7 +1088,9 @@
1088
1088
  });
1089
1089
  }
1090
1090
  clearTimeout(module.performance.timer);
1091
- module.performance.timer = setTimeout(function () { module.performance.display(); }, 500);
1091
+ module.performance.timer = setTimeout(function () {
1092
+ module.performance.display();
1093
+ }, 500);
1092
1094
  },
1093
1095
  display: function () {
1094
1096
  var