fomantic-ui-sass 2.9.2 → 2.9.3.1

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 (120) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +8 -0
  3. data/Gemfile +2 -0
  4. data/Rakefile +2 -0
  5. data/app/assets/javascripts/semantic-ui/accordion.js +1 -5
  6. data/app/assets/javascripts/semantic-ui/api.js +22 -15
  7. data/app/assets/javascripts/semantic-ui/calendar.js +1 -6
  8. data/app/assets/javascripts/semantic-ui/checkbox.js +4 -6
  9. data/app/assets/javascripts/semantic-ui/dimmer.js +1 -5
  10. data/app/assets/javascripts/semantic-ui/dropdown.js +56 -33
  11. data/app/assets/javascripts/semantic-ui/embed.js +1 -6
  12. data/app/assets/javascripts/semantic-ui/flyout.js +40 -58
  13. data/app/assets/javascripts/semantic-ui/form.js +102 -53
  14. data/app/assets/javascripts/semantic-ui/modal.js +45 -33
  15. data/app/assets/javascripts/semantic-ui/nag.js +17 -9
  16. data/app/assets/javascripts/semantic-ui/popup.js +27 -19
  17. data/app/assets/javascripts/semantic-ui/progress.js +1 -6
  18. data/app/assets/javascripts/semantic-ui/rating.js +1 -5
  19. data/app/assets/javascripts/semantic-ui/search.js +4 -7
  20. data/app/assets/javascripts/semantic-ui/shape.js +1 -5
  21. data/app/assets/javascripts/semantic-ui/sidebar.js +15 -38
  22. data/app/assets/javascripts/semantic-ui/site.js +1 -1
  23. data/app/assets/javascripts/semantic-ui/slider.js +130 -34
  24. data/app/assets/javascripts/semantic-ui/state.js +23 -20
  25. data/app/assets/javascripts/semantic-ui/sticky.js +17 -16
  26. data/app/assets/javascripts/semantic-ui/tab.js +18 -8
  27. data/app/assets/javascripts/semantic-ui/toast.js +17 -9
  28. data/app/assets/javascripts/semantic-ui/transition.js +2 -6
  29. data/app/assets/javascripts/semantic-ui/visibility.js +15 -6
  30. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +1 -1
  31. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +53 -20
  32. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +107 -107
  33. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +13 -7
  34. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +1 -1
  35. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +65 -1
  36. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +2 -2
  37. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +62 -1
  38. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +1 -1
  39. data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +697 -249
  40. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +3 -2
  41. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +1 -1
  42. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +62 -62
  43. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +1 -1
  44. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +3 -27
  45. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +21 -2
  46. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +13 -13
  47. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +282 -282
  48. data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +1 -1
  49. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +1 -1
  50. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +1 -1
  51. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +161 -34
  52. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +1 -1
  53. data/app/assets/stylesheets/semantic-ui/elements/_text.scss +1 -1
  54. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +1 -1
  55. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +1 -1
  56. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +1 -1
  57. data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +145 -8
  58. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +50 -6
  59. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +3 -3
  60. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +119 -26
  61. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +1 -1
  62. data/app/assets/stylesheets/semantic-ui/modules/_flyout.scss +1 -1
  63. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +10 -3
  64. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +1 -1
  65. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +41 -40
  66. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +1 -1
  67. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +1 -1
  68. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +26 -1
  69. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +1 -1
  70. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +1 -1
  71. data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +1 -1
  72. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +1 -1
  73. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +1 -1
  74. data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +6 -1
  75. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +1 -1
  76. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +1 -1
  77. data/app/assets/stylesheets/semantic-ui/views/_card.scss +1 -1
  78. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +6 -1
  79. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +486 -5
  80. data/app/assets/stylesheets/semantic-ui/views/_item.scss +6 -1
  81. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +1 -1
  82. data/app/helpers/semantic_breadcrumbs_helper.rb +2 -0
  83. data/app/helpers/semantic_flash_helper.rb +2 -0
  84. data/app/helpers/semantic_icon_helper.rb +2 -0
  85. data/fomantic-ui-sass.gemspec +4 -2
  86. data/gemfiles/rails_5.0.gemfile +2 -0
  87. data/gemfiles/rails_5.1.gemfile +2 -0
  88. data/gemfiles/rails_5.2.gemfile +2 -0
  89. data/lib/fomantic/ui/sass/breadcrumbs.rb +2 -0
  90. data/lib/fomantic/ui/sass/engine.rb +5 -3
  91. data/lib/fomantic/ui/sass/version.rb +4 -2
  92. data/lib/fomantic-ui-sass.rb +2 -6
  93. data/spec/dummy/Rakefile +2 -0
  94. data/spec/dummy/app/controllers/application_controller.rb +2 -0
  95. data/spec/dummy/app/helpers/application_helper.rb +2 -0
  96. data/spec/dummy/bin/bundle +2 -0
  97. data/spec/dummy/bin/rails +2 -0
  98. data/spec/dummy/bin/rake +2 -0
  99. data/spec/dummy/config/application.rb +3 -1
  100. data/spec/dummy/config/boot.rb +2 -0
  101. data/spec/dummy/config/environment.rb +2 -0
  102. data/spec/dummy/config/environments/development.rb +3 -1
  103. data/spec/dummy/config/environments/production.rb +2 -0
  104. data/spec/dummy/config/environments/test.rb +3 -1
  105. data/spec/dummy/config/initializers/backtrace_silencers.rb +2 -0
  106. data/spec/dummy/config/initializers/filter_parameter_logging.rb +2 -0
  107. data/spec/dummy/config/initializers/inflections.rb +2 -0
  108. data/spec/dummy/config/initializers/mime_types.rb +2 -0
  109. data/spec/dummy/config/initializers/secret_token.rb +2 -0
  110. data/spec/dummy/config/initializers/session_store.rb +2 -0
  111. data/spec/dummy/config/initializers/wrap_parameters.rb +2 -0
  112. data/spec/dummy/config/routes.rb +2 -0
  113. data/spec/dummy/config.ru +3 -1
  114. data/spec/helpers/semantic_breadcrumbs_helper_spec.rb +2 -0
  115. data/spec/helpers/semantic_flash_helper_spec.rb +2 -0
  116. data/spec/helpers/semantic_icon_helper_spec.rb +2 -0
  117. data/spec/spec_helper.rb +2 -0
  118. data/tasks/converter.rb +9 -19
  119. data/templates/project/manifest.rb +2 -0
  120. metadata +12 -26
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.2 - Container
2
+ * # Fomantic-UI 2.9.3 - Container
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -161,69 +161,130 @@
161
161
  .ui.scrolling.container.short {
162
162
  max-height: 11.25em;
163
163
  }
164
+ .ui.scrolling.container.short.resizable {
165
+ height: 11.25em;
166
+ }
164
167
  .ui.scrolling.container[class*="very short"] {
165
168
  max-height: 7.5em;
166
169
  }
170
+ .ui.scrolling.container[class*="very short"].resizable {
171
+ height: 7.5em;
172
+ }
167
173
  .ui.scrolling.container {
168
174
  max-height: 15em;
169
175
  }
170
176
  .ui.scrolling.container.long {
171
177
  max-height: 30em;
172
178
  }
179
+ .ui.scrolling.container.long.resizable {
180
+ height: 30em;
181
+ }
173
182
  .ui.scrolling.container[class*="very long"] {
174
183
  max-height: 45em;
175
184
  }
185
+ .ui.scrolling.container[class*="very long"].resizable {
186
+ height: 45em;
187
+ }
176
188
  }
177
189
  @media only screen and (min-width: 768px) {
178
190
  .ui.scrolling.container.short {
179
191
  max-height: 13.5em;
180
192
  }
193
+ .ui.scrolling.container.short.resizable {
194
+ height: 13.5em;
195
+ }
181
196
  .ui.scrolling.container[class*="very short"] {
182
197
  max-height: 9em;
183
198
  }
199
+ .ui.scrolling.container[class*="very short"].resizable {
200
+ height: 9em;
201
+ }
184
202
  .ui.scrolling.container {
185
203
  max-height: 18em;
186
204
  }
205
+ .ui.scrolling.container.resizable {
206
+ height: 18em;
207
+ }
187
208
  .ui.scrolling.container.long {
188
209
  max-height: 36em;
189
210
  }
211
+ .ui.scrolling.container.long.resizable {
212
+ height: 36em;
213
+ }
190
214
  .ui.scrolling.container[class*="very long"] {
191
215
  max-height: 54em;
192
216
  }
217
+ .ui.scrolling.container[class*="very long"].resizable {
218
+ height: 54em;
219
+ }
193
220
  }
194
221
  @media only screen and (min-width: 992px) {
195
222
  .ui.scrolling.container.short {
196
223
  max-height: 18em;
197
224
  }
225
+ .ui.scrolling.container.short.resizable {
226
+ height: 18em;
227
+ }
198
228
  .ui.scrolling.container[class*="very short"] {
199
229
  max-height: 12em;
200
230
  }
231
+ .ui.scrolling.container[class*="very short"].resizable {
232
+ height: 12em;
233
+ }
201
234
  .ui.scrolling.container {
202
235
  max-height: 24em;
203
236
  }
237
+ .ui.scrolling.container.resizable {
238
+ height: 24em;
239
+ }
204
240
  .ui.scrolling.container.long {
205
241
  max-height: 48em;
206
242
  }
243
+ .ui.scrolling.container.long.resizable {
244
+ height: 48em;
245
+ }
207
246
  .ui.scrolling.container[class*="very long"] {
208
247
  max-height: 72em;
209
248
  }
249
+ .ui.scrolling.container[class*="very long"].resizable {
250
+ height: 72em;
251
+ }
210
252
  }
211
253
  @media only screen and (min-width: 1920px) {
212
254
  .ui.scrolling.container.short {
213
255
  max-height: 22.5em;
214
256
  }
257
+ .ui.scrolling.container.short.resizable {
258
+ height: 22.5em;
259
+ }
215
260
  .ui.scrolling.container[class*="very short"] {
216
261
  max-height: 15em;
217
262
  }
263
+ .ui.scrolling.container[class*="very short"].resizable {
264
+ height: 15em;
265
+ }
218
266
  .ui.scrolling.container {
219
267
  max-height: 30em;
220
268
  }
269
+ .ui.scrolling.container.resizable {
270
+ height: 30em;
271
+ }
221
272
  .ui.scrolling.container.long {
222
273
  max-height: 60em;
223
274
  }
275
+ .ui.scrolling.container.long.resizable {
276
+ height: 60em;
277
+ }
224
278
  .ui.scrolling.container[class*="very long"] {
225
279
  max-height: 90em;
226
280
  }
281
+ .ui.scrolling.container[class*="very long"].resizable {
282
+ height: 90em;
283
+ }
284
+ }
285
+ .ui.resizable.scrolling.container {
286
+ resize: vertical;
287
+ max-height: none;
227
288
  }
228
289
 
229
290
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.2 - Divider
2
+ * # Fomantic-UI 2.9.3 - Divider
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *