| Name | Modified | Size | Downloads / 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
coverImagesupport (#2052)Add support for providing a URL for a cover image to display at the top of the Dialog via the
coverImageprop. 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-hiddenallows a badge to be hidden from assistive technologyaria-labelallows visible badge text to be overridden with a more descriptive label for screen readersEXAMPLE 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.comdomain instead ofwww.seek.com.au.