UNPKG

@atlaskit/tokens

Version:

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

24 lines (23 loc) 719 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::a4300b2e54a0be0fd9143a9438bedc56>> * @codegenCommand yarn build tokens */ var tokenValues = { 'color.text.brand': '#669DF1', 'elevation.surface.overlay': '#2B2C2F', 'color.background.selected': '#1C2B42', 'color.text.selected': '#669DF1', 'color.border.brand': '#669DF1', 'color.chart.brand': '#4688EC', 'color.text.inverse': '#1F1F21' }; var _default = exports.default = tokenValues;