Tomasz Kajtoch

Results 65 issues of Tomasz Kajtoch

## Summary This fixes the generation of `i18ntokens.json` and `i18ntokens_changelog.json` files used to determine whether there have been any changes to i18n token names or default messages since the last...

skip-changelog

**Describe the bug** When rendering `EuiFlyoutResizable` in the jest test environment, it results in the following warning being printed out: ``` Warning: Function components cannot be given refs. Attempts to...

testing
good first issue

# Summary The EUI package is currently built 5 times for each target separately using Babel. Babel is called synchronously for each target, making the build process longer than it...

tech debt

Note: The PR is marked as draft because it needs marking new exports as beta. Other than that it's good to review! ## Summary Resolves https://github.com/elastic/eui/issues/8964 This PR adds basic...

## Elevator pitch The new Kibana Chrome will require elements to use responsive styles based on the container they're in, not the size of the screen. We'll add helpers for...

**Problem Statement** Reacting to a specific (named) container's size is currently impossible in EUI from the JS world. We need a `useEuiContainerQuery` hook that provides container query features in JS,...

**Requestor** @jorgeoliveira117 **Problem Statement** Currently, the AT output is too verbose. We provide custom text instructions as well as `aria-checked` and `aria-activedescendant` attributes, which result in duplicated information. **Proposed Solution**...

accessibility

**Problem Statement** Working with container queries in Emotion is not standardized. **Proposed Solution** EUI should provide utilities to work with container queries, specifically: * `euiContainer(name: string, type?: ContainerType): string` *...

## ✨ Summary [EuiIcon](https://eui.elastic.co/docs/components/display/icons/) currently causes substantial, user-perceivable rendering issues in Kibana and creates friction in any non-[webpack](https://webpack.js.org/) environment. We can solve this, amongst other problems, by refactoring EuiIcon to...

tech debt