[UIK-5351][theme] Add more variables to theme#3039
Conversation
|
@j-mnizhek @ilyabrower i found a bug here |
I fixed this, the reason: I was experimenting with moving some old variables to the control group (as Ilia proposed) and forgot to mark it as deprecated |
…elements (#3045) ## Changelog ### @semcore/dropdown-menu #### Fixed - `preventFocusByClick` handler - skip draggable elements. <!--- Provide a general summary of your changes in the Title above --> ## Motivation and Context <!--- Why is this change required? What problem does it solve? --> <!--- If it fixes an open issue, please link to the issue here. --> ## How has this been tested? <!--- Please describe in detail how you tested your changes. --> <!--- For example: --> <!--- I have added unit tests --> <!--- I have added Voice Over tests --> <!--- Code cannot be tested automatically so I have tested it only manually --> ## Screenshots (if appropriate): ## Types of changes <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> - [X] Bug fix (non-breaking change which fixes an issue). - [ ] New feature (non-breaking change which adds functionality). - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected). - [ ] Nice improve. ## Checklist: <!--- Go over all the following points, and put an `x` in all the boxes that apply. --> <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> - [ ] I have updated the documentation accordingly. - [ ] I have added new tests on added of fixed functionality.
ilyabrower
left a comment
There was a problem hiding this comment.
It looks like the tokens are sorted alphabetically, but previously they were sorted by meaning. Were these changes necessary?
Yep, it's necessary for now, alphabetical order is temporary, just for convenience during the updating styles |
|
@ilyabrower @j-mnizhek after merge release/v17 i see that new wizard styled not applied |




Changelog
@semcore/theme
Added
Motivation and Context
How has this been tested?
Manually.
Types of changes
Checklist: