@infinityfx/lively 4.0.0-beta.11 → 4.0.0-beta.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Link } from "./link";
|
|
2
2
|
import type Track from "./track";
|
|
3
|
-
export type Easing = 'linear' | 'ease' | 'ease-in' | 'ease-out' | 'ease-in-out' | 'step-start' | 'step-end';
|
|
3
|
+
export type Easing = 'linear' | 'ease' | 'ease-in' | 'ease-out' | 'ease-in-out' | 'step-start' | 'step-end' | (string & {});
|
|
4
4
|
export type AnimatableKey = keyof React.CSSProperties | 'strokeLength';
|
|
5
5
|
export type AnimatableKeyframe = string | number | null | {
|
|
6
6
|
value?: string | number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infinityfx/lively",
|
|
3
|
-
"version": "4.0.0-beta.
|
|
3
|
+
"version": "4.0.0-beta.13",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Feature complete, lightweight react animation library.",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -65,8 +65,8 @@
|
|
|
65
65
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
66
66
|
"@types/react": "npm:types-react@^19.0.0-rc.1",
|
|
67
67
|
"@types/react-dom": "npm:types-react-dom@^19.0.0-rc.1",
|
|
68
|
-
"react": "^19.0.0-rc-
|
|
69
|
-
"react-dom": "^19.0.0-rc-
|
|
68
|
+
"react": "^19.0.0-rc-ab2135c7-20240724",
|
|
69
|
+
"react-dom": "^19.0.0-rc-ab2135c7-20240724",
|
|
70
70
|
"rollup": "^4.18.0",
|
|
71
71
|
"rollup-plugin-delete": "^2.0.0",
|
|
72
72
|
"rollup-plugin-preserve-directives": "^0.4.0",
|