v75.1.0
- Added padding to
EuiStep
title to better align with icon (#6555) - Added a new
lineNumbers.annotations
API toEuiCodeBlock
. This new feature displays an informational icon next to the specified line number(s), providing more context via popover (#6580)
Bug fixes
- Fixed bug in
EuiRange
where styles were applied incorrectly when custom ticks were passed butshowTicks
were false (#6588) - Fixed
fleetApp
andagentApp
icons that were swapped (#6590)
CSS-in-JS conversions
- Converted
EuiSteps
to Emotion; Removed$euiStepStatusColorsToFade
,$euiStepNumberSize
,$euiStepNumberSmallSize
, and$euiStepNumberMargin
(#6555)