@atlaskit/tokens
Version:
Design tokens are the single source of truth to name and store design decisions.
17 lines (16 loc) • 548 B
TypeScript
/**
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
*
* Auto-generated list of token pairings that may need to have sufficient contrast.
* Not currently used by tests, but is used by the custom theme contrast checker example
*
* @codegen <<SignedSource::75f39b72b7bd80c2210d4b67ff6701bf>>
* @codegenCommand yarn build tokens
*/
export declare const generatedPairs: {
foreground: string;
background: string;
desiredContrast: number;
layeredTokens?: string[];
}[];
export default generatedPairs;