framer-motion 12.19.1 → 12.19.2
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.
- package/dist/cjs/client.js +1 -1
- package/dist/cjs/{create-lTyurnU-.js → create-C4jfsA_8.js} +9 -0
- package/dist/cjs/index.js +1 -1
- package/dist/es/projection/node/create-projection-node.mjs +9 -0
- package/dist/framer-motion.dev.js +9 -0
- package/dist/framer-motion.js +1 -1
- package/dist/size-rollup-dom-max.js +1 -1
- package/dist/size-rollup-motion.js +1 -1
- package/dist/types/client.d.ts +1 -1
- package/dist/types/index.d.ts +2 -2
- package/dist/{types.d-B_QPEvFK.d.ts → types.d-BSoEx4Ea.d.ts} +1 -0
- package/package.json +2 -2
|
@@ -172,6 +172,7 @@ type LayoutEvents = "willUpdate" | "didUpdate" | "beforeMeasure" | "measure" | "
|
|
|
172
172
|
interface IProjectionNode<I = unknown> {
|
|
173
173
|
id: number;
|
|
174
174
|
animationId: number;
|
|
175
|
+
animationCommitId: number;
|
|
175
176
|
parent?: IProjectionNode;
|
|
176
177
|
relativeParent?: IProjectionNode;
|
|
177
178
|
root?: IProjectionNode;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "framer-motion",
|
|
3
|
-
"version": "12.19.
|
|
3
|
+
"version": "12.19.2",
|
|
4
4
|
"description": "A simple and powerful JavaScript animation library",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/es/index.mjs",
|
|
@@ -142,5 +142,5 @@
|
|
|
142
142
|
"maxSize": "2.26 kB"
|
|
143
143
|
}
|
|
144
144
|
],
|
|
145
|
-
"gitHead": "
|
|
145
|
+
"gitHead": "7eba546486fa2d648414a3d21846b03aaa186209"
|
|
146
146
|
}
|