Tomasz Kajtoch

Results 65 issues of 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)...

good first issue
tech debt
task

# 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...

blocked
task

# 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...

EUI Plus
task
New EUI site

# 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...

EUI Plus
New EUI site

# 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). ![Image](https://github.com/elastic/eui/assets/1282498/7f108b23-edc9-4006-baa4-85cf43dd22b0) >⚠ _*Please note that this design file is not considered final, and there may...

task
New EUI site

# Summary The new documentation website comes with a fresh and improved typography. We need to implement the UI changes it requires. ![Image](https://github.com/elastic/eui/assets/1282498/1ccc8c2e-f767-4809-a873-9ee5ebeb8c84) # 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...

skip-changelog
stale-pr
infrastructure

# 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. #...

feature request

## ✨ 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...

tech debt