@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.
22 lines (21 loc) • 743 B
TypeScript
export declare enum 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 declare enum TOKENS {
backgroundButton = "backgroundButton",
backgroundButtonHover = "backgroundButtonHover",
backgroundButtonActive = "backgroundButtonActive",
backgroundButtonFocus = "backgroundButtonFocus",
colorTextButton = "colorTextButton",
colorTextButtonHover = "colorTextButtonHover",
colorTextButtonActive = "colorTextButtonActive",
borderColorButtonFocus = "borderColorButtonFocus"
}