UNPKG

@kiwicom/orbit-components

Version:

Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.com's products.

21 lines (20 loc) 715 B
"use strict"; exports.__esModule = true; exports.ICON_SIZES = exports.ICON_COLORS = void 0; let ICON_SIZES = exports.ICON_SIZES = /*#__PURE__*/function (ICON_SIZES) { ICON_SIZES["SMALL"] = "small"; ICON_SIZES["MEDIUM"] = "medium"; ICON_SIZES["LARGE"] = "large"; ICON_SIZES["EXTRA_LARGE"] = "extraLarge"; return ICON_SIZES; }({}); let ICON_COLORS = exports.ICON_COLORS = /*#__PURE__*/function (ICON_COLORS) { ICON_COLORS["PRIMARY"] = "primary"; ICON_COLORS["SECONDARY"] = "secondary"; ICON_COLORS["TERTIARY"] = "tertiary"; ICON_COLORS["INFO"] = "info"; ICON_COLORS["SUCCESS"] = "success"; ICON_COLORS["WARNING"] = "warning"; ICON_COLORS["CRITICAL"] = "critical"; return ICON_COLORS; }({});