v7.0.0
BREAKING CHANGES
- fix(badge)!: convert badge emphasis property to enum by @SamCreasey in #730
New type created for the emphasis property: BadgeEmphasis
// Emphasis Strong
<Badge
emphasis={BadgeEmphasis.Strong}
>
Text
</Badge>
// Emphasis None
<Badge
emphasis={BadgeEmphasis.None}
>
Text
</Badge>
Features
- feat(ColorPickerFlyout): add onDelete prop and trash icon by @dominiquemb in #687
Fixes
- fix(LinkChooser): adjust empty results container height by @NadiaPosch in #734
- fix(modal): add types to exports by @thisguyscode in #732
- fix(LinkChooser): overflow issue inside Accordion by @Walkeezy in #735
- fix(AssetChooser): overflow issue inside Accordion by @Walkeezy in #737
- revert: update storybook-vite-builder by @SamuelAlev in #733
Full Changelog: v6.4.1...v7.0.0