Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-15 | 3.5 kB | |
v106.0.0 source code.tar.gz | 2025-07-15 | 34.5 MB | |
v106.0.0 source code.zip | 2025-07-15 | 37.5 MB | |
Totals: 3 Items | 72.0 MB | 0 |
- Added
colorModes
prop toEuiSelectableTemplateSitewide
to support granular control over the appliedcolorMode
for the search and popover components (#8806) - Added high contrast mode specific color values for
colors.vis
andcolors.severity
tokens in light color mode (#8800) - Added new
refresh
design for input styles on form picker components: (#8778) EuiComboBox
EuiFilePicker
EuiDatePicker
EuiSuperDatePicker
- Updated the font size of
xs
sizeEuiButtonEmpty
to14px
(#8778) - Added a new
backgroundStyle
prop to theEuiFlyoutChild
component. (#8847) - Updates to
EuiFlyoutSessionProvider
(#8846) - Remove the onUnmount callbacks from various flyout configurations
- Consolidate unmount behavior with a single onUnmount prop at the provider level.
- Removed onCloseFlyout and onCloseChildFlyout from the flyout render context.
- Fixed the canGoBack logic in packages/eui/src/components/flyout/sessions/use_eui_flyout.ts.
- Added new
refresh
design for input styles and form layout components: (#8767) EuiFieldText
EuiFieldNumber
EuiFieldPassword
EuiFieldSearch
EuiTextarea
EuiSelect
EuiSuperSelect
EuiFormControlLayout
EuiFormControlLayoutDelimited
EuiFormControlLayoutIcons
EuiFormLabel
EuiFormErrorText
- Added semantic tokens: (#8767)
colors.borderInteractiveFormsHoverPlain
colors.borderInteractiveFormsHoverDanger
- Added component tokens: (#8767)
components.forms.backgroundDropping
components.forms.borderFocused
components.forms.borderInvalid
components.forms.borderHovered
components.forms.borderInvalidHovered
components.forms.borderAutofilledHovered
components.forms.clearButtonBackground
- Updated values for tokens: (#8767)
colors.textWarning
colors.borderStrongPrimary
colors.borderStrongAccent
colors.borderStrongAccentSecondary
colors.borderStrongNeutral
colors.borderStrongSuccess
colors.borderStrongWarning
colors.borderStrongRisk
colors.borderStrongDanger
components.forms.backgroundReadOnly
Bug fixes
- Fixed the screen reader output in
EuiProgress
when a node is passed in thelabel
prop (#8856) - Removed unnecessary
title
attributes forlabel
andvalueText
inEuiProgress
(#8856) - Fixed wrong initialization options on
EUI_VIS_COLOR_STORE
which resulted in partially wrong initial color values for staticeuiPalette{name}
functions (e.g.euiPaletteForTemperature
) (#8844)
Breaking changes
- Removed custom style overrides for
EuiSelectableTemplateSitewide
search insideEuiHeader
- Use thecolorModes
prop onEuiSelectableTemplateSitewide
instead to control the color mode output. (#8806)