fomantic-ui 2.9.4-beta.2 → 2.9.4-beta.21

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 (189) hide show
  1. package/.all-contributorsrc +11 -1
  2. package/.github/workflows/ci.yml +2 -2
  3. package/.github/workflows/nightly.yml +1 -1
  4. package/.github/workflows/release.yml +1 -1
  5. package/CONTRIBUTORS.md +1 -0
  6. package/dist/components/accordion.css +1 -1
  7. package/dist/components/accordion.js +1 -1
  8. package/dist/components/accordion.min.css +1 -1
  9. package/dist/components/accordion.min.js +1 -1
  10. package/dist/components/ad.css +1 -1
  11. package/dist/components/ad.min.css +1 -1
  12. package/dist/components/api.js +1 -1
  13. package/dist/components/api.min.js +1 -1
  14. package/dist/components/breadcrumb.css +1 -1
  15. package/dist/components/breadcrumb.min.css +1 -1
  16. package/dist/components/button.css +1 -1
  17. package/dist/components/button.min.css +1 -1
  18. package/dist/components/calendar.css +1 -1
  19. package/dist/components/calendar.js +1 -1
  20. package/dist/components/calendar.min.css +1 -1
  21. package/dist/components/calendar.min.js +1 -1
  22. package/dist/components/card.css +1 -1
  23. package/dist/components/card.min.css +1 -1
  24. package/dist/components/checkbox.css +1 -1
  25. package/dist/components/checkbox.js +1 -1
  26. package/dist/components/checkbox.min.css +1 -1
  27. package/dist/components/checkbox.min.js +1 -1
  28. package/dist/components/comment.css +1 -1
  29. package/dist/components/comment.min.css +1 -1
  30. package/dist/components/container.css +1 -1
  31. package/dist/components/container.min.css +1 -1
  32. package/dist/components/dimmer.css +1 -1
  33. package/dist/components/dimmer.js +1 -1
  34. package/dist/components/dimmer.min.css +1 -1
  35. package/dist/components/dimmer.min.js +1 -1
  36. package/dist/components/divider.css +1 -1
  37. package/dist/components/divider.min.css +1 -1
  38. package/dist/components/dropdown.css +15 -17
  39. package/dist/components/dropdown.js +2 -2
  40. package/dist/components/dropdown.min.css +2 -2
  41. package/dist/components/dropdown.min.js +2 -2
  42. package/dist/components/embed.css +1 -1
  43. package/dist/components/embed.js +1 -1
  44. package/dist/components/embed.min.css +1 -1
  45. package/dist/components/embed.min.js +1 -1
  46. package/dist/components/emoji.css +1 -1
  47. package/dist/components/emoji.min.css +1 -1
  48. package/dist/components/feed.css +1 -1
  49. package/dist/components/feed.min.css +1 -1
  50. package/dist/components/flag.css +1 -1
  51. package/dist/components/flag.min.css +1 -1
  52. package/dist/components/flyout.css +1 -1
  53. package/dist/components/flyout.js +1 -1
  54. package/dist/components/flyout.min.css +1 -1
  55. package/dist/components/flyout.min.js +1 -1
  56. package/dist/components/form.css +14 -5
  57. package/dist/components/form.js +44 -20
  58. package/dist/components/form.min.css +2 -2
  59. package/dist/components/form.min.js +2 -2
  60. package/dist/components/grid.css +5 -5
  61. package/dist/components/grid.min.css +2 -2
  62. package/dist/components/header.css +4 -1
  63. package/dist/components/header.min.css +2 -2
  64. package/dist/components/icon.css +1 -1
  65. package/dist/components/icon.min.css +1 -1
  66. package/dist/components/image.css +1 -1
  67. package/dist/components/image.min.css +1 -1
  68. package/dist/components/input.css +30 -10
  69. package/dist/components/input.min.css +2 -2
  70. package/dist/components/item.css +1 -1
  71. package/dist/components/item.min.css +1 -1
  72. package/dist/components/label.css +1 -2
  73. package/dist/components/label.min.css +2 -2
  74. package/dist/components/list.css +1 -1
  75. package/dist/components/list.min.css +1 -1
  76. package/dist/components/loader.css +1 -1
  77. package/dist/components/loader.min.css +1 -1
  78. package/dist/components/menu.css +1 -2
  79. package/dist/components/menu.min.css +2 -2
  80. package/dist/components/message.css +1 -1
  81. package/dist/components/message.min.css +1 -1
  82. package/dist/components/modal.css +1 -1
  83. package/dist/components/modal.js +1 -1
  84. package/dist/components/modal.min.css +1 -1
  85. package/dist/components/modal.min.js +1 -1
  86. package/dist/components/nag.css +1 -1
  87. package/dist/components/nag.js +1 -1
  88. package/dist/components/nag.min.css +1 -1
  89. package/dist/components/nag.min.js +1 -1
  90. package/dist/components/placeholder.css +1 -1
  91. package/dist/components/placeholder.min.css +1 -1
  92. package/dist/components/popup.css +1 -2
  93. package/dist/components/popup.js +1 -1
  94. package/dist/components/popup.min.css +2 -2
  95. package/dist/components/popup.min.js +1 -1
  96. package/dist/components/progress.css +1 -1
  97. package/dist/components/progress.js +1 -1
  98. package/dist/components/progress.min.css +1 -1
  99. package/dist/components/progress.min.js +1 -1
  100. package/dist/components/rail.css +1 -1
  101. package/dist/components/rail.min.css +1 -1
  102. package/dist/components/rating.css +1 -1
  103. package/dist/components/rating.js +1 -1
  104. package/dist/components/rating.min.css +1 -1
  105. package/dist/components/rating.min.js +1 -1
  106. package/dist/components/reset.css +1 -1
  107. package/dist/components/reset.min.css +1 -1
  108. package/dist/components/reveal.css +1 -1
  109. package/dist/components/reveal.min.css +1 -1
  110. package/dist/components/search.css +1 -1
  111. package/dist/components/search.js +1 -1
  112. package/dist/components/search.min.css +1 -1
  113. package/dist/components/search.min.js +1 -1
  114. package/dist/components/segment.css +1 -1
  115. package/dist/components/segment.min.css +1 -1
  116. package/dist/components/shape.css +1 -1
  117. package/dist/components/shape.js +1 -1
  118. package/dist/components/shape.min.css +1 -1
  119. package/dist/components/shape.min.js +1 -1
  120. package/dist/components/sidebar.css +1 -1
  121. package/dist/components/sidebar.js +1 -1
  122. package/dist/components/sidebar.min.css +1 -1
  123. package/dist/components/sidebar.min.js +1 -1
  124. package/dist/components/site.css +1 -1
  125. package/dist/components/site.js +1 -1
  126. package/dist/components/site.min.css +1 -1
  127. package/dist/components/site.min.js +1 -1
  128. package/dist/components/slider.css +1 -1
  129. package/dist/components/slider.js +1 -1
  130. package/dist/components/slider.min.css +1 -1
  131. package/dist/components/slider.min.js +1 -1
  132. package/dist/components/state.js +1 -1
  133. package/dist/components/state.min.js +1 -1
  134. package/dist/components/statistic.css +1 -1
  135. package/dist/components/statistic.min.css +1 -1
  136. package/dist/components/step.css +1 -1
  137. package/dist/components/step.min.css +1 -1
  138. package/dist/components/sticky.css +1 -1
  139. package/dist/components/sticky.js +1 -1
  140. package/dist/components/sticky.min.css +1 -1
  141. package/dist/components/sticky.min.js +1 -1
  142. package/dist/components/tab.css +1 -1
  143. package/dist/components/tab.js +1 -1
  144. package/dist/components/tab.min.css +1 -1
  145. package/dist/components/tab.min.js +1 -1
  146. package/dist/components/table.css +1 -1
  147. package/dist/components/table.min.css +1 -1
  148. package/dist/components/text.css +1 -1
  149. package/dist/components/text.min.css +1 -1
  150. package/dist/components/toast.css +1 -1
  151. package/dist/components/toast.js +1 -1
  152. package/dist/components/toast.min.css +1 -1
  153. package/dist/components/toast.min.js +1 -1
  154. package/dist/components/transition.css +1 -1
  155. package/dist/components/transition.js +1 -1
  156. package/dist/components/transition.min.css +1 -1
  157. package/dist/components/transition.min.js +1 -1
  158. package/dist/components/visibility.js +1 -1
  159. package/dist/components/visibility.min.js +1 -1
  160. package/dist/semantic.css +118 -89
  161. package/dist/semantic.js +70 -46
  162. package/dist/semantic.min.css +2 -2
  163. package/dist/semantic.min.js +2 -2
  164. package/package.json +1 -1
  165. package/src/definitions/behaviors/form.js +43 -19
  166. package/src/definitions/collections/form.less +13 -4
  167. package/src/definitions/collections/grid.less +4 -4
  168. package/src/definitions/elements/header.less +5 -0
  169. package/src/definitions/elements/input.less +14 -6
  170. package/src/definitions/modules/dropdown.js +1 -1
  171. package/src/definitions/modules/dropdown.less +2 -2
  172. package/src/themes/default/collections/form.variables +1 -0
  173. package/src/themes/default/globals/variation.variables +1 -0
  174. package/types/fomantic-ui-api.d.ts +8 -2
  175. package/types/fomantic-ui-calendar.d.ts +93 -8
  176. package/types/fomantic-ui-checkbox.d.ts +14 -4
  177. package/types/fomantic-ui-dropdown.d.ts +12 -17
  178. package/types/fomantic-ui-flyout.d.ts +21 -7
  179. package/types/fomantic-ui-form.d.ts +112 -17
  180. package/types/fomantic-ui-modal.d.ts +74 -4
  181. package/types/fomantic-ui-nag.d.ts +1 -1
  182. package/types/fomantic-ui-popup.d.ts +8 -8
  183. package/types/fomantic-ui-progress.d.ts +6 -0
  184. package/types/fomantic-ui-search.d.ts +30 -12
  185. package/types/fomantic-ui-tab.d.ts +1 -1
  186. package/types/fomantic-ui-tests.ts +162 -0
  187. package/types/fomantic-ui-toast.d.ts +6 -1
  188. package/types/fomantic-ui-transition.d.ts +28 -0
  189. package/types/fomantic-ui-visibility.d.ts +2 -2
