UNPKG

@kadconsulting/dry

Version:
25 lines 534 B
// TODO-p2: Add flush something like this more , so we can be even more dynamic export const spacing = { xsmall: '4px', small: '8px', medium: '16px', large: '24px', xlarge: '32px', }; export const zIndex = { low: 100, medium: 500, high: 900, max: 1000, }; export const shapes = { borderRadiusSmall: '2px', borderRadiusMedium: '4px', borderRadiusLarge: '8px', }; export const transitions = { fast: '150ms', medium: '300ms', slow: '450ms', }; //# sourceMappingURL=Theme.js.map