fomantic-ui 2.9.0-beta.302 → 2.9.0-beta.305

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 (161) hide show
  1. package/.all-contributorsrc +23 -1
  2. package/CONTRIBUTORS.md +5 -1
  3. package/dist/components/accordion.css +1 -1
  4. package/dist/components/accordion.js +1 -1
  5. package/dist/components/accordion.min.css +1 -1
  6. package/dist/components/accordion.min.js +1 -1
  7. package/dist/components/ad.css +1 -1
  8. package/dist/components/ad.min.css +1 -1
  9. package/dist/components/api.js +1 -1
  10. package/dist/components/api.min.js +1 -1
  11. package/dist/components/breadcrumb.css +1 -1
  12. package/dist/components/breadcrumb.min.css +1 -1
  13. package/dist/components/button.css +1 -1
  14. package/dist/components/button.min.css +1 -1
  15. package/dist/components/calendar.css +1 -1
  16. package/dist/components/calendar.js +6 -3
  17. package/dist/components/calendar.min.css +1 -1
  18. package/dist/components/calendar.min.js +2 -2
  19. package/dist/components/card.css +1 -1
  20. package/dist/components/card.min.css +1 -1
  21. package/dist/components/checkbox.css +1 -1
  22. package/dist/components/checkbox.js +2 -1
  23. package/dist/components/checkbox.min.css +1 -1
  24. package/dist/components/checkbox.min.js +2 -2
  25. package/dist/components/comment.css +1 -1
  26. package/dist/components/comment.min.css +1 -1
  27. package/dist/components/container.css +1 -1
  28. package/dist/components/container.min.css +1 -1
  29. package/dist/components/dimmer.css +1 -1
  30. package/dist/components/dimmer.js +1 -1
  31. package/dist/components/dimmer.min.css +1 -1
  32. package/dist/components/dimmer.min.js +1 -1
  33. package/dist/components/divider.css +1 -1
  34. package/dist/components/divider.min.css +1 -1
  35. package/dist/components/dropdown.css +1 -1
  36. package/dist/components/dropdown.js +31 -18
  37. package/dist/components/dropdown.min.css +1 -1
  38. package/dist/components/dropdown.min.js +2 -2
  39. package/dist/components/embed.css +1 -1
  40. package/dist/components/embed.js +12 -6
  41. package/dist/components/embed.min.css +1 -1
  42. package/dist/components/embed.min.js +2 -2
  43. package/dist/components/feed.css +1 -1
  44. package/dist/components/feed.min.css +1 -1
  45. package/dist/components/flag.css +1 -1
  46. package/dist/components/flag.min.css +1 -1
  47. package/dist/components/form.css +2 -2
  48. package/dist/components/form.js +1 -1
  49. package/dist/components/form.min.css +2 -2
  50. package/dist/components/form.min.js +1 -1
  51. package/dist/components/grid.css +1 -1
  52. package/dist/components/grid.min.css +1 -1
  53. package/dist/components/header.css +1 -1
  54. package/dist/components/header.min.css +1 -1
  55. package/dist/components/icon.css +1 -1
  56. package/dist/components/icon.min.css +1 -1
  57. package/dist/components/image.css +1 -1
  58. package/dist/components/image.min.css +1 -1
  59. package/dist/components/input.css +1 -1
  60. package/dist/components/input.min.css +1 -1
  61. package/dist/components/item.css +1 -1
  62. package/dist/components/item.min.css +1 -1
  63. package/dist/components/label.css +1 -1
  64. package/dist/components/label.min.css +1 -1
  65. package/dist/components/list.css +1 -1
  66. package/dist/components/list.min.css +1 -1
  67. package/dist/components/loader.css +1 -1
  68. package/dist/components/loader.min.css +1 -1
  69. package/dist/components/message.css +1 -1
  70. package/dist/components/message.min.css +1 -1
  71. package/dist/components/modal.css +1 -1
  72. package/dist/components/modal.js +4 -4
  73. package/dist/components/modal.min.css +1 -1
  74. package/dist/components/modal.min.js +2 -2
  75. package/dist/components/nag.css +1 -1
  76. package/dist/components/nag.js +1 -1
  77. package/dist/components/nag.min.css +1 -1
  78. package/dist/components/nag.min.js +1 -1
  79. package/dist/components/placeholder.css +1 -1
  80. package/dist/components/placeholder.min.css +1 -1
  81. package/dist/components/popup.css +1 -1
  82. package/dist/components/popup.js +3 -3
  83. package/dist/components/popup.min.css +1 -1
  84. package/dist/components/popup.min.js +2 -2
  85. package/dist/components/progress.css +1 -1
  86. package/dist/components/progress.js +1 -1
  87. package/dist/components/progress.min.css +1 -1
  88. package/dist/components/progress.min.js +1 -1
  89. package/dist/components/rail.css +1 -1
  90. package/dist/components/rail.min.css +1 -1
  91. package/dist/components/rating.css +1 -1
  92. package/dist/components/rating.js +7 -3
  93. package/dist/components/rating.min.css +1 -1
  94. package/dist/components/rating.min.js +2 -2
  95. package/dist/components/reset.css +1 -1
  96. package/dist/components/reset.min.css +1 -1
  97. package/dist/components/reveal.css +1 -1
  98. package/dist/components/reveal.min.css +1 -1
  99. package/dist/components/search.css +1 -1
  100. package/dist/components/search.js +5 -4
  101. package/dist/components/search.min.css +1 -1
  102. package/dist/components/search.min.js +2 -2
  103. package/dist/components/segment.css +1 -1
  104. package/dist/components/segment.min.css +1 -1
  105. package/dist/components/shape.css +1 -1
  106. package/dist/components/shape.js +1 -1
  107. package/dist/components/shape.min.css +1 -1
  108. package/dist/components/shape.min.js +1 -1
  109. package/dist/components/sidebar.css +1 -1
  110. package/dist/components/sidebar.js +1 -1
  111. package/dist/components/sidebar.min.css +1 -1
  112. package/dist/components/sidebar.min.js +1 -1
  113. package/dist/components/site.css +1 -1
  114. package/dist/components/site.js +1 -1
  115. package/dist/components/site.min.css +1 -1
  116. package/dist/components/site.min.js +1 -1
  117. package/dist/components/slider.js +1 -1
  118. package/dist/components/slider.min.js +1 -1
  119. package/dist/components/state.js +1 -1
  120. package/dist/components/state.min.js +1 -1
  121. package/dist/components/statistic.css +1 -1
  122. package/dist/components/statistic.min.css +1 -1
  123. package/dist/components/step.css +1 -1
  124. package/dist/components/step.min.css +1 -1
  125. package/dist/components/sticky.css +1 -1
  126. package/dist/components/sticky.js +1 -1
  127. package/dist/components/sticky.min.css +1 -1
  128. package/dist/components/sticky.min.js +1 -1
  129. package/dist/components/tab.css +1 -1
  130. package/dist/components/tab.js +1 -1
  131. package/dist/components/tab.min.css +1 -1
  132. package/dist/components/tab.min.js +1 -1
  133. package/dist/components/table.css +1 -1
  134. package/dist/components/table.min.css +1 -1
  135. package/dist/components/text.css +1 -1
  136. package/dist/components/text.min.css +1 -1
  137. package/dist/components/toast.css +1 -1
  138. package/dist/components/toast.js +1 -1
  139. package/dist/components/toast.min.css +1 -1
  140. package/dist/components/toast.min.js +1 -1
  141. package/dist/components/transition.css +1 -1
  142. package/dist/components/transition.js +3 -1
  143. package/dist/components/transition.min.css +1 -1
  144. package/dist/components/transition.min.js +2 -2
  145. package/dist/components/visibility.js +1 -1
  146. package/dist/components/visibility.min.js +1 -1
  147. package/dist/semantic.css +50 -50
  148. package/dist/semantic.js +89 -59
  149. package/dist/semantic.min.css +2 -2
  150. package/dist/semantic.min.js +2 -2
  151. package/package.json +1 -1
  152. package/src/definitions/collections/form.less +3 -4
  153. package/src/definitions/modules/calendar.js +5 -2
  154. package/src/definitions/modules/checkbox.js +1 -0
  155. package/src/definitions/modules/dropdown.js +30 -17
  156. package/src/definitions/modules/embed.js +11 -5
  157. package/src/definitions/modules/modal.js +3 -3
  158. package/src/definitions/modules/popup.js +2 -2
  159. package/src/definitions/modules/rating.js +6 -2
  160. package/src/definitions/modules/search.js +4 -3
  161. package/src/definitions/modules/transition.js +2 -0
