This commit is contained in:
thednp 2021-12-10 09:22:21 +02:00
parent 8f5c58195e
commit 5c8b75f15b
10 changed files with 55 additions and 19 deletions

View file

@ -1,5 +1,5 @@
/*!
* KUTE.js Base v2.2.0alpha3 (http://thednp.github.io/kute.js)
* KUTE.js Base v2.2.0 (http://thednp.github.io/kute.js)
* Copyright 2015-2021 © thednp
* Licensed under MIT (https://github.com/thednp/kute.js/blob/master/LICENSE)
*/
@ -876,7 +876,7 @@
return new TweenConstructor(selector(element), startObject, endObject, options);
}
var version = "2.2.0alpha3";
var version = "2.2.0";
// @ts-ignore

File diff suppressed because one or more lines are too long

View file

@ -1,5 +1,5 @@
/*!
* KUTE.js Extra v2.2.0alpha3 (http://thednp.github.io/kute.js)
* KUTE.js Extra v2.2.0 (http://thednp.github.io/kute.js)
* Copyright 2015-2021 © thednp
* Licensed under MIT (https://github.com/thednp/kute.js/blob/master/LICENSE)
*/
@ -115,6 +115,18 @@
return t2;
};
var version$1 = "1.0.18";
// @ts-ignore
/**
* A global namespace for library version.
* @type {string}
*/
var Version$1 = version$1;
Object.assign(CubicBezier, { Version: Version$1 });
/**
* The KUTE.js Execution Context
*/
@ -5637,7 +5649,7 @@
Components[component] = new AnimationDevelopment(compOps);
});
var version = "2.2.0alpha3";
var version = "2.2.0";
// @ts-ignore

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

16
dist/kute.esm.js vendored
View file

@ -1,5 +1,5 @@
/*!
* KUTE.js Standard v2.2.0alpha3 (http://thednp.github.io/kute.js)
* KUTE.js Standard v2.2.0 (http://thednp.github.io/kute.js)
* Copyright 2015-2021 © thednp
* Licensed under MIT (https://github.com/thednp/kute.js/blob/master/LICENSE)
*/
@ -118,6 +118,18 @@ class CubicBezier {
}
}
var version$1 = "1.0.18";
// @ts-ignore
/**
* A global namespace for library version.
* @type {string}
*/
const Version$1 = version$1;
Object.assign(CubicBezier, { Version: Version$1 });
/**
* The KUTE.js Execution Context
*/
@ -4366,7 +4378,7 @@ Object.keys(Components).forEach((component) => {
Components[component] = new Animation(compOps);
});
var version = "2.2.0alpha3";
var version = "2.2.0";
// @ts-ignore

File diff suppressed because one or more lines are too long

16
dist/kute.js vendored
View file

@ -1,5 +1,5 @@
/*!
* KUTE.js Standard v2.2.0alpha3 (http://thednp.github.io/kute.js)
* KUTE.js Standard v2.2.0 (http://thednp.github.io/kute.js)
* Copyright 2015-2021 © thednp
* Licensed under MIT (https://github.com/thednp/kute.js/blob/master/LICENSE)
*/
@ -115,6 +115,18 @@
return t2;
};
var version$1 = "1.0.18";
// @ts-ignore
/**
* A global namespace for library version.
* @type {string}
*/
var Version$1 = version$1;
Object.assign(CubicBezier, { Version: Version$1 });
/**
* The KUTE.js Execution Context
*/
@ -4408,7 +4420,7 @@
Components[component] = new Animation(compOps);
});
var version = "2.2.0alpha3";
var version = "2.2.0";
// @ts-ignore

4
dist/kute.min.js vendored

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
{
"name": "kute.js",
"version": "2.2.0alpha3",
"version": "2.2.0",
"description": "JavaScript animation engine",
"main": "dist/kute.min.js",
"module": "dist/kute.esm.js",