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 1
1
{
2
2
"name" : " @user-interviews/ui-design-system" ,
3
- "version" : " 2.0.2 " ,
3
+ "version" : " 2.0.3 " ,
4
4
"dependencies" : {
5
5
"react-bootstrap" : " ^2.5.0" ,
6
6
"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';
36
36
import FormControlLabel from 'src/FormControlLabel' ;
37
37
import FormGroup from 'src/FormGroup' ;
38
38
import { Heading , HEADING_PROPS } from 'src/Heading' ;
39
+ import IconButton from 'src/IconButton' ;
39
40
import IconCell from 'src/IconCell' ;
40
41
import Input from 'src/Input' ;
41
42
import InputLabel from 'src/InputLabel' ;
@@ -139,6 +140,7 @@ export {
139
140
FormGroup ,
140
141
Heading ,
141
142
HEADING_PROPS ,
143
+ IconButton ,
142
144
IconCell ,
143
145
Input ,
144
146
InputLabel ,
You can’t perform that action at this time.
0 commit comments