Skip to content

Commit

Permalink
Remove unused __unstableMotionContext export from `@wordpress/compo…
Browse files Browse the repository at this point in the history
…nents`
  • Loading branch information
ciampo committed Dec 5, 2024
1 parent 07ddcb6 commit 95944cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion packages/components/src/animation/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@
export {
motion as __unstableMotion,
AnimatePresence as __unstableAnimatePresence,
MotionContext as __unstableMotionContext,
} from 'framer-motion';
6 changes: 1 addition & 5 deletions packages/components/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@ export {
default as Animate,
getAnimateClassName as __unstableGetAnimateClassName,
} from './animate';
export {
__unstableMotion,
__unstableAnimatePresence,
__unstableMotionContext,
} from './animation';
export { __unstableMotion, __unstableAnimatePresence } from './animation';
export { default as AnglePickerControl } from './angle-picker-control';
export {
default as Autocomplete,
Expand Down

0 comments on commit 95944cb

Please sign in to comment.