-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: input component: adds searchbox, textarea and textinput compone…
…nts (#40) * Initial commit of input components * Optimizes Input, fixes missing d.ts files for prod build. * Updates close button SVG, adds color spec'd in Figma * chore(release): 0.0.1 * fix: search box: make button semantic to forms, update scss * fix: input component: breaks textarea and input into separate components * fix: adds missing file: adds untracked textinput to project * feat: input component: adds html escape * chore: scss: updates type definitions * feat: input component: adds searchbox, textarea and textinput components * chore: webpack: reverts local change * fix: hooks: update to match current project architecture * chore: type defs: remove gitignore defs * chore: styles: remove unreferenced variable * fix: pr feedback: use css vars plus optimize nullchecks, hook and interface * chore: code coverage: adds input unit tests * chore: input component: adds typing and optimizes null check * chore: input component: adds typing * feat: input component: ensure the clear text button hides when value is empty people may spam the delete button to clear the text * feat: input component: ensures type change is committed
- Loading branch information
1 parent
294f1b4
commit 56d7ffe
Showing
22 changed files
with
1,600 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.