semantic-ui-sass 2.3.1.1 → 2.4.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (76) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +4 -2
  3. data/CHANGELOG.md +126 -98
  4. data/README.md +56 -2
  5. data/app/assets/fonts/semantic-ui/icons.eot +0 -0
  6. data/app/assets/fonts/semantic-ui/icons.otf +0 -0
  7. data/app/assets/fonts/semantic-ui/icons.svg +1515 -944
  8. data/app/assets/fonts/semantic-ui/icons.ttf +0 -0
  9. data/app/assets/fonts/semantic-ui/icons.woff +0 -0
  10. data/app/assets/fonts/semantic-ui/icons.woff2 +0 -0
  11. data/app/assets/fonts/semantic-ui/outline-icons.eot +0 -0
  12. data/app/assets/fonts/semantic-ui/outline-icons.svg +366 -0
  13. data/app/assets/fonts/semantic-ui/outline-icons.ttf +0 -0
  14. data/app/assets/fonts/semantic-ui/outline-icons.woff +0 -0
  15. data/app/assets/fonts/semantic-ui/outline-icons.woff2 +0 -0
  16. data/app/assets/javascripts/semantic-ui/dimmer.js +27 -4
  17. data/app/assets/javascripts/semantic-ui/dropdown.js +41 -9
  18. data/app/assets/javascripts/semantic-ui/embed.js +11 -1
  19. data/app/assets/javascripts/semantic-ui/modal.js +85 -10
  20. data/app/assets/javascripts/semantic-ui/popup.js +14 -5
  21. data/app/assets/javascripts/semantic-ui/search.js +1 -1
  22. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +1 -1
  23. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +5 -5
  24. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +28 -28
  25. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +11 -11
  26. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +1 -1
  27. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +5 -5
  28. data/app/assets/stylesheets/semantic-ui/elements/_all.scss +2 -0
  29. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +153 -3
  30. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +30 -31
  31. data/app/assets/stylesheets/semantic-ui/elements/_container_variables.scss +48 -0
  32. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +3 -3
  33. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +2 -1
  34. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +1 -1
  35. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +36 -17
  36. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +1 -1
  37. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +1 -1
  38. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +22 -22
  39. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +3 -1
  40. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +1 -1
  41. data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +239 -0
  42. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +1 -1
  43. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +1 -1
  44. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +65 -3
  45. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +6 -6
  46. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +1 -1
  47. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +39 -37
  48. data/app/assets/stylesheets/semantic-ui/globals/_variables.scss +46 -2
  49. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +1 -1
  50. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +1 -1
  51. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +27 -13
  52. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +38 -29
  53. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +1 -1
  54. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +60 -35
  55. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +1 -1
  56. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +2 -2
  57. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +1 -1
  58. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +1 -1
  59. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +4 -2
  60. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +1 -1
  61. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +1 -1
  62. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +1 -1
  63. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +1 -1
  64. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +1 -1
  65. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +2 -2
  66. data/app/assets/stylesheets/semantic-ui/views/_card.scss +4 -4
  67. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +1 -1
  68. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +1 -1
  69. data/app/assets/stylesheets/semantic-ui/views/_item.scss +4 -4
  70. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +23 -26
  71. data/lib/semantic-ui-sass.rb +2 -2
  72. data/lib/semantic/ui/sass/version.rb +2 -2
  73. data/semantic-ui-sass.gemspec +2 -2
  74. data/spec/dummy/app/assets/config/manifest.js +3 -0
  75. data/tasks/converter.rb +29 -2
  76. metadata +21 -13
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.3.1 - Nag
2
+ * # Semantic UI 2.4.2 - Nag
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.3.1 - Popup
2
+ * # Semantic UI 2.4.2 - Popup
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -669,7 +669,7 @@
669
669
  .ui[class*="very wide"].popup {
670
670
  max-width: 550px;
671
671
  }
