v3.9.6
Added
Button
: add support ofisSelected
inlow
emphasis (in addition tomedium
).
Changed
DatePicker
: update day buttons to use standard button stylesChip
: add border and background color CSS variable theming on selected state.SideNavigationItem
: add border CSS variable theming on selected state.Button
: deprecated variables--lumx-button-emphasis-selected-state-default-padding-horizontal
,
--lumx-button-emphasis-selected-hover-hover-padding-horizontal
and
--lumx-button-emphasis-selected-hover-active-padding-horizontal
(use the baselow
ormedium
emphasis padding)
Fixed
NavigationItem
: fix focus outline in dark themeNavigationSection
: fix props forwardingNavigationItem
: fix border left & right impacting the width
Documentation
- Storybook dark theme switcher: improve label of dark/light modes
- Storybook
withCombinations()
: better section heading, exclude combinations - Storybook
withTheming()
: new decorator to demonstrate CSS variables on stories - Storybook
Button
:- Cleaned up stories argTypes and controls
- Rework stories content with more combinations
- Add theming story
- Storybook
DatePicker
: add theming story - Storybook
Chip
: add theming story - Storybook
Navigation
: add variants & theming stories - Storybook
SideNavigationItem
: add variant and theming stories