Skip to content

Commit

Permalink
Merge pull request #62 from Markus-GS/master
Browse files Browse the repository at this point in the history
Vendor 3.13.1
  • Loading branch information
Markus-GS authored Mar 18, 2022
2 parents a2e38ab + 1cb9588 commit bebf39e
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 13 deletions.
2 changes: 1 addition & 1 deletion assets/uikit/dist/css/uikit-rtl.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! UIkit 3.13.0 | https://www.getuikit.com | (c) 2014 - 2022 YOOtheme | MIT License */
/*! UIkit 3.13.1 | https://www.getuikit.com | (c) 2014 - 2022 YOOtheme | MIT License */
/* ========================================================================
Component: Base
========================================================================== */
Expand Down
2 changes: 1 addition & 1 deletion assets/uikit/dist/css/uikit-rtl.min.css

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

22 changes: 18 additions & 4 deletions assets/uikit/dist/js/uikit.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! UIkit 3.13.0 | https://www.getuikit.com | (c) 2014 - 2022 YOOtheme | MIT License */
/*! UIkit 3.13.1 | https://www.getuikit.com | (c) 2014 - 2022 YOOtheme | MIT License */

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

globalAPI(UIkit);
hooksAPI(UIkit);
Expand Down Expand Up @@ -3430,6 +3430,16 @@
automute: true },


events: {
load() {
this.$emit('resize');
} },


resizeTargets() {
return [this.$el, parent(this.$el)];
},

update: {
read() {
const el = this.$el;
Expand Down Expand Up @@ -4213,7 +4223,7 @@

{
read() {
if (positionedAbsolute(this.$el)) {
if (this.parallax && positionedAbsolute(this.$el)) {
return false;
}

Expand Down Expand Up @@ -6407,6 +6417,10 @@
el[stateKey] = { cls: data(el, 'uk-scrollspy-class') || this.cls };
}

if (!this.repeat && el[stateKey].show) {
continue;
}

el[stateKey].show = isInView(el, this.offsetTop, this.offsetLeft);
}
},
Expand Down Expand Up @@ -7052,7 +7066,7 @@
return;
}

this.children.forEach((child, i) => {
children(this.$el).forEach((child, i) => {
toggleClass(child, this.cls, next === i);
attr(this.toggles[i], 'aria-expanded', next === i);
});
Expand Down
2 changes: 1 addition & 1 deletion assets/uikit/dist/js/uikit.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package: uikit_collection
version: '3.0.3'
vendor: '3.13.0'
version: '3.0.4'
vendor: '3.13.1'
author: 'Friends Of REDAXO'
supportpage: https://github.com/FriendsOfREDAXO/uikit_collection
info: 'FOR UIKIT Collection'
Expand Down

0 comments on commit bebf39e

Please sign in to comment.