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.

23 lines (22 loc) 588 B
"use strict"; exports.__esModule = true; exports.TYPES = exports.STATES = exports.SIZES = void 0; let SIZES = /*#__PURE__*/function (SIZES) { SIZES["SMALL"] = "small"; SIZES["NORMAL"] = "normal"; return SIZES; }({}); exports.SIZES = SIZES; let STATES = /*#__PURE__*/function (STATES) { STATES["DEFAULT"] = "default"; STATES["HOVER"] = "hover"; STATES["ACTIVE"] = "active"; return STATES; }({}); exports.STATES = STATES; let TYPES = /*#__PURE__*/function (TYPES) { TYPES["COLORED"] = "colored"; TYPES["NEUTRAL"] = "neutral"; return TYPES; }({}); exports.TYPES = TYPES;