We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da219ce commit 0884d53Copy full SHA for 0884d53
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@user-interviews/ui-design-system",
3
- "version": "1.7.0",
+ "version": "1.7.1",
4
"dependencies": {
5
"react-select": "^3.0.8",
6
"react-transition-group": "^4.3.0",
src/index.js
@@ -21,6 +21,7 @@ import {
21
SELECT_SIZES,
22
SingleSelect,
23
} from 'src/Select';
24
+import Tooltip from 'src/Tooltip';
25
import TrackedButton from 'src/TrackedButton';
26
27
export {
@@ -40,6 +41,7 @@ export {
40
41
RadioButtonGroup,
42
43
44
+ Tooltip,
45
TrackedButton,
46
useFlash,
47
withFlash,
0 commit comments