Skip to content

Commit

Permalink
refactor: ion typography using styled-components (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-moreira-brisa authored Apr 17, 2024
1 parent 0e418b1 commit d5fbca9
Show file tree
Hide file tree
Showing 28 changed files with 677 additions and 411 deletions.
4 changes: 2 additions & 2 deletions src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ export * from './chip';
export * from './icons';
export * from './steps';
export * from './tab';
export * from './tag';
export * from './tabGroup';
export * from './typhography';
export * from './tag';
export * from './typography';
100 changes: 0 additions & 100 deletions src/components/typhography/body/__snapshots__/body.spec.tsx.snap

This file was deleted.

18 changes: 0 additions & 18 deletions src/components/typhography/body/body.tsx

This file was deleted.

21 changes: 0 additions & 21 deletions src/components/typhography/body/styles.ts

This file was deleted.

This file was deleted.

63 changes: 0 additions & 63 deletions src/components/typhography/heading/styles.ts

This file was deleted.

30 changes: 0 additions & 30 deletions src/components/typhography/typhography.types.ts

This file was deleted.

27 changes: 0 additions & 27 deletions src/components/typhography/utils-typhography/defaultColor.spec.ts

This file was deleted.

26 changes: 0 additions & 26 deletions src/components/typhography/utils-typhography/defaultColor.ts

This file was deleted.

18 changes: 0 additions & 18 deletions src/components/typhography/utils-typhography/defaultSizes.spec.ts

This file was deleted.

13 changes: 0 additions & 13 deletions src/components/typhography/utils-typhography/defaultSizes.ts

This file was deleted.

Loading

0 comments on commit d5fbca9

Please sign in to comment.