fomantic-ui-sass 2.8.3 → 2.8.7.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 (67) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +28 -0
  3. data/README.md +6 -0
  4. data/app/assets/fonts/semantic-ui/brand-icons.eot +0 -0
  5. data/app/assets/fonts/semantic-ui/brand-icons.svg +95 -56
  6. data/app/assets/fonts/semantic-ui/brand-icons.ttf +0 -0
  7. data/app/assets/fonts/semantic-ui/brand-icons.woff +0 -0
  8. data/app/assets/fonts/semantic-ui/brand-icons.woff2 +0 -0
  9. data/app/assets/fonts/semantic-ui/icons.eot +0 -0
  10. data/app/assets/fonts/semantic-ui/icons.svg +121 -88
  11. data/app/assets/fonts/semantic-ui/icons.ttf +0 -0
  12. data/app/assets/fonts/semantic-ui/icons.woff +0 -0
  13. data/app/assets/fonts/semantic-ui/icons.woff2 +0 -0
  14. data/app/assets/fonts/semantic-ui/outline-icons.eot +0 -0
  15. data/app/assets/fonts/semantic-ui/outline-icons.svg +10 -10
  16. data/app/assets/fonts/semantic-ui/outline-icons.ttf +0 -0
  17. data/app/assets/fonts/semantic-ui/outline-icons.woff +0 -0
  18. data/app/assets/fonts/semantic-ui/outline-icons.woff2 +0 -0
  19. data/app/assets/javascripts/semantic-ui/calendar.js +249 -60
  20. data/app/assets/javascripts/semantic-ui/checkbox.js +1 -1
  21. data/app/assets/javascripts/semantic-ui/dimmer.js +3 -3
  22. data/app/assets/javascripts/semantic-ui/dropdown.js +62 -23
  23. data/app/assets/javascripts/semantic-ui/form.js +78 -26
  24. data/app/assets/javascripts/semantic-ui/modal.js +9 -1
  25. data/app/assets/javascripts/semantic-ui/popup.js +6 -5
  26. data/app/assets/javascripts/semantic-ui/progress.js +20 -24
  27. data/app/assets/javascripts/semantic-ui/search.js +28 -0
  28. data/app/assets/javascripts/semantic-ui/slider.js +2 -2
  29. data/app/assets/javascripts/semantic-ui/tab.js +3 -2
  30. data/app/assets/javascripts/semantic-ui/toast.js +9 -7
  31. data/app/assets/javascripts/semantic-ui/visibility.js +1 -1
  32. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +79 -117
  33. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +8 -6
  34. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +36 -35
  35. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +4 -4
  36. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +23 -17
  37. data/app/assets/stylesheets/semantic-ui/elements/_all.scss +1 -0
  38. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +9 -3
  39. data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +1 -1
  40. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +8 -8
  41. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +124 -15
  42. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +33 -4
  43. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +48 -48
  44. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +38 -2
  45. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +12 -12
  46. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +7 -1
  47. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +16 -9
  48. data/app/assets/stylesheets/semantic-ui/elements/_text.scss +15 -0
  49. data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +16 -9
  50. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +1 -0
  51. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +17 -14
  52. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +122 -32
  53. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +6 -6
  54. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +10 -6
  55. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +2 -0
  56. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +32 -3
  57. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +90 -0
  58. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +1 -0
  59. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +2 -1
  60. data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +9 -0
  61. data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +7 -7
  62. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +34 -34
  63. data/app/assets/stylesheets/semantic-ui/views/_card.scss +1 -1
  64. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +5 -5
  65. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +4 -4
  66. data/lib/fomantic/ui/sass/version.rb +2 -2
  67. metadata +6 -6
@@ -345,7 +345,7 @@
345
345
 
346
346
  .ui.cards > .card .dimmer,
347
347
  .ui.card .dimmer {
348
- background-color: '';
348
+ background: '';
349
349
  z-index: 10;
350
350
  }
351
351
 