package/dist/semantic.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * # Fomantic UI - 2.9.0-beta.302+091bcb0
2
+ * # Fomantic UI - 2.9.0-beta.305+4585cd0
3
3
  * https://github.com/fomantic/Fomantic-UI
4
4
  * http://fomantic-ui.com/
5
5
  *
@@ -9,7 +9,7 @@
9
9
  *
10
10
  */
11
11
  /*!
12
- * # Fomantic-UI 2.9.0-beta.302+091bcb0 - Reset
12
+ * # Fomantic-UI 2.9.0-beta.305+4585cd0 - Reset
13
13
  * http://github.com/fomantic/Fomantic-UI/
14
14
  *
15
15
  *
@@ -435,7 +435,7 @@ template {
435
435
  Site Overrides
436
436
  *******************************/
437
437
  /*!
438
- * # Fomantic-UI 2.9.0-beta.302+091bcb0 - Site
438
+ * # Fomantic-UI 2.9.0-beta.305+4585cd0 - Site
439
439
  * http://github.com/fomantic/Fomantic-UI/
440
440
  *
441
441
  *
@@ -760,7 +760,7 @@ input::selection {
760
760
  Site Overrides
761
761
  *******************************/
762
762
  /*!
763
- * # Fomantic-UI 2.9.0-beta.302+091bcb0 - Button
763
+ * # Fomantic-UI 2.9.0-beta.305+4585cd0 - Button
764
764
  * http://github.com/fomantic/Fomantic-UI/
765
765
  *
766
766
  *
@@ -5832,7 +5832,7 @@ input::selection {
5832
5832
  Site Overrides
5833
5833
  *******************************/
