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

AP-544 Implement Text Inputs #45

Merged
merged 3 commits into from
Aug 13, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ tsconfig.tsbuildinfo
/colors
/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 @@ -61,6 +61,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)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't include Steppers, that file has been deleted


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

Expand Down
Loading