uikit 3.14.2-dev.f917389f5 → 3.14.3-dev.68d38eb6d
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 +17 -1
- package/dist/css/uikit-core-rtl.css +48 -3
- package/dist/css/uikit-core-rtl.min.css +1 -1
- package/dist/css/uikit-core.css +48 -3
- package/dist/css/uikit-core.min.css +1 -1
- package/dist/css/uikit-rtl.css +52 -3
- package/dist/css/uikit-rtl.min.css +1 -1
- package/dist/css/uikit.css +52 -3
- 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 +101 -17
- package/dist/js/components/lightbox-panel.min.js +1 -1
- package/dist/js/components/lightbox.js +101 -17
- 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 +70 -35
- package/dist/js/components/parallax.min.js +1 -1
- package/dist/js/components/slider-parallax.js +55 -35
- 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 +55 -35
- 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 +135 -39
- 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 +229 -105
- 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 +298 -139
- package/dist/js/uikit.min.js +1 -1
- package/package.json +1 -1
- package/src/js/components/parallax.js +15 -0
- package/src/js/core/accordion.js +3 -3
- package/src/js/core/alert.js +1 -1
- package/src/js/core/drop.js +40 -20
- package/src/js/core/height-viewport.js +14 -9
- package/src/js/core/navbar.js +19 -18
- package/src/js/core/scrollspy.js +4 -0
- package/src/js/core/toggle.js +5 -8
- package/src/js/mixin/parallax.js +54 -34
- package/src/js/mixin/position.js +44 -23
- package/src/js/mixin/togglable.js +105 -19
- package/src/js/util/animation.js +1 -0
- package/src/js/util/dom.js +4 -3
- package/src/js/util/viewport.js +1 -1
- package/src/less/components/drop.less +17 -4
- package/src/less/components/dropdown.less +19 -4
- package/src/less/components/margin.less +13 -14
- package/src/less/components/nav.less +1 -1
- package/src/less/components/navbar.less +32 -11
- package/src/less/components/position.less +1 -1
- package/src/less/components/sticky.less +7 -0
- package/src/less/components/utility.less +1 -2
- package/src/less/theme/dropdown.less +11 -0
- package/src/less/theme/navbar.less +7 -0
- package/src/scss/components/drop.scss +17 -4
- package/src/scss/components/dropdown.scss +19 -4
- package/src/scss/components/margin.scss +13 -14
- package/src/scss/components/nav.scss +1 -1
- package/src/scss/components/navbar.scss +21 -0
- package/src/scss/components/position.scss +1 -1
- package/src/scss/components/sticky.scss +7 -0
- package/src/scss/components/utility.scss +1 -2
- package/src/scss/mixins-theme.scss +8 -0
- package/src/scss/mixins.scss +2 -0
- package/src/scss/theme/dropdown.scss +8 -0
- package/src/scss/theme/navbar.scss +4 -0
- package/src/scss/variables-theme.scss +3 -0
- package/src/scss/variables.scss +1 -0
- package/tests/drop.html +145 -2
- package/tests/dropdown.html +228 -13
- package/tests/height-viewport.html +62 -0
- package/tests/navbar.html +321 -14
- package/tests/sticky-navbar.html +132 -0
- package/tests/sticky-parallax.html +2 -1
- package/tests/sticky.html +5 -4
package/dist/css/uikit.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! UIkit 3.14.
|
|
1
|
+
/*! UIkit 3.14.3-dev.68d38eb6d | https://www.getuikit.com | (c) 2014 - 2022 YOOtheme | MIT License */
|
|
2
2
|
/* ========================================================================
|
|
3
3
|
Component: Base
|
|
4
4
|
========================================================================== */
|
|
@@ -3501,6 +3501,18 @@ select.uk-form-width-xsmall {
|
|
|
3501
3501
|
.uk-drop.uk-open {
|
|
3502
3502
|
display: block;
|
|
3503
3503
|
}
|
|
3504
|
+
/* Stretch modifier
|
|
3505
|
+
========================================================================== */
|
|
3506
|
+
/*
|
|
3507
|
+
* 1. Allow scrolling
|
|
3508
|
+
*/
|
|
3509
|
+
.uk-drop-stretch {
|
|
3510
|
+
--uk-position-offset: 0;
|
|
3511
|
+
--uk-position-viewport-offset: 0;
|
|
3512
|
+
/* 1 */
|
|
3513
|
+
overflow-y: auto;
|
|
3514
|
+
-webkit-overflow-scrolling: touch;
|
|
3515
|
+
}
|
|
3504
3516
|
/* Grid modifiers
|
|
3505
3517
|
========================================================================== */
|
|
3506
3518
|
.uk-drop-stack .uk-drop-grid > * {
|
|
@@ -3537,6 +3549,20 @@ select.uk-form-width-xsmall {
|
|
|
3537
3549
|
.uk-dropdown.uk-open {
|
|
3538
3550
|
display: block;
|
|
3539
3551
|
}
|
|
3552
|
+
/* Stretch modifier
|
|
3553
|
+
========================================================================== */
|
|
3554
|
+
/*
|
|
3555
|
+
* 1. Allow scrolling
|
|
3556
|
+
*/
|
|
3557
|
+
.uk-dropdown-stretch {
|
|
3558
|
+
--uk-position-offset: 0;
|
|
3559
|
+
--uk-position-viewport-offset: 0;
|
|
3560
|
+
/* 1 */
|
|
3561
|
+
overflow-y: auto;
|
|
3562
|
+
-webkit-overflow-scrolling: touch;
|
|
3563
|
+
box-shadow: none;
|
|
3564
|
+
background: #f8f8f8;
|
|
3565
|
+
}
|
|
3540
3566
|
/* Nav
|
|
3541
3567
|
* Adopts `uk-nav`
|
|
3542
3568
|
========================================================================== */
|
|
@@ -3965,6 +3991,13 @@ select.uk-form-width-xsmall {
|
|
|
3965
3991
|
.uk-sticky.uk-animation-reverse {
|
|
3966
3992
|
animation-duration: 0.2s;
|
|
3967
3993
|
}
|
|
3994
|
+
/*
|
|
3995
|
+
* Placeholder
|
|
3996
|
+
* Make content clickable for sticky cover and reveal effects
|
|
3997
|
+
*/
|
|
3998
|
+
.uk-sticky-placeholder {
|
|
3999
|
+
pointer-events: none;
|
|
4000
|
+
}
|
|
3968
4001
|
/* ========================================================================
|
|
3969
4002
|
Component: Off-canvas
|
|
3970
4003
|
========================================================================== */
|
|
@@ -5315,6 +5348,20 @@ ul.uk-nav-sub {
|
|
|
5315
5348
|
.uk-navbar-dropdown-width-5:not(.uk-navbar-dropdown-stack) {
|
|
5316
5349
|
width: 1000px;
|
|
5317
5350
|
}
|
|
5351
|
+
/*
|
|
5352
|
+
* Stretch modifier
|
|
5353
|
+
* 1. Allow scrolling
|
|
5354
|
+
*/
|
|
5355
|
+
.uk-navbar-dropdown-stretch {
|
|
5356
|
+
--uk-position-offset: 0;
|
|
5357
|
+
--uk-position-shift-offset: 0;
|
|
5358
|
+
--uk-position-viewport-offset: 0;
|
|
5359
|
+
/* 1 */
|
|
5360
|
+
overflow-y: auto;
|
|
5361
|
+
-webkit-overflow-scrolling: touch;
|
|
5362
|
+
box-shadow: none;
|
|
5363
|
+
background: #f8f8f8;
|
|
5364
|
+
}
|
|
5318
5365
|
/*
|
|
5319
5366
|
* Dropbar modifier
|
|
5320
5367
|
* 1. Reset dropdown width to prevent to early shifting
|
|
@@ -7816,7 +7863,6 @@ iframe[data-uk-cover] {
|
|
|
7816
7863
|
}
|
|
7817
7864
|
/*
|
|
7818
7865
|
* Enable scrollbars if content is clipped
|
|
7819
|
-
* Note: Firefox ignores `padding-bottom` for the scrollable overflow https://bugzilla.mozilla.org/show_bug.cgi?id=748518
|
|
7820
7866
|
*/
|
|
7821
7867
|
.uk-overflow-auto {
|
|
7822
7868
|
overflow: auto;
|
|
@@ -8096,7 +8142,7 @@ iframe[data-uk-cover] {
|
|
|
8096
8142
|
text-decoration: none;
|
|
8097
8143
|
}
|
|
8098
8144
|
.uk-logo > :where(img, svg, video) {
|
|
8099
|
-
display: block;
|
|
8145
|
+
display: inline-block;
|
|
8100
8146
|
}
|
|
8101
8147
|
.uk-logo-inverse {
|
|
8102
8148
|
display: none;
|
|
@@ -8946,6 +8992,9 @@ iframe[data-uk-cover] {
|
|
|
8946
8992
|
.uk-position-z-index {
|
|
8947
8993
|
z-index: 1;
|
|
8948
8994
|
}
|
|
8995
|
+
.uk-position-z-index-zero {
|
|
8996
|
+
z-index: 0;
|
|
8997
|
+
}
|
|
8949
8998
|
.uk-position-z-index-negative {
|
|
8950
8999
|
z-index: -1;
|
|
8951
9000
|
}
|