672
- @media only screen and (max-width: 767px) {
672
+ @media only screen and (max-width: $largest-mobile-screen) {
673
673
  .ui.wide.popup,
674
674
  .ui[class*="very wide"].popup {
675
675
  max-width: 250px;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.3.1 - Progress Bar
2
+ * # Semantic UI 2.4.2 - Progress Bar
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.3.1 - Rating
2
+ * # Semantic UI 2.4.2 - Rating
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.3.1 - Search
2
+ * # Semantic UI 2.4.2 - Search
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -61,6 +61,8 @@
61
61
  -webkit-transform-origin: center top;
62
62
  transform-origin: center top;
63
63
  white-space: normal;
64
+ text-align: left;
65
+ text-transform: none;
64
66
  background: #FFFFFF;
65
67
  margin-top: 0.5em;
66
68
  width: 18em;
@@ -424,7 +426,7 @@
424
426
  Mobile
425
427
  ---------------*/
426
428
 
427
- @media only screen and (max-width: 767px) {
429
+ @media only screen and (max-width: $largest-mobile-screen) {
428
430
  .ui.search .results {
429
431
  max-width: calc(100vw - 2rem);
430
432
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.3.1 - Shape
2
+ * # Semantic UI 2.4.2 - Shape
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.3.1 - Sidebar
2
+ * # Semantic UI 2.4.2 - Sidebar
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.3.1 - Sticky
2
+ * # Semantic UI 2.4.2 - Sticky
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.3.1 - Tab
2
+ * # Semantic UI 2.4.2 - Tab
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.3.1 - Transition
2
+ * # Semantic UI 2.4.2 - Transition
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.3.1 - Ad
2
+ * # Semantic UI 2.4.2 - Ad
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -223,7 +223,7 @@
223
223
  .ui.mobile.ad {
224
224
  display: none;
225
225
  }
226
- @media only screen and (max-width: 767px) {
226
+ @media only screen and (max-width: $largest-mobile-screen) {
227
227
  .ui.mobile.ad {
228
228
  display: block;
229
229
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.3.1 - Item
2
+ * # Semantic UI 2.4.2 - Item
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -787,7 +787,7 @@ a.ui.card:hover,
787
787
 
788
788
 
789
789
  /* Mobile Only */
790
- @media only screen and (max-width: 767px) {
790
+ @media only screen and (max-width: $largest-mobile-screen) {
791
791
  .ui.two.doubling.cards {
792
792
  margin-left: 0em;
793
793
  margin-right: 0em;
@@ -872,7 +872,7 @@ a.ui.card:hover,
872
872
  }
873
873
 
874
874
  /* Tablet Only */
875
- @media only screen and (min-width: 768px) and (max-width: 991px) {
875
+ @media only screen and (min-width: $tablet-breakpoint) and (max-width: $largest-tablet-screen) {
876
876
  .ui.two.doubling.cards {
877
877
  margin-left: 0em;
878
878
  margin-right: 0em;
@@ -960,7 +960,7 @@ a.ui.card:hover,
960
960
  Stackable
961
961
  --------------------*/
962
962
 
963
- @media only screen and (max-width: 767px) {
963
+ @media only screen and (max-width: $largest-mobile-screen) {
964
964
  .ui.stackable.cards {
965
965
  display: block !important;
966
966
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.3.1 - Comment
2
+ * # Semantic UI 2.4.2 - Comment
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.3.1 - Feed
2
+ * # Semantic UI 2.4.2 - Feed
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.3.1 - Item
2
+ * # Semantic UI 2.4.2 - Item
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -340,7 +340,7 @@
340
340
  }
341
341
 
342
342
  /* Tablet Only */
343
- @media only screen and (min-width: 768px) and (max-width: 991px) {
343
+ @media only screen and (min-width: $tablet-breakpoint) and (max-width: $largest-tablet-screen) {
344
344
  .ui.items > .item {
345
345
  margin: 1em 0em;
346
346
  }
@@ -354,7 +354,7 @@
354
354
  }
355
355
 
356
356
  /* Mobile Only */
357
- @media only screen and (max-width: 767px) {
357
+ @media only screen and (max-width: $largest-mobile-screen) {
358
358
  .ui.items:not(.unstackable) > .item {
359
359
  -webkit-box-orient: vertical;
360
360
  -webkit-box-direction: normal;
@@ -467,7 +467,7 @@
467
467
  Unstackable
468
468
  ----------------*/
469
469
 
470
- @media only screen and (max-width: 767px) {
470
+ @media only screen and (max-width: $largest-mobile-screen) {
471
471
  .ui.unstackable.items > .item > .image,
472
472
  .ui.unstackable.items > .item > .image > img {
473
473
  width: 125px !important;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.3.1 - Statistic
2
+ * # Semantic UI 2.4.2 - Statistic
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -64,14 +64,14 @@
64
64
  -webkit-box-direction: normal;
65
65
  -ms-flex-direction: column;
66
66
  flex-direction: column;
67
- margin: 0em 1.5em 2em;
67
+ margin: 0em 1.5em 1em;
68
68
  max-width: auto;
69
69
  }
70
70
  .ui.statistics {
71
71
  display: -webkit-box;
72
72
  display: -ms-flexbox;
73
73
  display: flex;
74
- margin: 1em -1.5em -2em;
74
+ margin: 1em -1.5em -1em;
75
75
  }
76
76
 
77
77
  /* Clearing */
@@ -86,9 +86,6 @@
86
86
  .ui.statistics:first-child {
87
87
  margin-top: 0em;
88
88
  }
89
- .ui.statistics:last-child {
90
- margin-bottom: 0em;
91
- }
92
89
 
93
90
 
94
91
  /*******************************
@@ -191,74 +188,74 @@
191
188
  ---------------*/
192
189
 
193
190
  .ui.ten.statistics {
194
- margin: 0em 0em -2em;
191
+ margin: 0em 0em -1em;
195
192
  }
196
193
  .ui.ten.statistics .statistic {
197
194
  min-width: 10%;
198
- margin: 0em 0em 2em;
195
+ margin: 0em 0em 1em;
199
196
  }
200
197
  .ui.nine.statistics {
201
- margin: 0em 0em -2em;
198
+ margin: 0em 0em -1em;
202
199
  }
203
200
  .ui.nine.statistics .statistic {
204
201
  min-width: 11.11111111%;
205
- margin: 0em 0em 2em;
202
+ margin: 0em 0em 1em;
206
203
  }
207
204
  .ui.eight.statistics {
208
- margin: 0em 0em -2em;
205
+ margin: 0em 0em -1em;
209
206
  }
210
207
  .ui.eight.statistics .statistic {
211
208
  min-width: 12.5%;
212
- margin: 0em 0em 2em;
209
+ margin: 0em 0em 1em;
213
210
  }
214
211
  .ui.seven.statistics {
215
- margin: 0em 0em -2em;
212
+ margin: 0em 0em -1em;
216
213
  }
217
214
  .ui.seven.statistics .statistic {
218
215
  min-width: 14.28571429%;
219
- margin: 0em 0em 2em;
216
+ margin: 0em 0em 1em;
220
217
  }
221
218
  .ui.six.statistics {
222
- margin: 0em 0em -2em;
219
+ margin: 0em 0em -1em;
223
220
  }
224
221
  .ui.six.statistics .statistic {
225
222
  min-width: 16.66666667%;
226
- margin: 0em 0em 2em;
223
+ margin: 0em 0em 1em;
227
224
  }
228
225
  .ui.five.statistics {
229
- margin: 0em 0em -2em;
226
+ margin: 0em 0em -1em;
230
227
  }
231
228
  .ui.five.statistics .statistic {
232
229
  min-width: 20%;
233
- margin: 0em 0em 2em;
230
+ margin: 0em 0em 1em;
234
231
  }
235
232
  .ui.four.statistics {
236
- margin: 0em 0em -2em;
233
+ margin: 0em 0em -1em;
237
234
  }
238
235
  .ui.four.statistics .statistic {
239
236
  min-width: 25%;
240
- margin: 0em 0em 2em;
237
+ margin: 0em 0em 1em;
241
238
  }
242
239
  .ui.three.statistics {
243
- margin: 0em 0em -2em;
240
+ margin: 0em 0em -1em;
244
241
  }
245
242
  .ui.three.statistics .statistic {
246
243
  min-width: 33.33333333%;
247
- margin: 0em 0em 2em;
244
+ margin: 0em 0em 1em;
248
245
  }
249
246
  .ui.two.statistics {
250
- margin: 0em 0em -2em;
247
+ margin: 0em 0em -1em;
251
248
  }
252
249
  .ui.two.statistics .statistic {
253
250
  min-width: 50%;
254
- margin: 0em 0em 2em;
251
+ margin: 0em 0em 1em;
255
252
  }
256
253
  .ui.one.statistics {
257
- margin: 0em 0em -2em;
254
+ margin: 0em 0em -1em;
258
255
  }
259
256
  .ui.one.statistics .statistic {
260
257
  min-width: 100%;
261
- margin: 0em 0em 2em;
258
+ margin: 0em 0em 1em;
262
259
  }
263
260
 
264
261
  /*--------------
@@ -51,8 +51,8 @@ module Semantic
51
51
  end
52
52
 
53
53
  def configure_sass
54
- require 'sass'
55
- ::Sass.load_paths << stylesheets_path
54
+ require 'sassc'
55
+ ::SassC.load_paths << stylesheets_path
56
56
  end
57
57
 
58
58
  end
@@ -1,8 +1,8 @@
1
1
  module Semantic
2
2
  module Ui
3
3
  module Sass
4
- VERSION = "2.3.1.1"
5
- SEMANTIC_UI_SHA = '6dbc09a8737b691bb3d3314e068570c728d2df9f'
4
+ VERSION = "2.4.3.0"
5
+ SEMANTIC_UI_SHA = "3989d7243c514f9018a55eb53cb34daf3bbf5a26"
6
6
  end
7
7
  end
8
8
  end
@@ -20,8 +20,8 @@ Gem::Specification.new do |spec|
20
20
 
21
21
  spec.add_development_dependency "bundler", ">= 1.3"
22
22
  spec.add_development_dependency "rake"
23
- spec.add_runtime_dependency 'sass', '>= 3.2'
24
- spec.add_development_dependency 'sass-rails', '>= 3.2'
23
+ spec.add_runtime_dependency 'sassc'
24
+ spec.add_development_dependency 'sassc-rails'
25
25
  spec.add_development_dependency 'sprockets-rails', '>= 2.1.3'
26
26
  spec.add_development_dependency 'pry'
27
27
  spec.add_development_dependency 'dotenv'
@@ -0,0 +1,3 @@
1
+ //= link_tree ../images
2
+ //= link_directory ../javascripts .js
3
+ //= link_directory ../stylesheets .css
data/tasks/converter.rb CHANGED
@@ -30,7 +30,7 @@ class Converter
30
30
  def process
31
31
  # process_stylesheets_assets
32
32
 
33
- # process_images_and_fonts_assets
33
+ process_images_and_fonts_assets
34
34
  # store_version
35
35
 
36
36
  checkout_repository
@@ -56,6 +56,17 @@ class Converter
56
56
  system %Q{cd '#{paths.tmp_semantic_ui}' && git checkout --quiet #{version}}
57
57
  end
58
58
 
59
+ def process_images_and_fonts_assets
60
+ fonts = File.join(paths.tmp_semantic_ui_dist, 'themes/default/assets/fonts', '*')
61
+ Dir[fonts].each do |src|
62
+ FileUtils.cp(src, paths.fonts)
63
+ end
64
+ images = File.join(paths.tmp_semantic_ui_dist, 'themes/default/assets/images', '*')
65
+ Dir[images].each do |src|
66
+ FileUtils.cp(src, paths.images)
67
+ end
68
+ end
69
+
59
70
  def process_stylesheets_assets
60
71
  # content = ""
61
72
  Dir[File.join(paths.tmp_semantic_ui_definitions, '*')].each do |path|
@@ -112,6 +123,7 @@ private
112
123
  file = replace_font_family(file)
113
124
  file = replace_image_urls(file)
114
125
  file = replace_image_paths(file)
126
+ file = add_breakpoint_variables(file)
115
127
 
116
128
  file
117
129
  end
@@ -168,6 +180,21 @@ private
168
180
  less.gsub('../themes/default/assets/images/', 'semantic-ui/')
169
181
  end
170
182
 
183
+ def add_breakpoint_variables(css)
184
+ css = css.gsub('(min-width: 320px)', '(min-width: $mobile-breakpoint)')
185
+ css = css.gsub('max-width: 767px', 'max-width: $largest-mobile-screen')
186
+
187
+ css = css.gsub('min-width: 768px', 'min-width: $tablet-breakpoint')
188
+ css = css.gsub('max-width: 991px', 'max-width: $largest-tablet-screen')
189
+
190
+ css = css.gsub('min-width: 992px', 'min-width: $computer-breakpoint')
191
+ css = css.gsub('max-width: 1199px', 'max-width: $largest-small-monitor')
192
+
193
+ css = css.gsub('min-width: 1200px', 'min-width: $large-monitor-breakpoint')
194
+ css = css.gsub('max-width: 1919px', 'max-width: $largest-large-monitor')
195
+
196
+ css = css.gsub('min-width: 1920px', 'min-width: $widescreen-monitor-breakpoint')
197
+ end
171
198
  end
172
199
 
173
200
  class Paths
@@ -202,4 +229,4 @@ class Paths
202
229
  @javascripts = File.join(@app, 'assets', 'javascripts', 'semantic-ui')
203
230
  @stylesheets = File.join(@app, 'assets', 'stylesheets', 'semantic-ui')
204
231
  end
205
- end
232
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: semantic-ui-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.1.1
4
+ version: 2.4.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - doabit
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-31 00:00:00.000000000 Z
11
+ date: 2021-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -39,33 +39,33 @@ dependencies:
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
- name: sass
42
+ name: sassc
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - ">="
46
46
  - !ruby/object:Gem::Version
47
- version: '3.2'
47
+ version: '0'
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - ">="
53
53
  - !ruby/object:Gem::Version
54
- version: '3.2'
54
+ version: '0'
55
55
  - !ruby/object:Gem::Dependency
56
- name: sass-rails
56
+ name: sassc-rails
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - ">="
60
60
  - !ruby/object:Gem::Version
61
- version: '3.2'
61
+ version: '0'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
- version: '3.2'
68
+ version: '0'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: sprockets-rails
71
71
  requirement: !ruby/object:Gem::Requirement
@@ -177,6 +177,11 @@ files:
177
177
  - app/assets/fonts/semantic-ui/icons.ttf
178
178
  - app/assets/fonts/semantic-ui/icons.woff
179
179
  - app/assets/fonts/semantic-ui/icons.woff2
180
+ - app/assets/fonts/semantic-ui/outline-icons.eot
181
+ - app/assets/fonts/semantic-ui/outline-icons.svg
182
+ - app/assets/fonts/semantic-ui/outline-icons.ttf
183
+ - app/assets/fonts/semantic-ui/outline-icons.woff
184
+ - app/assets/fonts/semantic-ui/outline-icons.woff2
180
185
  - app/assets/images/semantic-ui/flags.png
181
186
  - app/assets/javascripts/semantic-ui.js
182
187
  - app/assets/javascripts/semantic-ui/accordion.js
@@ -214,6 +219,7 @@ files:
214
219
  - app/assets/stylesheets/semantic-ui/elements/_all.scss
215
220
  - app/assets/stylesheets/semantic-ui/elements/_button.scss
216
221
  - app/assets/stylesheets/semantic-ui/elements/_container.scss
222
+ - app/assets/stylesheets/semantic-ui/elements/_container_variables.scss
217
223
  - app/assets/stylesheets/semantic-ui/elements/_divider.scss
218
224
  - app/assets/stylesheets/semantic-ui/elements/_flag.scss
219
225
  - app/assets/stylesheets/semantic-ui/elements/_header.scss
@@ -223,6 +229,7 @@ files:
223
229
  - app/assets/stylesheets/semantic-ui/elements/_label.scss
224
230
  - app/assets/stylesheets/semantic-ui/elements/_list.scss
225
231
  - app/assets/stylesheets/semantic-ui/elements/_loader.scss
232
+ - app/assets/stylesheets/semantic-ui/elements/_placeholder.scss
226
233
  - app/assets/stylesheets/semantic-ui/elements/_rail.scss
227
234
  - app/assets/stylesheets/semantic-ui/elements/_reveal.scss
228
235
  - app/assets/stylesheets/semantic-ui/elements/_segment.scss
@@ -267,6 +274,7 @@ files:
267
274
  - semantic-ui-sass.gemspec
268
275
  - spec/dummy/README.rdoc
269
276
  - spec/dummy/Rakefile
277
+ - spec/dummy/app/assets/config/manifest.js
270
278
  - spec/dummy/app/assets/images/.keep
271
279
  - spec/dummy/app/assets/javascripts/application.js
272
280
  - spec/dummy/app/assets/stylesheets/application.css
@@ -313,7 +321,7 @@ homepage: http://github.com/doabit/semantic-ui-sass
313
321
  licenses:
314
322
  - MIT
315
323
  metadata: {}
316
- post_install_message:
324
+ post_install_message:
317
325
  rdoc_options: []
318
326
  require_paths:
319
327
  - lib
@@ -328,15 +336,15 @@ required_rubygems_version: !ruby/object:Gem::Requirement
328
336
  - !ruby/object:Gem::Version
329
337
  version: '0'
330
338
  requirements: []
331
- rubyforge_project:
332
- rubygems_version: 2.7.4
333
- signing_key:
339
+ rubygems_version: 3.2.3
340
+ signing_key:
334
341
  specification_version: 4
335
342
  summary: Semantic UI, converted to Sass and ready to drop into Rails, Compass, or
336
343
  Sprockets.
337
344
  test_files:
338
345
  - spec/dummy/README.rdoc
339
346
  - spec/dummy/Rakefile
347
+ - spec/dummy/app/assets/config/manifest.js
340
348
  - spec/dummy/app/assets/images/.keep
341
349
  - spec/dummy/app/assets/javascripts/application.js
342
350
  - spec/dummy/app/assets/stylesheets/application.css