@workday/canvas-kit-react
Version:
The parent module that contains all Workday Canvas Kit React components
14 lines (13 loc) • 465 B
JavaScript
import { cssVar } from '@workday/canvas-kit-styling';
import { system } from '@workday/canvas-tokens-web';
/**
* This file is NOT INTENDED to be used by consumers, only internally by Canvas Kit.
*/
export const forwardFitTokens = {
system: {
shape: {
//TODO: in v4 Tokens and v15, we should replace this forward fit token with the actual token value
sm: cssVar('--cnvs-sys-shape-sm', system.shape.x1Half),
},
},
};