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"

45 lines (42 loc) 1.34 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var TYPE_OPTIONS = exports.TYPE_OPTIONS = { PRIMARY: "primary", SECONDARY: "secondary", INFO: "info", SUCCESS: "success", WARNING: "warning", CRITICAL: "critical", FACEBOOK: "facebook", GOOGLE: "google" }; var SIZE_OPTIONS = exports.SIZE_OPTIONS = { SMALL: "small", NORMAL: "normal", LARGE: "large" }; var TOKENS = exports.TOKENS = { // Size tokens heightButton: "heightButton", loadingWidth: "loadingWidth", loadingHeight: "loadingHeight", fontSizeButton: "fontSizeButton", paddingButton: "paddingButton", paddingButtonWithIcon: "paddingButtonWithIcon", marginRightIcon: "marginRightIcon", // Type tokens backgroundButton: "backgroundButton", backgroundButtonHover: "backgroundButtonHover", backgroundButtonActive: "backgroundButtonActive", colorTextButton: "colorTextButton", colorTextButtonBordered: "colorTextButtonBordered", colorTextButtonHover: "colorTextButtonHover", colorTextButtonBorderedHover: "colorTextButtonBorderedHover", colorTextButtonActive: "colorTextButtonActive", colorTextButtonBorderedActive: "colorTextButtonBorderedActive", borderColorButton: "borderColorButton", borderColorButtonHover: "borderColorButtonHover", borderColorButtonActive: "borderColorButtonActive" };