eui
eui copied to clipboard
Elastic UI Framework 🙌
## Summary There are two parts to this PR: Refactoring (https://github.com/elastic/eui/commit/7617a16d000a86e48ec897a6d9dba0492275c1d5) - Added a single unit test to aid refactoring. - Added an override for kibana root, which we'll need...
>[!IMPORTANT] This is a testing PR for Visual Refresh PoC changes only.
Tables on most of these Content pages look bad. We need to clean this up: https://eui.elastic.co/docs/content/style/
## Description The purpose of this task is to add a `tooltipProps` prop to the `EuiCopy` component instead of passing tooltip props flat to the component type. This helps to...
Borealis introduced substantial changes to our color system in EUI. As part of the initiative, we updated the lists of colors in our docs to reflect the new system. However,...
**Describe the bug** The swatches are not working on https://eui.elastic.co/docs/getting-started/theming/tokens/borders/. They all look identical. None of the border radiuses, etc. are applied. **Impact and severity** It'll likely cause confusion for...
The purpose of this task is to handle more edge-case JSDoc annotations. We currently handle internal references with `@link` (see [PR](https://github.com/elastic/eui/pull/8543)) but there are cases like external links and `@see`...
**Describe the bug** When there are at least 2 primary actions and [expanding rows](https://eui.elastic.co/docs/components/tabular-content/tables/basic/#expanding-rows) on a `EuiBasicTable`, the icon buttons for these can overlap in the responsive/mobile breakpoints. **Impact and...
**Describe the bug** When `EuiSelectable` is rendered in a jsdom environment, for some reason it ends up rendered as: ```html ``` with no options. Applying `listProps={{ isVirtualized: false }}` works:...
**Describe the bug** The new documentation site renders code blocks in list items with no margin between the list item text content and the code block. This leads to the...