@@ -237,10 +237,10 @@
237
237
  -webkit-transition: 0.2s color ease;
238
238
  transition: 0.2s color ease;
239
239
  }
240
- .ui.feed > .event > .content .meta .like:hover .icon {
240
+ .ui.feed > .event > .content .meta .like:hover i.icon {
241
241
  color: #FF2733;
242
242
  }
243
- .ui.feed > .event > .content .meta .active.like .icon {
243
+ .ui.feed > .event > .content .meta .active.like i.icon {
244
244
  color: #EF404A;
245
245
  }
246
246
 
@@ -254,7 +254,7 @@
254
254
 
255
255
  /* Action */
256
256
  .ui.feed > .event > .content .meta a,
257
- .ui.feed > .event > .content .meta > .icon {
257
+ .ui.feed > .event > .content .meta > i.icon {
258
258
  cursor: pointer;
259
259
  opacity: 1;
260
260
  color: rgba(0, 0, 0, 0.5);
@@ -262,8 +262,8 @@
262
262
  transition: color 0.1s ease;
263
263
  }
264
264
  .ui.feed > .event > .content .meta a:hover,
265
- .ui.feed > .event > .content .meta a:hover .icon,
266
- .ui.feed > .event > .content .meta > .icon:hover {
265
+ .ui.feed > .event > .content .meta a:hover i.icon,
266
+ .ui.feed > .event > .content .meta > i.icon:hover {
267
267
  color: rgba(0, 0, 0, 0.95);
268
268
  }
269
269
 
@@ -144,8 +144,8 @@
144
144
  Icon Value
145
145
  ---------------*/
146
146
 
147
- .ui.statistics .statistic > .value .icon,
148
- .ui.statistic > .value .icon {
147
+ .ui.statistics .statistic > .value > i.icon,
148
+ .ui.statistic > .value > i.icon {
149
149
  opacity: 1;
150
150
  width: auto;
151
151
  margin: 0;
@@ -294,8 +294,8 @@
294
294
  .ui.horizontal.statistics > .statistic > .text.value {
295
295
  min-height: 0 !important;
296
296
  }
297
- .ui.horizontal.statistics .statistic > .value .icon,
298
- .ui.horizontal.statistic > .value .icon {
297
+ .ui.horizontal.statistics .statistic > .value > i.icon,
298
+ .ui.horizontal.statistic > .value > i.icon {
299
299
  width: 1.18em;
300
300
  }
301
301
  .ui.horizontal.statistics .statistic > .value,
@@ -1,8 +1,8 @@
1
1
  module Fomantic
2
2
  module Ui
3
3
  module Sass
4
- VERSION = '2.8.3'.freeze
5
- SEMANTIC_UI_SHA = '43f6ea48cb917e3319e13b774a160e22fabcd2d9'.freeze
4
+ VERSION = '2.8.7.1'.freeze
5
+ SEMANTIC_UI_SHA = '5b3969cc46bd1e1da1f59b2f5a05098fa5053d2a'.freeze
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fomantic-ui-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.8.3
4
+ version: 2.8.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - doabit
8
8
  - shanecav84
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2020-01-17 00:00:00.000000000 Z
12
+ date: 2021-07-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: autoprefixer-rails
@@ -349,7 +349,7 @@ homepage: https://github.com/fomantic/Fomantic-UI-SASS
349
349
  licenses:
350
350
  - MIT
351
351
  metadata: {}
352
- post_install_message:
352
+ post_install_message:
353
353
  rdoc_options: []
354
354
  require_paths:
355
355
  - lib
@@ -364,8 +364,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
364
364
  - !ruby/object:Gem::Version
365
365
  version: '0'
366
366
  requirements: []
367
- rubygems_version: 3.0.3
368
- signing_key:
367
+ rubygems_version: 3.2.20
368
+ signing_key:
369
369
  specification_version: 4
370
370
  summary: Fomantic UI, converted to Sass and ready to drop into Rails, Compass, or
371
371
  Sprockets.