Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
Merge pull request #45 from apollographql/mkoneval/text-inputs
Browse files Browse the repository at this point in the history
AP-544 Implement Text Inputs
  • Loading branch information
Justin Anastos authored Aug 13, 2019
2 parents bf7e8a2 + cb4d651 commit 445a7c2
Show file tree
Hide file tree
Showing 11 changed files with 728 additions and 19 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ tsconfig.tsbuildinfo
/emotionCacheProviderFactory
/fonts
/icons
/TextField
/Modal
/Card
/shared
Expand Down
1 change: 1 addition & 0 deletions .storybook/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module.exports = ({ config }) => {
loader: require.resolve("awesome-typescript-loader"),
options: {
declaration: false,
transpileOnly: true,
},
},
],
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ _From #57_
- Edit Modal prop descriptions, fix margin top on children [#41](https://github.com/apollographql/space-kit/pull/41)
- Export constant from `colors` instead of requiring `import * as colors` (#35)
- Add Card component (#34)
- Text Inputs and Steppers [(#45)](https://github.com/apollographql/space-kit/pull/45)

## [`v0.6.2`](https://github.com/apollographql/space-kit/releases/tag/v0.6.2)

Expand Down
Loading

0 comments on commit 445a7c2

Please sign in to comment.