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.

14 lines (12 loc) 348 B
import { SPACINGS } from "../consts"; const getMobileSpacing = () => ({ [SPACINGS.EXTRATIGHT]: "2px", [SPACINGS.TIGHT]: "4px", [SPACINGS.CONDENSED]: "8px", [SPACINGS.COMPACT]: "12px", [SPACINGS.NATURAL]: "16px", [SPACINGS.COMFY]: "20px", [SPACINGS.LOOSE]: "28px", [SPACINGS.EXTRALOOSE]: "36px" }); export default getMobileSpacing;