uikit2-rails 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (110) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/uikit2/rails/version.rb +1 -1
  4. data/vendor/assets/javascripts/uikit/components/accordion.js +1 -1
  5. data/vendor/assets/javascripts/uikit/components/autocomplete.js +1 -1
  6. data/vendor/assets/javascripts/uikit/components/datepicker.js +2 -2
  7. data/vendor/assets/javascripts/uikit/components/form-password.js +1 -1
  8. data/vendor/assets/javascripts/uikit/components/form-select.js +9 -2
  9. data/vendor/assets/javascripts/uikit/components/grid-parallax.js +1 -1
  10. data/vendor/assets/javascripts/uikit/components/grid.js +3 -3
  11. data/vendor/assets/javascripts/uikit/components/htmleditor.js +1 -1
  12. data/vendor/assets/javascripts/uikit/components/lightbox.js +28 -1
  13. data/vendor/assets/javascripts/uikit/components/nestable.js +5 -3
  14. data/vendor/assets/javascripts/uikit/components/notify.js +1 -1
  15. data/vendor/assets/javascripts/uikit/components/pagination.js +1 -1
  16. data/vendor/assets/javascripts/uikit/components/parallax.js +1 -1
  17. data/vendor/assets/javascripts/uikit/components/search.js +1 -1
  18. data/vendor/assets/javascripts/uikit/components/slider.js +1 -1
  19. data/vendor/assets/javascripts/uikit/components/slideset.js +1 -1
  20. data/vendor/assets/javascripts/uikit/components/slideshow-fx.js +1 -1
  21. data/vendor/assets/javascripts/uikit/components/slideshow.js +1 -1
  22. data/vendor/assets/javascripts/uikit/components/sortable.js +11 -14
  23. data/vendor/assets/javascripts/uikit/components/sticky.js +1 -1
  24. data/vendor/assets/javascripts/uikit/components/timepicker.js +1 -1
  25. data/vendor/assets/javascripts/uikit/components/tooltip.js +1 -1
  26. data/vendor/assets/javascripts/uikit/components/upload.js +1 -1
  27. data/vendor/assets/javascripts/uikit/core/alert.js +1 -1
  28. data/vendor/assets/javascripts/uikit/core/button.js +1 -1
  29. data/vendor/assets/javascripts/uikit/core/core.js +34 -12
  30. data/vendor/assets/javascripts/uikit/core/cover.js +1 -1
  31. data/vendor/assets/javascripts/uikit/core/dropdown.js +1 -1
  32. data/vendor/assets/javascripts/uikit/core/grid.js +10 -8
  33. data/vendor/assets/javascripts/uikit/core/modal.js +6 -2
  34. data/vendor/assets/javascripts/uikit/core/nav.js +1 -1
  35. data/vendor/assets/javascripts/uikit/core/offcanvas.js +1 -1
  36. data/vendor/assets/javascripts/uikit/core/scrollspy.js +2 -2
  37. data/vendor/assets/javascripts/uikit/core/smooth-scroll.js +1 -1
  38. data/vendor/assets/javascripts/uikit/core/switcher.js +1 -5
  39. data/vendor/assets/javascripts/uikit/core/tab.js +1 -1
  40. data/vendor/assets/javascripts/uikit/core/toggle.js +1 -1
  41. data/vendor/assets/javascripts/uikit/core/touch.js +1 -1
  42. data/vendor/assets/javascripts/uikit/core/utility.js +10 -6
  43. data/vendor/assets/javascripts/uikit.js +58 -30
  44. data/vendor/assets/stylesheets/uikit/components/accordion.almost-flat.css +1 -1
  45. data/vendor/assets/stylesheets/uikit/components/accordion.css +1 -1
  46. data/vendor/assets/stylesheets/uikit/components/accordion.gradient.css +1 -1
  47. data/vendor/assets/stylesheets/uikit/components/autocomplete.almost-flat.css +6 -1
  48. data/vendor/assets/stylesheets/uikit/components/autocomplete.css +6 -1
  49. data/vendor/assets/stylesheets/uikit/components/autocomplete.gradient.css +6 -1
  50. data/vendor/assets/stylesheets/uikit/components/datepicker.almost-flat.css +1 -1
  51. data/vendor/assets/stylesheets/uikit/components/datepicker.css +1 -1
  52. data/vendor/assets/stylesheets/uikit/components/datepicker.gradient.css +1 -1
  53. data/vendor/assets/stylesheets/uikit/components/dotnav.almost-flat.css +1 -1
  54. data/vendor/assets/stylesheets/uikit/components/dotnav.css +1 -1
  55. data/vendor/assets/stylesheets/uikit/components/dotnav.gradient.css +1 -1
  56. data/vendor/assets/stylesheets/uikit/components/form-advanced.almost-flat.css +1 -1
  57. data/vendor/assets/stylesheets/uikit/components/form-advanced.css +1 -1
  58. data/vendor/assets/stylesheets/uikit/components/form-advanced.gradient.css +1 -1
  59. data/vendor/assets/stylesheets/uikit/components/form-file.almost-flat.css +1 -1
  60. data/vendor/assets/stylesheets/uikit/components/form-file.css +1 -1
  61. data/vendor/assets/stylesheets/uikit/components/form-file.gradient.css +1 -1
  62. data/vendor/assets/stylesheets/uikit/components/form-password.almost-flat.css +1 -1
  63. data/vendor/assets/stylesheets/uikit/components/form-password.css +1 -1
  64. data/vendor/assets/stylesheets/uikit/components/form-password.gradient.css +1 -1
  65. data/vendor/assets/stylesheets/uikit/components/form-select.almost-flat.css +1 -1
  66. data/vendor/assets/stylesheets/uikit/components/form-select.css +1 -1
  67. data/vendor/assets/stylesheets/uikit/components/form-select.gradient.css +1 -1
  68. data/vendor/assets/stylesheets/uikit/components/htmleditor.almost-flat.css +1 -1
  69. data/vendor/assets/stylesheets/uikit/components/htmleditor.css +1 -1
  70. data/vendor/assets/stylesheets/uikit/components/htmleditor.gradient.css +1 -1
  71. data/vendor/assets/stylesheets/uikit/components/nestable.almost-flat.css +1 -1
  72. data/vendor/assets/stylesheets/uikit/components/nestable.css +1 -1
  73. data/vendor/assets/stylesheets/uikit/components/nestable.gradient.css +1 -1
  74. data/vendor/assets/stylesheets/uikit/components/notify.almost-flat.css +1 -1
  75. data/vendor/assets/stylesheets/uikit/components/notify.css +1 -1
  76. data/vendor/assets/stylesheets/uikit/components/notify.gradient.css +1 -1
  77. data/vendor/assets/stylesheets/uikit/components/placeholder.almost-flat.css +1 -1
  78. data/vendor/assets/stylesheets/uikit/components/placeholder.css +1 -1
  79. data/vendor/assets/stylesheets/uikit/components/placeholder.gradient.css +1 -1
  80. data/vendor/assets/stylesheets/uikit/components/progress.almost-flat.css +1 -1
  81. data/vendor/assets/stylesheets/uikit/components/progress.css +1 -1
  82. data/vendor/assets/stylesheets/uikit/components/progress.gradient.css +1 -1
  83. data/vendor/assets/stylesheets/uikit/components/search.almost-flat.css +1 -1
  84. data/vendor/assets/stylesheets/uikit/components/search.css +1 -1
  85. data/vendor/assets/stylesheets/uikit/components/search.gradient.css +1 -1
  86. data/vendor/assets/stylesheets/uikit/components/slidenav.almost-flat.css +1 -1
  87. data/vendor/assets/stylesheets/uikit/components/slidenav.css +1 -1
  88. data/vendor/assets/stylesheets/uikit/components/slidenav.gradient.css +1 -1
  89. data/vendor/assets/stylesheets/uikit/components/slider.almost-flat.css +1 -1
  90. data/vendor/assets/stylesheets/uikit/components/slider.css +1 -1
  91. data/vendor/assets/stylesheets/uikit/components/slider.gradient.css +1 -1
  92. data/vendor/assets/stylesheets/uikit/components/slideshow.almost-flat.css +1 -1
  93. data/vendor/assets/stylesheets/uikit/components/slideshow.css +1 -1
  94. data/vendor/assets/stylesheets/uikit/components/slideshow.gradient.css +1 -1
  95. data/vendor/assets/stylesheets/uikit/components/sortable.almost-flat.css +1 -1
  96. data/vendor/assets/stylesheets/uikit/components/sortable.css +1 -1
  97. data/vendor/assets/stylesheets/uikit/components/sortable.gradient.css +1 -1
  98. data/vendor/assets/stylesheets/uikit/components/sticky.almost-flat.css +1 -1
  99. data/vendor/assets/stylesheets/uikit/components/sticky.css +1 -1
  100. data/vendor/assets/stylesheets/uikit/components/sticky.gradient.css +1 -1
  101. data/vendor/assets/stylesheets/uikit/components/tooltip.almost-flat.css +1 -1
  102. data/vendor/assets/stylesheets/uikit/components/tooltip.css +1 -1
  103. data/vendor/assets/stylesheets/uikit/components/tooltip.gradient.css +1 -1
  104. data/vendor/assets/stylesheets/uikit/components/upload.almost-flat.css +1 -1
  105. data/vendor/assets/stylesheets/uikit/components/upload.css +1 -1
  106. data/vendor/assets/stylesheets/uikit/components/upload.gradient.css +1 -1
  107. data/vendor/assets/stylesheets/uikit.almost-flat.css +1 -1
  108. data/vendor/assets/stylesheets/uikit.css +1 -1
  109. data/vendor/assets/stylesheets/uikit.gradient.css +1 -1
  110. metadata +2 -2
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | 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.1';
47
+ UI.version = '2.26.2';
48
48
 
