Matchbox
Updated Mar 9, 2022

Matchbox 7.1.0

UPDATES

For more detailed release notes, please visit the Matchbox repository on Github.

This update includes changes to two existing components, RadioCard and Tag, and adds three new components to the library:

New Components

QueryCard

Matchbox now includes a new QueryCard component to represent data visualization legends and active filters for a query. This component is also available in the Figma UI Kit.

Example of the QueryCard component

Progress

This new Progress component visually represents a linear flow with navigation capabilities. This component is also available in the Figma UI Kit.

Example of the Progress component

CheckboxCard

Similar to the RadioCard component, the CheckboxCard component provides additional visual weight to a traditional checkbox. This component is also available in the Figma UI Kit.

Example of the CheckboxCard component

Existing Components

Tag

Tag colors have been redesigned for accessibility purposes and are now more consistent with other Matchbox design elements.

Tags in various colors

RadioCard

RadioCards now support a smaller size, accessible via a new size prop. RadioCard.Group now supports zero spacing between its children via a new space prop.

Example of a small RadioCard component

Other Changes and Fixes