Download Latest Version braid-design-system@34.2.0 source code.tar.gz (1.1 MB)
Email in envelope

Get an email when there's a new version of BRAID

Home / braid-design-system@34.2.0
Name Modified Size InfoDownloads / Week
Parent folder
braid-design-system@34.2.0 source code.tar.gz 2026-05-22 1.1 MB
braid-design-system@34.2.0 source code.zip 2026-05-22 1.7 MB
README.md 2026-05-22 1.8 kB
Totals: 3 Items   2.8 MB 1

Minor Changes

  • Dialog: Add coverImage support (#2052)

    Add support for providing a URL for a cover image to display at the top of the Dialog via the coverImage prop. The provided image must be compatible with the CSS background-image “url” function.

    EXAMPLE USAGE:

    ```jsx

    {}}

    <Placeholder height={100} width="100%" label="Dialog Content" /> ```

  • vars: Exposed vars.transition. Transition CSS variables are available in stylesheets and runtime styles. (#2034)

    EXAMPLE USAGE:

    ```ts import { vars } from 'braid-design-system/css':

    export const myStyle = style({ transition: vars.transition.fast, }); ```

  • Badge: Added aria-hidden and aria-label props. (#2034)

    aria-hidden allows a badge to be hidden from assistive technology

    aria-label allows visible badge text to be overridden with a more descriptive label for screen readers

    EXAMPLE USAGE:

    jsx <Badge aria-hidden>Deprecated</Badge>

    jsx <Badge aria-label="You have 2 notifications">2</Badge>

Patch Changes

  • seekJobs, seekBusiness: Update webfont url (#2044)

    Point to the www.seek.com domain instead of www.seek.com.au.

Source: README.md, updated 2026-05-22