Skip to content

Commit

Permalink
Add ClayTooltip to clay | Fixes #1048
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Lancha committed Jul 9, 2018
1 parent 5eb8df8 commit 43029e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/clay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"clay-select": "^2.1.12",
"clay-sticker": "^2.1.12",
"clay-table": "^2.1.12",
"clay-tooltip": "^2.1.12",
"ncp": "^2.0.0",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^3.0.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/clay/src/clay.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ import ClayRadio from 'clay-radio';
import ClaySelect from 'clay-select';
import ClaySticker from 'clay-sticker';
import ClayTable from 'clay-table';
import ClayTooltip from 'clay-tooltip';

export {
ClayAlert,
Expand Down Expand Up @@ -81,4 +82,5 @@ export {
ClaySelect,
ClaySticker,
ClayTable,
ClayTooltip,
};

0 comments on commit 43029e4

Please sign in to comment.