5834
5834
  /*!
5835
- * # Fomantic-UI 2.9.0-beta.302+091bcb0 - Container
5835
+ * # Fomantic-UI 2.9.0-beta.305+4585cd0 - Container
5836
5836
  * http://github.com/fomantic/Fomantic-UI/
5837
5837
  *
5838
5838
  *
@@ -6106,7 +6106,7 @@ input::selection {
6106
6106
  Site Overrides
6107
6107
  *******************************/
6108
6108
  /*!
6109
- * # Fomantic-UI 2.9.0-beta.302+091bcb0 - Divider
6109
+ * # Fomantic-UI 2.9.0-beta.305+4585cd0 - Divider
6110
6110
  * http://github.com/fomantic/Fomantic-UI/
6111
6111
  *
6112
6112
  *
@@ -24296,7 +24296,7 @@ em[data-emoji="regional_indicator_a"]::before {
24296
24296
  Emojis
24297
24297
  *******************************/
24298
24298
  /*!
24299
- * # Fomantic-UI 2.9.0-beta.302+091bcb0 - Flag
24299
+ * # Fomantic-UI 2.9.0-beta.305+4585cd0 - Flag
24300
24300
  * http://github.com/fomantic/Fomantic-UI/
24301
24301
  *
24302
24302
  *
@@ -25712,7 +25712,7 @@ i.flag.united.nations::before {
25712
25712
  Site Overrides
25713
25713
  *******************************/
25714
25714
  /*!
25715
- * # Fomantic-UI 2.9.0-beta.302+091bcb0 - Header
25715
+ * # Fomantic-UI 2.9.0-beta.305+4585cd0 - Header
25716
25716
  * http://github.com/fomantic/Fomantic-UI/
25717
25717
  *
25718
25718
  *
@@ -26668,7 +26668,7 @@ a.ui.inverted.black.header.header.header:hover {
26668
26668
  Site Overrides
26669
26669
  *******************************/
