UNPKG

@atlaskit/tokens

Version:

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

24 lines (23 loc) 718 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; /** * 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 */ var 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' }; var _default = exports.default = tokenValues;