UNPKG

@atlaskit/tokens

Version:

Design tokens are the single source of truth to name and store design decisions.

18 lines 596 B
/** * 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 */ const tokenValues = { 'color.text.brand': '#1868DB', 'elevation.surface.sunken': '#F8F8F8', 'color.background.selected': '#E9F2FE', 'color.text.selected': '#1868DB', 'color.border.brand': '#1868DB', 'color.chart.brand': '#357DE8', 'color.text.inverse': '#FFFFFF' }; export default tokenValues;