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.

25 lines (23 loc) 546 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ALIGNS = exports.POSITIONS = exports.SIZE_OPTIONS = void 0; var SIZE_OPTIONS = { SMALL: "small", MEDIUM: "medium" }; // order of positions or aligns is important, the first possible value will be applied exports.SIZE_OPTIONS = SIZE_OPTIONS; var POSITIONS = { RIGHT: "right", LEFT: "left", TOP: "top", BOTTOM: "bottom" }; exports.POSITIONS = POSITIONS; var ALIGNS = { CENTER: "center", START: "start", END: "end" }; exports.ALIGNS = ALIGNS;