@atlaskit/tokens
Version:
Design tokens are the single source of truth to name and store design decisions.
19 lines (18 loc) • 682 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::9bb4cd1746b9d02e7d3b431f3310479f>>
* @codegenCommand yarn build tokens
*/
declare const tokenValues: {
readonly 'color.text.brand': '#1868DB';
readonly 'elevation.surface.sunken': '#F8F8F8';
readonly 'color.background.selected': '#E9F2FE';
readonly 'color.text.selected': '#1868DB';
readonly 'color.border.brand': '#1868DB';
readonly 'color.chart.brand': '#357DE8';
readonly 'color.text.inverse': '#FFFFFF';
};
export default tokenValues;