package/dist/semantic.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * # Fomantic UI - 2.9.4-beta.2+870970b
2
+ * # Fomantic UI - 2.9.4-beta.21+f16f261
3
3
  * https://github.com/fomantic/Fomantic-UI
4
4
  * https://fomantic-ui.com/
5
5
  *
@@ -9,7 +9,7 @@
9
9
  *
10
10
  */
11
11
  /*!
12
- * # Fomantic-UI 2.9.4-beta.2+870970b - Site
12
+ * # Fomantic-UI 2.9.4-beta.21+f16f261 - Site
13
13
  * https://github.com/fomantic/Fomantic-UI/
14
14
  *
15
15
  *
@@ -463,7 +463,7 @@
463
463
  })(jQuery, window, document);
464
464
 
465
465
  /*!
466
- * # Fomantic-UI 2.9.4-beta.2+870970b - Form Validation
466
+ * # Fomantic-UI 2.9.4-beta.21+f16f261 - Form Validation
467
467
  * https://github.com/fomantic/Fomantic-UI/
468
468
  *
469
469
  *
@@ -1002,6 +1002,13 @@
1002
1002
  fullFields[name].rules.push({ type: rule });
1003
1003
  });
1004
1004
  }
1005
+
1006
+ $.each(fullFields[name].rules, function (index, rule) {
1007
+ var ruleName = module.get.ruleName(rule);
1008
+ if (ruleName === 'empty') {
1009
+ module.warn('*** DEPRECATED *** : Rule "empty" for field "' + name + '" will be removed in a future version. -> Use "notEmpty" rule instead.');
1010
+ }
1011
+ });
1005
1012
  });
1006
1013
 
1007
1014
  return fullFields;
@@ -1016,7 +1023,7 @@
1016
1023
  $field = module.get.field(field.identifier),
1017
1024
  value = $field.val(),
1018
1025
  prompt = isFunction(rule.prompt)
1019
- ? rule.prompt(value)
1026
+ ? rule.prompt.call($field[0], value)
1020
1027
  : rule.prompt || settings.prompt[ruleName] || settings.text.unspecifiedRule,
1021
1028
  requiresValue = prompt.search('{value}') !== -1,
1022
1029
  requiresName = prompt.search('{name}') !== -1,
@@ -1055,10 +1062,10 @@
1055
1062
  },
1056
1063
  settings: function () {
1057
1064
  if ($.isPlainObject(parameters)) {
1058
- if (parameters.fields) {
1059
- parameters.fields = module.get.fieldsFromShorthand(parameters.fields);
1060
- }
1061
1065
  settings = $.extend(true, {}, $.fn.form.settings, parameters);
1066
+ if (settings.fields) {
1067
+ settings.fields = module.get.fieldsFromShorthand(settings.fields);
1068
+ }
1062
1069
  validation = $.extend(true, {}, $.fn.form.settings.defaults, settings.fields);
1063
1070
  module.verbose('Extending settings', validation, settings);
1064
1071
  } else {
@@ -1083,7 +1090,7 @@
1083
1090
  // refresh selector cache
1084
1091
  (instance || module).refresh();
1085
1092
  },
1086
- field: function (identifier, strict) {
1093
+ field: function (identifier, strict, ignoreMissing) {
1087
1094
  module.verbose('Finding field with identifier', identifier);
1088
1095
  identifier = module.escape.string(identifier);
1089
1096
  var t;
@@ -1103,7 +1110,9 @@
1103
1110
  if (t.length > 0) {
1104
1111
  return t;
1105
1112
  }
1106
- module.error(error.noField.replace('{identifier}', identifier));
1113
+ if (!ignoreMissing) {
1114
+ module.error(error.noField.replace('{identifier}', identifier));
1115
+ }
1107
1116
 
1108
1117
  return strict ? $() : $('<input/>');
1109
1118
  },
@@ -1173,7 +1182,7 @@
1173
1182
  var
1174
1183
  $field = $(field),
1175
1184
  $calendar = $field.closest(selector.uiCalendar),
1176
- name = $field.prop('name'),
1185
+ name = $field.prop('name') || $field.prop('id'),
1177
1186
  value = $field.val(),
1178
1187
  isCheckbox = $field.is(selector.checkbox),
1179
1188
  isRadio = $field.is(selector.radio),
@@ -1281,10 +1290,10 @@
1281
1290
 
1282
1291
  has: {
1283
1292
 
1284
- field: function (identifier) {
1293
+ field: function (identifier, ignoreMissing) {
1285
1294
  module.verbose('Checking for existence of a field with identifier', identifier);
1286
1295
 
1287
- return module.get.field(identifier, true).length > 0;
1296
+ return module.get.field(identifier, true, ignoreMissing).length > 0;
1288
1297
  },
1289
1298
 
1290
1299
  },
@@ -1484,7 +1493,7 @@
1484
1493
  }
1485
1494
  if (rule === undefined) {
1486
1495
  module.debug('Removed all rules');
1487
- if (module.has.field(field)) {
1496
+ if (module.has.field(field, true)) {
1488
1497
  validation[field].rules = [];
1489
1498
  } else {
1490
1499
  delete validation[field];
@@ -1685,7 +1694,7 @@
1685
1694
  module.debug('Enabling auto check on required fields');
1686
1695
  if (validation) {
1687
1696
  $.each(validation, function (fieldName) {
1688
- if (!module.has.field(fieldName)) {
1697
+ if (!module.has.field(fieldName, true)) {
1689
1698
  module.verbose('Field not found, removing from validation', fieldName);
1690
1699
  module.remove.field(fieldName);
1691
1700
  }
@@ -1699,20 +1708,20 @@
1699
1708
  isRequired = $el.prop('required') || $elGroup.hasClass(className.required) || $elGroup.parent().hasClass(className.required),
1700
1709
  isDisabled = $el.is(':disabled') || $elGroup.hasClass(className.disabled) || $elGroup.parent().hasClass(className.disabled),
1701
1710
  validation = module.get.validation($el),
1702
- hasEmptyRule = validation
1711
+ hasNotEmptyRule = validation
1703
1712
  ? $.grep(validation.rules, function (rule) {
1704
- return rule.type === 'empty';
1705
- }) !== 0
1713
+ return ['notEmpty', 'checked', 'empty'].indexOf(rule.type) >= 0;
1714
+ }).length > 0
1706
1715
  : false,
1707
1716
  identifier = module.get.identifier(validation, $el)
1708
1717
  ;
1709
- if (isRequired && !isDisabled && !hasEmptyRule && identifier !== undefined) {
1718
+ if (isRequired && !isDisabled && !hasNotEmptyRule && identifier !== undefined) {
1710
1719
  if (isCheckbox) {
1711
1720
  module.verbose("Adding 'checked' rule on field", identifier);
1712
1721
  module.add.rule(identifier, 'checked');
1713
1722
  } else {
1714
- module.verbose("Adding 'empty' rule on field", identifier);
1715
- module.add.rule(identifier, 'empty');
1723
+ module.verbose("Adding 'notEmpty' rule on field", identifier);
1724
+ module.add.rule(identifier, 'notEmpty');
1716
1725
  }
1717
1726
  }
1718
1727
  });
@@ -1811,13 +1820,14 @@
1811
1820
  fieldErrors = [],
1812
1821
  isDisabled = $field.filter(':not(:disabled)').length === 0,
1813
1822
  validationMessage = $field[0].validationMessage,
1823
+ noNativeValidation = field.noNativeValidation || settings.noNativeValidation || $field.filter('[formnovalidate],[novalidate]').length > 0 || $module.filter('[novalidate]').length > 0,
1814
1824
  errorLimit
1815
1825
  ;
1816
1826
  if (!field.identifier) {
1817
1827
  module.debug('Using field name as identifier', identifier);
1818
1828
  field.identifier = identifier;
1819
1829
  }
1820
- if (validationMessage) {
1830
+ if (validationMessage && !noNativeValidation) {
1821
1831
  module.debug('Field is natively invalid', identifier);
1822
1832
  fieldErrors.push(validationMessage);
1823
1833
  fieldValid = false;
@@ -1953,6 +1963,12 @@
1953
1963
  module.error.apply(console, arguments);
1954
1964
  }
1955
1965
  },
1966
+ warn: function () {
1967
+ if (!settings.silent) {
1968
+ module.warn = Function.prototype.bind.call(console.warn, console, settings.name + ':');
1969
+ module.warn.apply(console, arguments);
1970
+ }
1971
+ },
1956
1972
  performance: {
1957
1973
  log: function (message) {
1958
1974
  var
@@ -2067,6 +2083,7 @@
2067
2083
  name: 'Form',
2068
2084
  namespace: 'form',
2069
2085
 
2086
+ silent: false,
2070
2087
  debug: false,
2071
2088
  verbose: false,
2072
2089
  performance: true,
@@ -2089,6 +2106,7 @@
2089
2106
  errorFocus: true,
2090
2107
  dateHandling: 'date', // 'date', 'input', 'formatter'
2091
2108
  errorLimit: 0,
2109
+ noNativeValidation: false,
2092
2110
 
2093
2111
  onValid: function () {},
2094
2112
  onInvalid: function () {},
@@ -2131,6 +2149,7 @@
2131
2149
  maxValue: '{name} must have a maximum value of {ruleValue}',
2132
2150
  minValue: '{name} must have a minimum value of {ruleValue}',
2133
2151
  empty: '{name} must have a value',
2152
+ notEmpty: '{name} must have a value',
2134
2153
  checked: '{name} must be checked',
2135
2154
  email: '{name} must be a valid e-mail',
2136
2155
  url: '{name} must be a valid url',
@@ -2263,10 +2282,15 @@
2263
2282
  rules: {
2264
2283
 
2265
2284
  // is not empty or blank string
2266
- empty: function (value) {
2285
+ notEmpty: function (value) {
2267
2286
  return !(value === undefined || value === '' || (Array.isArray(value) && value.length === 0));
2268
2287
  },
2269
2288
 
2289
+ /* Deprecated */
2290
+ empty: function (value) {
2291
+ return $.fn.form.settings.rules.notEmpty(value);
2292
+ },
2293
+
2270
2294
  // checkbox checked
