semantic-ui-sass 2.2.3.0 → 2.2.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (50) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/app/assets/javascripts/semantic-ui/search.js +3 -3
  4. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +1 -1
  5. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +1 -1
  6. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +1 -1
  7. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +1 -1
  8. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +1 -1
  9. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +1 -1
  10. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +1 -1
  11. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +1 -1
  12. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +1 -1
  13. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +1 -1
  14. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +1 -1
  15. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +1 -1
  16. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +1 -1
  17. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +1 -1
  18. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +1 -1
  19. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +1 -1
  20. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +1 -1
  21. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +1 -1
  22. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +1 -1
  23. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +1 -1
  24. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +1 -1
  25. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +1 -1
  26. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +1 -1
  27. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +1 -1
  28. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +1 -1
  29. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +1 -1
  30. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +1 -1
  31. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +1 -1
  32. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +1 -1
  33. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +1 -1
  34. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +1 -1
  35. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +1 -1
  36. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +1 -1
  37. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +1 -1
  38. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +1 -1
  39. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +1 -1
  40. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +1 -1
  41. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +1 -1
  42. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +1 -1
  43. data/app/assets/stylesheets/semantic-ui/views/_card.scss +1 -1
  44. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +1 -1
  45. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +1 -1
  46. data/app/assets/stylesheets/semantic-ui/views/_item.scss +1 -1
  47. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +1 -1
  48. data/lib/semantic/ui/sass/version.rb +2 -2
  49. data/tasks/converter.rb +5 -0
  50. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bf1d11023366da17c30d16aad6c2f91a0a722f06
4
- data.tar.gz: b2642bc92bc2ad60df712b0967e07939a836877c
3
+ metadata.gz: f161d2b9fa4f6885351f51fe46be99ebd5de9c1a
4
+ data.tar.gz: 308256fa19b124270b4bfc9f57c1c024701c332b
5
5
  SHA512:
6
- metadata.gz: 7ea208937c493bc51fc35a851b99d2028f3abdaa32475a1d2365cee2e95c7b28851a72782bac4bfc99b791b874ba1c7c40a73e75632d2764b36cf8f2e3929e0e
7
- data.tar.gz: 7e3f452d226ac92d389299de3ede7013a4b2ed775820188014a22dd7d1ef53bdcc77b139692f63df7a54f144ce842f70a00b4da9255c0ea7e6733861e24c5bc9
6
+ metadata.gz: 63012d4db5828c0d2669b9e49252391def444feeb066b19dd1b6c396e82a8496fb493e2f497a7a5f692bb38bae777e54136a5d1b6b1ecd75649904260321b60f
7
+ data.tar.gz: 9eb06c8635a05286c8ee7a076fc0c498a4d1593bc193927535f52aed83b46efb48a6201755a4f217aed94356c3b3cb570f2dcc952a90f28394e76caef5589c74
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 2.2.4.0
2
+
3
+ * Update Semantic UI to 2.2.4
4
+
1
5
  ## 2.2.3.0
2
6
 
3
7
  * Add font-name variable to change easily custom fonts
