-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(selectable search): add isCondensed prop to `SelectableSearchInp…
…ut` component (#2809) * feat(selectable-search): add isCondensed prop to input * feat(selectable-search-input): set height of SelectableSelect when isCondensed for SelectableSearchInput * feat(selectable-search): add readme and changeset * feat(selectable-search): add isCondensed fontsize for select dropdown options * fix(selectable-search-input): fix dropdown styles * refactor(selectable-search-input): simplify select styles --------- Co-authored-by: Jonathan Creasman <[email protected]> Co-authored-by: Sarah Brolley <[email protected]> Co-authored-by: Douglas Egiemeh <[email protected]> Co-authored-by: Carlos Cortizas <[email protected]> Co-authored-by: Carlos Cortizas <[email protected]>
- Loading branch information
1 parent
f541656
commit adaa8dc
Showing
7 changed files
with
38 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@commercetools-uikit/selectable-search-input': minor | ||
--- | ||
|
||
Add isCondensed prop that when set to true, condenses the input height, icon size and font size. |
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