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.

18 lines 411 B
export var TYPE_OPTIONS = { NEUTRAL: "neutral", INFO: "info", SUCCESS: "success", WARNING: "warning", CRITICAL: "critical", DARK: "dark", WHITE: "white", INFO_INVERTED: "infoInverted", CRITICAL_INVERTED: "criticalInverted", SUCCESS_INVERTED: "successInverted", WARNING_INVERTED: "warningInverted" }; export var TOKENS = { background: "background", color: "color", border: "border" };