Skip to content

braid-design-system@34.4.0

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 03 Jul 00:03
8ed26b3

Minor Changes

  • ButtonIcon: Add loading support (#2083)

    Provide the same loading behaviour as available on Button

    EXAMPLE USAGE:

    <ButtonIcon icon={<IconSend />} label="Send" loading />
  • Button, ButtonIcon: Add aria-pressed support (#2084)

  • ButtonIcon: Add support for solid variant (#2079)

    EXAMPLE USAGE:

    <ButtonIcon variant="solid" label="Solid variant" icon={<IconSend />} />

Patch Changes

  • Button: Update loading indicator (#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 id attributes start with a letter as per HTML validation rules.