UNPKG

@atlaskit/tokens

Version:

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

15 lines (14 loc) 278 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.labF = labF; function labF(t) { var e = 216.0 / 24389.0; var kappa = 24389.0 / 27.0; if (t > e) { return Math.pow(t, 1.0 / 3.0); } else { return (kappa * t + 16) / 116; } }