26670
26670
  /*!
26671
- * # Fomantic-UI 2.9.0-beta.302+091bcb0 - Icon
26671
+ * # Fomantic-UI 2.9.0-beta.305+4585cd0 - Icon
26672
26672
  * http://github.com/fomantic/Fomantic-UI/
26673
26673
  *
26674
26674
  *
@@ -35885,7 +35885,7 @@ i.icon.youtube.play::before {
35885
35885
  Site Overrides
35886
35886
  *******************************/
35887
35887
  /*!
35888
- * # Fomantic-UI 2.9.0-beta.302+091bcb0 - Image
35888
+ * # Fomantic-UI 2.9.0-beta.305+4585cd0 - Image
35889
35889
  * http://github.com/fomantic/Fomantic-UI/
35890
35890
  *
35891
35891
  *
@@ -36240,7 +36240,7 @@ img.ui.bordered.image {
36240
36240
  Site Overrides
36241
36241
  *******************************/
36242
36242
  /*!
36243
- * # Fomantic-UI 2.9.0-beta.302+091bcb0 - Input
36243
+ * # Fomantic-UI 2.9.0-beta.305+4585cd0 - Input
36244
36244
  * http://github.com/fomantic/Fomantic-UI/
36245
36245
  *
36246
36246
  *
@@ -37939,7 +37939,7 @@ input[type="file"].ui.black.file.input::file-selector-button:hover,
37939
37939
  Site Overrides
37940
37940
  *******************************/
37941
37941
  /*!
37942
- * # Fomantic-UI 2.9.0-beta.302+091bcb0 - Label
37942
+ * # Fomantic-UI 2.9.0-beta.305+4585cd0 - Label
37943
37943
  * http://github.com/fomantic/Fomantic-UI/
37944
37944
  *
37945
37945
  *
@@ -40344,7 +40344,7 @@ a.ui.ui.ui.inverted.basic.black.label:hover {
40344
40344
  Site Overrides
40345
40345
  *******************************/
40346
40346
  /*!
40347
- * # Fomantic-UI 2.9.0-beta.302+091bcb0 - List
40347
+ * # Fomantic-UI 2.9.0-beta.305+4585cd0 - List
40348
40348
  * http://github.com/fomantic/Fomantic-UI/
40349
40349
  *
40350
40350
  *
@@ -41450,7 +41450,7 @@ ol.ui.suffixed.list li::before,
41450
41450
  User Variable Overrides
41451
41451
  *******************************/
41452
41452
  /*!
41453
- * # Fomantic-UI 2.9.0-beta.302+091bcb0 - Loader
41453
+ * # Fomantic-UI 2.9.0-beta.305+4585cd0 - Loader
41454
41454
  * http://github.com/fomantic/Fomantic-UI/
41455
41455
  *
41456
41456
  *
@@ -42405,7 +42405,7 @@ ol.ui.suffixed.list li::before,
42405
42405
  Site Overrides
42406
42406
  *******************************/
42407
42407
  /*!
42408
- * # Fomantic-UI 2.9.0-beta.302+091bcb0 - Loader
42408
+ * # Fomantic-UI 2.9.0-beta.305+4585cd0 - Loader
42409
42409
  * http://github.com/fomantic/Fomantic-UI/
42410
42410
  *
42411
42411
  *
@@ -42692,7 +42692,7 @@ ol.ui.suffixed.list li::before,
42692
42692
  Theme Overrides
42693
42693
  *******************************/
42694
42694
  /*!
42695
- * # Fomantic-UI 2.9.0-beta.302+091bcb0 - Rail
42695
+ * # Fomantic-UI 2.9.0-beta.305+4585cd0 - Rail
42696
42696
  * http://github.com/fomantic/Fomantic-UI/
42697
42697
  *
42698
42698
  *
@@ -42854,7 +42854,7 @@ ol.ui.suffixed.list li::before,
42854
42854
  Site Overrides
42855
42855
  *******************************/
