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.

37 lines 1.67 kB
export let TYPE_OPTIONS = /*#__PURE__*/function (TYPE_OPTIONS) { TYPE_OPTIONS["PRIMARY"] = "primary"; TYPE_OPTIONS["SECONDARY"] = "secondary"; TYPE_OPTIONS["CRITICAL"] = "critical"; TYPE_OPTIONS["WHITE"] = "white"; TYPE_OPTIONS["PRIMARY_SUBTLE"] = "primarySubtle"; TYPE_OPTIONS["CRITICAL_SUBTLE"] = "criticalSubtle"; TYPE_OPTIONS["BUNDLE_BASIC"] = "bundleBasic"; TYPE_OPTIONS["BUNDLE_MEDIUM"] = "bundleMedium"; TYPE_OPTIONS["BUNDLE_TOP"] = "bundleTop"; return TYPE_OPTIONS; }({}); export let SIZE_OPTIONS = /*#__PURE__*/function (SIZE_OPTIONS) { SIZE_OPTIONS["SMALL"] = "small"; SIZE_OPTIONS["NORMAL"] = "normal"; SIZE_OPTIONS["LARGE"] = "large"; return SIZE_OPTIONS; }({}); export let TOKENS = /*#__PURE__*/function (TOKENS) { TOKENS["heightButton"] = "heightButton"; TOKENS["loadingWidth"] = "loadingWidth"; TOKENS["loadingHeight"] = "loadingHeight"; TOKENS["fontSizeButton"] = "fontSizeButton"; TOKENS["paddingButton"] = "paddingButton"; TOKENS["paddingButtonWithIcons"] = "paddingButtonWithIcons"; TOKENS["paddingButtonWithLeftIcon"] = "paddingButtonWithLeftIcon"; TOKENS["paddingButtonWithRightIcon"] = "paddingButtonWithRightIcon"; TOKENS["backgroundButton"] = "backgroundButton"; TOKENS["backgroundButtonHover"] = "backgroundButtonHover"; TOKENS["backgroundButtonActive"] = "backgroundButtonActive"; TOKENS["backgroundButtonFocus"] = "backgroundButtonFocus"; TOKENS["colorTextButton"] = "colorTextButton"; TOKENS["colorTextButtonHover"] = "colorTextButtonHover"; TOKENS["colorTextButtonActive"] = "colorTextButtonActive"; TOKENS["borderColorButtonFocus"] = "borderColorButtonFocus"; return TOKENS; }({});