Skip to content

Design System v1.20.2

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Mar 02:15

Released on 12 March 2026

This patch release request introduces several improvements and fixes to Storybook component stories, styling, and asset handling. The main focus is on refining how icon assets are referenced and passed between components, improving the validation logic for SVG paths, and enhancing Storybook controls for better usability. Additionally, there are minor CSS adjustments and bug fixes.

Storybook Icon asset handling:

  • Updated all component stories (Header, Footer, Navbar, SelectBox, Tags) to consistently reference icon assets via site.metadata.coreSiteIcons.value instead of hardcoded paths, ensuring proper asset propagation and easier asset management across components.

Styling and layout fixes:

  • Added flex-wrap: wrap for .qld__link-list__container inside .qld__search__result for better responsive layout.