Skip to content

braid-design-system@34.7.0

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 20 Aug 23:06
· 14 commits to master since this release
24af76e

Minor Changes

  • ButtonIcon: Add brandAccent tone (#2125)

    Introduces support for the brandAccent tone on ButtonIcon.

    EXAMPLE USAGE:

    <ButtonIcon tone="brandAccent" icon={<IconAdd />} label="Add" />
  • ButtonIcon: Default accent tones to solid when variant is omitted (#2125)

    Accent tones (formAccent, brandAccent) now default to solid when variant is omitted — existing formAccent usage can pass variant="soft" to keep the previous look.

    EXAMPLE USAGE:

    <ButtonIcon tone="formAccent" icon={<IconAdd />} label="Add" />

Patch Changes

  • Rating: Expose the star graphic with role="img" so the aria-label is announced reliably by assistive technologies. (#2122)