Skip to content

Commit

Permalink
- Updated with fullPage.js 4.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarotrigo committed Mar 1, 2023
1 parent 39000de commit b4e5330
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions dist/style.css

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

10 changes: 5 additions & 5 deletions dist/vue-fullpage.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var __spreadValues = (a, b) => {
};
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
/*!
* vue-fullpage 0.2.12
* vue-fullpage 0.2.13
* https://github.com/alvarotrigo/vue-fullpage.js
*
* @license GPLv3 for open source use only
Expand All @@ -32,7 +32,7 @@ var fullpage_min = "";
var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
var fullpage_extensions_min = { exports: {} };
/*!
* fullPage 4.0.17
* fullPage 4.0.18
* https://github.com/alvarotrigo/fullPage.js
*
* @license GPLv3 for open source use only
Expand Down Expand Up @@ -1538,7 +1538,7 @@ var fullpage_extensions_min = { exports: {} };
return n3.index() !== t2.index();
}).map(function(n3) {
return n3.item;
}), Yn), E(e2, Yn), Et("parallax", "afterLoad"), X(Mt().beforeLeave) && Ge("beforeLeave", T2), X(Mt().onLeave) && re("onLeave", T2), X(Mt().afterLoad) && re("afterLoad", T2), Et("resetSliders", "apply", { localIsResizing: vn.F, leavingSection: w2 }), ue(h2), ce(e2), ae(e2), He(S2, y2 - 1), Mt().anchors.length && pn({ Z: S2 }), de(v2, p2, S2), ci();
}), Yn), E(e2, Yn), Et("parallax", "afterLoad"), X(Mt().beforeLeave) && Ge("beforeLeave", T2), X(Mt().onLeave) && re("onLeave", T2), X(Mt().afterLoad) && re("afterLoad", T2), Et("resetSliders", "apply", { localIsResizing: vn.F, leavingSection: w2 }), ue(h2), ce(e2), ae(e2), He(S2, y2 - 1), Mt().anchors.length && pn({ Z: S2 }), ci(), de(v2, p2, S2);
clearTimeout(Yo), Yo = setTimeout(function() {
pn({ V: false });
}, 100);
Expand Down Expand Up @@ -1643,7 +1643,7 @@ var fullpage_extensions_min = { exports: {} };
return n3 && t4.indexOf(n3) === 0 && n3.length === t4.length;
}(t3), (l2 || u2) && (l2 && e2 <= l2.Kn && l2.$n === t3.split(n2[0])[4] || u2 || l2.qn) || false) });
});
var n2 = ["-"], t2 = "2023-1-16".split("-"), e2 = new Date(t2[0], t2[1], t2[2]), i2 = ["se", "licen", "-", "v3", "l", "gp"];
var n2 = ["-"], t2 = "2023-2-1".split("-"), e2 = new Date(t2[0], t2[1], t2[2]), i2 = ["se", "licen", "-", "v3", "l", "gp"];
function o2() {
return [["re", "verse"].join("")]["".length];
}
Expand Down Expand Up @@ -1750,7 +1750,7 @@ var fullpage_extensions_min = { exports: {} };
St = h({}, gt, n3), bt = Object.assign({}, St);
}(t2), function(n3) {
mt = n3;
}(typeof n2 == "string" ? p(n2)[0] : n2), dn.j(Sn), dr(), s.getFullpageData = vr, s.version = "4.0.17", s.test = Object.assign(s.test, { top: "0px", cn: "translate3d(0px, 0px, 0px)", dn: function() {
}(typeof n2 == "string" ? p(n2)[0] : n2), dn.j(Sn), dr(), s.getFullpageData = vr, s.version = "4.0.18", s.test = Object.assign(s.test, { top: "0px", cn: "translate3d(0px, 0px, 0px)", dn: function() {
for (var n3 = [], t3 = 0; t3 < p(Mt().sectionSelector, yt()).length; t3++)
n3.push("translate3d(0px, 0px, 0px)");
return n3;
Expand Down
8 changes: 4 additions & 4 deletions dist/vue-fullpage.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"vue": "^3.0.4",
"vue-fullpage.js": "^0.2.12"
"vue-fullpage.js": "^0.2.13"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.0.4",
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-fullpage.js",
"version": "0.2.12",
"version": "0.2.13",
"description": "Vue 3 wrapper for fullpage.js",
"author": {
"name": "Alvaro Trigo",
Expand Down Expand Up @@ -39,7 +39,7 @@
"vue": "^3.2.26"
},
"dependencies": {
"fullpage.js": "^4.0.17"
"fullpage.js": "^4.0.18"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { defineConfig } from 'vite'
import { resolve } from 'path'

const licenseContent = `/*!
* vue-fullpage 0.2.12
* vue-fullpage 0.2.13
* https://github.com/alvarotrigo/vue-fullpage.js
*
* @license GPLv3 for open source use only
Expand Down

0 comments on commit b4e5330

Please sign in to comment.