@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.
27 lines • 524 B
JavaScript
export const TYPE_OPTIONS = {
TEXT: "text",
NUMBER: "number",
EMAIL: "email",
PASSWORD: "password",
PASSPORTID: "passportid"
};
export const SIZE_OPTIONS = {
SMALL: "small",
NORMAL: "normal"
};
export const TOKENS = {
heightInput: "heightInput",
fontSizeInput: "fontSizeInput",
paddingInput: "paddingInput",
iconSize: "iconSize"
};
export const INPUTMODE = {
NUMERIC: "numeric",
TEL: "tel",
DECIMAL: "decimal",
EMAIL: "email",
URL: "url",
SEARCH: "search",
TEXT: "text",
NONE: "none"
};