Eliza Khachatryan
Eliza Khachatryan
**Related Issues** #3099 #3724 #3725 #3667 ### Background We have an issue with components using nested popper.js. Instead of overflowing, these are contained within the component. eg. if placed inside...
### Description Implement `openCloseComponent` Interface. ### Acceptance Criteria Components implement the interface to consistently handle emitting `open`, `beforeOpen`, `close`, `beforeClose` events. ### Relevant Info Related to PR #4975 and original...
### Actual Behavior In selection mode multi-children, clicking on parent selects/deselects all as well as highlights for the occasion, but it won’t highlight if all items are selected, also won’t...
### Description Add an `opacity` transition to all components with opening/closing behavior for consistency. ### Acceptance Criteria All components with an open/close UI transition with `opacity`. ### Relevant Info The...
**Related Issue:** #3668 ## Summary Refactors box-shadow, linear-gradient, etc for clarity and adds support for RTL.
**Related Issue:** #3668 ## Summary Refactors to add support for RTL.
**Related Issue:** #5206 All (before)open/close events are emitted on modal regardless of transition duration.
**Related Issue:** #3668 ## Summary Refactors to add support for RTL.
Related Issue: [#3682](https://github.com/Esri/calcite-components/issues/3682) ### Actual Behavior The component doesn't currently support the `bordered` + `center` combination. I checked back to beta84 and it seems like it never did. `bordered layout="center"`...
**Related Issue:** #3682 ## Summary The centering currently is achieved by applying justify-content: center to the flex container. However, there is a problem with this method when the flex item...