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) 350 B
import { SPACINGS } from "../consts"; const getDesktopSpacing = () => ({ [SPACINGS.EXTRATIGHT]: "2px", [SPACINGS.TIGHT]: "4px", [SPACINGS.CONDENSED]: "8px", [SPACINGS.COMPACT]: "12px", [SPACINGS.NATURAL]: "16px", [SPACINGS.COMFY]: "24px", [SPACINGS.LOOSE]: "32px", [SPACINGS.EXTRALOOSE]: "40px" }); export default getDesktopSpacing;