2271
2295
  checked: function () {
2272
2296
  return $(this).filter(':checked').length > 0;
@@ -2618,7 +2642,7 @@
2618
2642
  })(jQuery, window, document);
2619
2643
 
2620
2644
  /*!
2621
- * # Fomantic-UI 2.9.4-beta.2+870970b - Accordion
2645
+ * # Fomantic-UI 2.9.4-beta.21+f16f261 - Accordion
2622
2646
  * https://github.com/fomantic/Fomantic-UI/
2623
2647
  *
2624
2648
  *
@@ -3212,7 +3236,7 @@
3212
3236
  })(jQuery, window, document);
3213
3237
 
3214
3238
  /*!
3215
- * # Fomantic-UI 2.9.4-beta.2+870970b - Calendar
3239
+ * # Fomantic-UI 2.9.4-beta.21+f16f261 - Calendar
3216
3240
  * https://github.com/fomantic/Fomantic-UI/
3217
3241
  *
3218
3242
  *
@@ -5223,7 +5247,7 @@
5223
5247
  })(jQuery, window, document);
5224
5248
 
5225
5249
  /*!
5226
- * # Fomantic-UI 2.9.4-beta.2+870970b - Checkbox
5250
+ * # Fomantic-UI 2.9.4-beta.21+f16f261 - Checkbox
5227
5251
  * https://github.com/fomantic/Fomantic-UI/
5228
5252
  *
5229
5253
  *
@@ -6106,7 +6130,7 @@
6106
6130
  })(jQuery, window, document);
6107
6131
 
6108
6132
  /*!
6109
- * # Fomantic-UI 2.9.4-beta.2+870970b - Dimmer
6133
+ * # Fomantic-UI 2.9.4-beta.21+f16f261 - Dimmer
6110
6134
  * https://github.com/fomantic/Fomantic-UI/
6111
6135
  *
6112
6136
  *
@@ -6837,7 +6861,7 @@
6837
6861
  })(jQuery, window, document);
6838
6862
 
6839
6863
  /*!
6840
- * # Fomantic-UI 2.9.4-beta.2+870970b - Dropdown
6864
+ * # Fomantic-UI 2.9.4-beta.21+f16f261 - Dropdown
6841
6865
  * https://github.com/fomantic/Fomantic-UI/
6842
6866
  *
6843
6867
  *
@@ -9644,8 +9668,8 @@
9644
9668
  module.save.remoteData(selectedText, selectedValue);
9645
9669
  }
9646
9670
  if (settings.useLabels) {
9647
- module.add.value(selectedValue, selectedText, $selected, preventChangeTrigger);
9648
9671
  module.add.label(selectedValue, selectedText, shouldAnimate);
9672
+ module.add.value(selectedValue, selectedText, $selected, preventChangeTrigger);
9649
9673
  module.set.activeItem($selected);
9650
9674
  module.filterActive();
9651
9675
  module.select.nextAvailable($selectedItem);
@@ -11195,7 +11219,7 @@
11195
11219
  })(jQuery, window, document);
11196
11220
 
11197
11221
  /*!
11198
- * # Fomantic-UI 2.9.4-beta.2+870970b - Embed
11222
+ * # Fomantic-UI 2.9.4-beta.21+f16f261 - Embed
11199
11223
  * https://github.com/fomantic/Fomantic-UI/
11200
11224
  *
11201
11225
  *
@@ -11874,7 +11898,7 @@
11874
11898
  })(jQuery, window, document);
11875
11899
 
11876
11900
  /*!
11877
- * # Fomantic-UI 2.9.4-beta.2+870970b - Flyout
11901
+ * # Fomantic-UI 2.9.4-beta.21+f16f261 - Flyout
11878
11902
  * https://github.com/fomantic/Fomantic-UI/
11879
11903
  *
11880
11904
  *
@@ -13424,7 +13448,7 @@
13424
13448
  })(jQuery, window, document);
13425
13449
 
13426
13450
  /*!
13427
- * # Fomantic-UI 2.9.4-beta.2+870970b - Modal
13451
+ * # Fomantic-UI 2.9.4-beta.21+f16f261 - Modal
13428
13452
  * https://github.com/fomantic/Fomantic-UI/
13429
13453
  *
13430
13454
  *
@@ -15058,7 +15082,7 @@
15058
15082
  })(jQuery, window, document);
15059
15083
 
15060
15084
  /*!
15061
- * # Fomantic-UI 2.9.4-beta.2+870970b - Nag
15085
+ * # Fomantic-UI 2.9.4-beta.21+f16f261 - Nag
15062
15086
  * https://github.com/fomantic/Fomantic-UI/
15063
15087
  *
15064
15088
  *
@@ -15619,7 +15643,7 @@
15619
15643
  })(jQuery, window, document);
15620
15644
 
15621
15645
  /*!
15622
- * # Fomantic-UI 2.9.4-beta.2+870970b - Popup
15646
+ * # Fomantic-UI 2.9.4-beta.21+f16f261 - Popup
15623
15647
  * https://github.com/fomantic/Fomantic-UI/
15624
15648
  *
15625
15649
  *
@@ -17175,7 +17199,7 @@
17175
17199
  })(jQuery, window, document);
17176
17200
 
17177
17201
  /*!
17178
- * # Fomantic-UI 2.9.4-beta.2+870970b - Progress
17202
+ * # Fomantic-UI 2.9.4-beta.21+f16f261 - Progress
17179
17203
  * https://github.com/fomantic/Fomantic-UI/
17180
17204
  *
17181
17205
  *
@@ -18153,7 +18177,7 @@
18153
18177
  })(jQuery, window, document);
18154
18178
 
18155
18179
  /*!
18156
- * # Fomantic-UI 2.9.4-beta.2+870970b - Slider
18180
+ * # Fomantic-UI 2.9.4-beta.21+f16f261 - Slider
18157
18181
  * https://github.com/fomantic/Fomantic-UI/
18158
18182
  *
18159
18183
  *
@@ -19602,7 +19626,7 @@
19602
19626
  })(jQuery, window, document);
19603
19627
 
19604
19628
  /*!
19605
- * # Fomantic-UI 2.9.4-beta.2+870970b - Rating
19629
+ * # Fomantic-UI 2.9.4-beta.21+f16f261 - Rating
19606
19630
  * https://github.com/fomantic/Fomantic-UI/
19607
19631
  *
19608
19632
  *
@@ -20141,7 +20165,7 @@
20141
20165
  })(jQuery, window, document);
20142
20166
 
20143
20167
  /*!
20144
- * # Fomantic-UI 2.9.4-beta.2+870970b - Search
20168
+ * # Fomantic-UI 2.9.4-beta.21+f16f261 - Search
20145
20169
  * https://github.com/fomantic/Fomantic-UI/
20146
20170
  *
20147
20171
  *
@@ -21719,7 +21743,7 @@
21719
21743
  })(jQuery, window, document);
21720
21744
 
21721
21745
  /*!
21722
- * # Fomantic-UI 2.9.4-beta.2+870970b - Shape
21746
+ * # Fomantic-UI 2.9.4-beta.21+f16f261 - Shape
21723
21747
  * https://github.com/fomantic/Fomantic-UI/
21724
21748
  *
21725
21749
  *
@@ -22515,7 +22539,7 @@
22515
22539
  })(jQuery, window, document);
22516
22540
 
22517
22541
  /*!
22518
- * # Fomantic-UI 2.9.4-beta.2+870970b - Sidebar
22542
+ * # Fomantic-UI 2.9.4-beta.21+f16f261 - Sidebar
22519
22543
  * https://github.com/fomantic/Fomantic-UI/
22520
22544
  *
22521
22545
  *
@@ -23568,7 +23592,7 @@
23568
23592
  })(jQuery, window, document);
23569
23593
 
23570
23594
  /*!
23571
- * # Fomantic-UI 2.9.4-beta.2+870970b - Sticky
23595
+ * # Fomantic-UI 2.9.4-beta.21+f16f261 - Sticky
23572
23596
  * https://github.com/fomantic/Fomantic-UI/
23573
23597
  *
23574
23598
  *
@@ -24484,7 +24508,7 @@
24484
24508
  })(jQuery, window, document);
24485
24509
 
24486
24510
  /*!
24487
- * # Fomantic-UI 2.9.4-beta.2+870970b - Tab
24511
+ * # Fomantic-UI 2.9.4-beta.21+f16f261 - Tab
24488
24512
  * https://github.com/fomantic/Fomantic-UI/
24489
24513
  *
24490
24514
  *
@@ -25450,7 +25474,7 @@
25450
25474
  })(jQuery, window, document);
25451
25475
 
25452
25476
  /*!
25453
- * # Fomantic-UI 2.9.4-beta.2+870970b - Toast
25477
+ * # Fomantic-UI 2.9.4-beta.21+f16f261 - Toast
25454
25478
  * https://github.com/fomantic/Fomantic-UI/
25455
25479
  *
25456
25480
  *
@@ -26411,7 +26435,7 @@
26411
26435
  })(jQuery, window, document);
26412
26436
 
26413
26437
  /*!
26414
- * # Fomantic-UI 2.9.4-beta.2+870970b - Transition
26438
+ * # Fomantic-UI 2.9.4-beta.21+f16f261 - Transition
26415
26439
  * https://github.com/fomantic/Fomantic-UI/
26416
26440
  *
26417
26441
  *
@@ -27442,7 +27466,7 @@
27442
27466
  })(jQuery, window, document);
27443
27467
 
27444
27468
  /*!
27445
- * # Fomantic-UI 2.9.4-beta.2+870970b - API
27469
+ * # Fomantic-UI 2.9.4-beta.21+f16f261 - API
27446
27470
  * https://github.com/fomantic/Fomantic-UI/
27447
27471
  *
27448
27472
  *
@@ -28664,7 +28688,7 @@
28664
28688
  })(jQuery, window, document);
28665
28689
 
28666
28690
  /*!
28667
- * # Fomantic-UI 2.9.4-beta.2+870970b - State
28691
+ * # Fomantic-UI 2.9.4-beta.21+f16f261 - State
28668
28692
  * https://github.com/fomantic/Fomantic-UI/
28669
28693
  *
28670
28694
  *
@@ -29360,7 +29384,7 @@
29360
29384
  })(jQuery, window, document);
29361
29385
 
29362
29386
  /*!
29363
- * # Fomantic-UI 2.9.4-beta.2+870970b - Visibility
29387
+ * # Fomantic-UI 2.9.4-beta.21+f16f261 - Visibility
29364
29388
  * https://github.com/fomantic/Fomantic-UI/
29365
29389
  *
29366
29390
  *