fomantic-ui-sass 2.9.2 → 2.9.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/Gemfile +2 -0
- data/Rakefile +2 -0
- data/app/assets/javascripts/semantic-ui/accordion.js +1 -5
- data/app/assets/javascripts/semantic-ui/api.js +22 -15
- data/app/assets/javascripts/semantic-ui/calendar.js +1 -6
- data/app/assets/javascripts/semantic-ui/checkbox.js +4 -6
- data/app/assets/javascripts/semantic-ui/dimmer.js +1 -5
- data/app/assets/javascripts/semantic-ui/dropdown.js +56 -33
- data/app/assets/javascripts/semantic-ui/embed.js +1 -6
- data/app/assets/javascripts/semantic-ui/flyout.js +40 -58
- data/app/assets/javascripts/semantic-ui/form.js +102 -53
- data/app/assets/javascripts/semantic-ui/modal.js +45 -33
- data/app/assets/javascripts/semantic-ui/nag.js +17 -9
- data/app/assets/javascripts/semantic-ui/popup.js +27 -19
- data/app/assets/javascripts/semantic-ui/progress.js +1 -6
- data/app/assets/javascripts/semantic-ui/rating.js +1 -5
- data/app/assets/javascripts/semantic-ui/search.js +4 -7
- data/app/assets/javascripts/semantic-ui/shape.js +1 -5
- data/app/assets/javascripts/semantic-ui/sidebar.js +15 -38
- data/app/assets/javascripts/semantic-ui/site.js +1 -1
- data/app/assets/javascripts/semantic-ui/slider.js +130 -34
- data/app/assets/javascripts/semantic-ui/state.js +23 -20
- data/app/assets/javascripts/semantic-ui/sticky.js +17 -16
- data/app/assets/javascripts/semantic-ui/tab.js +18 -8
- data/app/assets/javascripts/semantic-ui/toast.js +17 -9
- data/app/assets/javascripts/semantic-ui/transition.js +2 -6
- data/app/assets/javascripts/semantic-ui/visibility.js +15 -6
- data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/collections/_form.scss +53 -20
- data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +107 -107
- data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +13 -7
- data/app/assets/stylesheets/semantic-ui/collections/_message.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/collections/_table.scss +65 -1
- data/app/assets/stylesheets/semantic-ui/elements/_button.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/elements/_container.scss +62 -1
- data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +697 -249
- data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +3 -2
- data/app/assets/stylesheets/semantic-ui/elements/_header.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +62 -62
- data/app/assets/stylesheets/semantic-ui/elements/_image.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_input.scss +3 -27
- data/app/assets/stylesheets/semantic-ui/elements/_label.scss +21 -2
- data/app/assets/stylesheets/semantic-ui/elements/_list.scss +13 -13
- data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +282 -282
- data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +161 -34
- data/app/assets/stylesheets/semantic-ui/elements/_step.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_text.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/globals/_site.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +145 -8
- data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +50 -6
- data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +3 -3
- data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +119 -26
- data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_flyout.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +10 -3
- data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +41 -40
- data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_search.scss +26 -1
- data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +6 -1
- data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_ad.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_card.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_comment.scss +6 -1
- data/app/assets/stylesheets/semantic-ui/views/_feed.scss +486 -5
- data/app/assets/stylesheets/semantic-ui/views/_item.scss +6 -1
- data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +1 -1
- data/app/helpers/semantic_breadcrumbs_helper.rb +2 -0
- data/app/helpers/semantic_flash_helper.rb +2 -0
- data/app/helpers/semantic_icon_helper.rb +2 -0
- data/fomantic-ui-sass.gemspec +4 -2
- data/gemfiles/rails_5.0.gemfile +2 -0
- data/gemfiles/rails_5.1.gemfile +2 -0
- data/gemfiles/rails_5.2.gemfile +2 -0
- data/lib/fomantic/ui/sass/breadcrumbs.rb +2 -0
- data/lib/fomantic/ui/sass/engine.rb +5 -3
- data/lib/fomantic/ui/sass/version.rb +4 -2
- data/lib/fomantic-ui-sass.rb +2 -6
- data/spec/dummy/Rakefile +2 -0
- data/spec/dummy/app/controllers/application_controller.rb +2 -0
- data/spec/dummy/app/helpers/application_helper.rb +2 -0
- data/spec/dummy/bin/bundle +2 -0
- data/spec/dummy/bin/rails +2 -0
- data/spec/dummy/bin/rake +2 -0
- data/spec/dummy/config/application.rb +3 -1
- data/spec/dummy/config/boot.rb +2 -0
- data/spec/dummy/config/environment.rb +2 -0
- data/spec/dummy/config/environments/development.rb +3 -1
- data/spec/dummy/config/environments/production.rb +2 -0
- data/spec/dummy/config/environments/test.rb +3 -1
- data/spec/dummy/config/initializers/backtrace_silencers.rb +2 -0
- data/spec/dummy/config/initializers/filter_parameter_logging.rb +2 -0
- data/spec/dummy/config/initializers/inflections.rb +2 -0
- data/spec/dummy/config/initializers/mime_types.rb +2 -0
- data/spec/dummy/config/initializers/secret_token.rb +2 -0
- data/spec/dummy/config/initializers/session_store.rb +2 -0
- data/spec/dummy/config/initializers/wrap_parameters.rb +2 -0
- data/spec/dummy/config/routes.rb +2 -0
- data/spec/dummy/config.ru +3 -1
- data/spec/helpers/semantic_breadcrumbs_helper_spec.rb +2 -0
- data/spec/helpers/semantic_flash_helper_spec.rb +2 -0
- data/spec/helpers/semantic_icon_helper_spec.rb +2 -0
- data/spec/spec_helper.rb +2 -0
- data/tasks/converter.rb +9 -19
- data/templates/project/manifest.rb +2 -0
- metadata +12 -26
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.9.
|
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
|
|