42856
42856
  /*!
42857
- * # Fomantic-UI 2.9.0-beta.302+091bcb0 - Reveal
42857
+ * # Fomantic-UI 2.9.0-beta.305+4585cd0 - Reveal
42858
42858
  * http://github.com/fomantic/Fomantic-UI/
42859
42859
  *
42860
42860
  *
@@ -43197,7 +43197,7 @@ ol.ui.suffixed.list li::before,
43197
43197
  Site Overrides
43198
43198
  *******************************/
43199
43199
  /*!
43200
- * # Fomantic-UI 2.9.0-beta.302+091bcb0 - Segment
43200
+ * # Fomantic-UI 2.9.0-beta.305+4585cd0 - Segment
43201
43201
  * http://github.com/fomantic/Fomantic-UI/
43202
43202
  *
43203
43203
  *
@@ -44296,7 +44296,7 @@ ol.ui.suffixed.list li::before,
44296
44296
  Site Overrides
44297
44297
  *******************************/
44298
44298
  /*!
44299
- * # Fomantic-UI 2.9.0-beta.302+091bcb0 - Step
44299
+ * # Fomantic-UI 2.9.0-beta.305+4585cd0 - Step
44300
44300
  * http://github.com/fomantic/Fomantic-UI/
44301
44301
  *
44302
44302
  *
@@ -45068,7 +45068,7 @@ ol.ui.suffixed.list li::before,
45068
45068
  Site Overrides
45069
45069
  *******************************/
45070
45070
  /*!
45071
- * # Fomantic-UI 2.9.0-beta.302+091bcb0 - Text
45071
+ * # Fomantic-UI 2.9.0-beta.305+4585cd0 - Text
45072
45072
  * http://github.com/fomantic/Fomantic-UI/
45073
45073
  *
45074
45074
  *
@@ -45263,7 +45263,7 @@ span.ui.massive.text {
45263
45263
  Theme Overrides
45264
45264
  *******************************/
45265
45265
  /*!
45266
- * # Fomantic-UI 2.9.0-beta.302+091bcb0 - Breadcrumb
45266
+ * # Fomantic-UI 2.9.0-beta.305+4585cd0 - Breadcrumb
45267
45267
  * http://github.com/fomantic/Fomantic-UI/
45268
45268
  *
45269
45269
  *
@@ -45408,7 +45408,7 @@ span.ui.massive.text {
45408
45408
  Site Overrides
45409
45409
  *******************************/
45410
45410
  /*!
45411
- * # Fomantic-UI 2.9.0-beta.302+091bcb0 - Form
45411
+ * # Fomantic-UI 2.9.0-beta.305+4585cd0 - Form
45412
45412
  * http://github.com/fomantic/Fomantic-UI/
45413
45413
  *
45414
45414
  *
@@ -45470,7 +45470,7 @@ span.ui.massive.text {
45470
45470
  text-transform: none;
45471
45471
  }
45472
45472
 
45473
- .ui.form .field > label:not(.button) {
45473
+ .ui.form:not(.inverted) .field > label:not(.button) {
45474
45474
  color: rgba(0, 0, 0, 0.87);
45475
45475
  }
45476
45476
 
@@ -47497,7 +47497,7 @@ span.ui.massive.text {
47497
47497
  Site Overrides
47498
47498
  *******************************/
47499
47499
  /*!
47500
- * # Fomantic-UI 2.9.0-beta.302+091bcb0 - Grid
47500
+ * # Fomantic-UI 2.9.0-beta.305+4585cd0 - Grid
47501
47501
  * http://github.com/fomantic/Fomantic-UI/
47502
47502
  *
47503
47503
  *
@@ -52439,7 +52439,7 @@ Floated Menu / Item
52439
52439
  Site Overrides
52440
52440
  *******************************/