49
49
  UI.noConflict = function() {
50
50
  // restore UIkit version
@@ -594,7 +594,7 @@
594
594
  var observer = new UI.support.mutationobserver(UI.Utils.debounce(function(mutations) {
595
595
  fn.apply(element, []);
596
596
  $element.trigger('changed.uk.dom');
597
- }, 50));
597
+ }, 50), {childList: true, subtree: true});
598
598
 
599
599
  // pass in the target node, as well as the observer options
600
600
  observer.observe(element, { childList: true, subtree: true });
@@ -627,15 +627,6 @@
627
627
 
628
628
  UI.$body = UI.$('body');
629
629
 
630
- UI.ready(function(context){
631
- UI.domObserve('[data-uk-observe]');
632
- });
633
-
634
- UI.on('changed.uk.dom', function(e) {
635
- UI.init(e.target);
636
- UI.Utils.checkDisplay(e.target);
637
- });
638
-
639
630
  UI.trigger('beforeready.uk.dom');
640
631
 
641
632
  UI.component.bootComponents();
@@ -709,6 +700,37 @@
709
700
 
710
701
  // mark that domready is left behind
711
702
  UI.domready = true;
703
+
704
+ // auto init js components
705
+ if (UI.support.mutationobserver) {
706
+
707
+ var initFn = UI.Utils.debounce(function(){
708
+ requestAnimationFrame(function(){ UI.init(document.body);});
709
+ }, 10);
710
+
711
+ (new UI.support.mutationobserver(function(mutations) {
712
+
713
+ var init = false;
714
+
715
+ mutations.every(function(mutation){
716
+
717
+ if (mutation.type != 'childList') return true;
718
+
719
+ for (var i = 0, node; i < mutation.addedNodes.length; ++i) {
720
+
721
+ node = mutation.addedNodes[i];
722
+
723
+ if (node.outerHTML && node.outerHTML.indexOf('data-uk-') !== -1) {
724
+ return (init = true) && false;
725
+ }
726
+ }
727
+ return true;
728
+ });
729
+
730
+ if (init) initFn();
731
+
732
+ })).observe(document.body, {childList: true, subtree: true});
733
+ }
712
734
  };
