File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @code4rena/components-library" ,
3
- "version" : " 1.2 .0" ,
3
+ "version" : " 2.0 .0" ,
4
4
"description" : " Code4rena's official components library " ,
5
5
"types" : " ./dist/lib.d.ts" ,
6
6
"exports" : {
Original file line number Diff line number Diff line change 1
1
export * from "./Alert" ;
2
+ export * from "./Avatar" ;
2
3
export * from "./Button" ;
4
+ export * from "./Card" ;
3
5
export * from "./ContestStatus" ;
4
6
export * from "./ContestTile" ;
5
7
export * from "./Dropdown" ;
6
8
export * from "./EyebrowBar" ;
7
9
export * from "./Input" ;
8
10
export * from "./NavBar" ;
9
- export * from "./Tag" ;
10
- export * from "./Card" ;
11
+ export * from "./Tag" ;
Original file line number Diff line number Diff line change 1
1
export * from "./Alert/Alert.types" ;
2
+ export * from "./Avatar/Avatar.types" ;
2
3
export * from "./Button/Button.types" ;
3
4
export * from "./Card/Card.types" ;
4
5
export * from "./ContestStatus/ContestStatus.types" ;
You can’t perform that action at this time.
0 commit comments