@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.
12 lines (9 loc) • 401 B
JavaScript
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
import { SIZE_OPTIONS } from "../consts";
var tooltipSize = function tooltipSize(_ref) {
var _sizes;
var size = _ref.size;
var sizes = (_sizes = {}, _defineProperty(_sizes, SIZE_OPTIONS.SMALL, "240px"), _defineProperty(_sizes, SIZE_OPTIONS.MEDIUM, "380px"), _sizes);
return sizes[size];
};
export default tooltipSize;