Enhancements
- Removed padding from the details container in
EmptyStateto account for new illustration size (#3069) - Added
blueDarkto the list of possiblecolorvalues for anIconwith a backdrop (#3076) - Improved responsive layout for secondary actions in
Banner(#3093)
Bug fixes
- Added
flex: 1 1 autotoBanner.ContentWrapperCSS selector (#3062) - Fixed mis-alignment on
Pageaction rollup (#3064) - Ensured Sass mixins can compile in Dart Sass (#3064)
- Added a border to
TextFieldwhen focus is lost after autofill is implemented(#3075) - Fixed alignment of
ResourceItemwhen there is no media (#3080) - Fixed stacking order of
CloseButtononModalwithout a title (#3077)
Documentation
- Updated AppProvider test component information (thanks to @jprosevear for the pull request)
Development workflow
- Updated sewing-kit to v0.132.2 and storybook to v5.3.19 (#3072)