Skip to content

braid-design-system@25.7.0

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 07 May 00:56
· 1320 commits to master since this release
535fe59

Minor Changes

  • Add zero opacity to Box (#621)

    Provide zero opacity on Box as an optimisation.

    Example usage:

    <Box opacity={0}>...</Box>
  • Add PasswordField component (#620)

    Provides a password field complete with visibility toggle to switch between a masked and unmasked field value.