Skip to main content

Design System updates (V.2.1.1)

23/03/23  |  Blog
Featured ImDesign System update version 2.1.1age_960x640_DesignSystem211

By Constantinos Evangelou, Interaction Design Lead

The design system has been updated to version 2.1.1. Even though there is a major version increase, the changes in the CSS are backwards compatible with v.1.3.2.

Updates include:

CSS and Javascript

Changes in the CSS and Javascript include:

  • Added option to add CSS via CDN
  • Added app.min.js javascript. Currently only used for the autocomplete function by the Confirm phone number pattern

Accessibility enhancements

Screen reader enhancements

  • Updated all error messages and converted them from <span> to <p>
  • Updated the error messages components with instructions for the usage of aria-describedby=”error_message_id” to help announce the error message on screen readers

Pattern enhancements

New components

#printfriendly .pf-primary-img { display: none !important; } #printfriendly #pf-date { display: none !important; } #printfriendly { font-family: 'Roboto', sans-serif !important; }