Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

0.100.0

Compare
Choose a tag to compare
@seanmcintyre seanmcintyre released this 24 May 23:01
· 289 commits to main since this release

0.100.0 (May 24, 2021)

⬆️ Updated Components

  • Badge
    • new xl size
    • null children will now default to format string with hyphens replaced by spaces
    • new stories added
    • format prop is no longer output to DOM

🪙 Tokens

Example Use

import { core } from '@vimeo/iris/tokens';

const ErrorDiv = styled.div`
  border: 2px solid ${core.color.status.negative};
  color: ${core.color.text(100)};
`;