UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Microsoft 365.

29 lines 2.05 kB
define(["require", "exports", "tslib", "./colors", "./shades", "./consts", "./cssColor", "./rgb2hex", "./clamp", "./hsl2rgb", "./hsl2hsv", "./hsv2rgb", "./hsv2hex", "./rgb2hsv", "./hsv2hsl", "./getColorFromString", "./getColorFromRGBA", "./getColorFromHSV", "./getFullColorString", "./updateSV", "./updateH", "./updateRGB", "./getColorFromString", "./updateA", "./updateT", "./correctRGB", "./correctHSV"], function (require, exports, tslib_1, colors_1, shades_1, consts_1, cssColor_1, rgb2hex_1, clamp_1, hsl2rgb_1, hsl2hsv_1, hsv2rgb_1, hsv2hex_1, rgb2hsv_1, hsv2hsl_1, getColorFromString_1, getColorFromRGBA_1, getColorFromHSV_1, getFullColorString_1, updateSV_1, updateH_1, updateRGB_1, getColorFromString_2, updateA_1, updateT_1, correctRGB_1, correctHSV_1) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); tslib_1.__exportStar(colors_1, exports); tslib_1.__exportStar(shades_1, exports); tslib_1.__exportStar(consts_1, exports); tslib_1.__exportStar(cssColor_1, exports); tslib_1.__exportStar(rgb2hex_1, exports); tslib_1.__exportStar(clamp_1, exports); tslib_1.__exportStar(hsl2rgb_1, exports); tslib_1.__exportStar(hsl2hsv_1, exports); tslib_1.__exportStar(hsv2rgb_1, exports); tslib_1.__exportStar(hsv2hex_1, exports); tslib_1.__exportStar(rgb2hsv_1, exports); tslib_1.__exportStar(hsv2hsl_1, exports); tslib_1.__exportStar(getColorFromString_1, exports); tslib_1.__exportStar(getColorFromRGBA_1, exports); tslib_1.__exportStar(getColorFromHSV_1, exports); tslib_1.__exportStar(getFullColorString_1, exports); tslib_1.__exportStar(updateSV_1, exports); tslib_1.__exportStar(updateH_1, exports); tslib_1.__exportStar(updateRGB_1, exports); tslib_1.__exportStar(getColorFromString_2, exports); tslib_1.__exportStar(updateA_1, exports); tslib_1.__exportStar(updateT_1, exports); tslib_1.__exportStar(correctRGB_1, exports); tslib_1.__exportStar(correctHSV_1, exports); }); //# sourceMappingURL=index.js.map