Skip to content
This repository has been archived by the owner on Dec 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #54 from Markus-GS/master
Browse files Browse the repository at this point in the history
Vendor 3.9.4
  • Loading branch information
Markus-GS authored Nov 26, 2021
2 parents d0fa66b + a147b8f commit a56a2da
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion assets/uikit/css/uikit-rtl.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! UIkit 3.9.3 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
/*! UIkit 3.9.4 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
/* ========================================================================
Component: Base
========================================================================== */
Expand Down
2 changes: 1 addition & 1 deletion assets/uikit/css/uikit-rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/uikit/css/uikit.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! UIkit 3.9.3 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
/*! UIkit 3.9.4 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
/* ========================================================================
Component: Base
========================================================================== */
Expand Down
2 changes: 1 addition & 1 deletion assets/uikit/css/uikit.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/uikit/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 assets/uikit/js/uikit-icons.min.js

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions assets/uikit/js/uikit.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! UIkit 3.9.3 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
/*! UIkit 3.9.4 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
Expand Down Expand Up @@ -3465,7 +3465,7 @@
UIkit.data = '__uikit__';
UIkit.prefix = 'uk-';
UIkit.options = {};
UIkit.version = '3.9.3';
UIkit.version = '3.9.4';

globalAPI(UIkit);
hooksAPI(UIkit);
Expand Down Expand Up @@ -7837,9 +7837,10 @@

height = !this.isActive ? this.$el.offsetHeight : height;

this.topOffset = offset(this.isFixed ? this.placeholder : this.$el).top;
var referenceElement = this.isFixed ? this.placeholder : this.$el;
this.topOffset = offset(referenceElement).top;
this.bottomOffset = this.topOffset + height;
this.offsetParentTop = offset(this.$el.offsetParent).top;
this.offsetParentTop = offset(referenceElement.offsetParent).top;

var bottom = parseProp('bottom', this);

Expand Down
2 changes: 1 addition & 1 deletion assets/uikit/js/uikit.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package: uikit_collection
version: '2.6.1'
vendor: '3.9.3'
version: '2.6.2'
vendor: '3.9.4'
author: 'Friends Of REDAXO'
supportpage: https://github.com/FriendsOfREDAXO/uikit_collection
info: 'FOR UIKIT Collection'
Expand All @@ -25,4 +25,4 @@ requires:
mblock: '>=3.0.0'
navigation_array: '>=1.0.0'
mform: '>=5.3.0'

0 comments on commit a56a2da

Please sign in to comment.