Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 25 Jun 09:51
087046e

Minor Changes

  • #8 85dbe0c Thanks @MikeNotThePope! - Add AuthShell organism and PasswordInput atom.

    AuthShell is a centered single-column card layout for authentication pages (sign in, sign up, password reset), with slots for a brand/logo, title, description, body, and footer.

    PasswordInput is a drop-in replacement for Input on password fields, adding a show/hide visibility toggle. It is i18n-aware via the passwordInput labels namespace on LabelsProvider (showPassword / hidePassword).

Patch Changes

  • #6 36fac85 Thanks @MikeNotThePope! - Fix today's date misaligning with other days in the Calendar/DatePicker. The "today" highlight now uses an inset ring instead of a border, so it no longer shrinks the cell's content box and shifts the date number.