Skip to content

Commit 0884d53

Browse files
author
Dave Ferris
committed
Correctly export Tooltip and upgrade to 1.7.1
1 parent da219ce commit 0884d53

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@user-interviews/ui-design-system",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"dependencies": {
55
"react-select": "^3.0.8",
66
"react-transition-group": "^4.3.0",

src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import {
2121
SELECT_SIZES,
2222
SingleSelect,
2323
} from 'src/Select';
24+
import Tooltip from 'src/Tooltip';
2425
import TrackedButton from 'src/TrackedButton';
2526

2627
export {
@@ -40,6 +41,7 @@ export {
4041
RadioButtonGroup,
4142
SELECT_SIZES,
4243
SingleSelect,
44+
Tooltip,
4345
TrackedButton,
4446
useFlash,
4547
withFlash,

0 commit comments

Comments
 (0)