Skip to content

Commit

Permalink
Merge pull request #29 from FriendsOfREDAXO/update-uikit+jquery
Browse files Browse the repository at this point in the history
Update UIKit + Jquery
  • Loading branch information
aeberhard authored Dec 20, 2022
2 parents b3a6574 + b45a6d1 commit 4a0f9b7
Show file tree
Hide file tree
Showing 10 changed files with 806 additions and 755 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# REDAXO Fullpage-Demo - Changelog

## Version 2.0.1 – 07.11.2022
## Version 2.0.1 – 20.12.2022

### Features

* Update UIkit 3.15.12
* Update jQuery Version 3.6.1
* Update UIkit 3.15.19
* Update jQuery Version 3.6.2
* removed pages/themes.php und pages/changelog.php, MD-Dateien werden jetzt direkt über die package.yml eingebunden
* Code-Quality (rexstan) Extensions: REDAXO SuperGlobals, Bleeding-Edge, Strict-Mode, Deprecation Warnings, phpstan-dba, code complexity, dead code
* Addon-Code überarbeitet
Expand Down
14 changes: 10 additions & 4 deletions assets/css/uikit-rtl.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! UIkit 3.15.12 | https://www.getuikit.com | (c) 2014 - 2022 YOOtheme | MIT License */
/*! UIkit 3.15.19 | https://www.getuikit.com | (c) 2014 - 2022 YOOtheme | MIT License */
/* ========================================================================
Component: Base
========================================================================== */
Expand Down Expand Up @@ -1404,7 +1404,7 @@ button.uk-icon:not(:disabled) {
padding: 0;
}
/* Input, select and textarea
* Allowed: `text`, `password`, `datetime`, `datetime-local`, `date`, `month`,
* Allowed: `text`, `password`, `datetime-local`, `date`, `month`,
`time`, `week`, `number`, `email`, `url`, `search`, `tel`, `color`
* Disallowed: `range`, `radio`, `checkbox`, `file`, `submit`, `reset` and `image`
========================================================================== */
Expand Down Expand Up @@ -4021,19 +4021,22 @@ select.uk-form-width-xsmall {
========================================================================== */
/*
* 1. Create position context so it's t the same like when fixed.
* 2. Create stacking context already when not sticky to have the same context
* for position set to `sticky` and `relative`
* 2. More robust if padding and border are used and the sticky height is transitioned
*/
.uk-sticky {
/* 1 */
position: relative;
/* 2 */
z-index: 980;
/* 3 */
box-sizing: border-box;
}
/*
* 1. Force new layer to resolve frame rate issues on devices with lower frame rates
*/
.uk-sticky-fixed {
z-index: 980;
margin: 0 !important;
/* 1 */
-webkit-backface-visibility: hidden;
Expand Down Expand Up @@ -4244,10 +4247,13 @@ select.uk-form-width-xsmall {
/*
* Prevent horizontal scrollbar when the content is slide-out
* Has to be on the `html` element too to make it work on the `body`
* 1. `clip` is needed for `position: sticky` elements to keep their position
*/
.uk-offcanvas-page,
.uk-offcanvas-container {
overflow-x: hidden;
/* 1 */
overflow-x: clip;
}
/* Container
========================================================================== */
Expand Down Expand Up @@ -8129,7 +8135,7 @@ iframe[data-uk-cover] {
.uk-object-scale-down {
object-fit: scale-down;
}
/*
/*
* Position
*/
.uk-object-top-right {
Expand Down
2 changes: 1 addition & 1 deletion assets/css/uikit-rtl.min.css

Large diffs are not rendered by default.

14 changes: 10 additions & 4 deletions assets/css/uikit.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! UIkit 3.15.12 | https://www.getuikit.com | (c) 2014 - 2022 YOOtheme | MIT License */
/*! UIkit 3.15.19 | https://www.getuikit.com | (c) 2014 - 2022 YOOtheme | MIT License */
/* ========================================================================
Component: Base
========================================================================== */
Expand Down Expand Up @@ -1404,7 +1404,7 @@ button.uk-icon:not(:disabled) {
padding: 0;
}
/* Input, select and textarea
* Allowed: `text`, `password`, `datetime`, `datetime-local`, `date`, `month`,
* Allowed: `text`, `password`, `datetime-local`, `date`, `month`,
`time`, `week`, `number`, `email`, `url`, `search`, `tel`, `color`
* Disallowed: `range`, `radio`, `checkbox`, `file`, `submit`, `reset` and `image`
========================================================================== */
Expand Down Expand Up @@ -4021,19 +4021,22 @@ select.uk-form-width-xsmall {
========================================================================== */
/*
* 1. Create position context so it's t the same like when fixed.
* 2. Create stacking context already when not sticky to have the same context
* for position set to `sticky` and `relative`
* 2. More robust if padding and border are used and the sticky height is transitioned
*/
.uk-sticky {
/* 1 */
position: relative;
/* 2 */
z-index: 980;
/* 3 */
box-sizing: border-box;
}
/*
* 1. Force new layer to resolve frame rate issues on devices with lower frame rates
*/
.uk-sticky-fixed {
z-index: 980;
margin: 0 !important;
/* 1 */
-webkit-backface-visibility: hidden;
Expand Down Expand Up @@ -4244,10 +4247,13 @@ select.uk-form-width-xsmall {
/*
* Prevent horizontal scrollbar when the content is slide-out
* Has to be on the `html` element too to make it work on the `body`
* 1. `clip` is needed for `position: sticky` elements to keep their position
*/
.uk-offcanvas-page,
.uk-offcanvas-container {
overflow-x: hidden;
/* 1 */
overflow-x: clip;
}
/* Container
========================================================================== */
Expand Down Expand Up @@ -8129,7 +8135,7 @@ iframe[data-uk-cover] {
.uk-object-scale-down {
object-fit: scale-down;
}
/*
/*
* Position
*/
.uk-object-top-left {
Expand Down
2 changes: 1 addition & 1 deletion assets/css/uikit.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions assets/js/jquery.min.js

Large diffs are not rendered by default.

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

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

3 changes: 2 additions & 1 deletion assets/js/uikit-icons.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 4a0f9b7

Please sign in to comment.