| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-13 | 3.1 kB | |
| v117.0.0 source code.tar.gz | 2026-07-13 | 35.0 MB | |
| v117.0.0 source code.zip | 2026-07-13 | 38.6 MB | |
| Totals: 3 Items | 73.6 MB | 0 | |
@elastic/eui v117.0.0
- Added
EuiIllustrationfor rendering SVG illustrations (e.g. from@elastic/eui-illustrations) that respond to the active EUI color mode (#9779) - Added
compressedprop toEuiSearchBarto enable compact display mode for the search box and filter buttons (#9743) - Added
addToChatglyph toEuiIcon(#9768) - Updated
EuiCallOut: (#9642)- Updated component styles
- Added
textprop onEuiCallOutwhich renders the main, inline callout description text - use this instead ofchildrenwhere possible - Added
actionPropsprop onEuiCallOutwhich renders primary and secondary action buttons
- Added
showErrorTooltip(defaulting totrue) toEuiSearchBarto allow consumers to opt-out of the built-in parse-error tooltip (#9773)
Bug fixes
- Fixed
EuiToastcutting off absolute positioned content by removingoverflow: hidden. (#9791) - Fixed
EuiFlyoutcontainer-scoped flyouts shrinking below usable widths for named sizessandmby applying minimum width floors derived from theme breakpoints (#9787) - Fixed
EuiSelectablewith group labels rendering options with stale heights (#9770)
Breaking changes
- Removed the
accentvariant forcoloronEuiCallOut(#9642)
@elastic/eui-docusaurus-theme v2.5.0
- Wrapped the documentation heading anchor link
EuiButtonIconin anEuiToolTipinstead of using the nativetitleattribute (#9771) - Wrapped navbar icon links and toggles in
EuiToolTipinstead of using the nativetitleattribute (#9771) - Added vertical spacing around MDX code blocks in the Docusaurus theme. (#9762)
Bug fixes
- Disabled the fullscreen button for one-liner code snippets on the docs site. (#9792)
- Fixed the docs Demo source editor to match the selected color mode. (#9769)
- Fixed the docs navbar to switch to mobile navigation at tablet widths. (#9738)
- Added
EuiThemeProvideronDemoPreviewto reset doc level overrides. (#9642)
Dependency updates
- Replaced
codesandboxwithlz-string@^1.5.0for CodeSandbox demo parameter encoding, removing vulnerable transitive dependencies fromaxios. (#9790)