rails-uikit-sass 2.27.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (151) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +22 -0
  3. data/README.md +43 -0
  4. data/lib/assets/stylesheets/rails-uikit-sass.scss +3 -0
  5. data/lib/rails-uikit-sass.rb +12 -0
  6. data/vendor/assets/fonts/FontAwesome.otf +0 -0
  7. data/vendor/assets/fonts/fontawesome-webfont.ttf +0 -0
  8. data/vendor/assets/fonts/fontawesome-webfont.woff +0 -0
  9. data/vendor/assets/fonts/fontawesome-webfont.woff2 +0 -0
  10. data/vendor/assets/javascripts/components/accordion.js +180 -0
  11. data/vendor/assets/javascripts/components/accordion.min.js +2 -0
  12. data/vendor/assets/javascripts/components/autocomplete.js +340 -0
  13. data/vendor/assets/javascripts/components/autocomplete.min.js +2 -0
  14. data/vendor/assets/javascripts/components/datepicker.js +3167 -0
  15. data/vendor/assets/javascripts/components/datepicker.min.js +3 -0
  16. data/vendor/assets/javascripts/components/form-password.js +67 -0
  17. data/vendor/assets/javascripts/components/form-password.min.js +2 -0
  18. data/vendor/assets/javascripts/components/form-select.js +85 -0
  19. data/vendor/assets/javascripts/components/form-select.min.js +2 -0
  20. data/vendor/assets/javascripts/components/grid-parallax.js +168 -0
  21. data/vendor/assets/javascripts/components/grid-parallax.min.js +2 -0
  22. data/vendor/assets/javascripts/components/grid.js +540 -0
  23. data/vendor/assets/javascripts/components/grid.min.js +2 -0
  24. data/vendor/assets/javascripts/components/htmleditor.js +679 -0
  25. data/vendor/assets/javascripts/components/htmleditor.min.js +2 -0
  26. data/vendor/assets/javascripts/components/lightbox.js +588 -0
  27. data/vendor/assets/javascripts/components/lightbox.min.js +2 -0
  28. data/vendor/assets/javascripts/components/nestable.js +653 -0
  29. data/vendor/assets/javascripts/components/nestable.min.js +2 -0
  30. data/vendor/assets/javascripts/components/notify.js +189 -0
  31. data/vendor/assets/javascripts/components/notify.min.js +2 -0
  32. data/vendor/assets/javascripts/components/pagination.js +147 -0
  33. data/vendor/assets/javascripts/components/pagination.min.js +2 -0
  34. data/vendor/assets/javascripts/components/parallax.js +462 -0
  35. data/vendor/assets/javascripts/components/parallax.min.js +2 -0
  36. data/vendor/assets/javascripts/components/search.js +92 -0
  37. data/vendor/assets/javascripts/components/search.min.js +2 -0
  38. data/vendor/assets/javascripts/components/slider.js +552 -0
  39. data/vendor/assets/javascripts/components/slider.min.js +2 -0
  40. data/vendor/assets/javascripts/components/slideset.js +523 -0
  41. data/vendor/assets/javascripts/components/slideset.min.js +2 -0
  42. data/vendor/assets/javascripts/components/slideshow-fx.js +382 -0
  43. data/vendor/assets/javascripts/components/slideshow-fx.min.js +2 -0
  44. data/vendor/assets/javascripts/components/slideshow.js +596 -0
  45. data/vendor/assets/javascripts/components/slideshow.min.js +2 -0
  46. data/vendor/assets/javascripts/components/sortable.js +688 -0
  47. data/vendor/assets/javascripts/components/sortable.min.js +2 -0
  48. data/vendor/assets/javascripts/components/sticky.js +364 -0
  49. data/vendor/assets/javascripts/components/sticky.min.js +2 -0
  50. data/vendor/assets/javascripts/components/timepicker.js +192 -0
  51. data/vendor/assets/javascripts/components/timepicker.min.js +2 -0
  52. data/vendor/assets/javascripts/components/tooltip.js +235 -0
  53. data/vendor/assets/javascripts/components/tooltip.min.js +2 -0
  54. data/vendor/assets/javascripts/components/upload.js +262 -0
  55. data/vendor/assets/javascripts/components/upload.min.js +2 -0
  56. data/vendor/assets/javascripts/core/alert.js +66 -0
  57. data/vendor/assets/javascripts/core/alert.min.js +2 -0
  58. data/vendor/assets/javascripts/core/button.js +156 -0
  59. data/vendor/assets/javascripts/core/button.min.js +2 -0
  60. data/vendor/assets/javascripts/core/core.js +820 -0
  61. data/vendor/assets/javascripts/core/core.min.js +2 -0
  62. data/vendor/assets/javascripts/core/cover.js +87 -0
  63. data/vendor/assets/javascripts/core/cover.min.js +2 -0
  64. data/vendor/assets/javascripts/core/dropdown.js +534 -0
  65. data/vendor/assets/javascripts/core/dropdown.min.js +2 -0
  66. data/vendor/assets/javascripts/core/grid.js +117 -0
  67. data/vendor/assets/javascripts/core/grid.min.js +2 -0
  68. data/vendor/assets/javascripts/core/modal.js +387 -0
  69. data/vendor/assets/javascripts/core/modal.min.js +2 -0
  70. data/vendor/assets/javascripts/core/nav.js +153 -0
  71. data/vendor/assets/javascripts/core/nav.min.js +2 -0
  72. data/vendor/assets/javascripts/core/offcanvas.js +197 -0
  73. data/vendor/assets/javascripts/core/offcanvas.min.js +2 -0
  74. data/vendor/assets/javascripts/core/scrollspy.js +209 -0
  75. data/vendor/assets/javascripts/core/scrollspy.min.js +2 -0
  76. data/vendor/assets/javascripts/core/smooth-scroll.js +62 -0
  77. data/vendor/assets/javascripts/core/smooth-scroll.min.js +2 -0
  78. data/vendor/assets/javascripts/core/switcher.js +307 -0
  79. data/vendor/assets/javascripts/core/switcher.min.js +2 -0
  80. data/vendor/assets/javascripts/core/tab.js +169 -0
  81. data/vendor/assets/javascripts/core/tab.min.js +2 -0
  82. data/vendor/assets/javascripts/core/toggle.js +124 -0
  83. data/vendor/assets/javascripts/core/toggle.min.js +2 -0
  84. data/vendor/assets/javascripts/core/touch.js +175 -0
  85. data/vendor/assets/javascripts/core/touch.min.js +2 -0
  86. data/vendor/assets/javascripts/core/utility.js +335 -0
  87. data/vendor/assets/javascripts/core/utility.min.js +2 -0
  88. data/vendor/assets/javascripts/uikit.js +3898 -0
  89. data/vendor/assets/javascripts/uikit.min.js +3 -0
  90. data/vendor/assets/stylesheets/components/accordion.scss +94 -0
  91. data/vendor/assets/stylesheets/components/autocomplete.scss +107 -0
  92. data/vendor/assets/stylesheets/components/datepicker.scss +197 -0
  93. data/vendor/assets/stylesheets/components/dotnav.scss +212 -0
  94. data/vendor/assets/stylesheets/components/form-advanced.scss +128 -0
  95. data/vendor/assets/stylesheets/components/form-file.scss +63 -0
  96. data/vendor/assets/stylesheets/components/form-password.scss +74 -0
  97. data/vendor/assets/stylesheets/components/form-select.scss +66 -0
  98. data/vendor/assets/stylesheets/components/htmleditor.scss +269 -0
  99. data/vendor/assets/stylesheets/components/nestable.scss +231 -0
  100. data/vendor/assets/stylesheets/components/notify.scss +190 -0
  101. data/vendor/assets/stylesheets/components/placeholder.scss +66 -0
  102. data/vendor/assets/stylesheets/components/progress.scss +173 -0
  103. data/vendor/assets/stylesheets/components/search.scss +309 -0
  104. data/vendor/assets/stylesheets/components/slidenav.scss +183 -0
  105. data/vendor/assets/stylesheets/components/slider.scss +139 -0
  106. data/vendor/assets/stylesheets/components/slideshow.scss +208 -0
  107. data/vendor/assets/stylesheets/components/sortable.scss +124 -0
  108. data/vendor/assets/stylesheets/components/sticky.scss +57 -0
  109. data/vendor/assets/stylesheets/components/tooltip.scss +178 -0
  110. data/vendor/assets/stylesheets/components/upload.scss +34 -0
  111. data/vendor/assets/stylesheets/core/alert.scss +141 -0
  112. data/vendor/assets/stylesheets/core/animation.scss +599 -0
  113. data/vendor/assets/stylesheets/core/article.scss +139 -0
  114. data/vendor/assets/stylesheets/core/badge.scss +110 -0
  115. data/vendor/assets/stylesheets/core/base.scss +563 -0
  116. data/vendor/assets/stylesheets/core/block.scss +155 -0
  117. data/vendor/assets/stylesheets/core/breadcrumb.scss +86 -0
  118. data/vendor/assets/stylesheets/core/button.scss +406 -0
  119. data/vendor/assets/stylesheets/core/close.scss +132 -0
  120. data/vendor/assets/stylesheets/core/column.scss +209 -0
  121. data/vendor/assets/stylesheets/core/comment.scss +172 -0
  122. data/vendor/assets/stylesheets/core/contrast.scss +493 -0
  123. data/vendor/assets/stylesheets/core/cover.scss +70 -0
  124. data/vendor/assets/stylesheets/core/description-list.scss +71 -0
  125. data/vendor/assets/stylesheets/core/dropdown.scss +283 -0
  126. data/vendor/assets/stylesheets/core/flex.scss +320 -0
  127. data/vendor/assets/stylesheets/core/form.scss +629 -0
  128. data/vendor/assets/stylesheets/core/grid.scss +731 -0
  129. data/vendor/assets/stylesheets/core/icon.scss +930 -0
  130. data/vendor/assets/stylesheets/core/list.scss +102 -0
  131. data/vendor/assets/stylesheets/core/modal.scss +343 -0
  132. data/vendor/assets/stylesheets/core/nav.scss +468 -0
  133. data/vendor/assets/stylesheets/core/navbar.scss +325 -0
  134. data/vendor/assets/stylesheets/core/offcanvas.scss +203 -0
  135. data/vendor/assets/stylesheets/core/overlay.scss +534 -0
  136. data/vendor/assets/stylesheets/core/pagination.scss +197 -0
  137. data/vendor/assets/stylesheets/core/panel.scss +332 -0
  138. data/vendor/assets/stylesheets/core/print.scss +61 -0
  139. data/vendor/assets/stylesheets/core/subnav.scss +213 -0
  140. data/vendor/assets/stylesheets/core/switcher.scss +38 -0
  141. data/vendor/assets/stylesheets/core/tab.scss +368 -0
  142. data/vendor/assets/stylesheets/core/table.scss +147 -0
  143. data/vendor/assets/stylesheets/core/text.scss +136 -0
  144. data/vendor/assets/stylesheets/core/thumbnail.scss +122 -0
  145. data/vendor/assets/stylesheets/core/thumbnav.scss +122 -0
  146. data/vendor/assets/stylesheets/core/utility.scss +610 -0
  147. data/vendor/assets/stylesheets/core/variables.scss +23 -0
  148. data/vendor/assets/stylesheets/uikit-mixins.scss +327 -0
  149. data/vendor/assets/stylesheets/uikit-variables.scss +819 -0
  150. data/vendor/assets/stylesheets/uikit.scss +52 -0
  151. metadata +251 -0
