Skip to content

Commit

Permalink
fix: expose PopoverBox
Browse files Browse the repository at this point in the history
  • Loading branch information
LexSwed committed Apr 18, 2023
1 parent 80c32a0 commit 76deb7b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Expand Up @@ -56,6 +56,7 @@
"@radix-ui/react-id": "1.0.0",
"@radix-ui/react-popover": "^1.0.5",
"@radix-ui/react-portal": "^1.0.2",
"@radix-ui/react-presence": "^1.0.0",
"@radix-ui/react-roving-focus": "^1.0.3",
"@radix-ui/react-select": "^1.2.1",
"@radix-ui/react-tabs": "^1.0.3",
Expand Down
2 changes: 2 additions & 0 deletions src/lib/index.ts
Expand Up @@ -26,6 +26,8 @@ export { ToggleButton } from './toggle-button';
export { Tooltip } from './tooltip';
export { VisuallyHidden } from './visually-hidden';

export { PopoverBox } from './shared/popover-box';

export type { OpenStateRef } from './utils/OpenStateProvider';
export {
useAllHandlers,
Expand Down

1 comment on commit 76deb7b

@vercel
Copy link

@vercel vercel bot commented on 76deb7b Apr 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

fxtrot-ui – ./

fxtrot-ui-lexswed.vercel.app
fxtrot-ui-git-main-lexswed.vercel.app
fxtrot-ui.vercel.app

Please sign in to comment.