eui
eui copied to clipboard
Elastic UI Framework 🙌
**Describe the problem** @kyrspl && @cee-chen are making a dismiss (close) button to `EuiCallout` in #7156. They proposed moving the heading (title) before the dismiss button in the source order...
**Describe the problem, pt. 1 - dual range sliders in popovers** The [inputs with range in dropdown](https://eui.elastic.co/#/forms/range-sliders#inputs-with-range-in-a-dropdown) dual range sliders have two range slider handles that need accessible labels. Screenshot...
## Summary This PR optimizes browser reflows for `EuiResizableFlyout` by no longer toggling the `euiBody--hasFlyout` class or modifying body padding when the flyout size changes. This has a significant impact...
## Summary Currently, it's very difficult in Kibana for a plugin that provides a common usage of EuiDataGrid (ex: triggers_actions_ui) to allow plugins that consume the dependent plugin (ex: security...
**Describe the bug** The `EuiInMemoryTable` assigns the `euiTableRow-isSelectable` class to non-selectable rows. **Impact and severity** The impact is largely felt when writing automated tests. For example, [this routine](https://github.com/elastic/kibana/blob/0f1a6e3/test/functional/services/listing_table.ts#L72) in Kibana's...
# Summary We need to research the best way to add docs versioning to the new documentation site based on docusaurus. The new website will host documentation for multiple libraries...
**Describe the problem** While auditing some Kibana items, I discovered a recurring color contrast issue in the heading breadcrumbs. I traced it to the [EuiHeader](https://eui.elastic.co/#/layout/header) component, specifically the blue breadcrumb...
## Summary closes https://github.com/elastic/eui/issues/6804 reverts https://github.com/elastic/eui/pull/6817 (`isFocused` workaround should no longer be needed) This PR adds a `preventCopy` prop to EuiScreenReaderOnly, and applies said functionality to `EuiDataGrid` to prevent customers...
**Describe the problem** According to the recent [kibana issue](https://github.com/elastic/kibana/issues/176219) EUI input fields borders have contrast ratios below 3:1 and don't meet the WCAG AA contrast ratio requirement. The same may...
## Summary This PR adds support to `EuiButtonGroup` for displaying button titles as `EuiTooltip` components instead of using the default browser behaviour: Notes: - Tooltips are only shown when `isIconOnly`...