eui
eui copied to clipboard
Elastic UI Framework 🙌
## Summary closes https://github.com/elastic/eui/issues/7829 I originally started this work hoping it would be a quick fix/workaround solution to the broken docs example, but I quickly realized that `EuiThemeProvider` needed to...
Our current `EuiBasicTable` examples need to be updated to be more accessible using `EuiIconTip`.
## Problem https://eui.elastic.co/#/theming/breakpoints/values#custom-values Broken EuiProvider example: https://github.com/elastic/eui/blob/5c4031565d1f0fef7e08e2377ea5b29bf8963b54/packages/eui/src-docs/src/views/theme/breakpoints/breakpoints.tsx#L54 The PR that broke this was https://github.com/elastic/eui/pull/6949 - we now return early for nested `EuiProvider`s, meaning there can only be one top-level provider...
Datagrid - Rearranging visible columns works on the grid but does not hold state on drop down menu.
- EUI version: 60.0.0 - React version: 18.3.1 - Build tool: webpack **Minimum reproducible sandbox** When using elasticui euidatagrid and trying to the following issues occur: 1. When reordering column...
**Describe the bug** I'm trying to use EUI with Observable Framework (https://observablehq.com/framework/what-is-framework). Observable Framework offers 2 ways to use js libraries, both seem to fail with EUI. When trying to...
Relates to https://github.com/elastic/docsmobile/issues/856 **Describe the bug** We have an intermittent issue where some users see a grey box where icons should be. We've held off on opening the issue because...
# Summary We want to show examples of our components on the EUI+ website that include source code and interactive outputs. Similar to what we do on the [current documentation...
### Acceptance criteria - [ ] All SCSS files have been removed from the component(s) directory - [ ] All SCSS overrides have been removed from the Amsterdam theme -...
# Summary The documentation content page ([`DocRootLayoutMain`](https://github.com/facebook/docusaurus/blob/main/packages/docusaurus-theme-classic/src/theme/DocRoot/Layout/Main/index.tsx) and its children) looks slightly different from the classic docusaurus theme. We need to implement the design changes required for it to match...
# Summary `EuiProvider`'s default global styles are overriding and breaking some docusaurus styles, making its typography unusable. We need to find a way how to balance these two either by...