@@ -0,0 +1,2 @@
1
+ /*! UIkit 2.27.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
+ !function(t){if("function"==typeof define&&define.amd&&define("uikit",function(){var n=window.UIkit||t(window,window.jQuery,window.document);return n.load=function(t,e,o,i){var r,a=t.split(","),s=[],u=(i.config&&i.config.uikit&&i.config.uikit.base?i.config.uikit.base:"").replace(/\/+$/g,"");if(!u)throw new Error("Please define base path to UIkit in the requirejs config.");for(r=0;r<a.length;r+=1){var c=a[r].replace(/\./g,"/");s.push(u+"/components/"+c)}e(s,function(){o(n)})},n}),!window.jQuery)throw new Error("UIkit requires jQuery");window&&window.jQuery&&t(window,window.jQuery,window.document)}(function(t,n,e){"use strict";var o={},i=t.UIkit?Object.create(t.UIkit):void 0;if(o.version="2.27.2",o.noConflict=function(){return i&&(t.UIkit=i,n.UIkit=i,n.fn.uk=i.fn),o},o.prefix=function(t){return t},o.$=n,o.$doc=o.$(document),o.$win=o.$(window),o.$html=o.$("html"),o.support={},o.support.transition=function(){var t=function(){var t,n=e.body||e.documentElement,o={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(t in o)if(void 0!==n.style[t])return o[t]}();return t&&{end:t}}(),o.support.animation=function(){var t=function(){var t,n=e.body||e.documentElement,o={WebkitAnimation:"webkitAnimationEnd",MozAnimation:"animationend",OAnimation:"oAnimationEnd oanimationend",animation:"animationend"};for(t in o)if(void 0!==n.style[t])return o[t]}();return t&&{end:t}}(),function(){Date.now=Date.now||function(){return(new Date).getTime()};for(var t=["webkit","moz"],n=0;n<t.length&&!window.requestAnimationFrame;++n){var e=t[n];window.requestAnimationFrame=window[e+"RequestAnimationFrame"],window.cancelAnimationFrame=window[e+"CancelAnimationFrame"]||window[e+"CancelRequestAnimationFrame"]}if(/iP(ad|hone|od).*OS 6/.test(window.navigator.userAgent)||!window.requestAnimationFrame||!window.cancelAnimationFrame){var o=0;window.requestAnimationFrame=function(t){var n=Date.now(),e=Math.max(o+16,n);return setTimeout(function(){t(o=e)},e-n)},window.cancelAnimationFrame=clearTimeout}}(),o.support.touch="ontouchstart"in document||t.DocumentTouch&&document instanceof t.DocumentTouch||t.navigator.msPointerEnabled&&t.navigator.msMaxTouchPoints>0||t.navigator.pointerEnabled&&t.navigator.maxTouchPoints>0||!1,o.support.mutationobserver=t.MutationObserver||t.WebKitMutationObserver||null,o.Utils={},o.Utils.isFullscreen=function(){return document.webkitFullscreenElement||document.mozFullScreenElement||document.msFullscreenElement||document.fullscreenElement||!1},o.Utils.str2json=function(t,n){try{return n?JSON.parse(t.replace(/([\$\w]+)\s*:/g,function(t,n){return'"'+n+'":'}).replace(/'([^']+)'/g,function(t,n){return'"'+n+'"'})):new Function("","var json = "+t+"; return JSON.parse(JSON.stringify(json));")()}catch(e){return!1}},o.Utils.debounce=function(t,n,e){var o;return function(){var i=this,r=arguments,a=function(){o=null,e||t.apply(i,r)},s=e&&!o;clearTimeout(o),o=setTimeout(a,n),s&&t.apply(i,r)}},o.Utils.throttle=function(t,n){var e=!1;return function(){e||(t.call(),e=!0,setTimeout(function(){e=!1},n))}},o.Utils.removeCssRules=function(t){var n,e,o,i,r,a,s,u,c,d;t&&setTimeout(function(){try{for(d=document.styleSheets,i=0,s=d.length;s>i;i++){for(o=d[i],e=[],o.cssRules=o.cssRules,n=r=0,u=o.cssRules.length;u>r;n=++r)o.cssRules[n].type===CSSRule.STYLE_RULE&&t.test(o.cssRules[n].selectorText)&&e.unshift(n);for(a=0,c=e.length;c>a;a++)o.deleteRule(e[a])}}catch(l){}},0)},o.Utils.isInView=function(t,e){var i=n(t);if(!i.is(":visible"))return!1;var r=o.$win.scrollLeft(),a=o.$win.scrollTop(),s=i.offset(),u=s.left,c=s.top;return e=n.extend({topoffset:0,leftoffset:0},e),c+i.height()>=a&&c-e.topoffset<=a+o.$win.height()&&u+i.width()>=r&&u-e.leftoffset<=r+o.$win.width()?!0:!1},o.Utils.checkDisplay=function(t,e){var i=o.$("[data-uk-margin], [data-uk-grid-match], [data-uk-grid-margin], [data-uk-check-display]",t||document);return t&&!i.length&&(i=n(t)),i.trigger("display.uk.check"),e&&("string"!=typeof e&&(e='[class*="uk-animation-"]'),i.find(e).each(function(){var t=o.$(this),n=t.attr("class"),e=n.match(/uk-animation-(.+)/);t.removeClass(e[0]).width(),t.addClass(e[0])})),i},o.Utils.options=function(t){if("string"!=n.type(t))return t;-1!=t.indexOf(":")&&"}"!=t.trim().substr(-1)&&(t="{"+t+"}");var e=t?t.indexOf("{"):-1,i={};if(-1!=e)try{i=o.Utils.str2json(t.substr(e))}catch(r){}return i},o.Utils.animate=function(t,e){var i=n.Deferred();return t=o.$(t),t.css("display","none").addClass(e).one(o.support.animation.end,function(){t.removeClass(e),i.resolve()}),t.css("display",""),i.promise()},o.Utils.uid=function(t){return(t||"id")+(new Date).getTime()+"RAND"+Math.ceil(1e5*Math.random())},o.Utils.template=function(t,n){for(var e,o,i,r,a=t.replace(/\n/g,"\\n").replace(/\{\{\{\s*(.+?)\s*\}\}\}/g,"{{!$1}}").split(/(\{\{\s*(.+?)\s*\}\})/g),s=0,u=[],c=0;s<a.length;){if(e=a[s],e.match(/\{\{\s*(.+?)\s*\}\}/))switch(s+=1,e=a[s],o=e[0],i=e.substring(e.match(/^(\^|\#|\!|\~|\:)/)?1:0),o){case"~":u.push("for(var $i=0;$i<"+i+".length;$i++) { var $item = "+i+"[$i];"),c++;break;case":":u.push("for(var $key in "+i+") { var $val = "+i+"[$key];"),c++;break;case"#":u.push("if("+i+") {"),c++;break;case"^":u.push("if(!"+i+") {"),c++;break;case"/":u.push("}"),c--;break;case"!":u.push("__ret.push("+i+");");break;default:u.push("__ret.push(escape("+i+"));")}else u.push("__ret.push('"+e.replace(/\'/g,"\\'")+"');");s+=1}return r=new Function("$data",["var __ret = [];","try {","with($data){",c?'__ret = ["Not all blocks are closed correctly."]':u.join(""),"};","}catch(e){__ret = [e.message];}",'return __ret.join("").replace(/\\n\\n/g, "\\n");',"function escape(html) { return String(html).replace(/&/g, '&amp;').replace(/\"/g, '&quot;').replace(/</g, '&lt;').replace(/>/g, '&gt;');}"].join("\n")),n?r(n):r},o.Utils.focus=function(t,e){if(t=n(t),!t.length)return t;var o,i=t.find("[autofocus]:first");return i.length?i.focus():(i=t.find(":input"+(e&&","+e||"")).first(),i.length?i.focus():(t.attr("tabindex")||(o=1e3,t.attr("tabindex",o)),t[0].focus(),o&&t.attr("tabindex",""),t))},o.Utils.events={},o.Utils.events.click=o.support.touch?"tap":"click",t.UIkit=o,o.fn=function(t,e){var i=arguments,r=t.match(/^([a-z\-]+)(?:\.([a-z]+))?/i),a=r[1],s=r[2];return o[a]?this.each(function(){var t=n(this),r=t.data(a);r||t.data(a,r=o[a](this,s?void 0:e)),s&&r[s].apply(r,Array.prototype.slice.call(i,1))}):(n.error("UIkit component ["+a+"] does not exist."),this)},n.UIkit=o,n.fn.uk=o.fn,o.langdirection="rtl"==o.$html.attr("dir")?"right":"left",o.components={},o.component=function(t,e){var i=function(e,r){var a=this;return this.UIkit=o,this.element=e?o.$(e):null,this.options=n.extend(!0,{},this.defaults,r),this.plugins={},this.element&&this.element.data(t,this),this.init(),(this.options.plugins.length?this.options.plugins:Object.keys(i.plugins)).forEach(function(t){i.plugins[t].init&&(i.plugins[t].init(a),a.plugins[t]=!0)}),this.trigger("init.uk.component",[t,this]),this};return i.plugins={},n.extend(!0,i.prototype,{defaults:{plugins:[]},boot:function(){},init:function(){},on:function(t,n,e){return o.$(this.element||this).on(t,n,e)},one:function(t,n,e){return o.$(this.element||this).one(t,n,e)},off:function(t){return o.$(this.element||this).off(t)},trigger:function(t,n){return o.$(this.element||this).trigger(t,n)},find:function(t){return o.$(this.element?this.element:[]).find(t)},proxy:function(t,n){var e=this;n.split(" ").forEach(function(n){e[n]||(e[n]=function(){return t[n].apply(t,arguments)})})},mixin:function(t,n){var e=this;n.split(" ").forEach(function(n){e[n]||(e[n]=t[n].bind(e))})},option:function(){return 1==arguments.length?this.options[arguments[0]]||void 0:(2==arguments.length&&(this.options[arguments[0]]=arguments[1]),void 0)}},e),this.components[t]=i,this[t]=function(){var e,i;if(arguments.length)switch(arguments.length){case 1:"string"==typeof arguments[0]||arguments[0].nodeType||arguments[0]instanceof jQuery?e=n(arguments[0]):i=arguments[0];break;case 2:e=n(arguments[0]),i=arguments[1]}return e&&e.data(t)?e.data(t):new o.components[t](e,i)},o.domready&&o.component.boot(t),i},o.plugin=function(t,n,e){this.components[t].plugins[n]=e},o.component.boot=function(t){o.components[t].prototype&&o.components[t].prototype.boot&&!o.components[t].booted&&(o.components[t].prototype.boot.apply(o,[]),o.components[t].booted=!0)},o.component.bootComponents=function(){for(var t in o.components)o.component.boot(t)},o.domObservers=[],o.domready=!1,o.ready=function(t){o.domObservers.push(t),o.domready&&t(document)},o.on=function(t,n,e){return t&&t.indexOf("ready.uk.dom")>-1&&o.domready&&n.apply(o.$doc),o.$doc.on(t,n,e)},o.one=function(t,n,e){return t&&t.indexOf("ready.uk.dom")>-1&&o.domready?(n.apply(o.$doc),o.$doc):o.$doc.one(t,n,e)},o.trigger=function(t,n){return o.$doc.trigger(t,n)},o.domObserve=function(t,n){o.support.mutationobserver&&(n=n||function(){},o.$(t).each(function(){var t=this,e=o.$(t);if(!e.data("observer"))try{var i=new o.support.mutationobserver(o.Utils.debounce(function(){n.apply(t,[e]),e.trigger("changed.uk.dom")},50),{childList:!0,subtree:!0});i.observe(t,{childList:!0,subtree:!0}),e.data("observer",i)}catch(r){}}))},o.init=function(t){t=t||document,o.domObservers.forEach(function(n){n(t)})},o.on("domready.uk.dom",function(){o.init(),o.domready&&o.Utils.checkDisplay()}),document.addEventListener("DOMContentLoaded",function(){var t=function(){o.$body=o.$("body"),o.trigger("beforeready.uk.dom"),o.component.bootComponents();var t=requestAnimationFrame(function(){var n={dir:{x:0,y:0},x:window.pageXOffset,y:window.pageYOffset},e=function(){var i=window.pageXOffset,r=window.pageYOffset;(n.x!=i||n.y!=r)&&(n.dir.x=i!=n.x?i>n.x?1:-1:0,n.dir.y=r!=n.y?r>n.y?1:-1:0,n.x=i,n.y=r,o.$doc.trigger("scrolling.uk.document",[{dir:{x:n.dir.x,y:n.dir.y},x:i,y:r}])),cancelAnimationFrame(t),t=requestAnimationFrame(e)};return o.support.touch&&o.$html.on("touchmove touchend MSPointerMove MSPointerUp pointermove pointerup",e),(n.x||n.y)&&e(),e}());if(o.trigger("domready.uk.dom"),o.support.touch&&navigator.userAgent.match(/(iPad|iPhone|iPod)/g)&&o.$win.on("load orientationchange resize",o.Utils.debounce(function(){var t=function(){return n(".uk-height-viewport").css("height",window.innerHeight),t};return t()}(),100)),o.trigger("afterready.uk.dom"),o.domready=!0,o.support.mutationobserver){var e=o.Utils.debounce(function(){requestAnimationFrame(function(){o.init(document.body)})},10);new o.support.mutationobserver(function(t){var n=!1;t.every(function(t){if("childList"!=t.type)return!0;for(var e,o=0;o<t.addedNodes.length;++o)if(e=t.addedNodes[o],e.outerHTML&&-1!==e.outerHTML.indexOf("data-uk-"))return(n=!0)&&!1;return!0}),n&&e()}).observe(document.body,{childList:!0,subtree:!0})}};return("complete"==document.readyState||"interactive"==document.readyState)&&setTimeout(t),t}()),o.$html.addClass(o.support.touch?"uk-touch":"uk-notouch"),o.support.touch){var r,a=!1,s="uk-hover",u=".uk-overlay, .uk-overlay-hover, .uk-overlay-toggle, .uk-animation-hover, .uk-has-hover";o.$html.on("mouseenter touchstart MSPointerDown pointerdown",u,function(){a&&n("."+s).removeClass(s),a=n(this).addClass(s)}).on("mouseleave touchend MSPointerUp pointerup",function(t){r=n(t.target).parents(u),a&&a.not(r).removeClass(s)})}return o});
@@ -0,0 +1,87 @@
1
+ /*! UIkit 2.27.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
+ (function(UI){
3
+
4
+ "use strict";
5
+
6
+ UI.component('cover', {
7
+
8
+ defaults: {
9
+ automute : true
10
+ },
11
+
12
+ boot: function() {
13
+
14
+ // auto init
15
+ UI.ready(function(context) {
16
+
17
+ UI.$('[data-uk-cover]', context).each(function(){
18
+
19
+ var ele = UI.$(this);
20
+
21
+ if(!ele.data('cover')) {
22
+ var plugin = UI.cover(ele, UI.Utils.options(ele.attr('data-uk-cover')));
23
+ }
24
+ });
25
+ });
26
+ },
27
+
28
+ init: function() {
29
+
30
+ this.parent = this.element.parent();
31
+
32
+ UI.$win.on('load resize orientationchange', UI.Utils.debounce(function(){
33
+ this.check();
34
+ }.bind(this), 100));
35
+
36
+ this.on('display.uk.check', function(e) {
37
+ if (this.element.is(':visible')) this.check();
38
+ }.bind(this));
39
+
40
+ this.check();
41
+
42
+ if (this.element.is('iframe') && this.options.automute) {
43
+
44
+ var src = this.element.attr('src');
45
+
46
+ this.element.attr('src', '').on('load', function(){
47
+ this.contentWindow.postMessage('{ "event": "command", "func": "mute", "method":"setVolume", "value":0}', '*');
48
+ }).attr('src', [src, (src.indexOf('?') > -1 ? '&':'?'), 'enablejsapi=1&api=1'].join(''));
49
+ }
50
+ },
51
+
52
+ check: function() {
53
+
54
+ this.element.css({ width : '', height : '' });
55
+
56
+ this.dimension = {w: this.element.width(), h: this.element.height()};
57
+
58
+ if (this.element.attr('width') && !isNaN(this.element.attr('width'))) {
59
+ this.dimension.w = this.element.attr('width');
60
+ }
61
+
62
+ if (this.element.attr('height') && !isNaN(this.element.attr('height'))) {
63
+ this.dimension.h = this.element.attr('height');
64
+ }
65
+
66
+ this.ratio = this.dimension.w / this.dimension.h;
67
+
68
+ var w = this.parent.width(), h = this.parent.height(), width, height;
69
+
70
+ // if element height < parent height (gap underneath)
71
+ if ((w / this.ratio) < h) {
72
+
73
+ width = Math.ceil(h * this.ratio);
74
+ height = h;
75
+
76
+ // element width < parent width (gap to right)
77
+ } else {
78
+
79
+ width = w;
80
+ height = Math.ceil(w / this.ratio);
81
+ }
82
+
83
+ this.element.css({ width : width, height : height });
84
+ }
85
+ });
86
+
87
+ })(UIkit);
@@ -0,0 +1,2 @@
1
+ /*! UIkit 2.27.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
+ !function(t){"use strict";t.component("cover",{defaults:{automute:!0},boot:function(){t.ready(function(i){t.$("[data-uk-cover]",i).each(function(){var i=t.$(this);if(!i.data("cover")){t.cover(i,t.Utils.options(i.attr("data-uk-cover")))}})})},init:function(){if(this.parent=this.element.parent(),t.$win.on("load resize orientationchange",t.Utils.debounce(function(){this.check()}.bind(this),100)),this.on("display.uk.check",function(){this.element.is(":visible")&&this.check()}.bind(this)),this.check(),this.element.is("iframe")&&this.options.automute){var i=this.element.attr("src");this.element.attr("src","").on("load",function(){this.contentWindow.postMessage('{ "event": "command", "func": "mute", "method":"setVolume", "value":0}',"*")}).attr("src",[i,i.indexOf("?")>-1?"&":"?","enablejsapi=1&api=1"].join(""))}},check:function(){this.element.css({width:"",height:""}),this.dimension={w:this.element.width(),h:this.element.height()},this.element.attr("width")&&!isNaN(this.element.attr("width"))&&(this.dimension.w=this.element.attr("width")),this.element.attr("height")&&!isNaN(this.element.attr("height"))&&(this.dimension.h=this.element.attr("height")),this.ratio=this.dimension.w/this.dimension.h;var t,i,e=this.parent.width(),n=this.parent.height();e/this.ratio<n?(t=Math.ceil(n*this.ratio),i=n):(t=e,i=Math.ceil(e/this.ratio)),this.element.css({width:t,height:i})}})}(UIkit);
@@ -0,0 +1,534 @@
1
+ /*! UIkit 2.27.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
+ (function(UI) {
3
+
4
+ "use strict";
5
+
6
+ var active = false, hoverIdle, flips = {
7
+ x: {
8
+ 'bottom-left' : 'bottom-right',
9
+ 'bottom-right' : 'bottom-left',
10
+ 'bottom-center' : 'bottom-center',
11
+ 'top-left' : 'top-right',
12
+ 'top-right' : 'top-left',
13
+ 'top-center' : 'top-center',
14
+ 'left-top' : 'right-top',
15
+ 'left-bottom' : 'right-bottom',
16
+ 'left-center' : 'right-center',
17
+ 'right-top' : 'left-top',
18
+ 'right-bottom' : 'left-bottom',
19
+ 'right-center' : 'left-center'
20
+ },
21
+ y: {
22
+ 'bottom-left' : 'top-left',
23
+ 'bottom-right' : 'top-right',
24
+ 'bottom-center' : 'top-center',
25
+ 'top-left' : 'bottom-left',
26
+ 'top-right' : 'bottom-right',
27
+ 'top-center' : 'bottom-center',
28
+ 'left-top' : 'left-bottom',
29
+ 'left-bottom' : 'left-top',
30
+ 'left-center' : 'left-center',
31
+ 'right-top' : 'right-bottom',
32
+ 'right-bottom' : 'right-top',
33
+ 'right-center' : 'right-center'
34
+ },
35
+ xy: {
36
+ 'bottom-left' : 'top-right',
37
+ 'bottom-right' : 'top-left',
38
+ 'bottom-center' : 'top-center',
39
+ 'top-left' : 'bottom-right',
40
+ 'top-right' : 'bottom-left',
41
+ 'top-center' : 'bottom-center',
42
+ 'left-top' : 'right-bottom',
43
+ 'left-bottom' : 'right-top',
44
+ 'left-center' : 'right-center',
45
+ 'right-top' : 'left-bottom',
46
+ 'right-bottom' : 'left-top',
47
+ 'right-center' : 'left-center'
48
+ }
49
+ };
50
+
51
+ UI.component('dropdown', {
52
+
53
+ defaults: {
54
+ mode : 'hover',
55
+ pos : 'bottom-left',
56
+ offset : 0,
57
+ remaintime : 800,
58
+ justify : false,
59
+ boundary : UI.$win,
60
+ delay : 0,
61
+ dropdownSelector: '.uk-dropdown,.uk-dropdown-blank',
62
+ hoverDelayIdle : 250,
63
+ preventflip : false
64
+ },
65
+
66
+ remainIdle: false,
67
+
68
+ boot: function() {
69
+
70
+ var triggerevent = UI.support.touch ? 'click' : 'mouseenter';
71
+
72
+ // init code
73
+ UI.$html.on(triggerevent+'.dropdown.uikit focus pointerdown', '[data-uk-dropdown]', function(e) {
74
+
75
+ var ele = UI.$(this);
76
+
77
+ if (!ele.data('dropdown')) {
78
+
79
+ var dropdown = UI.dropdown(ele, UI.Utils.options(ele.attr('data-uk-dropdown')));
80
+
81
+ if (e.type=='click' || (e.type=='mouseenter' && dropdown.options.mode=='hover')) {
82
+ dropdown.element.trigger(triggerevent);
83
+ }
84
+
85
+ if (dropdown.dropdown.length) {
86
+ e.preventDefault();
87
+ }
88
+ }
89
+ });
90
+ },
91
+
92
+ init: function() {
93
+
94
+ var $this = this;
95
+
96
+ this.dropdown = this.find(this.options.dropdownSelector);
97
+ this.offsetParent = this.dropdown.parents().filter(function() {
98
+ return UI.$.inArray(UI.$(this).css('position'), ['relative', 'fixed', 'absolute']) !== -1;
99
+ }).slice(0,1);
100
+
101
+ if (!this.offsetParent.length) {
102
+ this.offsetParent = this.element;
103
+ }
104
+
105
+ this.centered = this.dropdown.hasClass('uk-dropdown-center');
106
+ this.justified = this.options.justify ? UI.$(this.options.justify) : false;
107
+
108
+ this.boundary = UI.$(this.options.boundary);
109
+
110
+ if (!this.boundary.length) {
111
+ this.boundary = UI.$win;
112
+ }
113
+
114
+ // legacy DEPRECATED!
115
+ if (this.dropdown.hasClass('uk-dropdown-up')) {
116
+ this.options.pos = 'top-left';
117
+ }
118
+ if (this.dropdown.hasClass('uk-dropdown-flip')) {
119
+ this.options.pos = this.options.pos.replace('left','right');
120
+ }
121
+ if (this.dropdown.hasClass('uk-dropdown-center')) {
122
+ this.options.pos = this.options.pos.replace(/(left|right)/,'center');
123
+ }
124
+ //-- end legacy
125
+
126
+ // Init ARIA
127
+ this.element.attr('aria-haspopup', 'true');
128
+ this.element.attr('aria-expanded', this.element.hasClass('uk-open'));
129
+ this.dropdown.attr('aria-hidden', 'true');
130
+
131
+ if (this.options.mode == 'click' || UI.support.touch) {
132
+
133
+ this.on('click.uk.dropdown', function(e) {
134
+
135
+ var $target = UI.$(e.target);
136
+
137
+ if (!$target.parents($this.options.dropdownSelector).length) {
138
+
139
+ if ($target.is("a[href='#']") || $target.parent().is("a[href='#']") || ($this.dropdown.length && !$this.dropdown.is(':visible')) ){
140
+ e.preventDefault();
141
+ }
142
+
143
+ $target.blur();
144
+ }
145
+
146
+ if (!$this.element.hasClass('uk-open')) {
147
+
148
+ $this.show();
149
+
150
+ } else {
151
+
152
+ if (!$this.dropdown.find(e.target).length || $target.is('.uk-dropdown-close') || $target.parents('.uk-dropdown-close').length) {
153
+ $this.hide();
154
+ }
155
+ }
156
+ });
157
+
158
+ } else {
159
+
160
+ this.on('mouseenter', function(e) {
161
+
162
+ $this.trigger('pointerenter.uk.dropdown', [$this]);
163
+
164
+ if ($this.remainIdle) {
165
+ clearTimeout($this.remainIdle);
166
+ }
167
+
168
+ if (hoverIdle) {
169
+ clearTimeout(hoverIdle);
170
+ }
171
+
172
+ if (active && active == $this) {
173
+ return;
174
+ }
175
+
176
+ // pseudo manuAim
177
+ if (active && active != $this) {
178
+
179
+ hoverIdle = setTimeout(function() {
180
+ hoverIdle = setTimeout($this.show.bind($this), $this.options.delay);
181
+ }, $this.options.hoverDelayIdle);
182
+
183
+ } else {
184
+
185
+ hoverIdle = setTimeout($this.show.bind($this), $this.options.delay);
186
+ }
187
+
188
+ }).on('mouseleave', function() {
189
+
190
+ if (hoverIdle) {
191
+ clearTimeout(hoverIdle);
192
+ }
193
+
194
+ $this.remainIdle = setTimeout(function() {
195
+ if (active && active == $this) $this.hide();
196
+ }, $this.options.remaintime);
197
+
198
+ $this.trigger('pointerleave.uk.dropdown', [$this]);
199
+
200
+ }).on('click', function(e){
201
+
202
+ var $target = UI.$(e.target);
203
+
204
+ if ($this.remainIdle) {
205
+ clearTimeout($this.remainIdle);
206
+ }
207
+
208
+ if (active && active == $this) {
209
+ if (!$this.dropdown.find(e.target).length || $target.is('.uk-dropdown-close') || $target.parents('.uk-dropdown-close').length) {
210
+ $this.hide();
211
+ }
212
+ return;
213
+ }
214
+
215
+ if ($target.is("a[href='#']") || $target.parent().is("a[href='#']")){
216
+ e.preventDefault();
217
+ }
218
+
219
+ $this.show();
220
+ });
221
+ }
222
+ },
223
+
224
+ show: function(){
225
+
226
+ UI.$html.off('click.outer.dropdown');
227
+
228
+ if (active && active != this) {
229
+ active.hide(true);
230
+ }
231
+
232
+ if (hoverIdle) {
233
+ clearTimeout(hoverIdle);
234
+ }
235
+
236
+ this.trigger('beforeshow.uk.dropdown', [this]);
237
+
238
+ this.checkDimensions();
239
+ this.element.addClass('uk-open');
240
+
241
+ // Update ARIA
242
+ this.element.attr('aria-expanded', 'true');
243
+ this.dropdown.attr('aria-hidden', 'false');
244
+
245
+ this.trigger('show.uk.dropdown', [this]);
246
+
247
+ UI.Utils.checkDisplay(this.dropdown, true);
248
+ UI.Utils.focus(this.dropdown);
249
+ active = this;
250
+
251
+ this.registerOuterClick();
252
+ },
253
+
254
+ hide: function(force) {
255
+
256
+ this.trigger('beforehide.uk.dropdown', [this, force]);
257
+
258
+ this.element.removeClass('uk-open');
259
+
260
+ if (this.remainIdle) {
261
+ clearTimeout(this.remainIdle);
262
+ }
263
+
264
+ this.remainIdle = false;
265
+
266
+ // Update ARIA
267
+ this.element.attr('aria-expanded', 'false');
268
+ this.dropdown.attr('aria-hidden', 'true');
269
+
270
+ this.trigger('hide.uk.dropdown', [this, force]);
271
+
272
+ if (active == this) active = false;
273
+ },
274
+
275
+ registerOuterClick: function(){
276
+
277
+ var $this = this;
278
+
279
+ UI.$html.off('click.outer.dropdown');
280
+
281
+ setTimeout(function() {
282
+
283
+ UI.$html.on('click.outer.dropdown', function(e) {
284
+
285
+ if (hoverIdle) {
286
+ clearTimeout(hoverIdle);
287
+ }
288
+
289
+ var $target = UI.$(e.target);
290
+
291
+ if (active == $this && !$this.element.find(e.target).length) {
292
+ $this.hide(true);
293
+ UI.$html.off('click.outer.dropdown');
294
+ }
295
+ });
296
+ }, 10);
297
+ },
298
+
299
+ checkDimensions: function() {
300
+
301
+ if (!this.dropdown.length) return;
302
+
303
+ // reset
304
+ this.dropdown.removeClass('uk-dropdown-top uk-dropdown-bottom uk-dropdown-left uk-dropdown-right uk-dropdown-stack uk-dropdown-autoflip').css({
305
+ topLeft :'',
306
+ left :'',
307
+ marginLeft :'',
308
+ marginRight :''
309
+ });
310
+
311
+ if (this.justified && this.justified.length) {
312
+ this.dropdown.css('min-width', '');
313
+ }
314
+
315
+ var $this = this,
316
+ pos = UI.$.extend({}, this.offsetParent.offset(), {width: this.offsetParent[0].offsetWidth, height: this.offsetParent[0].offsetHeight}),
317
+ posoffset = this.options.offset,
318
+ dropdown = this.dropdown,
319
+ offset = dropdown.show().offset() || {left: 0, top: 0},
320
+ width = dropdown.outerWidth(),
321
+ height = dropdown.outerHeight(),
322
+ boundarywidth = this.boundary.width(),
323
+ boundaryoffset = this.boundary[0] !== window && this.boundary.offset() ? this.boundary.offset(): {top:0, left:0},
324
+ dpos = this.options.pos;
325
+
326
+ var variants = {
327
+ 'bottom-left' : {top: 0 + pos.height + posoffset, left: 0},
328
+ 'bottom-right' : {top: 0 + pos.height + posoffset, left: 0 + pos.width - width},
329
+ 'bottom-center' : {top: 0 + pos.height + posoffset, left: 0 + pos.width / 2 - width / 2},
330
+ 'top-left' : {top: 0 - height - posoffset, left: 0},
331
+ 'top-right' : {top: 0 - height - posoffset, left: 0 + pos.width - width},
332
+ 'top-center' : {top: 0 - height - posoffset, left: 0 + pos.width / 2 - width / 2},
333
+ 'left-top' : {top: 0, left: 0 - width - posoffset},
334
+ 'left-bottom' : {top: 0 + pos.height - height, left: 0 - width - posoffset},
335
+ 'left-center' : {top: 0 + pos.height / 2 - height / 2, left: 0 - width - posoffset},
336
+ 'right-top' : {top: 0, left: 0 + pos.width + posoffset},
337
+ 'right-bottom' : {top: 0 + pos.height - height, left: 0 + pos.width + posoffset},
338
+ 'right-center' : {top: 0 + pos.height / 2 - height / 2, left: 0 + pos.width + posoffset}
339
+ },
340
+ css = {},
341
+ pp;
342
+
343
+ pp = dpos.split('-');
344
+ css = variants[dpos] ? variants[dpos] : variants['bottom-left'];
345
+
346
+ // justify dropdown
347
+ if (this.justified && this.justified.length) {
348
+ justify(dropdown.css({left:0}), this.justified, boundarywidth);
349
+ } else {
350
+
351
+ if (this.options.preventflip !== true) {
352
+
353
+ var fdpos;
354
+
355
+ switch(this.checkBoundary(pos.left + css.left, pos.top + css.top, width, height, boundarywidth)) {
356
+ case "x":
357
+ if(this.options.preventflip !=='x') fdpos = flips['x'][dpos] || 'right-top';
358
+ break;
359
+ case "y":
360
+ if(this.options.preventflip !=='y') fdpos = flips['y'][dpos] || 'top-left';
361
+ break;
362
+ case "xy":
363
+ if(!this.options.preventflip) fdpos = flips['xy'][dpos] || 'right-bottom';
364
+ break;
365
+ }
366
+
367
+ if (fdpos) {
368
+
369
+ pp = fdpos.split('-');
370
+ css = variants[fdpos] ? variants[fdpos] : variants['bottom-left'];
371
+ dropdown.addClass('uk-dropdown-autoflip');
372
+
373
+ // check flipped
374
+ if (this.checkBoundary(pos.left + css.left, pos.top + css.top, width, height, boundarywidth)) {
375
+ pp = dpos.split('-');
376
+ css = variants[dpos] ? variants[dpos] : variants['bottom-left'];
377
+ }
378
+ }
379
+ }
380
+ }
381
+
382
+ if (width > boundarywidth) {
383
+ dropdown.addClass('uk-dropdown-stack');
384
+ this.trigger('stack.uk.dropdown', [this]);
385
+ }
386
+
387
+ dropdown.css(css).css('display', '').addClass('uk-dropdown-'+pp[0]);
388
+ },
389
+
390
+ checkBoundary: function(left, top, width, height, boundarywidth) {
391
+
392
+ var axis = "";
393
+
394
+ if (left < 0 || ((left - UI.$win.scrollLeft())+width) > boundarywidth) {
395
+ axis += "x";
396
+ }
397
+
398
+ if ((top - UI.$win.scrollTop()) < 0 || ((top - UI.$win.scrollTop())+height) > window.innerHeight) {
399
+ axis += "y";
400
+ }
401
+
402
+ return axis;
403
+ }
404
+ });
405
+
406
+
407
+ UI.component('dropdownOverlay', {
408
+
409
+ defaults: {
410
+ justify : false,
411
+ cls : '',
412
+ duration: 200
413
+ },
414
+
415
+ boot: function() {
416
+
417
+ // init code
418
+ UI.ready(function(context) {
419
+
420
+ UI.$('[data-uk-dropdown-overlay]', context).each(function() {
421
+ var ele = UI.$(this);
422
+
423
+ if (!ele.data('dropdownOverlay')) {
424
+ UI.dropdownOverlay(ele, UI.Utils.options(ele.attr('data-uk-dropdown-overlay')));
425
+ }
426
+ });
427
+ });
428
+ },
429
+
430
+ init: function() {
431
+
432
+ var $this = this;
433
+
434
+ this.justified = this.options.justify ? UI.$(this.options.justify) : false;
435
+ this.overlay = this.element.find('uk-dropdown-overlay');
436
+
437
+ if (!this.overlay.length) {
438
+ this.overlay = UI.$('<div class="uk-dropdown-overlay"></div>').appendTo(this.element);
439
+ }
440
+
441
+ this.overlay.addClass(this.options.cls);
442
+
443
+ this.on({
444
+
445
+ 'beforeshow.uk.dropdown': function(e, dropdown) {
446
+ $this.dropdown = dropdown;
447
+
448
+ if ($this.justified && $this.justified.length) {
449
+ justify($this.overlay.css({display:'block', marginLeft:'', marginRight:''}), $this.justified, $this.justified.outerWidth());
450
+ }
451
+ },
452
+
453
+ 'show.uk.dropdown': function(e, dropdown) {
454
+
455
+ var h = $this.dropdown.dropdown.outerHeight(true);
456
+
457
+ $this.dropdown.element.removeClass('uk-open');
458
+
459
+ $this.overlay.stop().css('display', 'block').animate({height: h}, $this.options.duration, function() {
460
+
461
+ $this.dropdown.dropdown.css('visibility', '');
462
+ $this.dropdown.element.addClass('uk-open');
463
+
464
+ UI.Utils.checkDisplay($this.dropdown.dropdown, true);
465
+ });
466
+
467
+ $this.pointerleave = false;
468
+ },
469
+
470
+ 'hide.uk.dropdown': function() {
471
+ $this.overlay.stop().animate({height: 0}, $this.options.duration);
472
+ },
473
+
474
+ 'pointerenter.uk.dropdown': function(e, dropdown) {
475
+ clearTimeout($this.remainIdle);
476
+ },
477
+
478
+ 'pointerleave.uk.dropdown': function(e, dropdown) {
479
+ $this.pointerleave = true;
480
+ }
481
+ });
482
+
483
+
484
+ this.overlay.on({
485
+
486
+ 'mouseenter': function() {
487
+ if ($this.remainIdle) {
488
+ clearTimeout($this.dropdown.remainIdle);
489
+ clearTimeout($this.remainIdle);
490
+ }
491
+ },
492
+
493
+ 'mouseleave': function(){
494
+
495
+ if ($this.pointerleave && active) {
496
+
497
+ $this.remainIdle = setTimeout(function() {
498
+ if(active) active.hide();
499
+ }, active.options.remaintime);
500
+ }
501
+ }
502
+ })
503
+ }
504
+
505
+ });
506
+
507
+
508
+ function justify(ele, justifyTo, boundarywidth, offset) {
509
+
510
+ ele = UI.$(ele);
511
+ justifyTo = UI.$(justifyTo);
512
+ boundarywidth = boundarywidth || window.innerWidth;
513
+ offset = offset || ele.offset();
514
+
515
+ if (justifyTo.length) {
516
+
517
+ var jwidth = justifyTo.outerWidth();
518
+
519
+ ele.css('min-width', jwidth);
520
+
521
+ if (UI.langdirection == 'right') {
522
+
523
+ var right1 = boundarywidth - (justifyTo.offset().left + jwidth),
524
+ right2 = boundarywidth - (ele.offset().left + ele.outerWidth());
525
+
526
+ ele.css('margin-right', right1 - right2);
527
+
528
+ } else {
529
+ ele.css('margin-left', justifyTo.offset().left - offset.left);
530
+ }
531
+ }
532
+ }
533
+
534
+ })(UIkit);