This repository has been archived by the owner on Oct 30, 2022. It is now read-only.
v1.2.0
Components
- Card
- It is now possible to embed a video using the
media
item - The image dimmer element is now only created when option
showDimmer
is passed
- It is now possible to embed a video using the
- Icon Button
- Icon Button can now have an optional label; visually consistent with a Checkbox with a custom icon.
- List Tile
- Added CSS style variable
title_line_count
to make the line count of the title configurable
- Added CSS style variable
- Tabs
- Option
selectedTab
is deprecated in favor ofselectedTabIndex
- CSS style variable
label_opacity
has been removed in favor of setting the transparency in the label color (usingrgba
); this creates a better color transition when selecting the tab
- Option
- Hover styles: Button, Raised Button and Icon Button have optional hover CSS variables to generate hover styles
Other
- Various bug fixes