File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @user-interviews/ui-design-system" ,
3- "version" : " 2.0.2 " ,
3+ "version" : " 2.0.3 " ,
44 "dependencies" : {
55 "react-bootstrap" : " ^2.5.0" ,
66 "react-currency-input-field" : " ^3.6.10" ,
Original file line number Diff line number Diff line change 1+ export { default } from './IconButton' ;
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ import Form from 'src/Form';
3636import FormControlLabel from 'src/FormControlLabel' ;
3737import FormGroup from 'src/FormGroup' ;
3838import { Heading , HEADING_PROPS } from 'src/Heading' ;
39+ import IconButton from 'src/IconButton' ;
3940import IconCell from 'src/IconCell' ;
4041import Input from 'src/Input' ;
4142import InputLabel from 'src/InputLabel' ;
@@ -139,6 +140,7 @@ export {
139140 FormGroup ,
140141 Heading ,
141142 HEADING_PROPS ,
143+ IconButton ,
142144 IconCell ,
143145 Input ,
144146 InputLabel ,
You can’t perform that action at this time.
0 commit comments