Tomasz Kajtoch
Tomasz Kajtoch
## Summary We currently use both `htmlIdGenerator()` (44 usages) and `useGeneratedHtmlId()` (46 usages) in our function components. `useGeneratedHtmlId()` calls `htmlIdGenerator()` internally when running on React 17 and lower (see #7078)...
# Summary Loki is a Visual Regression Testing software that integrates with Storybook. We need to run it in CI for every open PR to ensure no unwanted UI changes...
# 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...
# 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...
# 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...
## 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...
# Summary EuiFlex components are missing props for some of the regularly used flex features, like inline flex styling, flex grow and shrink, and support for the `css` prop. #...
## ✨ Summary Update EUI to support React's [``](https://react.dev/reference/react/StrictMode) feature. Kibana requires this to enable concurrent mode, which is on the horizon. ## ❗ Problem or Opportunity Enabling strict mode...