braid-design-system@34.4.0
Minor Changes
-
ButtonIcon: Add
loadingsupport (#2083)Provide the same
loadingbehaviour as available onButtonEXAMPLE USAGE:
<ButtonIcon icon={<IconSend />} label="Send" loading />
-
Button, ButtonIcon: Add
aria-pressedsupport (#2084) -
ButtonIcon: Add support for
solidvariant (#2079)EXAMPLE USAGE:
<ButtonIcon variant="solid" label="Solid variant" icon={<IconSend />} />
Patch Changes
-
Button: Update
loadingindicator (#2080)Update design asset for loading state, moving from progressive ellipsis animation, to a spinning indicator.
-
Button: Ensure active state is not applied when disabled (#2080)
-
Ensure fallback ids pass HTML validation (#2083)
Adopt recommended practice of ensuring all generated
idattributes start with a letter as per HTML validation rules.