UNPKG

@workday/canvas-kit-react

Version:

The parent module that contains all Workday Canvas Kit React components

17 lines (16 loc) 647 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.forwardFitTokens = void 0; const canvas_kit_styling_1 = require("@workday/canvas-kit-styling"); const canvas_tokens_web_1 = require("@workday/canvas-tokens-web"); /** * This file is NOT INTENDED to be used by consumers, only internally by Canvas Kit. */ exports.forwardFitTokens = { system: { shape: { //TODO: in v4 Tokens and v15, we should replace this forward fit token with the actual token value sm: (0, canvas_kit_styling_1.cssVar)('--cnvs-sys-shape-sm', canvas_tokens_web_1.system.shape.x1Half), }, }, };