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 863 B
export let TYPE_OPTIONS = /*#__PURE__*/function (TYPE_OPTIONS) { TYPE_OPTIONS["APPLE"] = "apple"; TYPE_OPTIONS["FACEBOOK"] = "facebook"; TYPE_OPTIONS["GOOGLE"] = "google"; TYPE_OPTIONS["TWITTER"] = "twitter"; TYPE_OPTIONS["EMAIL"] = "email"; return TYPE_OPTIONS; }({}); export let TOKENS = /*#__PURE__*/function (TOKENS) { TOKENS["backgroundButton"] = "backgroundButton"; TOKENS["backgroundButtonHover"] = "backgroundButtonHover"; TOKENS["backgroundButtonActive"] = "backgroundButtonActive"; TOKENS["backgroundButtonFocus"] = "backgroundButtonFocus"; TOKENS["colorTextButton"] = "colorTextButton"; TOKENS["colorTextButtonHover"] = "colorTextButtonHover"; TOKENS["colorTextButtonActive"] = "colorTextButtonActive"; TOKENS["iconColor"] = "iconColor"; TOKENS["borderColorButtonFocus"] = "borderColorButtonFocus"; return TOKENS; }({});