@@ -394,10 +394,10 @@ $.fn.search = function(parameters) {
394
394
  get: {
395
395
  inputEvent: function() {
396
396
  var
397
- prompt = $prompt[0],
398
- inputEvent = (prompt != undefined && prompt.oninput != undefined)
397
+ prompt = $prompt[0],
398
+ inputEvent = (prompt !== undefined && prompt.oninput !== undefined)
399
399
  ? 'input'
400
- : (prompt != undefined && prompt.onpropertychange != undefined)
400
+ : (prompt !== undefined && prompt.onpropertychange !== undefined)
401
401
  ? 'propertychange'
402
402
  : 'keyup'
403
403
  ;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.3 - Breadcrumb
2
+ * # Semantic UI 2.2.4 - Breadcrumb
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.3 - Form
2
+ * # Semantic UI 2.2.4 - Form
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.3 - Grid
2
+ * # Semantic UI 2.2.4 - Grid
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.3 - Message
2
+ * # Semantic UI 2.2.4 - Message
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.3 - Table
2
+ * # Semantic UI 2.2.4 - Table
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.3 - Button
2
+ * # Semantic UI 2.2.4 - Button
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.3 - Container
2
+ * # Semantic UI 2.2.4 - Container
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.3 - Divider
2
+ * # Semantic UI 2.2.4 - Divider
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.3 - Flag
2
+ * # Semantic UI 2.2.4 - Flag
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.3 - Header
2
+ * # Semantic UI 2.2.4 - Header
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.3 - Icon
2
+ * # Semantic UI 2.2.4 - Icon
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.3 - Image
2
+ * # Semantic UI 2.2.4 - Image
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.3 - Input
2
+ * # Semantic UI 2.2.4 - Input
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.3 - Label
2
+ * # Semantic UI 2.2.4 - Label
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.3 - List
2
+ * # Semantic UI 2.2.4 - List
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.3 - Loader
2
+ * # Semantic UI 2.2.4 - Loader
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.3 - Rail
2
+ * # Semantic UI 2.2.4 - Rail
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.3 - Reveal
2
+ * # Semantic UI 2.2.4 - Reveal
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.3 - Segment
2
+ * # Semantic UI 2.2.4 - Segment
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.3 - Step
2
+ * # Semantic UI 2.2.4 - Step
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.3 - Reset
2
+ * # Semantic UI 2.2.4 - Reset
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.3 - Site
2
+ * # Semantic UI 2.2.4 - Site
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.3 - Accordion
2
+ * # Semantic UI 2.2.4 - Accordion
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.3 - Checkbox
2
+ * # Semantic UI 2.2.4 - Checkbox
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.3 - Dimmer
2
+ * # Semantic UI 2.2.4 - Dimmer
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.3 - Dropdown
2
+ * # Semantic UI 2.2.4 - Dropdown
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.3 - Video
2
+ * # Semantic UI 2.2.4 - Video
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.3 - Modal
2
+ * # Semantic UI 2.2.4 - Modal
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.3 - Nag
2
+ * # Semantic UI 2.2.4 - Nag
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.3 - Popup
2
+ * # Semantic UI 2.2.4 - Popup
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.3 - Progress Bar
2
+ * # Semantic UI 2.2.4 - 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.2.3 - Rating
2
+ * # Semantic UI 2.2.4 - Rating
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.3 - Search
2
+ * # Semantic UI 2.2.4 - Search
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.3 - Shape
2
+ * # Semantic UI 2.2.4 - Shape
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.3 - Sidebar
2
+ * # Semantic UI 2.2.4 - Sidebar
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.3 - Sticky
2
+ * # Semantic UI 2.2.4 - Sticky
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.3 - Tab
2
+ * # Semantic UI 2.2.4 - Tab
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.3 - Transition
2
+ * # Semantic UI 2.2.4 - Transition
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.3 - Ad
2
+ * # Semantic UI 2.2.4 - Ad
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.3 - Item
2
+ * # Semantic UI 2.2.4 - Item
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.3 - Comment
2
+ * # Semantic UI 2.2.4 - Comment
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.3 - Feed
2
+ * # Semantic UI 2.2.4 - Feed
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.3 - Item
2
+ * # Semantic UI 2.2.4 - Item
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.3 - Statistic
2
+ * # Semantic UI 2.2.4 - Statistic
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,8 +1,8 @@
1
1
  module Semantic
2
2
  module Ui
3
3
  module Sass
4
- VERSION = "2.2.3.0"
5
- SEMANTIC_UI_SHA = '39f5bc44baf9ca2583403f1dcb75097779688b36'
4
+ VERSION = "2.2.4.0"
5
+ SEMANTIC_UI_SHA = '421dfff6c99159f4b70bb6d26f14417ec0ff7254'
6
6
  end
7
7
  end
8
8
  end
data/tasks/converter.rb CHANGED
@@ -108,6 +108,7 @@ private
108
108
 
109
109
  def convert(file)
110
110
  file = replace_fonts_url(file)
111
+ file = replace_import_font_url(file)
111
112
  file = replace_font_family(file)
112
113
  file = replace_image_urls(file)
113
114
  file = replace_image_paths(file)
@@ -152,6 +153,10 @@ private
152
153
  less.gsub("font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif", 'font-family: $font-family')
153
154
  end
154
155
 
156
+ def replace_import_font_url(less)
157
+ less.gsub("'https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin'", '$font-url')
158
+ end
159
+
155
160
  def replace_image_urls(less)
156
161
  less.gsub(/url\("?(.*?).png"?\)/) {|s| "image-url(\"#{$1}.png\")" }
157
162
  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.2.3.0
4
+ version: 2.2.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - doabit
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-22 00:00:00.000000000 Z
11
+ date: 2016-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler