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.

20 lines (19 loc) 489 B
"use strict"; exports.__esModule = true; exports.TYPES = exports.TOKENS = void 0; const TYPES = { PRIMARY: "primary", SECONDARY: "secondary", CRITICAL: "critical" }; exports.TYPES = TYPES; const TOKENS = { background: "background", backgroundHover: "backgroundHover", backgroundActive: "backgroundActive", foreground: "foreground", foregroundHover: "foregroundHover", foregroundActive: "foregroundActive", marginRightIcon: "marginRightIcon" }; exports.TOKENS = TOKENS;