Skip to content

Commit

Permalink
chore: starting component dropdown
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandre Gomes <[email protected]>

feat: create emit event for dropdown component

chore: dropdown parameter received

fix: dropdown html ajusted

chore: change padding value for rem

fix: fit: change error message from Portuguese to English

BREAKING CHANGE: fit: change error message from Portuguese to English

fix devhatt#47

chore: method of adding and removing items implemented

fix: fix: implemeted emit in add and remove method

refactor: Dropdown component refactor

chore: test and storybook for Dropdown component

test: tested the dropdwon component

fix: message error for english

chore: add label and width in props

chore: implemented receive css class by props

chore: adjusting dropdwon's position property

fix: removes unnecessary tests

fix: tests names

fix: changing component classes to BEM css

fix: Dropdown component style ajusted

chore: toggleDropdown, openDropdown, closeDropdown,  setLabel, getLabel, setValue, getValue, clearOptions, clearDropdown methods implemented

fix: closeDropdown fixed

reactor: refactor dropdown component

fix: setValue and OnSelect methods fixed
  • Loading branch information
DominMFD authored and PiluVitu committed Mar 27, 2024
1 parent 33f8d57 commit 8aa10e3
Show file tree
Hide file tree
Showing 8 changed files with 3,690 additions and 257 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@
"code-style": "concurrently \"pnpm lint\" \"pnpm stylelint\" \"pnpm prettier\""
},
"devDependencies": {
"@storybook/addon-essentials": "8.0.0-alpha.16",
"@storybook/addon-interactions": "8.0.0-alpha.16",
"@storybook/addon-links": "8.0.0-alpha.16",
"@storybook/blocks": "8.0.0-alpha.16",
"@storybook/html": "8.0.0-alpha.16",
"@storybook/html-vite": "8.0.0-alpha.16",
"@storybook/test": "8.0.0-alpha.16",
"@testing-library/dom": "^9.3.4",
"commitizen": "^4.3.0",
"cross-env": "^7.0.3",
"cz-format-extension": "^1.5.1",
Expand Down
Loading

0 comments on commit 8aa10e3

Please sign in to comment.