Lene Gadewoll
Lene Gadewoll
## Summary 🚧 This PR is still being edited to ensure the changes are explained and commented 🚧 This PR adds code snippets to our stories. 🦄 👩💻 The code...
## Summary Relates to #7482. This PR adds more stories for components with the letter P: - EuiResizableContainer - EuiResizablePanel - EuiShowFor - EuiSearchBar - EuiSearchFilters - EuiSpacer - EuiStat...
## Summary This is part 2 of #7690 (see part 1 [here](https://github.com/elastic/eui/pull/7700)) closes #7690 This PR updates EuiSelectable to support the two props `toolTipContent` and `toolTipProps` to be passed to...
## Summary This PR is the first part of updates for #7690 This PR updates `EuiComboBox` to support the two props `toolTipContent` and `toolTipProps` to be passed to combobox options...
# Summary Create Storybook playground stories for EUI components whose names start with the letter T. This is a part of #7405. Components to create stories for: * [ ]...
## Summary Our storybook utils to disable/hide/move component props in the controls table are currently generating and returning objects without context of any existing entries on the config it adds...
## Summary When installing `@loki/create-async-callback` from npm its [types](https://github.com/oblador/loki/blob/master/packages/create-async-callback/index.d.ts) are not included in the package. Similar to this [previous PR](https://github.com/oblador/loki/pull/500) for `@loki/is-loki-running` this PR ensures the types are included in...
## Summary closes: #7795 relates to #7822 >[!IMPORTANT] > ~Parts of this PR (anything related to the ColorModeToggle) was added as a separate PR [here](https://github.com/elastic/eui/pull/7846) but kept in this PR...
## Summary relates to #7822 This PR updates `EuiGlobalStyles` to support conditionally enabling/disabling global base styles instead of completely disabling all added styles via `` This would allow for a...
## Description While working on this [bugfix](https://github.com/elastic/eui/issues/7780) on `EuiDataGrid` we noticed that the `gridStyles` prop does not trigger a recalculation of cell heights. While it's generally not expected to impact...