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 (36 loc) 797 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.INPUTMODE = exports.TOKENS = exports.SIZE_OPTIONS = exports.TYPE_OPTIONS = void 0; const TYPE_OPTIONS = { TEXT: "text", NUMBER: "number", EMAIL: "email", PASSWORD: "password", PASSPORTID: "passportid" }; exports.TYPE_OPTIONS = TYPE_OPTIONS; const SIZE_OPTIONS = { SMALL: "small", NORMAL: "normal" }; exports.SIZE_OPTIONS = SIZE_OPTIONS; const TOKENS = { heightInput: "heightInput", fontSizeInput: "fontSizeInput", paddingInput: "paddingInput", iconSize: "iconSize" }; exports.TOKENS = TOKENS; const INPUTMODE = { NUMERIC: "numeric", TEL: "tel", DECIMAL: "decimal", EMAIL: "email", URL: "url", SEARCH: "search", TEXT: "text", NONE: "none" }; exports.INPUTMODE = INPUTMODE;