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.

16 lines 439 B
export let SIZES = /*#__PURE__*/function (SIZES) { SIZES["SMALL"] = "small"; SIZES["NORMAL"] = "normal"; return SIZES; }({}); export let STATES = /*#__PURE__*/function (STATES) { STATES["DEFAULT"] = "default"; STATES["HOVER"] = "hover"; STATES["ACTIVE"] = "active"; return STATES; }({}); export let TYPES = /*#__PURE__*/function (TYPES) { TYPES["COLORED"] = "colored"; TYPES["NEUTRAL"] = "neutral"; return TYPES; }({});