eui
eui copied to clipboard
Elastic UI Framework 🙌
## Summary relates to #7822 This PR updates `EuiGlobalStyles` to support conditionally enabling/disabling global base styles instead of completely disabling all added styles via `` This would allow for a...
The new filtering UX on table cell hovers above the row. If the user scrolls then this badge can be hidden behind the table header and rendered unclickable.  Also,...
# Summary Within the Avatar component, for the purposes of rendering initials, the text colour is selected based either the selected or generated background colour: https://github.com/elastic/eui/blob/8e3592322e4a36f83edcdfc29af9e66dddd91cde/packages/eui/src/components/avatar/avatar.tsx#L164-L168 Currently, the logic simplistically...
# Summary Implement basic design changes to match the **site header** from the [design file](https://www.figma.com/file/g5Vk0k2DgeQPCPBoWmun2U/EUI%2B-docs?type=design&node-id=0-1&mode=design&t=tPY9scfTdppfpKYA-0).  >⚠ _*Please note that this design file is not considered final, and there may...
# Summary The new documentation website comes with a fresh and improved typography. We need to implement the UI changes it requires.  # Acceptance Criteria - The content typography...
## Description While working on this [bugfix](https://github.com/elastic/eui/issues/7780) on `EuiDataGrid` we noticed that the `gridStyles` prop does not trigger a recalculation of cell heights. While it's generally not expected to impact...
At least with single selection turned on, the clearable button only exists when you have an item selected. But to easily clear something that was typed, it would be good...
## Summary Resolves https://github.com/elastic/eui/issues/7617. This PR adds a new buildkite step to run Loki in CI for open pull requests. ## QA QA needs to be done manually after merging...
EuiPortal should be able to use different portal target than document.body based on provided Context
**Is your feature request related to a problem? Please describe.** I'm trying to render EuiFlyouts inside the child window opened via `window.open`. Most of the things work except for Flyouts/Modals...
## Summary Closes #7778 The main idea in this PR is to enable multi-windowed React development with EUI, for example in Electron. The change is purely bug-fixing and does not...