Skip to content

Commit

Permalink
Merge pull request #309 from bcgov/feature/react-tooltip-component
Browse files Browse the repository at this point in the history
Add Tooltip component to @bcgov/design-system-react-components
  • Loading branch information
ty2k authored Mar 21, 2024
2 parents c4a1b7d + 69243bd commit 0d80d2c
Show file tree
Hide file tree
Showing 15 changed files with 397 additions and 421 deletions.
14 changes: 14 additions & 0 deletions packages/react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 0.0.6

### Changed

- Updated Footer component:
- Added FooterLinks sub-component for use in `links` slot or new `children` slot.
- Default `contact` text updated to match current text on gov.bc.ca.
- Style updates to align `acknowledgement` text.
- Rollup script updated to ensure `dist` directory code freshness.

### Added

- Added Tooltip and TooltipTrigger components.

## 0.0.5

### Added
Expand Down
15 changes: 8 additions & 7 deletions packages/react-components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,14 @@ export default function App() {

## Component list

| Component | React Aria Components docs link |
| ---------------------- | --------------------------------------------------------- |
| Button | https://react-spectrum.adobe.com/react-aria/Button.html |
| Footer | N/A |
| Header | N/A |
| Select | https://react-spectrum.adobe.com/react-aria/Select.html |
| TagGroup, TagList, Tag | https://react-spectrum.adobe.com/react-aria/TagGroup.html |
| Component | React Aria Components docs link |
| ----------------------- | --------------------------------------------------------- |
| Button | https://react-spectrum.adobe.com/react-aria/Button.html |
| Footer | N/A |
| Header | N/A |
| Select | https://react-spectrum.adobe.com/react-aria/Select.html |
| TagGroup, TagList, Tag | https://react-spectrum.adobe.com/react-aria/TagGroup.html |
| Tooltip, TooltipTrigger | https://react-spectrum.adobe.com/react-aria/Tooltip.html |

## Supported React versions

Expand Down
Loading

0 comments on commit 0d80d2c

Please sign in to comment.