-
Notifications
You must be signed in to change notification settings - Fork 53
fix(Dropdown): rename combobox
to root
in dropdownSearchInputStyles
#816
Conversation
I tried to enforce |
…thub.com/stardust-ui/react into fix/dropdown-search-inpur # Conflicts: # CHANGELOG.md
Codecov Report
@@ Coverage Diff @@
## master #816 +/- ##
=======================================
Coverage 93.54% 93.54%
=======================================
Files 21 21
Lines 728 728
Branches 69 69
=======================================
Hits 681 681
Misses 47 47 Continue to review full report at Codecov.
|
CHANGELOG.md
Outdated
@@ -46,6 +49,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm | |||
- Exports `Menu`'s variables as `MenuItem` and `MenuDivider`'s variables in `Teams` theme @mnajdova ([#814](https://github.com/stardust-ui/react/pull/814)) | |||
- Fix `Avatar` - Add white circle border in contrast theme @bcalvery ([#795](https://github.com/stardust-ui/react/pull/795)) | |||
- Dix `MenuDivider` not shown on horizontal `Menu` @mnajdova ([#813](https://github.com/stardust-ui/react/pull/813)) | |||
- Add `root` to `dropdownSearchInputStyles` @layershifter ([#816](https://github.com/stardust-ui/react/pull/816)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
already have the entry at line 24 :)
@@ -6,6 +6,8 @@ const dropdownSearchInputStyles: ComponentSlotStylesInput< | |||
DropdownSearchInputProps, | |||
DropdownVariables | |||
> = { | |||
root: {}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What was the motivation for this? As I see in DropdownSearchInput.tsx
we are not using styles.root, nor classes.root. I don't understand why we need this?
root
to dropdownSearchInputStyles
combobox
to root
in dropdownSearchInputStyles
…st-ui/react into fix/dropdown-search-inpur
Fixes #753.
BREAKING CHANGES
This PR will affect you only if you're using custom styling for
DropdownSearchInput
component.Before
After