UNPKG

@atlaskit/tokens

Version:

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

14 lines (13 loc) 279 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.whitePointD65 = whitePointD65; /** * Returns the standard white point; white on a sunny day. * * @return The white point */ function whitePointD65() { return [95.047, 100.0, 108.883]; }