Skip to content

Commit

Permalink
DApp-1551 blocks/Tooltip (#1635)
Browse files Browse the repository at this point in the history
* feat: tooltip blocks component

* chore: implement tooltip using radix tooltip

* chore: rename hook file extension

* updated lock file

* chore: basic style and func fixes

---------

Co-authored-by: rohitmalhotra1420 <[email protected]>
  • Loading branch information
2 people authored and corlard3y committed Jul 1, 2024
1 parent db4a59e commit ba4af87
Show file tree
Hide file tree
Showing 11 changed files with 1,606 additions and 1,257 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"@pushprotocol/restapi": "1.7.20",
"@pushprotocol/socket": "0.5.3",
"@pushprotocol/uiweb": "1.4.1",
"@radix-ui/react-tooltip": "^1.1.1",
"@reduxjs/toolkit": "^1.7.1",
"@tanstack/react-query": "^5.44.0",
"@tanstack/react-query-devtools": "^5.44.0",
Expand Down
1 change: 1 addition & 0 deletions src/blocks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export { Link, type LinkProps } from './link';
export { Separator, type SeparatorProps } from './separator';
export { Skeleton, type SkeletonProps } from './skeleton';
export { Text, type TextProps } from './text';
export { Tooltip, type TooltipProps } from './tooltip';

export * from './Blocks.colors';
export * from './Blocks.constants';
Expand Down
Loading

0 comments on commit ba4af87

Please sign in to comment.