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.

19 lines 585 B
export const TYPE_OPTIONS = { INFO: "info", SUCCESS: "success", WARNING: "warning", CRITICAL: "critical", INFO_SUBTLE: "infoSubtle", SUCCESS_SUBTLE: "successSubtle", WARNING_SUBTLE: "warningSubtle", CRITICAL_SUBTLE: "criticalSubtle", SECONDARY: "secondary" }; export const TOKENS = { backgroundButton: "backgroundButton", backgroundButtonHover: "backgroundButtonHover", backgroundButtonActive: "backgroundButtonActive", backgroundButtonFocus: "backgroundButtonFocus", colorTextButton: "colorTextButton", borderColorButtonFocus: "borderColorButtonFocus" };