@atlaskit/tokens
Version:
Design tokens are the single source of truth to name and store design decisions.
19 lines (18 loc) • 683 B
TypeScript
/**
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
*
* Token names mapped to their values, used for contrast checking when generating custom themes
*
* @codegen <<SignedSource::a4300b2e54a0be0fd9143a9438bedc56>>
* @codegenCommand yarn build tokens
*/
declare const tokenValues: {
readonly 'color.text.brand': '#669DF1';
readonly 'elevation.surface.overlay': '#2B2C2F';
readonly 'color.background.selected': '#1C2B42';
readonly 'color.text.selected': '#669DF1';
readonly 'color.border.brand': '#669DF1';
readonly 'color.chart.brand': '#4688EC';
readonly 'color.text.inverse': '#1F1F21';
};
export default tokenValues;