@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.
21 lines • 490 B
JavaScript
export const TYPE_OPTIONS = {
NEUTRAL: "neutral",
INFO_SUBTLE: "infoSubtle",
SUCCESS_SUBTLE: "successSubtle",
WARNING_SUBTLE: "warningSubtle",
CRITICAL_SUBTLE: "criticalSubtle",
DARK: "dark",
WHITE: "white",
INFO: "info",
CRITICAL: "critical",
SUCCESS: "success",
WARNING: "warning",
BUNDLE_BASIC: "bundleBasic",
BUNDLE_MEDIUM: "bundleMedium",
BUNDLE_TOP: "bundleTop"
};
export const TOKENS = {
background: "background",
color: "color",
border: "border"
};