UNPKG

@workday/canvas-kit-react

Version:

The parent module that contains all Workday Canvas Kit React components

52 lines (51 loc) 3.19 kB
"use strict"; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; var desc = Object.getOwnPropertyDescriptor(m, k); if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { desc = { enumerable: true, get: function() { return m[k]; } }; } Object.defineProperty(o, k2, desc); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; })); var __exportStar = (this && this.__exportStar) || function(m, exports) { for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); }; Object.defineProperty(exports, "__esModule", { value: true }); exports.BrandingColor = exports.monoFontFamily = exports.fontFamily = exports.type = exports.spaceNumbers = exports.space = exports.depth = exports.gradients = exports.colors = exports.borderRadius = exports.canvas = void 0; const canvas_colors_web_1 = require("@workday/canvas-colors-web"); Object.defineProperty(exports, "colors", { enumerable: true, get: function () { return canvas_colors_web_1.colors; } }); Object.defineProperty(exports, "gradients", { enumerable: true, get: function () { return canvas_colors_web_1.gradients; } }); const radius_1 = require("./lib/radius"); Object.defineProperty(exports, "borderRadius", { enumerable: true, get: function () { return radius_1.borderRadius; } }); const colors_types_1 = require("./lib/colors.types"); Object.defineProperty(exports, "BrandingColor", { enumerable: true, get: function () { return colors_types_1.BrandingColor; } }); const depth_1 = require("./lib/depth"); Object.defineProperty(exports, "depth", { enumerable: true, get: function () { return depth_1.depth; } }); const space_1 = require("./lib/space"); Object.defineProperty(exports, "space", { enumerable: true, get: function () { return space_1.space; } }); Object.defineProperty(exports, "spaceNumbers", { enumerable: true, get: function () { return space_1.spaceNumbers; } }); const type_1 = require("./lib/type"); Object.defineProperty(exports, "type", { enumerable: true, get: function () { return type_1.type; } }); Object.defineProperty(exports, "fontFamily", { enumerable: true, get: function () { return type_1.fontFamily; } }); Object.defineProperty(exports, "monoFontFamily", { enumerable: true, get: function () { return type_1.monoFontFamily; } }); exports.canvas = { buttonColors: canvas_colors_web_1.buttonColors, chartingColorOffsets: canvas_colors_web_1.chartingColorOffsets, chartingColors: canvas_colors_web_1.chartingColors, colors: canvas_colors_web_1.colors, commonColors: canvas_colors_web_1.commonColors, depth: depth_1.depth, fontFamily: type_1.fontFamily, gradients: canvas_colors_web_1.gradients, iconColors: canvas_colors_web_1.iconColors, inputColors: canvas_colors_web_1.inputColors, monoFontFamily: type_1.monoFontFamily, space: space_1.space, statusColors: canvas_colors_web_1.statusColors, type: type_1.type, typeColors: canvas_colors_web_1.typeColors, }; __exportStar(require("@workday/canvas-colors-web"), exports);