uikit 3.10.1-dev.2a182d8f9 → 3.10.1-dev.6b26facf9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (86) hide show
  1. package/CHANGELOG.md +11 -7
  2. package/CONTRIBUTING.md +1 -1
  3. package/README.md +4 -2
  4. package/build/.eslintrc.json +10 -1
  5. package/build/less.js +1 -2
  6. package/build/scss.js +1 -1
  7. package/dist/css/uikit-core-rtl.css +8 -5
  8. package/dist/css/uikit-core-rtl.min.css +1 -1
  9. package/dist/css/uikit-core.css +8 -5
  10. package/dist/css/uikit-core.min.css +1 -1
  11. package/dist/css/uikit-rtl.css +8 -5
  12. package/dist/css/uikit-rtl.min.css +1 -1
  13. package/dist/css/uikit.css +8 -5
  14. package/dist/css/uikit.min.css +1 -1
  15. package/dist/js/components/countdown.js +1 -1
  16. package/dist/js/components/countdown.min.js +1 -1
  17. package/dist/js/components/filter.js +5 -5
  18. package/dist/js/components/filter.min.js +1 -1
  19. package/dist/js/components/lightbox-panel.js +2 -2
  20. package/dist/js/components/lightbox-panel.min.js +1 -1
  21. package/dist/js/components/lightbox.js +2 -2
  22. package/dist/js/components/lightbox.min.js +1 -1
  23. package/dist/js/components/notification.js +1 -1
  24. package/dist/js/components/notification.min.js +1 -1
  25. package/dist/js/components/parallax.js +2 -2
  26. package/dist/js/components/parallax.min.js +1 -1
  27. package/dist/js/components/slider-parallax.js +2 -2
  28. package/dist/js/components/slider-parallax.min.js +1 -1
  29. package/dist/js/components/slider.js +2 -2
  30. package/dist/js/components/slider.min.js +1 -1
  31. package/dist/js/components/slideshow-parallax.js +2 -2
  32. package/dist/js/components/slideshow-parallax.min.js +1 -1
  33. package/dist/js/components/slideshow.js +2 -2
  34. package/dist/js/components/slideshow.min.js +1 -1
  35. package/dist/js/components/sortable.js +5 -5
  36. package/dist/js/components/sortable.min.js +1 -1
  37. package/dist/js/components/tooltip.js +3 -2
  38. package/dist/js/components/tooltip.min.js +1 -1
  39. package/dist/js/components/upload.js +1 -1
  40. package/dist/js/components/upload.min.js +1 -1
  41. package/dist/js/uikit-core.js +19 -18
  42. package/dist/js/uikit-core.min.js +1 -1
  43. package/dist/js/uikit-icons.js +1 -1
  44. package/dist/js/uikit-icons.min.js +1 -1
  45. package/dist/js/uikit.js +27 -25
  46. package/dist/js/uikit.min.js +1 -1
  47. package/package.json +1 -1
  48. package/src/js/api/component.js +3 -3
  49. package/src/js/api/state.js +3 -3
  50. package/src/js/components/tooltip.js +2 -1
  51. package/src/js/core/sticky.js +1 -1
  52. package/src/js/core/toggle.js +4 -3
  53. package/src/js/mixin/animate.js +4 -4
  54. package/src/js/mixin/internal/slideshow-animations.js +1 -1
  55. package/src/js/mixin/parallax.js +1 -1
  56. package/src/js/util/dom.js +3 -3
  57. package/src/js/util/viewport.js +3 -3
  58. package/src/less/components/cover.less +4 -2
  59. package/src/less/components/divider.less +1 -1
  60. package/src/less/components/utility.less +2 -1
  61. package/src/scss/components/cover.scss +4 -2
  62. package/src/scss/components/divider.scss +1 -1
  63. package/src/scss/components/utility.scss +2 -1
  64. package/tests/base.html +12 -12
  65. package/tests/button.html +1 -1
  66. package/tests/cover.html +5 -5
  67. package/tests/drop.html +2 -2
  68. package/tests/dropdown.html +1 -1
  69. package/tests/flex.html +1 -1
  70. package/tests/grid-masonry.html +1 -1
  71. package/tests/grid-parallax.html +1 -1
  72. package/tests/grid.html +1 -1
  73. package/tests/height.html +2 -2
  74. package/tests/margin.html +1 -1
  75. package/tests/modal.html +2 -2
  76. package/tests/navbar.html +2 -2
  77. package/tests/padding.html +1 -1
  78. package/tests/parallax.html +1 -1
  79. package/tests/slider.html +1 -1
  80. package/tests/slideshow.html +2 -2
  81. package/tests/sticky.html +2 -2
  82. package/tests/switcher.html +1 -1
  83. package/tests/tab.html +1 -1
  84. package/tests/utility.html +1 -1
  85. package/tests/video.html +3 -3
  86. package/tests/width.html +1 -1
package/tests/video.html CHANGED
@@ -18,7 +18,7 @@
18
18
  <div>
19
19
 
20
20
  <h3>Autoplay</h3>
21
-
21
+
22
22
  <button class="uk-button uk-button-default uk-margin-bottom" type="button" uk-toggle="target: +">Toggle Video</button>
23
23
  <video src="https://yootheme.com/site/images/media/yootheme-pro.mp4" controls playsinline uk-video="automute: true"></video>
24
24
 
@@ -28,7 +28,7 @@
28
28
  <h3>Autoplay Inview</h3>
29
29
 
30
30
  <button class="uk-button uk-button-default uk-margin-bottom" type="button" uk-toggle="target: +">Toggle Video</button>
31
- <iframe src="https://www.youtube-nocookie.com/embed/c2pz2mlSfXA?autoplay=0&amp;showinfo=0&amp;rel=0&amp;modestbranding=1&amp;playsinline=1" width="1920" height="1080" frameborder="0" allowfullscreen uk-responsive uk-video="automute: true; autoplay: inview"></iframe>
31
+ <iframe src="https://www.youtube-nocookie.com/embed/c2pz2mlSfXA?autoplay=0&amp;showinfo=0&amp;rel=0&amp;modestbranding=1&amp;playsinline=1" width="1920" height="1080" allowfullscreen uk-responsive uk-video="automute: true; autoplay: inview"></iframe>
32
32
  </div>
33
33
  </div>
34
34
 
@@ -48,7 +48,7 @@
48
48
  <td><code>autoplay</code></td>
49
49
  <td>Boolean|String</td>
50
50
  <td><code>true</code></td>
51
- <td>The video automatically plays/pauses as it's visible/hidden on the page. A value of `inview` will delay loading the video and play/pause the video as it enters/leaves the viewport.</td>
51
+ <td>The video automatically plays/pauses when visible/hidden on the page. A value of `inview` will delay loading the video and play/pause the video as it enters/leaves the viewport.</td>
52
52
  </tr>
53
53
  <tr>
54
54
  <td><code>automute</code></td>
package/tests/width.html CHANGED
@@ -6,7 +6,7 @@
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1">
7
7
  <title>Width - UIkit tests</title>
8
8
  <script src="js/test.js"></script>
9
- <style type="text/css">
9
+ <style>
10
10
 
11
11
  .uk-panel {
12
12
  padding: 10px;