uikit2-rails 0.1.8 → 0.1.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (114) hide show
  1. checksums.yaml +4 -4
  2. data/lib/uikit2/rails/version.rb +1 -1
  3. data/vendor/assets/fonts/FontAwesome.otf +0 -0
  4. data/vendor/assets/fonts/fontawesome-webfont.ttf +0 -0
  5. data/vendor/assets/fonts/fontawesome-webfont.woff +0 -0
  6. data/vendor/assets/fonts/fontawesome-webfont.woff2 +0 -0
  7. data/vendor/assets/javascripts/uikit.js +22 -9
  8. data/vendor/assets/javascripts/uikit/components/accordion.js +1 -1
  9. data/vendor/assets/javascripts/uikit/components/autocomplete.js +1 -1
  10. data/vendor/assets/javascripts/uikit/components/datepicker.js +1 -1
  11. data/vendor/assets/javascripts/uikit/components/form-password.js +1 -1
  12. data/vendor/assets/javascripts/uikit/components/form-select.js +1 -1
  13. data/vendor/assets/javascripts/uikit/components/grid-parallax.js +1 -1
  14. data/vendor/assets/javascripts/uikit/components/grid.js +1 -1
  15. data/vendor/assets/javascripts/uikit/components/htmleditor.js +21 -9
  16. data/vendor/assets/javascripts/uikit/components/lightbox.js +12 -4
  17. data/vendor/assets/javascripts/uikit/components/nestable.js +14 -2
  18. data/vendor/assets/javascripts/uikit/components/notify.js +1 -1
  19. data/vendor/assets/javascripts/uikit/components/pagination.js +1 -1
  20. data/vendor/assets/javascripts/uikit/components/parallax.js +1 -1
  21. data/vendor/assets/javascripts/uikit/components/search.js +1 -1
  22. data/vendor/assets/javascripts/uikit/components/slider.js +1 -1
  23. data/vendor/assets/javascripts/uikit/components/slideset.js +1 -1
  24. data/vendor/assets/javascripts/uikit/components/slideshow-fx.js +1 -1
  25. data/vendor/assets/javascripts/uikit/components/slideshow.js +1 -1
  26. data/vendor/assets/javascripts/uikit/components/sortable.js +12 -7
  27. data/vendor/assets/javascripts/uikit/components/sticky.js +1 -1
  28. data/vendor/assets/javascripts/uikit/components/timepicker.js +1 -1
  29. data/vendor/assets/javascripts/uikit/components/tooltip.js +1 -1
  30. data/vendor/assets/javascripts/uikit/components/upload.js +1 -1
  31. data/vendor/assets/javascripts/uikit/core/alert.js +1 -1
  32. data/vendor/assets/javascripts/uikit/core/button.js +1 -1
  33. data/vendor/assets/javascripts/uikit/core/core.js +15 -2
  34. data/vendor/assets/javascripts/uikit/core/cover.js +1 -1
  35. data/vendor/assets/javascripts/uikit/core/dropdown.js +1 -1
  36. data/vendor/assets/javascripts/uikit/core/grid.js +1 -1
  37. data/vendor/assets/javascripts/uikit/core/modal.js +8 -8
  38. data/vendor/assets/javascripts/uikit/core/nav.js +1 -1
  39. data/vendor/assets/javascripts/uikit/core/offcanvas.js +1 -1
  40. data/vendor/assets/javascripts/uikit/core/scrollspy.js +1 -1
  41. data/vendor/assets/javascripts/uikit/core/smooth-scroll.js +1 -1
  42. data/vendor/assets/javascripts/uikit/core/switcher.js +1 -1
  43. data/vendor/assets/javascripts/uikit/core/tab.js +1 -1
  44. data/vendor/assets/javascripts/uikit/core/toggle.js +1 -1
  45. data/vendor/assets/javascripts/uikit/core/touch.js +1 -1
  46. data/vendor/assets/javascripts/uikit/core/utility.js +1 -1
  47. data/vendor/assets/stylesheets/uikit.almost-flat.css +82 -3
  48. data/vendor/assets/stylesheets/uikit.css +82 -3
  49. data/vendor/assets/stylesheets/uikit.gradient.css +82 -3
  50. data/vendor/assets/stylesheets/uikit/components/accordion.almost-flat.css +1 -1
  51. data/vendor/assets/stylesheets/uikit/components/accordion.css +1 -1
  52. data/vendor/assets/stylesheets/uikit/components/accordion.gradient.css +1 -1
  53. data/vendor/assets/stylesheets/uikit/components/autocomplete.almost-flat.css +1 -1
  54. data/vendor/assets/stylesheets/uikit/components/autocomplete.css +1 -1
  55. data/vendor/assets/stylesheets/uikit/components/autocomplete.gradient.css +1 -1
  56. data/vendor/assets/stylesheets/uikit/components/datepicker.almost-flat.css +1 -1
  57. data/vendor/assets/stylesheets/uikit/components/datepicker.css +1 -1
  58. data/vendor/assets/stylesheets/uikit/components/datepicker.gradient.css +1 -1
  59. data/vendor/assets/stylesheets/uikit/components/dotnav.almost-flat.css +1 -1
  60. data/vendor/assets/stylesheets/uikit/components/dotnav.css +1 -1
  61. data/vendor/assets/stylesheets/uikit/components/dotnav.gradient.css +1 -1
  62. data/vendor/assets/stylesheets/uikit/components/form-advanced.almost-flat.css +1 -1
  63. data/vendor/assets/stylesheets/uikit/components/form-advanced.css +1 -1
  64. data/vendor/assets/stylesheets/uikit/components/form-advanced.gradient.css +1 -1
  65. data/vendor/assets/stylesheets/uikit/components/form-file.almost-flat.css +1 -1
  66. data/vendor/assets/stylesheets/uikit/components/form-file.css +1 -1
  67. data/vendor/assets/stylesheets/uikit/components/form-file.gradient.css +1 -1
  68. data/vendor/assets/stylesheets/uikit/components/form-password.almost-flat.css +1 -1
  69. data/vendor/assets/stylesheets/uikit/components/form-password.css +1 -1
  70. data/vendor/assets/stylesheets/uikit/components/form-password.gradient.css +1 -1
  71. data/vendor/assets/stylesheets/uikit/components/form-select.almost-flat.css +1 -1
  72. data/vendor/assets/stylesheets/uikit/components/form-select.css +1 -1
  73. data/vendor/assets/stylesheets/uikit/components/form-select.gradient.css +1 -1
  74. data/vendor/assets/stylesheets/uikit/components/htmleditor.almost-flat.css +1 -1
  75. data/vendor/assets/stylesheets/uikit/components/htmleditor.css +1 -1
  76. data/vendor/assets/stylesheets/uikit/components/htmleditor.gradient.css +1 -1
  77. data/vendor/assets/stylesheets/uikit/components/nestable.almost-flat.css +1 -1
  78. data/vendor/assets/stylesheets/uikit/components/nestable.css +1 -1
  79. data/vendor/assets/stylesheets/uikit/components/nestable.gradient.css +1 -1
  80. data/vendor/assets/stylesheets/uikit/components/notify.almost-flat.css +1 -1
  81. data/vendor/assets/stylesheets/uikit/components/notify.css +1 -1
  82. data/vendor/assets/stylesheets/uikit/components/notify.gradient.css +1 -1
  83. data/vendor/assets/stylesheets/uikit/components/placeholder.almost-flat.css +1 -1
  84. data/vendor/assets/stylesheets/uikit/components/placeholder.css +1 -1
  85. data/vendor/assets/stylesheets/uikit/components/placeholder.gradient.css +1 -1
  86. data/vendor/assets/stylesheets/uikit/components/progress.almost-flat.css +1 -1
  87. data/vendor/assets/stylesheets/uikit/components/progress.css +1 -1
  88. data/vendor/assets/stylesheets/uikit/components/progress.gradient.css +1 -1
  89. data/vendor/assets/stylesheets/uikit/components/search.almost-flat.css +3 -3
  90. data/vendor/assets/stylesheets/uikit/components/search.css +3 -3
  91. data/vendor/assets/stylesheets/uikit/components/search.gradient.css +3 -3
  92. data/vendor/assets/stylesheets/uikit/components/slidenav.almost-flat.css +1 -1
  93. data/vendor/assets/stylesheets/uikit/components/slidenav.css +1 -1
  94. data/vendor/assets/stylesheets/uikit/components/slidenav.gradient.css +1 -1
  95. data/vendor/assets/stylesheets/uikit/components/slider.almost-flat.css +1 -1
  96. data/vendor/assets/stylesheets/uikit/components/slider.css +1 -1
  97. data/vendor/assets/stylesheets/uikit/components/slider.gradient.css +1 -1
  98. data/vendor/assets/stylesheets/uikit/components/slideshow.almost-flat.css +1 -1
  99. data/vendor/assets/stylesheets/uikit/components/slideshow.css +1 -1
  100. data/vendor/assets/stylesheets/uikit/components/slideshow.gradient.css +1 -1
  101. data/vendor/assets/stylesheets/uikit/components/sortable.almost-flat.css +1 -1
  102. data/vendor/assets/stylesheets/uikit/components/sortable.css +1 -1
  103. data/vendor/assets/stylesheets/uikit/components/sortable.gradient.css +1 -1
  104. data/vendor/assets/stylesheets/uikit/components/sticky.almost-flat.css +1 -1
  105. data/vendor/assets/stylesheets/uikit/components/sticky.css +1 -1
  106. data/vendor/assets/stylesheets/uikit/components/sticky.gradient.css +1 -1
  107. data/vendor/assets/stylesheets/uikit/components/tooltip.almost-flat.css +1 -1
  108. data/vendor/assets/stylesheets/uikit/components/tooltip.css +1 -1
  109. data/vendor/assets/stylesheets/uikit/components/tooltip.gradient.css +1 -1
  110. data/vendor/assets/stylesheets/uikit/components/upload.almost-flat.css +1 -1
  111. data/vendor/assets/stylesheets/uikit/components/upload.css +1 -1
  112. data/vendor/assets/stylesheets/uikit/components/upload.gradient.css +1 -1
  113. metadata +2 -3
  114. data/vendor/assets/fonts/fontawesome-webfont.eot +0 -0
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  (function(UI) {
3
3
 
4
4
  "use strict";
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  (function(core) {
3
3
 
4
4
  if (typeof define == "function" && define.amd) { // AMD
@@ -44,7 +44,7 @@
44
44
 
45
45
  var UI = {}, _UI = global.UIkit ? Object.create(global.UIkit) : undefined;
46
46
 
47
- UI.version = '2.26.2';
47
+ UI.version = '2.26.3';
48
48
 
49
49
  UI.noConflict = function() {
50
50
  // restore UIkit version
@@ -181,6 +181,19 @@
181
181
  };
182
182
  };
183
183
 
184
+ UI.Utils.throttle = function (func, limit) {
185
+ var wait = false;
186
+ return function () {
187
+ if (!wait) {
188
+ func.call();
189
+ wait = true;
190
+ setTimeout(function () {
191
+ wait = false;
192
+ }, limit);
193
+ }
194
+ }
195
+ };
196
+
184
197
  UI.Utils.removeCssRules = function(selectorRegEx) {
185
198
  var idx, idxs, stylesheet, _i, _j, _k, _len, _len1, _len2, _ref;
186
199
 
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  (function(UI){
3
3
 
4
4
  "use strict";
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  (function(UI) {
3
3
 
4
4
  "use strict";
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  (function(UI) {
3
3
 
4
4
  "use strict";
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  (function(UI) {
3
3
 
4
4
  "use strict";
@@ -53,9 +53,7 @@
53
53
  }
54
54
  });
55
55
 
56
- UI.domObserve(this.element, function(e) {
57
- $this.resize();
58
- });
56
+ UI.domObserve(this.element, function(e) { $this.resize(); });
59
57
  },
60
58
 
61
59
  toggle: function() {
@@ -75,7 +73,7 @@
75
73
  }
76
74
 
77
75
  this.element.removeClass("uk-open").show();
78
- this.resize();
76
+ this.resize(true);
79
77
 
80
78
  if (this.options.modal) {
81
79
  active = this;
@@ -124,7 +122,9 @@
124
122
  return this;
125
123
  },
126
124
 
127
- resize: function() {
125
+ resize: function(force) {
126
+
127
+ if (!this.isActive() && !force) return;
128
128
 
129
129
  var bodywidth = body.width();
130
130
 
@@ -188,13 +188,13 @@
188
188
  body.css(this.paddingdir, "");
189
189
  }
190
190
 
191
- if(active===this) active = false;
191
+ if (active===this) active = false;
192
192
 
193
193
  this.trigger('hide.uk.modal');
194
194
  },
195
195
 
196
196
  isActive: function() {
197
- return this.active;
197
+ return this.element.hasClass('uk-open');
198
198
  }
199
199
 
200
200
  });
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  (function(UI) {
3
3
 
4
4
  "use strict";
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  (function(UI) {
3
3
 
4
4
  "use strict";
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  (function(UI) {
3
3
 
4
4
  "use strict";
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  (function(UI) {
3
3
 
4
4
  "use strict";
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  (function(UI) {
3
3
 
4
4
  "use strict";
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  (function(UI) {
3
3
 
4
4
  "use strict";
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  (function(UI){
3
3
 
4
4
  "use strict";
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  // Based on Zeptos touch.js
3
3
  // https://raw.github.com/madrobby/zepto/master/src/touch.js
4
4
  // Zepto.js may be freely distributed under the MIT license.
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  (function(UI) {
3
3
 
4
4
  "use strict";
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Base
4
4
  ========================================================================== */
@@ -3298,8 +3298,10 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
3298
3298
  border: 1px solid #dddddd;
3299
3299
  background: #ffffff;
3300
3300
  color: #444444;
3301
- -webkit-transition: all linear 0.2s;
3302
- transition: all linear 0.2s;
3301
+ -webkit-transition: all 0.2s linear;
3302
+ -webkit-transition-property: border, background, color, box-shadow, padding;
3303
+ transition: all 0.2s linear;
3304
+ transition-property: border, background, color, box-shadow, padding;
3303
3305
  border-radius: 4px;
3304
3306
  }
3305
3307
  .uk-form select:focus,
@@ -5916,6 +5918,83 @@ select.uk-form-width-mini {
5916
5918
  .uk-icon-usb:before {
5917
5919
  content: "\f287";
5918
5920
  }
5921
+ .uk-icon-american-sign-language-interpreting:before,
5922
+ .uk-icon-asl-interpreting:before {
5923
+ content: "\f2a3";
5924
+ }
5925
+ .uk-icon-assistive-listening-systems:before {
5926
+ content: "\f2a2";
5927
+ }
5928
+ .uk-icon-audio-description:before {
5929
+ content: "\f29e";
5930
+ }
5931
+ .uk-icon-blind:before {
5932
+ content: "\f29d";
5933
+ }
5934
+ .uk-icon-braille:before {
5935
+ content: "\f2a1";
5936
+ }
5937
+ .uk-icon-deaf:before {
5938
+ content: "\f2a4";
5939
+ }
5940
+ .uk-icon-deafness:before {
5941
+ content: "\f2a4";
5942
+ }
5943
+ .uk-icon-envira:before {
5944
+ content: "\f299";
5945
+ }
5946
+ .uk-icon-gitlab:before {
5947
+ content: "\f296";
5948
+ }
5949
+ .uk-icon-glide:before {
5950
+ content: "\f2a5";
5951
+ }
5952
+ .uk-icon-glide-g:before {
5953
+ content: "\f2a6";
5954
+ }
5955
+ .uk-icon-hard-of-hearing:before {
5956
+ content: "\f2a4";
5957
+ }
5958
+ .uk-icon-low-vision:before {
5959
+ content: "\f2a8";
5960
+ }
5961
+ .uk-icon-question-circle-o:before {
5962
+ content: "\f29c";
5963
+ }
5964
+ .uk-icon-sign-language:before,
5965
+ .uk-icon-signing:before {
5966
+ content: "\f2a7";
5967
+ }
5968
+ .uk-icon-snapchat:before {
5969
+ content: "\f2ab";
5970
+ }
5971
+ .uk-icon-snapchat-ghost:before {
5972
+ content: "\f2ac";
5973
+ }
5974
+ .uk-icon-snapchat-square:before {
5975
+ content: "\f2ad";
5976
+ }
5977
+ .uk-icon-universal-access:before {
5978
+ content: "\f29a";
5979
+ }
5980
+ .uk-icon-viadeo:before {
5981
+ content: "\f2a9";
5982
+ }
5983
+ .uk-icon-viadeo-square:before {
5984
+ content: "\f2aa";
5985
+ }
5986
+ .uk-icon-volume-control-phone:before {
5987
+ content: "\f2a0";
5988
+ }
5989
+ .uk-icon-wheelchair-alt:before {
5990
+ content: "\f29b";
5991
+ }
5992
+ .uk-icon-wpbeginner:before {
5993
+ content: "\f297";
5994
+ }
5995
+ .uk-icon-wpforms:before {
5996
+ content: "\f298";
5997
+ }
5919
5998
  /* ========================================================================
5920
5999
  Component: Close
5921
6000
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Base
4
4
  ========================================================================== */
@@ -3128,8 +3128,10 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
3128
3128
  border: 1px solid #dddddd;
3129
3129
  background: #ffffff;
3130
3130
  color: #444444;
3131
- -webkit-transition: all linear 0.2s;
3132
- transition: all linear 0.2s;
3131
+ -webkit-transition: all 0.2s linear;
3132
+ -webkit-transition-property: border, background, color, box-shadow, padding;
3133
+ transition: all 0.2s linear;
3134
+ transition-property: border, background, color, box-shadow, padding;
3133
3135
  }
3134
3136
  .uk-form select:focus,
3135
3137
  .uk-form textarea:focus,
@@ -5675,6 +5677,83 @@ select.uk-form-width-mini {
5675
5677
  .uk-icon-usb:before {
5676
5678
  content: "\f287";
5677
5679
  }
5680
+ .uk-icon-american-sign-language-interpreting:before,
5681
+ .uk-icon-asl-interpreting:before {
5682
+ content: "\f2a3";
5683
+ }
5684
+ .uk-icon-assistive-listening-systems:before {
5685
+ content: "\f2a2";
5686
+ }
5687
+ .uk-icon-audio-description:before {
5688
+ content: "\f29e";
5689
+ }
5690
+ .uk-icon-blind:before {
5691
+ content: "\f29d";
5692
+ }
5693
+ .uk-icon-braille:before {
5694
+ content: "\f2a1";
5695
+ }
5696
+ .uk-icon-deaf:before {
5697
+ content: "\f2a4";
5698
+ }
5699
+ .uk-icon-deafness:before {
5700
+ content: "\f2a4";
5701
+ }
5702
+ .uk-icon-envira:before {
5703
+ content: "\f299";
5704
+ }
5705
+ .uk-icon-gitlab:before {
5706
+ content: "\f296";
5707
+ }
5708
+ .uk-icon-glide:before {
5709
+ content: "\f2a5";
5710
+ }
5711
+ .uk-icon-glide-g:before {
5712
+ content: "\f2a6";
5713
+ }
5714
+ .uk-icon-hard-of-hearing:before {
5715
+ content: "\f2a4";
5716
+ }
5717
+ .uk-icon-low-vision:before {
5718
+ content: "\f2a8";
5719
+ }
5720
+ .uk-icon-question-circle-o:before {
5721
+ content: "\f29c";
5722
+ }
5723
+ .uk-icon-sign-language:before,
5724
+ .uk-icon-signing:before {
5725
+ content: "\f2a7";
5726
+ }
5727
+ .uk-icon-snapchat:before {
5728
+ content: "\f2ab";
5729
+ }
5730
+ .uk-icon-snapchat-ghost:before {
5731
+ content: "\f2ac";
5732
+ }
5733
+ .uk-icon-snapchat-square:before {
5734
+ content: "\f2ad";
5735
+ }
5736
+ .uk-icon-universal-access:before {
5737
+ content: "\f29a";
5738
+ }
5739
+ .uk-icon-viadeo:before {
5740
+ content: "\f2a9";
5741
+ }
5742
+ .uk-icon-viadeo-square:before {
5743
+ content: "\f2aa";
5744
+ }
5745
+ .uk-icon-volume-control-phone:before {
5746
+ content: "\f2a0";
5747
+ }
5748
+ .uk-icon-wheelchair-alt:before {
5749
+ content: "\f29b";
5750
+ }
5751
+ .uk-icon-wpbeginner:before {
5752
+ content: "\f297";
5753
+ }
5754
+ .uk-icon-wpforms:before {
5755
+ content: "\f298";
5756
+ }
5678
5757
  /* ========================================================================
5679
5758
  Component: Close
5680
5759
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Base
4
4
  ========================================================================== */
@@ -3318,8 +3318,10 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
3318
3318
  border: 1px solid #dddddd;
3319
3319
  background: #ffffff;
3320
3320
  color: #444444;
3321
- -webkit-transition: all linear 0.2s;
3322
- transition: all linear 0.2s;
3321
+ -webkit-transition: all 0.2s linear;
3322
+ -webkit-transition-property: border, background, color, box-shadow, padding;
3323
+ transition: all 0.2s linear;
3324
+ transition-property: border, background, color, box-shadow, padding;
3323
3325
  border-radius: 4px;
3324
3326
  }
3325
3327
  .uk-form select:focus,
@@ -5963,6 +5965,83 @@ select.uk-form-width-mini {
5963
5965
  .uk-icon-usb:before {
5964
5966
  content: "\f287";
5965
5967
  }
5968
+ .uk-icon-american-sign-language-interpreting:before,
5969
+ .uk-icon-asl-interpreting:before {
5970
+ content: "\f2a3";
5971
+ }
5972
+ .uk-icon-assistive-listening-systems:before {
5973
+ content: "\f2a2";
5974
+ }
5975
+ .uk-icon-audio-description:before {
5976
+ content: "\f29e";
5977
+ }
5978
+ .uk-icon-blind:before {
5979
+ content: "\f29d";
5980
+ }
5981
+ .uk-icon-braille:before {
5982
+ content: "\f2a1";
5983
+ }
5984
+ .uk-icon-deaf:before {
5985
+ content: "\f2a4";
5986
+ }
5987
+ .uk-icon-deafness:before {
5988
+ content: "\f2a4";
5989
+ }
5990
+ .uk-icon-envira:before {
5991
+ content: "\f299";
5992
+ }
5993
+ .uk-icon-gitlab:before {
5994
+ content: "\f296";
5995
+ }
5996
+ .uk-icon-glide:before {
5997
+ content: "\f2a5";
5998
+ }
5999
+ .uk-icon-glide-g:before {
6000
+ content: "\f2a6";
6001
+ }
6002
+ .uk-icon-hard-of-hearing:before {
6003
+ content: "\f2a4";
6004
+ }
6005
+ .uk-icon-low-vision:before {
6006
+ content: "\f2a8";
6007
+ }
6008
+ .uk-icon-question-circle-o:before {
6009
+ content: "\f29c";
6010
+ }
6011
+ .uk-icon-sign-language:before,
6012
+ .uk-icon-signing:before {
6013
+ content: "\f2a7";
6014
+ }
6015
+ .uk-icon-snapchat:before {
6016
+ content: "\f2ab";
6017
+ }
6018
+ .uk-icon-snapchat-ghost:before {
6019
+ content: "\f2ac";
6020
+ }
6021
+ .uk-icon-snapchat-square:before {
6022
+ content: "\f2ad";
6023
+ }
6024
+ .uk-icon-universal-access:before {
6025
+ content: "\f29a";
6026
+ }
6027
+ .uk-icon-viadeo:before {
6028
+ content: "\f2a9";
6029
+ }
6030
+ .uk-icon-viadeo-square:before {
6031
+ content: "\f2aa";
6032
+ }
6033
+ .uk-icon-volume-control-phone:before {
6034
+ content: "\f2a0";
6035
+ }
6036
+ .uk-icon-wheelchair-alt:before {
6037
+ content: "\f29b";
6038
+ }
6039
+ .uk-icon-wpbeginner:before {
6040
+ content: "\f297";
6041
+ }
6042
+ .uk-icon-wpforms:before {
6043
+ content: "\f298";
6044
+ }
5966
6045
  /* ========================================================================
5967
6046
  Component: Close
5968
6047
  ========================================================================== */