/** * 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': "#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;