Skip to content

Commit

Permalink
Merge pull request #59 from Giveth/export-types
Browse files Browse the repository at this point in the history
Export types
  • Loading branch information
MohammadPCh authored Aug 18, 2022
2 parents 1bd1977 + 9ee8242 commit 6c4899c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@giveth/ui-design-system",
"version": "1.8.14",
"version": "1.8.15",
"files": [
"/lib"
],
Expand Down
9 changes: 9 additions & 0 deletions src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export * from './typography/ButtonText';

export * from './buttons/Button';
export * from './buttons/OulineButton';
export * from './buttons/type';

export * from './buttonLinks/ButtonLink';
export * from './buttonLinks/OulineButtonLink';
Expand Down Expand Up @@ -110,24 +111,31 @@ export * from './icons/arrowCircles/ArrowCircleBottom';
export * from './icons/arrowCircles/ArrowCircleLeft';
export * from './icons/arrowCircles/ArrowCircleRight';
export * from './icons/arrowCircles/ArrowCircleTop';

export * from './icons/arrows/ArrowBottom';
export * from './icons/arrows/ArrowLeft';
export * from './icons/arrows/ArrowRight';
export * from './icons/arrows/ArrowTop';

export * from './icons/carets/CaretDown';
export * from './icons/carets/CaretLeft';
export * from './icons/carets/CaretRight';
export * from './icons/carets/CaretUp';

export * from './icons/chevrons/ChevronDown';
export * from './icons/chevrons/ChevronLeft';
export * from './icons/chevrons/ChevronRight';
export * from './icons/chevrons/ChevronUp';

export * from './icons/pointers/PointerLeft';
export * from './icons/pointers/PointerRight';

export * from './icons/giv-economy/Back';
export * from './icons/giv-economy/Farm';
export * from './icons/giv-economy/Garden';
export * from './icons/giv-economy/Stream';

export * from './icons/Archiving';
export * from './icons/AlertCircle';
export * from './icons/AlertTriangle';
export * from './icons/Bell';
Expand Down Expand Up @@ -165,6 +173,7 @@ export * from './icons/Overview';
export * from './icons/GasStation';
export * from './icons/Fund';
export * from './icons/AlertTriangleOutline';
export * from './icons/type';

export * from './currency-icons/ETH';
export * from './currency-icons/Giveth';
Expand Down

0 comments on commit 6c4899c

Please sign in to comment.