UNPKG

@kiwicom/orbit-components

Version:

<div align="center"> <a href="https://orbit.kiwi" target="_blank"> <img alt="orbit-components" src="https://orbit.kiwi/wp-content/uploads/2018/08/orbit-components.png" srcset="https://orbit.kiwi/wp-content/uploads/2018/08/orbit-components@2x.png 2x"

16 lines (14 loc) 256 B
// @flow export const TYPE_OPTIONS = { NEUTRAL: "neutral", INFO: "info", SUCCESS: "success", WARNING: "warning", CRITICAL: "critical", DARK: "dark", WHITE: "white", }; export const TOKENS = { background: "background", color: "color", };