52441
52441
  /*!
52442
- * # Fomantic-UI 2.9.0-beta.302+091bcb0 - Message
52442
+ * # Fomantic-UI 2.9.0-beta.305+4585cd0 - Message
52443
52443
  * http://github.com/fomantic/Fomantic-UI/
52444
52444
  *
52445
52445
  *
@@ -53245,7 +53245,7 @@ Floated Menu / Item
53245
53245
  Site Overrides
53246
53246
  *******************************/
53247
53247
  /*!
53248
- * # Fomantic-UI 2.9.0-beta.302+091bcb0 - Table
53248
+ * # Fomantic-UI 2.9.0-beta.305+4585cd0 - Table
53249
53249
  * http://github.com/fomantic/Fomantic-UI/
53250
53250
  *
53251
53251
  *
@@ -57455,7 +57455,7 @@ Floated Menu / Item
57455
57455
  Site Overrides
57456
57456
  *******************************/
57457
57457
  /*!
57458
- * # Fomantic-UI 2.9.0-beta.302+091bcb0 - Ad
57458
+ * # Fomantic-UI 2.9.0-beta.305+4585cd0 - Ad
57459
57459
  * http://github.com/fomantic/Fomantic-UI/
57460
57460
  *
57461
57461
  *
@@ -57744,7 +57744,7 @@ Floated Menu / Item
57744
57744
  User Variable Overrides
57745
57745
  *******************************/
57746
57746
  /*!
57747
- * # Fomantic-UI 2.9.0-beta.302+091bcb0 - Card
57747
+ * # Fomantic-UI 2.9.0-beta.305+4585cd0 - Card
57748
57748
  * http://github.com/fomantic/Fomantic-UI/
57749
57749
  *
57750
57750
  *
@@ -60006,7 +60006,7 @@ a.inverted.ui.card:hover,
60006
60006
  User Variable Overrides
60007
60007
  *******************************/
60008
60008
  /*!
60009
- * # Fomantic-UI 2.9.0-beta.302+091bcb0 - Comment
60009
+ * # Fomantic-UI 2.9.0-beta.305+4585cd0 - Comment
60010
60010
  * http://github.com/fomantic/Fomantic-UI/
60011
60011
  *
60012
60012
  *
@@ -60321,7 +60321,7 @@ a.inverted.ui.card:hover,
60321
60321
  User Variable Overrides
60322
60322
  *******************************/
60323
60323
  /*!
60324
- * # Fomantic-UI 2.9.0-beta.302+091bcb0 - Feed
60324
+ * # Fomantic-UI 2.9.0-beta.305+4585cd0 - Feed
60325
60325
  * http://github.com/fomantic/Fomantic-UI/
60326
60326
  *
60327
60327
  *
@@ -60676,7 +60676,7 @@ a.inverted.ui.card:hover,
60676
60676
  User Variable Overrides
60677
60677
  *******************************/
60678
60678
  /*!
60679
- * # Fomantic-UI 2.9.0-beta.302+091bcb0 - Item
60679
+ * # Fomantic-UI 2.9.0-beta.305+4585cd0 - Item
60680
60680
  * http://github.com/fomantic/Fomantic-UI/
60681
60681
  *
60682
60682
  *
@@ -61312,7 +61312,7 @@ a.inverted.ui.card:hover,
61312
61312
  User Variable Overrides
61313
61313
  *******************************/
61314
61314
  /*!
61315
- * # Fomantic-UI 2.9.0-beta.302+091bcb0 - Statistic
61315
+ * # Fomantic-UI 2.9.0-beta.305+4585cd0 - Statistic
61316
61316
  * http://github.com/fomantic/Fomantic-UI/
61317
61317
  *
61318
61318
  *
@@ -62018,7 +62018,7 @@ a.inverted.ui.card:hover,
62018
62018
  User Variable Overrides
62019
62019
  *******************************/
62020
62020
  /*!
62021
- * # Fomantic-UI 2.9.0-beta.302+091bcb0 - Accordion
62021
+ * # Fomantic-UI 2.9.0-beta.305+4585cd0 - Accordion
62022
62022
  * http://github.com/fomantic/Fomantic-UI/
62023
62023
  *
62024
62024
  *
@@ -62436,7 +62436,7 @@ a.inverted.ui.card:hover,
62436
62436
  User Overrides
62437
62437
  *******************************/
