Eliza Khachatryan
Eliza Khachatryan
### Description Revisit event names emitted by openCloseComponent util. Emitting `open/close` events when `expanded/collapsed` might be misleading and won't work for cases where we have both props (e.g., list, action-menu)....
### Priority impact p - low ### Summary The helper toggles components via the `open/close` prop, but not user interactions. Enhance it to add coverage for this. ### Desired Outcome...
**Related Issue:** #6172 ## Summary Refactor to consolidate `width/height` and `widthScale/heightScale` into a single property `width` with `s / m / l / auto / full` as options, and `height`...
### Description `private generateFillColor` function should never generate an invalid hex ### Proposed Advantages Simplify code to prevent errors in coordinating background and foreground colors, as this is important for...
### Check existing issues - [x] I have [checked for existing issues](https://github.com/Esri/calcite-design-system/issues) to avoid duplicates ### Actual Behavior **Related issue:** #6456 There is a regression with the focus-trap stacking PR....