713
735
 
714
736
  if (document.readyState == 'complete' || document.readyState == 'interactive') {
@@ -934,7 +956,8 @@
934
956
 
935
957
  defaults: {
936
958
  cls: 'uk-margin-small-top',
937
- rowfirst: false
959
+ rowfirst: false,
960
+ observe: false
938
961
  },
939
962
 
940
963
  boot: function() {
@@ -971,14 +994,17 @@
971
994
  return UI.Utils.debounce(fn, 20);
972
995
  })());
973
996
 
974
- UI.$html.on("changed.uk.dom", function(e) {
975
- $this.process();
976
- });
977
-
978
997
  this.on("display.uk.check", function(e) {
979
998
  if (this.element.is(":visible")) this.process();
980
999
  }.bind(this));
981
1000
 
1001
+ if (this.options.observe) {
1002
+
1003
+ UI.domObserve(this.element, function(e) {
1004
+ if ($this.element.is(":visible")) $this.process();
1005
+ });
1006
+ }
1007
+
982
1008
  stacks.push(this);
983
1009
  },
984
1010
 
@@ -1473,7 +1499,7 @@
1473
1499
  scrollTop = $win.scrollTop(),
1474
1500
  target = (function(){
1475
1501
  for(var i=0; i< inviews.length;i++){
1476
- if(inviews[i].offset().top + inviews[i].outerHeight() >= scrollTop){
1502
+ if(inviews[i].offset().top >= scrollTop){
1477
1503
  return inviews[i];
1478
1504
  }
1479
1505
  }
@@ -2389,7 +2415,8 @@
2389
2415
  defaults: {
2390
2416
  "target" : false,
2391
2417
  "row" : true,
2392
- "ignorestacked" : false
2418
+ "ignorestacked" : false,
2419
+ "observe" : false
2393
2420
  },
2394
2421
 
2395
2422
  boot: function() {
@@ -2419,7 +2446,7 @@
2419
2446
  UI.$win.on('load resize orientationchange', (function() {
2420
2447
 
2421
2448
  var fn = function() {
2422
- $this.match();
2449
+ if ($this.element.is(":visible")) $this.match();
2423
2450
  };
2424
2451
 
2425
2452
  UI.$(function() { fn(); });
@@ -2427,11 +2454,12 @@
2427
2454
  return UI.Utils.debounce(fn, 50);
2428
2455
  })());
2429
2456
 
2430
- UI.$html.on("changed.uk.dom", function(e) {
2431
- $this.columns = $this.element.children();
2432
- $this.elements = $this.options.target ? $this.find($this.options.target) : $this.columns;
2433
- $this.match();
2434
- });
2457
+ if (this.options.observe) {
2458
+
2459
+ UI.domObserve(this.element, function(e) {
2460
+ if ($this.element.is(":visible")) $this.match();
2461
+ });
2462
+ }
2435
2463
 
2436
2464
  this.on("display.uk.check", function(e) {
2437
2465
  if(this.element.is(":visible")) this.match();
@@ -2545,7 +2573,11 @@
2545
2573
  if (target[0] == $this.element[0] && $this.options.bgclose) {
2546
2574
  $this.hide();
2547
2575
  }
2548
- }).on("changed.uk.dom", this.resize.bind(this));
2576
+ });
2577
+
2578
+ UI.domObserve(this.element, function(e) {
2579
+ $this.resize();
2580
+ });
2549
2581
  },
2550
2582
 
2551
2583
  toggle: function() {
@@ -3298,10 +3330,6 @@
3298
3330
  // Init ARIA for toggles
3299
3331
  toggles.not(active).attr('aria-expanded', 'false');
3300
3332
  active.attr('aria-expanded', 'true');
3301
-
3302
- this.on('changed.uk.dom', function() {
3303
- $this.connect = UI.$($this.options.connect);
3304
- });
3305
3333
  }
3306
3334
 
3307
3335
  },
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Accordion
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Accordion
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Accordion
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Autocomplete
4
4
  ========================================================================== */
@@ -18,6 +18,11 @@
18
18
  /* 4 */
19
19
  vertical-align: middle;
20
20
  }
21
+ /* Legacy dropdown modifier */
22
+ .uk-dropdown-flip {
23
+ left: auto;
24
+ right: 0;
25
+ }
21
26
  /* Nav modifier `uk-nav-autocomplete`
22
27
  ========================================================================== */
23
28
  /*
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Autocomplete
4
4
  ========================================================================== */
@@ -18,6 +18,11 @@
18
18
  /* 4 */
19
19
  vertical-align: middle;
20
20
  }
21
+ /* Legacy dropdown modifier */
22
+ .uk-dropdown-flip {
23
+ left: auto;
24
+ right: 0;
25
+ }
21
26
  /* Nav modifier `uk-nav-autocomplete`
22
27
  ========================================================================== */
23
28
  /*
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Autocomplete
4
4
  ========================================================================== */
@@ -18,6 +18,11 @@
18
18
  /* 4 */
19
19
  vertical-align: middle;
20
20
  }
21
+ /* Legacy dropdown modifier */
22
+ .uk-dropdown-flip {
23
+ left: auto;
24
+ right: 0;
25
+ }
21
26
  /* Nav modifier `uk-nav-autocomplete`
22
27
  ========================================================================== */
23
28
  /*
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Datepicker
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Datepicker
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Datepicker
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Dotnav
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Dotnav
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Dotnav
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Form advanced
4
4
  Note: Only works in Webkit at the moment
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Form advanced
4
4
  Note: Only works in Webkit at the moment
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Form advanced
4
4
  Note: Only works in Webkit at the moment
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Form file
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Form file
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Form file
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Form password
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Form password
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Form password
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Form select
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Form select
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Form select
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: HTML editor
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: HTML editor
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: HTML editor
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Nestable
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Nestable
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Nestable
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Notify
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Notify
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Notify
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Placeholder
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Placeholder
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Placeholder
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Progress
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Progress
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Progress
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Search
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Search
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Search
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Slidenav
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Slidenav
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Slidenav
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Slider
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Slider
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Slider
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Slideshow
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Slideshow
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Slideshow
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Sortable
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Sortable
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Sortable
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Sticky
4
4
  ========================================================================== */