/** * 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 <> * @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;