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 11{
22 "name" : " @code4rena/components-library" ,
3- "version" : " 1.2 .0" ,
3+ "version" : " 2.0 .0" ,
44 "description" : " Code4rena's official components library " ,
55 "types" : " ./dist/lib.d.ts" ,
66 "exports" : {
Original file line number Diff line number Diff line change 11export * from "./Alert" ;
2+ export * from "./Avatar" ;
23export * from "./Button" ;
4+ export * from "./Card" ;
35export * from "./ContestStatus" ;
46export * from "./ContestTile" ;
57export * from "./Dropdown" ;
68export * from "./EyebrowBar" ;
79export * from "./Input" ;
810export * from "./NavBar" ;
9- export * from "./Tag" ;
10- export * from "./Card" ;
11+ export * from "./Tag" ;
Original file line number Diff line number Diff line change 11export * from "./Alert/Alert.types" ;
2+ export * from "./Avatar/Avatar.types" ;
23export * from "./Button/Button.types" ;
34export * from "./Card/Card.types" ;
45export * from "./ContestStatus/ContestStatus.types" ;
You can’t perform that action at this time.
0 commit comments