Skip to content

Commit 0d80d2c

Browse files
authored
Merge pull request #309 from bcgov/feature/react-tooltip-component
Add Tooltip component to @bcgov/design-system-react-components
2 parents c4a1b7d + 69243bd commit 0d80d2c

File tree

15 files changed

+397
-421
lines changed

15 files changed

+397
-421
lines changed

packages/react-components/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 0.0.6
4+
5+
### Changed
6+
7+
- Updated Footer component:
8+
- Added FooterLinks sub-component for use in `links` slot or new `children` slot.
9+
- Default `contact` text updated to match current text on gov.bc.ca.
10+
- Style updates to align `acknowledgement` text.
11+
- Rollup script updated to ensure `dist` directory code freshness.
12+
13+
### Added
14+
15+
- Added Tooltip and TooltipTrigger components.
16+
317
## 0.0.5
418

519
### Added

packages/react-components/README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,14 @@ export default function App() {
6666

6767
## Component list
6868

69-
| Component | React Aria Components docs link |
70-
| ---------------------- | --------------------------------------------------------- |
71-
| Button | https://react-spectrum.adobe.com/react-aria/Button.html |
72-
| Footer | N/A |
73-
| Header | N/A |
74-
| Select | https://react-spectrum.adobe.com/react-aria/Select.html |
75-
| TagGroup, TagList, Tag | https://react-spectrum.adobe.com/react-aria/TagGroup.html |
69+
| Component | React Aria Components docs link |
70+
| ----------------------- | --------------------------------------------------------- |
71+
| Button | https://react-spectrum.adobe.com/react-aria/Button.html |
72+
| Footer | N/A |
73+
| Header | N/A |
74+
| Select | https://react-spectrum.adobe.com/react-aria/Select.html |
75+
| TagGroup, TagList, Tag | https://react-spectrum.adobe.com/react-aria/TagGroup.html |
76+
| Tooltip, TooltipTrigger | https://react-spectrum.adobe.com/react-aria/Tooltip.html |
7677

7778
## Supported React versions
7879

0 commit comments

Comments
 (0)