eui
eui copied to clipboard
Elastic UI Framework 🙌
[EuiProgress] `-moz-progress-bar` style throws an error during `insertRule` in non-firefox browsers
**Describe the bug** When rendering EuiProgress in browsers other than Firefox, a console error is printed out due to the `:-moz-progress-bar` pseudoselector being unrecognized. This happens when `insertRule` is used...
**Describe the bug** When grid has a static height and `customBodyRender` , the table width is more than the container which results in a horizontal scrollbar. This phenomenon is also...
## Describe the bug Time is not highlighted in the time picker after the date changes, either by selecting a new day in the calendar view, or by typing in...
## ✨ Summary Assess whether leveraging CSS variables for theming could represent significant performance gains, namely in Kibana. ## ❗ Problem or Opportunity Handling of theming, color mode, etc in...
## Description This issue is a follow-up to [this PR](https://github.com/elastic/eui/pull/8198). After implementing [eslint-plugin-deprecation](https://www.npmjs.com/package/eslint-plugin-deprecation) there are linting warnings left around deprecated code. We want to replace the deprecated usages with the...
**Problem Statement** Wildcard exports in the main entry file (but also in other files in nested folders) cause tests to need to load and parse almost every file in the...
# Summary We want to improve the local development experience by adding a proper watch mode to the theme packages workspaces. The workspaces that should be updated as part of...
We don't currently offer a 12px padding option for our `EuiPopover` components or any of the subcomponents within (`EuiPopoverTitle`, `EuiPopoverFooter`). We have `s` (8px) and `m` (16px) sizes. Alone, this...