What's Changed
- feat: Change
selectedOptionColorPalette
values pulled from the theme by @csandman in #364- Instead of using
colorPalette.300
andcolorPalette.500
for the selected option background colors, the semantic tokencolorPalette.solid
will be used instead. And for the option label, the text color will becolorPalette.contrast
.
- Instead of using
- Update type definitions for color palette props to allow for more than just the generated
ColorPalette
type by @saalto-it in #362 - Update all dependencies in main package and demo by @csandman in #363
- [ImgBot] Optimize images by @imgbot in #365
New Contributors
- @saalto-it made their first contribution in #362
Full Changelog: v6.0.1...v6.1.0