Skip to content

Commit

Permalink
Exporting animation types (#1961)
Browse files Browse the repository at this point in the history
* Exporting animation types

* Updating yarnlock
  • Loading branch information
mattgperry authored Feb 21, 2023
1 parent 0ba2178 commit 43bb094
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion packages/framer-motion/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ export { useReducedMotionConfig } from "./utils/reduced-motion/use-reduced-motio
* Utils
*/
export { animationControls } from "./animation/hooks/animation-controls"
export { AnimationControls } from "./animation/types"
export {
useAnimation,
useAnimationControls,
Expand Down Expand Up @@ -190,6 +189,8 @@ export { FlatTree } from "./render/utils/flat-tree"
export { CreateVisualElement } from "./render/types"
export * from "./projection/geometry/types"
export { IProjectionNode } from "./projection/node/types"
export * from "./animation/types"

/**
* Deprecated
*/
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7909,8 +7909,8 @@ __metadata:
cache-loader: ^1.2.5
convert-tsconfig-paths-to-webpack-aliases: ^0.9.2
fork-ts-checker-webpack-plugin: ^6.2.0
framer-motion: ^9.0.4
framer-motion-3d: ^9.0.4
framer-motion: ^9.0.5
framer-motion-3d: ^9.0.5
path-browserify: ^1.0.1
react: ^18.2.0
react-dom: ^18.2.0
Expand Down Expand Up @@ -7976,14 +7976,14 @@ __metadata:
languageName: unknown
linkType: soft

"framer-motion-3d@^9.0.4, framer-motion-3d@workspace:packages/framer-motion-3d":
"framer-motion-3d@^9.0.5, framer-motion-3d@workspace:packages/framer-motion-3d":
version: 0.0.0-use.local
resolution: "framer-motion-3d@workspace:packages/framer-motion-3d"
dependencies:
"@react-three/fiber": ^8.2.2
"@react-three/test-renderer": ^9.0.0
"@rollup/plugin-commonjs": ^22.0.1
framer-motion: ^9.0.4
framer-motion: ^9.0.5
react-merge-refs: ^2.0.1
peerDependencies:
"@react-three/fiber": ^8.2.2
Expand All @@ -7993,7 +7993,7 @@ __metadata:
languageName: unknown
linkType: soft

"framer-motion@^9.0.4, framer-motion@workspace:packages/framer-motion":
"framer-motion@^9.0.5, framer-motion@workspace:packages/framer-motion":
version: 0.0.0-use.local
resolution: "framer-motion@workspace:packages/framer-motion"
dependencies:
Expand Down

0 comments on commit 43bb094

Please sign in to comment.