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 first boilerplate * feat: input work in progress * feat(input): more attributes are defined * feat(input): set validity with custom validation * feat(input): styling input * feat: input error validation and label defined * feat(input): added input medium features * feat(input): added input large, added all types * test(input): some tests are added * test: fix esbuild plugin causes ts decorators dont run * test(input): test coverage increased * refactor(input): linter fixes * docs(input): story file created * docs(storybook): adding user interaction test addon * feat: adding reportValidity method * docs(storybook): adding basic input ant input labels * refactor: linter fixes * fix(input): label-fixed placeholder visibility * test: include styles in unit tests (#133) Co-authored-by: Murat Çorlu <[email protected]> * test: clean forgotten tag in test html * test: dependency fix * refactor: linter fix * refactor: linter fix * fix(storybook): version fixed to 6.5.5 * docs(input): storybook doc improved * fix(input): css lint fix * fix(input): css part definition forgotten in the code * fix(input): font style fixed * fix(input): ui fixes with new rem sizes * chore(storybook): multi column demos aligned top * refactor(input): private properties pointed, better jsdoc * refactor: better web component analyzer * fix(input): placeholder color fix * fix(design): duplicate colors removed * fix(input): label bg color fixed Co-authored-by: mehmet.tanas <[email protected]>
- Loading branch information