Skip to content

Commit

Permalink
fix(plasma-hope): move focusTrap to plasma-core
Browse files Browse the repository at this point in the history
  • Loading branch information
kayman233 committed Sep 26, 2023
1 parent 1307519 commit 7e56746
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/plasma-core/src/hooks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ export { useForkRef } from './useForkRef';
export { useIsomorphicLayoutEffect } from './useIsomorphicLayoutEffect';
export { useUniqId } from './useUniqId';
export { useResizeObserver } from './useResizeObserver';
export { useFocusTrap } from './useFocusTrap';
File renamed without changes.
File renamed without changes.
9 changes: 7 additions & 2 deletions packages/plasma-hope/src/hooks/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
export { useForkRef, useIsomorphicLayoutEffect, useDebouncedFunction, useResizeObserver } from '@salutejs/plasma-core';
export { useFocusTrap } from './useFocusTrap';
export {
useForkRef,
useIsomorphicLayoutEffect,
useDebouncedFunction,
useResizeObserver,
useFocusTrap,
} from '@salutejs/plasma-core';

0 comments on commit 7e56746

Please sign in to comment.