Skip to content

Commit

Permalink
v3.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
janschoenherr committed May 27, 2022
1 parent cfc0fc1 commit 4efc9a3
Show file tree
Hide file tree
Showing 18 changed files with 223 additions and 137 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Please open an issues only for a bug report or feature request. Make sure no one
### UIkit Version

_Check if the issue is reproducible with the latest stable version._
3.14.1
3.14.2

### Actual Behavior

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## WIP
## 3.14.2 (May 27, 2022)

### Fixed

Expand Down
25 changes: 20 additions & 5 deletions dist/css/uikit-rtl.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! UIkit 3.14.1 | https://www.getuikit.com | (c) 2014 - 2022 YOOtheme | MIT License */
/*! UIkit 3.14.2 | https://www.getuikit.com | (c) 2014 - 2022 YOOtheme | MIT License */
/* ========================================================================
Component: Base
========================================================================== */
Expand Down Expand Up @@ -3492,6 +3492,7 @@ select.uk-form-width-xsmall {
position: absolute;
z-index: 1020;
--uk-position-offset: 20px;
--uk-position-viewport-offset: 10;
/* 3 */
box-sizing: border-box;
width: 300px;
Expand Down Expand Up @@ -3521,6 +3522,7 @@ select.uk-form-width-xsmall {
position: absolute;
z-index: 1020;
--uk-position-offset: 10px;
--uk-position-viewport-offset: 10;
/* 3 */
box-sizing: border-box;
min-width: 200px;
Expand Down Expand Up @@ -3951,6 +3953,13 @@ select.uk-form-width-xsmall {
.uk-sticky.uk-animation-reverse {
animation-duration: 0.2s;
}
/*
* Placeholder
* Make content clickable for sticky cover and reveal effects
*/
.uk-sticky-placeholder {
pointer-events: none;
}
/* ========================================================================
Component: Off-canvas
========================================================================== */
Expand Down Expand Up @@ -4354,6 +4363,7 @@ select.uk-form-width-xsmall {
position: absolute;
z-index: 1030;
--uk-position-offset: 10px;
--uk-position-viewport-offset: 10;
/* 3 */
top: 0;
/* 4 */
Expand Down Expand Up @@ -5244,6 +5254,7 @@ ul.uk-nav-sub {
position: absolute;
z-index: 1020;
--uk-position-offset: 15px;
--uk-position-viewport-offset: 10;
/* 3 */
box-sizing: border-box;
width: 200px;
Expand Down Expand Up @@ -5301,6 +5312,7 @@ ul.uk-nav-sub {
.uk-navbar-dropdown-dropbar {
/* 1 */
--uk-position-offset: 0px;
--uk-position-viewport-offset: 0;
/* 2 */
margin-bottom: 0px;
/* 3 */
Expand Down Expand Up @@ -5371,11 +5383,14 @@ ul.uk-nav-sub {
/*
* Navbar
*/
.uk-navbar-container > .uk-container .uk-navbar-right {
.uk-container > :not(.uk-navbar-justified) > .uk-navbar-right .uk-navbar-nav:first-child,
.uk-container > :not(.uk-navbar-justified) > .uk-navbar-right .uk-navbar-item:first-child,
.uk-container > :not(.uk-navbar-justified) > .uk-navbar-right .uk-navbar-toggle:first-child {
margin-right: -15px;
margin-left: -15px;
}
.uk-navbar-container > .uk-container .uk-navbar-left {
.uk-container > :not(.uk-navbar-justified) > .uk-navbar-left .uk-navbar-nav:last-child,
.uk-container > :not(.uk-navbar-justified) > .uk-navbar-left .uk-navbar-item:last-child,
.uk-container > :not(.uk-navbar-justified) > .uk-navbar-left .uk-navbar-toggle:last-child {
margin-left: -15px;
}
/*
Expand Down Expand Up @@ -8079,7 +8094,7 @@ iframe[data-uk-cover] {
text-decoration: none;
}
.uk-logo > :where(img, svg, video) {
display: block;
display: inline-block;
}
.uk-logo-inverse {
display: none;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/uikit-rtl.min.css

Large diffs are not rendered by default.

25 changes: 20 additions & 5 deletions dist/css/uikit.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! UIkit 3.14.1 | https://www.getuikit.com | (c) 2014 - 2022 YOOtheme | MIT License */
/*! UIkit 3.14.2 | https://www.getuikit.com | (c) 2014 - 2022 YOOtheme | MIT License */
/* ========================================================================
Component: Base
========================================================================== */
Expand Down Expand Up @@ -3492,6 +3492,7 @@ select.uk-form-width-xsmall {
position: absolute;
z-index: 1020;
--uk-position-offset: 20px;
--uk-position-viewport-offset: 10;
/* 3 */
box-sizing: border-box;
width: 300px;
Expand Down Expand Up @@ -3521,6 +3522,7 @@ select.uk-form-width-xsmall {
position: absolute;
z-index: 1020;
--uk-position-offset: 10px;
--uk-position-viewport-offset: 10;
/* 3 */
box-sizing: border-box;
min-width: 200px;
Expand Down Expand Up @@ -3951,6 +3953,13 @@ select.uk-form-width-xsmall {
.uk-sticky.uk-animation-reverse {
animation-duration: 0.2s;
}
/*
* Placeholder
* Make content clickable for sticky cover and reveal effects
*/
.uk-sticky-placeholder {
pointer-events: none;
}
/* ========================================================================
Component: Off-canvas
========================================================================== */
Expand Down Expand Up @@ -4354,6 +4363,7 @@ select.uk-form-width-xsmall {
position: absolute;
z-index: 1030;
--uk-position-offset: 10px;
--uk-position-viewport-offset: 10;
/* 3 */
top: 0;
/* 4 */
Expand Down Expand Up @@ -5244,6 +5254,7 @@ ul.uk-nav-sub {
position: absolute;
z-index: 1020;
--uk-position-offset: 15px;
--uk-position-viewport-offset: 10;
/* 3 */
box-sizing: border-box;
width: 200px;
Expand Down Expand Up @@ -5301,6 +5312,7 @@ ul.uk-nav-sub {
.uk-navbar-dropdown-dropbar {
/* 1 */
--uk-position-offset: 0px;
--uk-position-viewport-offset: 0;
/* 2 */
margin-bottom: 0px;
/* 3 */
Expand Down Expand Up @@ -5371,11 +5383,14 @@ ul.uk-nav-sub {
/*
* Navbar
*/
.uk-navbar-container > .uk-container .uk-navbar-left {
.uk-container > :not(.uk-navbar-justified) > .uk-navbar-left .uk-navbar-nav:first-child,
.uk-container > :not(.uk-navbar-justified) > .uk-navbar-left .uk-navbar-item:first-child,
.uk-container > :not(.uk-navbar-justified) > .uk-navbar-left .uk-navbar-toggle:first-child {
margin-left: -15px;
margin-right: -15px;
}
.uk-navbar-container > .uk-container .uk-navbar-right {
.uk-container > :not(.uk-navbar-justified) > .uk-navbar-right .uk-navbar-nav:last-child,
.uk-container > :not(.uk-navbar-justified) > .uk-navbar-right .uk-navbar-item:last-child,
.uk-container > :not(.uk-navbar-justified) > .uk-navbar-right .uk-navbar-toggle:last-child {
margin-right: -15px;
}
/*
Expand Down Expand Up @@ -8079,7 +8094,7 @@ iframe[data-uk-cover] {
text-decoration: none;
}
.uk-logo > :where(img, svg, video) {
display: block;
display: inline-block;
}
.uk-logo-inverse {
display: none;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/uikit.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/uikit-icons.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/uikit-icons.min.js

Large diffs are not rendered by default.

0 comments on commit 4efc9a3

Please sign in to comment.