62438
62438
  /*!
62439
- * # Fomantic-UI 2.9.0-beta.302+091bcb0 - Calendar
62439
+ * # Fomantic-UI 2.9.0-beta.305+4585cd0 - Calendar
62440
62440
  * http://github.com/fomantic/Fomantic-UI/
62441
62441
  *
62442
62442
  *
@@ -62649,7 +62649,7 @@ a.inverted.ui.card:hover,
62649
62649
  Theme Overrides
62650
62650
  *******************************/
62651
62651
  /*!
62652
- * # Fomantic-UI 2.9.0-beta.302+091bcb0 - Checkbox
62652
+ * # Fomantic-UI 2.9.0-beta.305+4585cd0 - Checkbox
62653
62653
  * http://github.com/fomantic/Fomantic-UI/
62654
62654
  *
62655
62655
  *
@@ -63549,7 +63549,7 @@ a.inverted.ui.card:hover,
63549
63549
  Site Overrides
63550
63550
  *******************************/
63551
63551
  /*!
63552
- * # Fomantic-UI 2.9.0-beta.302+091bcb0 - Dimmer
63552
+ * # Fomantic-UI 2.9.0-beta.305+4585cd0 - Dimmer
63553
63553
  * http://github.com/fomantic/Fomantic-UI/
63554
63554
  *
63555
63555
  *
@@ -64071,7 +64071,7 @@ body.dimmable > .dimmer {
64071
64071
  User Overrides
64072
64072
  *******************************/
64073
64073
  /*!
64074
- * # Fomantic-UI 2.9.0-beta.302+091bcb0 - Dropdown
64074
+ * # Fomantic-UI 2.9.0-beta.305+4585cd0 - Dropdown
64075
64075
  * http://github.com/fomantic/Fomantic-UI/
64076
64076
  *
64077
64077
  *
@@ -66425,7 +66425,7 @@ select.ui.dropdown {
66425
66425
  User Overrides
66426
66426
  *******************************/
66427
66427
  /*!
66428
- * # Fomantic-UI 2.9.0-beta.302+091bcb0 - Video
66428
+ * # Fomantic-UI 2.9.0-beta.305+4585cd0 - Video
66429
66429
  * http://github.com/fomantic/Fomantic-UI/
66430
66430
  *
66431
66431
  *
@@ -66590,7 +66590,7 @@ select.ui.dropdown {
66590
66590
  Site Overrides
66591
66591
  *******************************/
66592
66592
  /*!
66593
- * # Fomantic-UI 2.9.0-beta.302+091bcb0 - Modal
66593
+ * # Fomantic-UI 2.9.0-beta.305+4585cd0 - Modal
66594
66594
  * http://github.com/fomantic/Fomantic-UI/
66595
66595
  *
66596
66596
  *
@@ -67496,7 +67496,7 @@ select.ui.dropdown {
67496
67496
  Site Overrides
67497
67497
  *******************************/
67498
67498
  /*!
67499
- * # Fomantic-UI 2.9.0-beta.302+091bcb0 - Nag
67499
+ * # Fomantic-UI 2.9.0-beta.305+4585cd0 - Nag
67500
67500
  * http://github.com/fomantic/Fomantic-UI/
67501
67501
  *
67502
67502
  *
@@ -67835,7 +67835,7 @@ a.ui.nag {
67835
67835
  User Overrides
67836
67836
  *******************************/
67837
67837
  /*!
67838
- * # Fomantic-UI 2.9.0-beta.302+091bcb0 - Popup
67838
+ * # Fomantic-UI 2.9.0-beta.305+4585cd0 - Popup
67839
67839
  * http://github.com/fomantic/Fomantic-UI/
67840
67840
  *
67841
67841
  *
@@ -68745,7 +68745,7 @@ a.ui.nag {
68745
68745
  User Overrides
68746
68746
  *******************************/
