| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-09-14 | 2.5 kB | |
| v122.0.0 source code.tar.gz | 2026-09-14 | 38.4 MB | |
| v122.0.0 source code.zip | 2026-09-14 | 41.9 MB | |
| Totals: 3 Items | 80.2 MB | 1 | |
@elastic/eui v122.0.0
- Added Ctrl/Cmd+C support on
EuiDataGridto copy the focused cell value when no text is selected (#9995)
Bug fixes
- Fixed
EuiDataGridcopy/paste shifting body rows one column right of the headers when control columns were present (#9954)
Breaking changes
- Changed the
refofEuiSuperSelectfrom the class instance to anEuiSuperSelectRefobject, which exposesopenPopover()andclosePopover()(#9972)
Accessibility
- Improved the accessibility of
EuiSelectableby removing redundant "Checked option." screen-reader text (checked state is already conveyed viaaria-checked/aria-selected) (#9850) - Improved the accessibility of
EuiSelectableandEuiComboBoxby moving thetitleattribute to the inner text element, preventing duplicate screen-reader announcements of option names (#9850)
@elastic/eui-illustrations v1.1.0
- Added
attachments,detection,discovery,fieldExtraction,generatePreview,knowledgeIndicator,noData,processorsError,processorsLoading, andprocessorsPreviewillustrations (#10001)
@elastic/eui-test-helpers v1.7.0
- Added
EuiTreeViewObject, a Playwright Component Object forEuiTreeView(#10025) - Added
EuiToolTipObject, a Playwright Component Object forEuiToolTip(#10026) - Added
EuiContextMenuObject, a Playwright Component Object forEuiContextMenu(#10013) - Added
EuiColorPickerObject, a Playwright Component Object forEuiColorPicker(#10020)
Bug fixes
- Fixed Component Objects not finding components whose
data-test-subjholds several space-separated tokens, such asEuiColorPicker. The root now matches one token, following Kibana'sdata-test-subjconvention (#10015)