uikit 3.25.19 → 3.25.20
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.
- package/CHANGELOG.md +6 -0
- package/dist/css/uikit-core-rtl.css +1 -1
- package/dist/css/uikit-core-rtl.min.css +1 -1
- package/dist/css/uikit-core.css +1 -1
- package/dist/css/uikit-core.min.css +1 -1
- package/dist/css/uikit-rtl.css +1 -1
- package/dist/css/uikit-rtl.min.css +1 -1
- package/dist/css/uikit.css +1 -1
- package/dist/css/uikit.min.css +1 -1
- package/dist/js/components/countdown.js +1 -1
- package/dist/js/components/countdown.min.js +1 -1
- package/dist/js/components/filter.js +1 -1
- package/dist/js/components/filter.min.js +1 -1
- package/dist/js/components/lightbox-panel.js +1 -1
- package/dist/js/components/lightbox-panel.min.js +1 -1
- package/dist/js/components/lightbox.js +1 -1
- package/dist/js/components/lightbox.min.js +1 -1
- package/dist/js/components/notification.js +1 -1
- package/dist/js/components/notification.min.js +1 -1
- package/dist/js/components/parallax.js +1 -1
- package/dist/js/components/parallax.min.js +1 -1
- package/dist/js/components/slider-parallax.js +1 -1
- package/dist/js/components/slider-parallax.min.js +1 -1
- package/dist/js/components/slider.js +1 -1
- package/dist/js/components/slider.min.js +1 -1
- package/dist/js/components/slideshow-parallax.js +1 -1
- package/dist/js/components/slideshow-parallax.min.js +1 -1
- package/dist/js/components/slideshow.js +1 -1
- package/dist/js/components/slideshow.min.js +1 -1
- package/dist/js/components/sortable.js +1 -1
- package/dist/js/components/sortable.min.js +1 -1
- package/dist/js/components/tooltip.js +1 -1
- package/dist/js/components/tooltip.min.js +1 -1
- package/dist/js/components/upload.js +1 -1
- package/dist/js/components/upload.min.js +1 -1
- package/dist/js/uikit-core.js +2 -2
- package/dist/js/uikit-core.min.js +1 -1
- package/dist/js/uikit-icons.js +1 -1
- package/dist/js/uikit-icons.min.js +1 -1
- package/dist/js/uikit.js +2 -2
- package/dist/js/uikit.min.js +1 -1
- package/package.json +1 -1
- package/tests/base.html +1 -1
- package/tests/cover.html +3 -3
- package/tests/lightbox.html +8 -8
- package/tests/modal.html +1 -1
- package/tests/slideshow.html +1 -1
- package/tests/video.html +5 -5
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "uikit",
|
|
3
3
|
"title": "UIkit",
|
|
4
4
|
"description": "UIkit is a lightweight and modular front-end framework for developing fast and powerful web interfaces.",
|
|
5
|
-
"version": "3.25.
|
|
5
|
+
"version": "3.25.20",
|
|
6
6
|
"main": "dist/js/uikit.js",
|
|
7
7
|
"style": "dist/css/uikit.css",
|
|
8
8
|
"sideEffects": [
|
package/tests/base.html
CHANGED
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
</figure>
|
|
226
226
|
<figure>
|
|
227
227
|
|
|
228
|
-
<video src="https://yootheme.com/
|
|
228
|
+
<video src="https://yootheme.com/assets/images/media/yootheme-pro.mp4" width="1920" height="1080"></video>
|
|
229
229
|
<figcaption>Video</figcaption>
|
|
230
230
|
|
|
231
231
|
</figure>
|
package/tests/cover.html
CHANGED
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
<h3>Video</h3>
|
|
40
40
|
|
|
41
41
|
<div class="test-height uk-cover-container uk-light">
|
|
42
|
-
<video src="https://yootheme.com/
|
|
42
|
+
<video src="https://yootheme.com/assets/images/media/yootheme-pro.mp4" playsinline loop muted uk-cover></video>
|
|
43
43
|
<div class="uk-position-cover uk-flex uk-flex-center uk-flex-middle">
|
|
44
44
|
<h1>Heading</h1>
|
|
45
45
|
</div>
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
|
|
82
82
|
<div class="uk-cover-container uk-light">
|
|
83
83
|
<canvas width="600" height="400"></canvas>
|
|
84
|
-
<video src="https://yootheme.com/
|
|
84
|
+
<video src="https://yootheme.com/assets/images/media/yootheme-pro.mp4?test2" playsinline loop muted uk-cover></video>
|
|
85
85
|
<div class="uk-position-cover uk-flex uk-flex-center uk-flex-middle">
|
|
86
86
|
<h1>Heading</h1>
|
|
87
87
|
</div>
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
<h3>Video (JS)</h3>
|
|
112
112
|
|
|
113
113
|
<div class="uk-cover-container uk-light" uk-height-viewport>
|
|
114
|
-
<video src="https://yootheme.com/
|
|
114
|
+
<video src="https://yootheme.com/assets/images/media/yootheme-pro.mp4?test3" playsinline loop muted uk-cover></video>
|
|
115
115
|
<div class="uk-position-cover uk-flex uk-flex-center uk-flex-middle">
|
|
116
116
|
<h1>Heading</h1>
|
|
117
117
|
</div>
|
package/tests/lightbox.html
CHANGED
|
@@ -94,9 +94,9 @@
|
|
|
94
94
|
</div>
|
|
95
95
|
<div>
|
|
96
96
|
|
|
97
|
-
<a class="uk-inline uk-panel uk-link-muted uk-text-center" href="https://yootheme.com/
|
|
97
|
+
<a class="uk-inline uk-panel uk-link-muted uk-text-center" href="https://yootheme.com/assets/images/media/yootheme-pro.mp4" caption="Video" poster="images/photo.jpg" attrs="class: uk-inverse-light">
|
|
98
98
|
<figure>
|
|
99
|
-
<video src="https://yootheme.com/
|
|
99
|
+
<video src="https://yootheme.com/assets/images/media/yootheme-pro.mp4" width="400" height="267" class="uk-object-cover" style="aspect-ratio: 400 / 267;" playsinline loop muted uk-video></video>
|
|
100
100
|
<figcaption class="uk-margin-small-top">Video</figcaption>
|
|
101
101
|
</figure>
|
|
102
102
|
</a>
|
|
@@ -189,9 +189,9 @@
|
|
|
189
189
|
</div>
|
|
190
190
|
<div>
|
|
191
191
|
|
|
192
|
-
<a class="uk-inline uk-panel uk-link-muted uk-text-center" href="https://yootheme.com/
|
|
192
|
+
<a class="uk-inline uk-panel uk-link-muted uk-text-center" href="https://yootheme.com/assets/images/media/yootheme-pro.mp4" caption="Video" poster="images/photo.jpg" attrs="class: uk-inverse-light">
|
|
193
193
|
<figure>
|
|
194
|
-
<video src="https://yootheme.com/
|
|
194
|
+
<video src="https://yootheme.com/assets/images/media/yootheme-pro.mp4" width="400" height="267" class="uk-object-cover" style="aspect-ratio: 400 / 267;" playsinline loop muted uk-video></video>
|
|
195
195
|
<figcaption class="uk-margin-small-top">Video</figcaption>
|
|
196
196
|
</figure>
|
|
197
197
|
</a>
|
|
@@ -284,9 +284,9 @@
|
|
|
284
284
|
</div>
|
|
285
285
|
<div>
|
|
286
286
|
|
|
287
|
-
<a class="uk-inline uk-panel uk-link-muted uk-text-center" href="https://yootheme.com/
|
|
287
|
+
<a class="uk-inline uk-panel uk-link-muted uk-text-center" href="https://yootheme.com/assets/images/media/yootheme-pro.mp4" caption="Video" poster="images/photo.jpg" attrs="class: uk-inverse-light">
|
|
288
288
|
<figure>
|
|
289
|
-
<video src="https://yootheme.com/
|
|
289
|
+
<video src="https://yootheme.com/assets/images/media/yootheme-pro.mp4" width="400" height="267" class="uk-object-cover" style="aspect-ratio: 400 / 267;" playsinline loop muted uk-video></video>
|
|
290
290
|
<figcaption class="uk-margin-small-top">Video</figcaption>
|
|
291
291
|
</figure>
|
|
292
292
|
</a>
|
|
@@ -395,9 +395,9 @@
|
|
|
395
395
|
</div>
|
|
396
396
|
<div>
|
|
397
397
|
|
|
398
|
-
<a class="uk-inline uk-panel uk-link-muted uk-text-center" href="https://yootheme.com/
|
|
398
|
+
<a class="uk-inline uk-panel uk-link-muted uk-text-center" href="https://yootheme.com/assets/images/media/yootheme-pro.mp4" caption="Video" poster="images/photo.jpg" attrs="class: uk-inverse-light">
|
|
399
399
|
<figure>
|
|
400
|
-
<video src="https://yootheme.com/
|
|
400
|
+
<video src="https://yootheme.com/assets/images/media/yootheme-pro.mp4" width="400" height="267" class="uk-object-cover" style="aspect-ratio: 400 / 267;" playsinline loop muted uk-video></video>
|
|
401
401
|
<figcaption class="uk-margin-small-top">Video</figcaption>
|
|
402
402
|
</figure>
|
|
403
403
|
</a>
|
package/tests/modal.html
CHANGED
|
@@ -375,7 +375,7 @@
|
|
|
375
375
|
<div id="modal-media-video" uk-modal>
|
|
376
376
|
<div class="uk-modal-dialog uk-width-auto uk-margin-auto-vertical">
|
|
377
377
|
<button class="uk-modal-close-outside" type="button" uk-close></button>
|
|
378
|
-
<video src="https://yootheme.com/
|
|
378
|
+
<video src="https://yootheme.com/assets/images/media/yootheme-pro.mp4" width="1920" height="1080" playsinline controls uk-video></video>
|
|
379
379
|
</div>
|
|
380
380
|
</div>
|
|
381
381
|
|
package/tests/slideshow.html
CHANGED
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
</div>
|
|
99
99
|
</div>
|
|
100
100
|
<div>
|
|
101
|
-
<video src="https://yootheme.com/
|
|
101
|
+
<video src="https://yootheme.com/assets/images/media/yootheme-pro.mp4" playsinline loop muted uk-cover></video>
|
|
102
102
|
<div class="uk-position-center uk-position-small uk-text-center">
|
|
103
103
|
<h2 uk-slideshow-parallax="x: 100,-100">Video</h2>
|
|
104
104
|
<p uk-slideshow-parallax="x: 200,-200">Lorem ipsum dolor sit amet.</p>
|
package/tests/video.html
CHANGED
|
@@ -69,20 +69,20 @@
|
|
|
69
69
|
-->
|
|
70
70
|
|
|
71
71
|
<!-- `Out of view`: continous playing. `Hidden`: stops playing -->
|
|
72
|
-
<video src="https://yootheme.com/
|
|
72
|
+
<video src="https://yootheme.com/assets/images/media/yootheme-pro.mp4" width="1920" height="1080" playsinline loop muted uk-video></video>
|
|
73
73
|
</div>
|
|
74
74
|
<div>
|
|
75
75
|
|
|
76
76
|
<h3>Autoplay Inview</h3>
|
|
77
77
|
|
|
78
78
|
<!-- `Out of view` + `Hidden`: stops playing -->
|
|
79
|
-
<video src="https://yootheme.com/
|
|
79
|
+
<video src="https://yootheme.com/assets/images/media/yootheme-pro.mp4" width="1920" height="1080" playsinline loop muted uk-video="autoplay: inview"></video>
|
|
80
80
|
</div>
|
|
81
81
|
<div>
|
|
82
82
|
|
|
83
83
|
<h3>Autoplay Hover</h3>
|
|
84
84
|
|
|
85
|
-
<video src="https://yootheme.com/
|
|
85
|
+
<video src="https://yootheme.com/assets/images/media/yootheme-pro.mp4" width="1920" height="1080" playsinline loop muted uk-video="autoplay: hover"></video>
|
|
86
86
|
</div>
|
|
87
87
|
</div>
|
|
88
88
|
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
|
|
136
136
|
<h3>Video (Poster)</h3>
|
|
137
137
|
|
|
138
|
-
<video src="https://yootheme.com/
|
|
138
|
+
<video src="https://yootheme.com/assets/images/media/yootheme-pro.mp4" poster="images/photo.jpg" width="1920" height="1080" controls preload="none" uk-video="autoplay: false"></video>
|
|
139
139
|
|
|
140
140
|
|
|
141
141
|
</div>
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
<h3>Video</h3>
|
|
145
145
|
|
|
146
146
|
<div class="uk-inline uk-light">
|
|
147
|
-
<video src="https://yootheme.com/
|
|
147
|
+
<video src="https://yootheme.com/assets/images/media/yootheme-pro.mp4" width="1920" height="1080" controls preload="none" hidden uk-video></video>
|
|
148
148
|
<a href uk-toggle="target: ! > *">
|
|
149
149
|
<img src="images/photo.jpg" width="1800" height="1200" alt="">
|
|
150
150
|
<span class="uk-position-center uk-icon-overlay" uk-icon="icon: youtube; ratio: 3"></span>
|