68747
68747
  /*!
68748
- * # Fomantic-UI 2.9.0-beta.302+091bcb0 - Progress Bar
68748
+ * # Fomantic-UI 2.9.0-beta.305+4585cd0 - Progress Bar
68749
68749
  * http://github.com/fomantic/Fomantic-UI/
68750
68750
  *
68751
68751
  *
@@ -70665,7 +70665,7 @@ a.ui.nag {
70665
70665
  Slider Overrides
70666
70666
  *******************************/
70667
70667
  /*!
70668
- * # Fomantic-UI 2.9.0-beta.302+091bcb0 - Rating
70668
+ * # Fomantic-UI 2.9.0-beta.305+4585cd0 - Rating
70669
70669
  * http://github.com/fomantic/Fomantic-UI/
70670
70670
  *
70671
70671
  *
@@ -71168,7 +71168,7 @@ a.ui.nag {
71168
71168
  Site Overrides
71169
71169
  *******************************/
71170
71170
  /*!
71171
- * # Fomantic-UI 2.9.0-beta.302+091bcb0 - Search
71171
+ * # Fomantic-UI 2.9.0-beta.305+4585cd0 - Search
71172
71172
  * http://github.com/fomantic/Fomantic-UI/
71173
71173
  *
71174
71174
  *
@@ -71750,7 +71750,7 @@ a.ui.nag {
71750
71750
  Site Overrides
71751
71751
  *******************************/
71752
71752
  /*!
71753
- * # Fomantic-UI 2.9.0-beta.302+091bcb0 - Shape
71753
+ * # Fomantic-UI 2.9.0-beta.305+4585cd0 - Shape
71754
71754
  * http://github.com/fomantic/Fomantic-UI/
71755
71755
  *
71756
71756
  *
@@ -71911,7 +71911,7 @@ a.ui.nag {
71911
71911
  User Overrides
71912
71912
  *******************************/
71913
71913
  /*!
71914
- * # Fomantic-UI 2.9.0-beta.302+091bcb0 - Sidebar
71914
+ * # Fomantic-UI 2.9.0-beta.305+4585cd0 - Sidebar
71915
71915
  * http://github.com/fomantic/Fomantic-UI/
71916
71916
  *
71917
71917
  *
@@ -72598,7 +72598,7 @@ body.pushable > .pusher {
72598
72598
  Site Overrides
72599
72599
  *******************************/
72600
72600
  /*!
72601
- * # Fomantic-UI 2.9.0-beta.302+091bcb0 - Sticky
72601
+ * # Fomantic-UI 2.9.0-beta.305+4585cd0 - Sticky
72602
72602
  * http://github.com/fomantic/Fomantic-UI/
72603
72603
  *
72604
72604
  *
@@ -72671,7 +72671,7 @@ body.pushable > .pusher {
72671
72671
  Site Overrides
72672
72672
  *******************************/
72673
72673
  /*!
72674
- * # Fomantic-UI 2.9.0-beta.302+091bcb0 - Tab
72674
+ * # Fomantic-UI 2.9.0-beta.305+4585cd0 - Tab
72675
72675
  * http://github.com/fomantic/Fomantic-UI/
72676
72676
  *
72677
72677
  *
@@ -72755,7 +72755,7 @@ body.pushable > .pusher {
72755
72755
  User Overrides
72756
72756
  *******************************/
72757
72757
  /*!
72758
- * # Fomantic-UI 2.9.0-beta.302+091bcb0 - Toast
72758
+ * # Fomantic-UI 2.9.0-beta.305+4585cd0 - Toast
72759
72759
  * http://github.com/fomantic/Fomantic-UI/
72760
72760
  *
72761
72761
  *
@@ -73755,7 +73755,7 @@ body.pushable > .pusher {
73755
73755
  Theme Overrides
73756
73756
  *******************************/
73757
73757
  /*!
73758
- * # Fomantic-UI 2.9.0-beta.302+091bcb0 - Transition
73758
+ * # Fomantic-UI 2.9.0-beta.305+4585cd0 - Transition
73759
73759
  * http://github.com/fomantic/Fomantic-UI/
73760
73760
  *
73761
73761
  *